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 142712 - [ffdec_svq3/qtdemux] Can't play the_incredibles-tlr_m240.mov
[ffdec_svq3/qtdemux] Can't play the_incredibles-tlr_m240.mov
Status: RESOLVED DUPLICATE of bug 140147
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 138435
 
 
Reported: 2004-05-18 09:43 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2004-05-18 09:43:36 UTC
URL:
http://a772.g.akamai.net/5/772/51/08ad64799ca089/1a1a1aaa2198c627970773d80669d84574a8d80d3cb12453c02589f25382f668c9329e0375e8177be457c52aa3d246ae1372db49ac1e83e750b21e83f6/the_incredibles-tlr_m240.mov

gst-launch-ext output:
gst-launch-0.8 filesrc location="the_incredibles-tlr_m240.mov" ! qtdemux
name=demux { .video_00 ! queue ! spider ! ffcolorspace ! xvimagesink } { demux.
!  queue ! spider ! osssink }
                                                                                
RUNNING pipeline ...
ERROR (1084873415:987608)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type SVQ3
ERROR (1084873415:988155)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type QDM2
ERROR (1084873415:988251)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type MCPS
ERROR (1084873415:988314)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type The
[Invalid UTF-8] ERROR (1084873415:988374) \x1b[00m       
qtdemux\x1b[00m(\x1b[331m 3948\x1b[00m)
\x1b[00mqtdemux.c(1236):qtdemux_type_get:\x1b[00m unknown QuickTime node type
\xa9inf
[Invalid UTF-8] ERROR (1084873415:988452) \x1b[00m       
qtdemux\x1b[00m(\x1b[331m 3948\x1b[00m)
\x1b[00mqtdemux.c(1236):qtdemux_type_get:\x1b[00m unknown QuickTime node type
\xa9cpy
[Invalid UTF-8] ERROR (1084873415:988520) \x1b[00m       
qtdemux\x1b[00m(\x1b[331m 3948\x1b[00m)
\x1b[00mqtdemux.c(1236):qtdemux_type_get:\x1b[00m unknown QuickTime node type
\xa9cmt
ERROR (1084873415:988588)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type WLOC
ERROR (1084873415:988685)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type SVQ3
ERROR (1084873415:988775)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type QDM2
ERROR (1084873415:988877)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type MCPS
ERROR (1084873415:988937)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type The
[Invalid UTF-8] ERROR (1084873415:988996) \x1b[00m       
qtdemux\x1b[00m(\x1b[331m 3948\x1b[00m)
\x1b[00mqtdemux.c(1236):qtdemux_type_get:\x1b[00m unknown QuickTime node type
\xa9inf
[Invalid UTF-8] ERROR (1084873415:989064) \x1b[00m       
qtdemux\x1b[00m(\x1b[331m 3948\x1b[00m)
\x1b[00mqtdemux.c(1236):qtdemux_type_get:\x1b[00m unknown QuickTime node type
\xa9cpy
[Invalid UTF-8] ERROR (1084873416:025630) \x1b[00m       
qtdemux\x1b[00m(\x1b[331m 3948\x1b[00m)
\x1b[00mqtdemux.c(1236):qtdemux_type_get:\x1b[00m unknown QuickTime node type
\xa9cmt
ERROR (1084873416:025744)         qtdemux( 3948)
qtdemux.c(1236):qtdemux_type_get: unknown QuickTime node type WLOC

mplayer output:
Playing the_incredibles-tlr_m240.mov.
QuickTime/MOV file format detected.
--------------
MOV track #0: 461 chunks, 924 samples
MOV: Found unknown movie atom SMI  (21)!
Image size: 240 x 104 (24 bpp)
Display size: 240 x 104
Fourcc: SVQ3  Codec: 'Sorenson Video 3'
--------------
MOV track #1: 231 chunks, 0 samples
Audio bits: 16  chans: 1  rate: 22050
Audio extra header: len=92  fcc=0x77617665
MOV: Found unknown audio atom Fourcc: QDM2
--------------
MOV: longest streams: A: #1 (231 samples)  V: #0 (924 samples)
Clip info:
 name: The Incredibles
 copyright: �2004 Disney/Pixar.  All rights reserved
 comments: QuickTime 5 version encoded and delivered by
http://www.apple.com/trailers/
...
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffsvq3] vfm:ffmpeg (FFmpeg Sorenson Video v3 (SVQ3))
Comment 1 Ronald Bultje 2004-09-13 21:10:25 UTC
SVQ3 works, also in playbin. Audio is QDM2 and thus a dup of #140147.

*** This bug has been marked as a duplicate of 140147 ***