GNOME Bugzilla – Bug 686550
qtdemux: no streams found for journal.pone.0030940.s002.mov, m1v video fourcc
Last modified: 2012-10-22 09:56:59 UTC
A file from PLOS does not play with GStreamer 0.10.36 on Debian, I have no idea why: <http://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0011915.s005> See also bug report for the Open Access Media Converter: <https://github.com/erlehmann/open-access-media-importer/issues/21>
Another file from PLOS that does not play: <http://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0030940.s002>
The AVI seems to play fine for me with git master (soon to become 1.0.2), though I'm not sure if the picture is up-side-down or not, hard to tell. mplayer plays it with the end bit at the top, with GStreamer the end bit is at the bottom. Which one is right? The qtdemux one only mplayer can play here. Moving to qtdemux for now.
fix for qtdemux: commit 199aaa40212bdc70649326df3b4f10997cc71190 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Oct 22 11:39:37 2012 +0200 qtdemux: add support for 'generic' samples Add support for stuffing a complete stream into 1 sample. See https://bugzilla.gnome.org/show_bug.cgi?id=686550
commit a2eead3d60b1f87c26d9f795a614982be6cb3166 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Oct 22 11:55:59 2012 +0200 avi_ fix invert function Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550