GNOME Bugzilla – Bug 110746
[PATCH] - ffmpegenc update
Last modified: 2004-12-22 21:47:04 UTC
The attached patch & header file update the ffmpeg encoders to work a little bit better. For example, the following pipeline actually works now: ./gst-launch filesrc location=/tmp/sh2.wav ! wavparse ! ffenc_mp2 ! filesink location=/tmp/sh.mp2 i don't actually know what i'm doing. i just did intelligent cut & paste from the decoder wrapper. Feel free to give me constructive feedback and i'll roll a new patch.
Created attachment 15701 [details] [review] the patch for ffmpeg encoder
Created attachment 15702 [details] gstffmpegcodecmap.h (new file addition)
Once more change is needed. The buffer timestamps need to be copied forward to the new buffers. i have a simple patch for this if it is not obvious.
*** Bug 108809 has been marked as a duplicate of this bug. ***
Assigning to thomas for review/commit
I've rewritten (partly) the ffmpeg encoder wrapper stuff yesterday, it should fix all of the above. Thanks!