[FFmpeg-trac] #263(avformat:new): Unimplemented container channel layout
FFmpeg
trac at avcodec.org
Fri Jun 3 20:29:55 CEST 2011
#263: Unimplemented container channel layout
------------------------+-------------------------
Reporter: rectalogic | Type: defect
Status: new | Priority: normal
Component: avformat | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced: 0
Analyzed: 0 |
------------------------+-------------------------
Sample mov with svq1 video and qdm2 audio used to play both audio and
video with ffplay (using commit f1efbca5e), now it plays a single frame of
video and no audio and logs "Unimplemented container channel layout". This
also has the side effect of causing mplayer to crash.
I'll try attaching the sample to this bug, upload.ffmpeg.org seems to be
down.
{{{
$ ./ffplay ~/Projects/codex/passport-bugs/qdm2/qdm2-channels.mov
ffplay version git-N-30462-gd013c6d, Copyright (c) 2003-2011 the FFmpeg
developers
built on Jun 3 2011 18:05:38 with gcc 4.4.3
configuration:
libavutil 51. 3. 0 / 51. 3. 0
libavcodec 53. 6. 1 / 53. 6. 1
libavformat 53. 2. 0 / 53. 2. 0
libavdevice 53. 1. 0 / 53. 1. 0
libavfilter 2. 11. 0 / 2. 11. 0
libswscale 0. 14. 0 / 0. 14. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x16a0660] Unimplemented container channel
layout.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x16a0660] If you want to help, upload a sample
of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the
ffmpeg-devel mailing list.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x16a0660] max_analyze_duration 5000000 reached
at 5120000
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/aw/Projects/codex/passport-
bugs/qdm2/qdm2-channels.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2006-11-03 19:12:00
composer : This movie was made with Adobe GoLive.
composer-eng : This movie was made with Adobe GoLive.
Duration: 00:00:30.03, start: 0.000000, bitrate: 311 kb/s
Stream #0.0(eng): Audio: qdm2, 32000 Hz, 1 channels, s16, 24 kb/s
Metadata:
creation_time : 2006-11-03 19:12:00
Stream #0.1(eng): Video: svq1, yuv410p, 320x240, 285 kb/s, 14.99 fps,
14.99 tbr, 15k tbn, 15k tbc
Metadata:
creation_time : 2006-11-03 19:12:00
Stream #0.2(eng): Data: [0][0][0][0] / 0x0000, 0 kb/s
Metadata:
creation_time : 2006-11-03 19:12:00
[ffsink @ 0x7f94d8000d60] auto-inserting filter 'auto-inserted scaler 0'
between the filter 'src' and the filter 'out'
[scale @ 0x7f94d8001440] w:320 h:240 fmt:yuv410p -> w:320 h:240
fmt:yuv420p flags:0x4
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/263>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list