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 590852 - DV(?) quicktime file does not play
DV(?) quicktime file does not play
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-05 13:26 UTC by owen-bugs
Modified: 2009-08-05 15:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description owen-bugs 2009-08-05 13:26:46 UTC
Supposedly, the video on this page: http://lfhd.blogspot.com/2009/08/edit-bay-24p-monitoring-myth.html  is valid.  However, totem complains that "this file contains no playable streams."  It also doesn't play in vlc, mplayer, or xine.

Here's the direct URL: http://littlefrogpost.com/TEB-SE01.mov

MD5 is aa089cfbd2923fcf97627a0badc460d7, in case the author replaces the file with one of a different format.
Comment 1 Edward Hervey 2009-08-05 15:04:36 UTC
This file is definitely not a valid file.

There's just
* a ftyp atom (specifying that it's a 'qt' file)
* a filler atom ('wide' 8 bytes)
* the actual data ('mdat' atom)

... but no header whatsoever. There's none of the following atoms:
* moov (movie)
* mvhd (movie header)
* trak (track)
* tkhd (track header)

The size of the 'mdat' atom is also wrong... it looks like he cancelled the export half-way through.

Closing this as invalid. Please tell the creator of this file to fix it.
Comment 2 Tim-Philipp Müller 2009-08-05 15:13:44 UTC
Just in case you wondered: this file does not play in QuickTime on MaxOSX either ;) (for obvious reasons).