After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 359965 - ffenc_huffyuv broken
ffenc_huffyuv broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-05 18:03 UTC by hondo
Modified: 2007-12-17 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description hondo 2006-10-05 18:03:34 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.
Comment 1 Brian Gavin 2006-10-19 18:18:21 UTC
I am seeing this bug too.
Comment 2 Mark Nauwelaerts 2007-02-03 10:33:49 UTC
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
Comment 3 Edward Hervey 2007-12-17 16:07:59 UTC
works fine now