GNOME Bugzilla – Bug 359965
ffenc_huffyuv broken
Last modified: 2007-12-17 16:07:59 UTC
I test encoding with this line: gst-launch-0.10 videotestsrc ! ffenc_huffyuv ! avimux ! filesink location=test.avi The resulting video stream is trash.
I am seeing this bug too.
On the other hand, in my case (with the current most recent versions) the above pipeline produces a result that plays fine with e.g. totem, mplayer, xine. Also, to allow such a test pipeline to conclude cleanly with EOS, it is best to use e.g. gst-launch-0.10 videotestsrc num-buffers=500 ! ffenc_huffyuv ! avimux ! filesink location=test.avi
works fine now