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 312524 - play mp4 file problem
play mp4 file problem
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-04 01:18 UTC by nanwang
Modified: 2005-08-04 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nanwang 2005-08-04 01:18:38 UTC
I use gst-launch to play mp4 files, use following commandline:
gst-launch filesrc location=/1.mp4 ! ffdemux_mov_mp4_m4a_3gp name=d d.video_00!
{queue ! ffdec_mpeg4 ! sdlvideosink } d.audio_00! {queue ! ffdec_mpeg4aac ! 
osssink } ,
but the decoded picture stop after played the first several frames and No 
sound .

It seems that the video and audio not sync ,Is the command right ?

But following command can play a mpeg-1 files ,it is right :)

gst-launch filesrc location=/1.mpg ! ffdemux_mpeg name=d d.video_00!
{queue ! ffdec_mpegvideo ! sdlvideosink } d.audio_00! {queue ! ffdec_mp3 ! 
osssink }

Please tell me how to play a mp4 file (mpeg4video + mpeg4aac audio). Thanks
Comment 1 Ronald Bultje 2005-08-04 09:09:34 UTC
ffdemux_mov_mp4_m4a_3gp -> qtdemux

ffdec_mpeg4aac -> faad

Please ask questions on the mailinglist, it is easier for questions/discussions.
Bugzilla is mostly useful for bug tracking...