Re: [Mjpeg-users] Create a false ending - possible cause of problem?

2004-08-14 Thread Bernhard Praschinger
Hallo > > When you have created the bend's you should have several bends and some > > longer part, you can encoded them together in a single step: > > lav2yuv bend1.avi longer1.eli bend2.avi longer2.eli bend3.avi | > > > > > Reading this again, and reading the how-to section 6.5 I tried

Re: [Mjpeg-users] fuzzy blocks in mpeg

2004-08-14 Thread Steven M. Schultz
On Sat, 14 Aug 2004, Florian Schaefer wrote: > I try to re-encode a mpeg using mpeg2enc with: > > mkfifo stream.yuv > mplayer movie.m2v -vo yuv4mpeg:interlaced_bf & > cat stream.yuv | mpeg2enc -q 3 -b 8500 -f 8 -o movie_new.m2v Fine, but 8500 might be a bit high especially with -q 3. W

Re: [Mjpeg-users] fuzzy blocks in mpeg

2004-08-14 Thread Bernhard Praschinger
Hallo > I try to re-encode a mpeg using mpeg2enc with: > > mkfifo stream.yuv > mplayer movie.m2v -vo yuv4mpeg:interlaced_bf & > cat stream.yuv | mpeg2enc -q 3 -b 8500 -f 8 -o movie_new.m2v > > If I now play the resulting mpeg with mplayer there are some parts of the > picture where repeatedly bl

[Mjpeg-users] fuzzy blocks in mpeg

2004-08-14 Thread Florian Schaefer
Hi, I try to re-encode a mpeg using mpeg2enc with: mkfifo stream.yuv mplayer movie.m2v -vo yuv4mpeg:interlaced_bf & cat stream.yuv | mpeg2enc -q 3 -b 8500 -f 8 -o movie_new.m2v If I now play the resulting mpeg with mplayer there are some parts of the picture where repeatedly blocks appear that j

Re: [Mjpeg-users] Create a false ending - possible cause of problem?

2004-08-14 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 13 Aug 2004 06:21, Bernhard Praschinger wrote: > > When you have created the bend's you should have several bends and some > longer part, you can encoded them together in a single step: > lav2yuv bend1.avi longer1.eli bend2.avi longer2.eli be

Re: [Mjpeg-users] Create a false ending

2004-08-14 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 12 Aug 2004 00:56, Ronald Bultje wrote: > > Be sure to read the jpeg2yuv and yuv2lav manpage to get better examples. > You'll need some more commandline options to get all of this to work. > I am reading the man pages frequently, Ronald, bu