Re: [Mjpeg-users] Colour trails on pictures...

2005-04-21 Thread Steven M. Schultz
On Thu, 21 Apr 2005, Nicolas wrote: > I now use, following your advices: > > nice -19 lav2yuv record_01.avi | y4mshift -n -2 -b 12,8,744,560 | > y4mscaler -I sar=1:1 -O sar=59:54 -O size=704x576 -S option=sinc:6 | > yuvmedianfilter -T 3 | yuvdeinterlace -f | mpeg2enc -f 8 -V 500 -c -D > 10 -E -1

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-21 Thread Nicolas
Steven, I now use, following your advices: nice -19 lav2yuv record_01.avi | y4mshift -n -2 -b 12,8,744,560 | y4mscaler -I sar=1:1 -O sar=59:54 -O size=704x576 -S option=sinc:6 | yuvmedianfilter -T 3 | yuvdeinterlace -f | mpeg2enc -f 8 -V 500 -c -D 10 -E -10 -q 2 -K tmpgenc -o record_01_cvs.m2v I

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-20 Thread Nicolas
Damn, that's really interesting, thanks a lot Steven! I print your email, and I'll read it while going to work! ;-) As regards to the dimensions of the video, for the moment the output will be displayed on a computer, not on a TV. That's why I tried to resize the video to fit in a computer monitor

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-20 Thread Steven M. Schultz
On Wed, 20 Apr 2005, Nicolas wrote: > Damn, y4mscaler and mpeg2enc are driving me crazy... =( Just takes a little practice :) > Thanks for pointing me to yuvdeinterlace, Steven! I now use: Welcome. > nice -19 lav2yuv record_01.avi | y4mshift -n -2 | y4mscaler > -I active=744x5

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-20 Thread Nicolas
Damn, y4mscaler and mpeg2enc are driving me crazy... =( Thanks for pointing me to yuvdeinterlace, Steven! I now use: nice -19 lav2yuv record_01.avi | y4mshift -n -2 | y4mscaler -I active=744x560+12+8TL -O size=744x560 -S option=sinc:6 | yuvmedianfilter -T 3 | yuvdeinterlace -f | mpeg2enc -f 0 -V

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-20 Thread Steven M. Schultz
On Wed, 20 Apr 2005, Nicolas wrote: > I too don't think the problem comes from the tape. It's a good Sony > tape, and was new when I used it. That type of artifacting is usually the result of temporal filtering. > > If you attach the camcorder to a TV and view the tape do you see >

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-20 Thread Steven M. Schultz
On Wed, 20 Apr 2005, Nicolas wrote: > But I NEED yuvdenoise to deinterlace my videos! Is there any other > method for deinterlacing the video? Deinterlacing's a lossy process. Better to retain the information and deinterlace at _playback_ time - MPlayer for example can

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-19 Thread Nicolas
On Tue, Apr 19, 2005 at 07:19:27PM -0700, Roger Ivie wrote: > I've not looked at your sample, but I've seen similar problems generated > by yuvdenoise. Yuvdenoise averages three frames to get the pixel value. > I suspect (but haven't looked at the source) that it then uses this > averaged value for

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-19 Thread Nicolas
On Tue, Apr 19, 2005 at 04:41:54PM -0700, Steven M. Schultz wrote: > Did you use a Hi8 tape or a regular 8mm tape? As I recall (from > my analog days ;)) a Hi8 camcorder will record on either type of tape > but the higher quality (hi-band/Hi mode) only on Hi8 tapes. I used a Hi8

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-19 Thread Roger Ivie
On Tue, 19 Apr 2005, Steven M. Schultz wrote: On Wed, 20 Apr 2005, Nicolas wrote: I see colour trails on my videos. My card is a DC10_new. Here's an example: http://www.oxstone.com/misc/200504/image_zoran_trails.jpg ... nice -20 lav2yuv record_01.avi | y4mshift -n -2 | yuvscaler -I USE_744x

Re: [Mjpeg-users] Colour trails on pictures...

2005-04-19 Thread Steven M. Schultz
On Wed, 20 Apr 2005, Nicolas wrote: > I see colour trails on my videos. My card is a DC10_new. > > Here's an example: > http://www.oxstone.com/misc/200504/image_zoran_trails.jpg ... > nice -20 lav2yuv record_01.avi | y4mshift -n -2 | yuvscaler -I > USE_744x560+12+8 -O DVD -M BICUBIC | y