GNOME Bugzilla – Bug 596319
[qtdemux] fails to parse pixel aspect ratio data
Last modified: 2009-09-25 17:27:34 UTC
Created attachment 144008 [details] sample media file All in the title. Uploading a sample file and qtdemux mem dump log.
Created attachment 144009 [details] qtdemux mem dump
Output of qtinfo: Type: Quicktime 0 audio tracks. 1 video tracks. 720x576, depth 24 rate 25.000000 [2500:100] constant length 125 frames compressor avc1. Native colormodel: YUV 4:2:0 planar Interlace mode: Top field first Chroma placement: MPEG-1/JPEG Pixel aspect ratio: 118:81 No timecodes available supported. 0 text tracks.
Following commit takes care of this: commit 0fac7b5347d1cd1f727b697d5be4782de1f56152 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Fri Sep 25 19:21:32 2009 +0200 qtdemux: some optional QT specified stsd MPEG-4 atoms also apply to H264 Fixes #596319.