GNOME Bugzilla – Bug 699219
mpegvideoparse: can't figure out video bitrate of MPEG1 file
Last modified: 2018-11-03 11:25:21 UTC
File in question is https://git.gnome.org/browse/gupnp-dlna-media/tree/strict/video/Sita_Sings_The_Blues_Clip.mpg This must have worked at some point in 0.10, as we have this in gupnp-dlna's strict test-suite. Definitely doesn't work with 0.10.36 and 1.0.6. avconv says: avconv version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav developers built on Mar 30 2013 22:20:06 with gcc 4.7.2 Input #0, mpeg, from 'media/strict/video/Sita_Sings_The_Blues_Clip.mpg': Duration: 00:00:02.76, start: 0.240000, bitrate: 1496 kb/s Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352x288 [PAR 64:45 DAR 704:405], 1152 kb/s, 25 fps, 25 tbr, 90k tbn, 25 tbc Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, s16, 224 kb/s At least one output file must be specified
This looks like a regression introduce by porting from ffmpeg/libav parsers to our own parser. I can definatly reproduce in both 0.10 and master 1.X.
Similar issue with WMV files. No video bitrate although avconv has it.
Can you open another bug (with test file) for the WMV problem?
Sure, as soon as I find a sharable sample file
Not clear where that information would come from. I'm guessing it's "estimated"
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/84.