GNOME Bugzilla – Bug 328229
matroska video files with h264 video track play only audio (most of the time vorbis).
Last modified: 2006-05-17 08:24:39 UTC
Please describe the problem: When playing a video file with a h264 video track, only the audio gets played. I checked the filter, ffmpeg does include the h264 decoder but the matroska demuxer seems to ignore its presence. Steps to reproduce: 1. Get a h264/vorbis mkv file. 2. Play it. Actual results: Only the audio of the video file gets played. Expected results: h264 video should be decoded and displayed. Does this happen every time? Yes Other information:
Hi Sylvain, Can you try this out with 0.10 please? Most people are hacking there now. Also, please post a link to the file. Thanks.
Tried gstreamer 0.10 with totem in gnome 2.13.91. Still the same issue. I will try to put the file on a server or debug the issue myself.
A sample file would be very useful indeed if you have one. Also, do you have the ffdec_h264 element (part of gst-ffmpeg)? check with % gst-inspect-0.10 ffdec_h264
Works perfectly fine for me, tested using the clip here: http://www.savefile.com/files.php?fid=5352768
Gstreamer 0.10.5-->my clip does work now.
Thanks for confirming that it works now.