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 584110 - muxing with ffenc_flv into flv
muxing with ffenc_flv into flv
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-28 10:17 UTC by Christian Fredrik Kalager Schaller
Modified: 2010-04-04 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2009-05-28 10:17:34 UTC
Having some behavioural problems with ffenc_flv and flvmux. If I just put video into the file it works fine (same is correct if I use ffmux_flv, however if I try to add audio it refuse to create the file.

gst-launch-0.10 -v filesrc location=/home/cschalle/Videos/Discovery.avi ! decodebin2 name="decode" decode. ! ffmpegcolorspace ! videoscale ! ffenc_flv ! queue ! mux. flvmux name="mux" ! gnomevfssink location=file:///tmp/output.3gp decode. ! audioconvert ! audioresample ! audiorate ! lamemp3enc ! queue ! mux.

If I replace flvmux with ffmux_flv is creates the file, but I can not play it back with either Totem or mplayer.
Comment 1 Michael Smith 2009-05-28 16:54:44 UTC
Put mp3parse after lamemp3enc, and re-test.
Comment 2 Edward Hervey 2009-10-02 11:27:47 UTC
Christian, does it work with Michael's advice ?
Comment 3 Tobias Mueller 2010-04-04 17:16:12 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!