Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#96 closed defect (fixed)

ffplay - problem with multichannel TTA audio stream

Reported by: ami_stuff Owned by:
Priority: normal Component: ffplay
Version: git Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

http://www.cccp-project.net/beta/test_files/%5bCCCP%5d_Manhole_Test_Your_5.1_%5brevamped%5d.mkv

This seems to work:

C:\>ffmpeg -i C:\[CCCP]_Manhole_Test_Your_5.1_[revamped].mkv -map 0.10 out.wav

but this doesn't:

C:\>ffplay -ast 10 C:\[CCCP]_Manhole_Test_Your_5.1_[revamped].mkv
FFplay version git-N-29181-ga304071, Copyright (c) 2003-2011 the FFmpeg develope
rs
  built on Apr 18 2011 21:24:03 with gcc 4.5.2
  configuration: --enable-gpl --enable-version3 --enable-runtime-cpudetect --ena
ble-memalign-hack --enable-avisynth --enable-bzlib --enable-frei0r --enable-libo
pencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --
enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger
 --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enabl
e-libx264 --enable-libxavs --enable-libxvid --enable-zlib --cross-prefix=i686-w6
4-mingw32- --target-os=mingw32 --arch=x86_32 --extra-cflags=-I/home/kyle/softwar
e/ffmpeg/external-libraries/win32/include --extra-ldflags=-L/home/kyle/software/
ffmpeg/external-libraries/win32/lib --pkg-config=pkg-config
  libavutil    50. 40. 1 / 50. 40. 1
  libavcodec   52.120. 0 / 52.120. 0
  libavformat  52.108. 0 / 52.108. 0
  libavdevice  52.  4. 0 / 52.  4. 0
  libavfilter   1. 79. 0 /  1. 79. 0
  libswscale    0. 13. 0 /  0. 13. 0
[mpeg4 @ 01D5F860] Invalid and inefficient vfw-avi packed B frames detected
[matroska,webm @ 01D5D4F0] Estimating duration from bitrate, this may be inaccur
ate
Input #0, matroska,webm, from 'C:\[CCCP]_Manhole_Test_Your_5.1_[revamped].mkv':
  Metadata:
    title           : XviD Manhole Video
  Duration: 00:00:31.06, start: 0.000000, bitrate: 1152 kb/s
    Stream #0.0(eng): Video: mpeg4, yuv420p, 360x240 [PAR 3:2 DAR 9:4], PAR 1:1
DAR 3:2, 15 fps, 15 tbr, 1k tbn, 15 tbc (default)
    Metadata:
      title           : XviD Manhole Video
    Stream #0.1(eng): Audio: dca (DTS), 48000 Hz, 5.1, s16, 768 kb/s (default)
    Metadata:
      title           : DTS 6ch Audio
    Stream #0.2(eng): Audio: ac3, 48000 Hz, 5.1, s16, 192 kb/s
    Metadata:
      title           : AC3 6ch Audio
    Stream #0.3(eng): Audio: aac, 48000 Hz, 5.1, s16
    Metadata:
      title           : LC-AAC 6ch Audio
    Stream #0.4(eng): Audio: aac, 48000 Hz, 5.1, s16
    Metadata:
      title           : HE-AAC 6ch Audio
    Stream #0.5(eng): Audio: vorbis, 48000 Hz, 5.1, s16
    Metadata:
      title           : Vorbis 6ch Audio
    Stream #0.6(eng): Audio: wmapro, 48000 Hz, 5.1, flt, 192 kb/s
    Metadata:
      title           : WMA10 Pro 6ch Audio
    Stream #0.7(eng): Audio: cook, 44100 Hz, 5.1, s16
    Metadata:
      title           : RA8 Cook 6ch Audio
    Stream #0.8(eng): Audio: flac, 48000 Hz, 6 channels, s16
    Metadata:
      title           : FLAC 6ch Audio
    Stream #0.9(eng): Audio: wavpack, 48000 Hz, 6 channels, s16
    Metadata:
      title           : WV 6ch Audio
    Stream #0.10(eng): Audio: tta, 48000 Hz, 6 channels, s16
    Metadata:
      title           : TTA 6ch Audio
[tta @ 027BF550] Output buffer size is too small.
    Last message repeated 2 times aq=    0KB vq=  250KB sq=    0B f=0/0
[mpeg4 @ 01D5F860] Invalid and inefficient vfw-avi packed B frames detected
[tta @ 027BF550] Output buffer size is too small.
  30.30 A-V: 21.169 s:0.0 aq=    0KB vq= 1382KB sq=    0B f=0/0   f=0/0
    Last message repeated 26 times

Change History (4)

comment:1 by Carl Eugen Hoyos, 13 years ago

Component: undeterminedFFplay
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit

comment:2 by Carl Eugen Hoyos, 12 years ago

Resolution: fixed
Status: openclosed

I believe this has been fixed, please reopen if I am wrong.

comment:3 by Elon Musk, 12 years ago

ffplay works, but mplayer with -demuxer lavf exits with:
[tta @ 0x28ad264c]Output buffer size is too small.
[tta @ 0x28ad264c]Output buffer size is too small.
[tta @ 0x28ad264c]Output buffer size is too small.
[tta @ 0x28ad264c]Output buffer size is too small.
[tta @ 0x28ad264c]Output buffer size is too small.
ad_ffmpeg: initial decode failed
ADecoder init failed :(
Could not open audio decoder ffmpeg.

comment:4 by Carl Eugen Hoyos, 12 years ago

Please consider reporting MPlayer problems on mplayer-users or http://bugzilla.mplayerhq.hu/

Note: See TracTickets for help on using tickets.