Hi all,
I am trying to generate a mp4 file using:
$ gst-launch-0.10 -v ffmux_mp4 name="mpg" ! filesink
location="/tmp/output.mp4" gnomevfssrc location="/tmp/sample.nuv" !
decodebin name="d" { d. ! queue ! videorate ! videoscale !
"video/x-raw-yuv, width=(int)320, height=(int)240" ! ffmpegcolorspace
! ffenc_mpeg4 ! "video/mpeg,mpegversion=4" ! queue ! mpg. } { d. !
queue ! audioconvert ! audioresample ! faac ! queue ! mpg. }
The generated file plays fine with mplayer (sound and video) but when
trying to play it with gstreamer (totem, gst-launch playbin ...) there
is no sound.
If I generate using:
$ ffmpeg -i /tmp/sample.nuv -s 320x240 -vcodec mpeg4 -acodec aac /tmp/output.mp4
it works both on gstreamer and mplayer.
I heard that ffmux_mp4 was buggy, does anybody knows what is the
problem with it, so I can try to fix it?
Any help is appreciate
BR
--
Andre Moreira Magalhaes (andrunko)
--------------------------------------------------------
Jabber:
[hidden email]
MSN:
[hidden email]
Skype: andrunko
Blog:
http://andrunko.blogspot.com-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel