Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#1747 closed defect (fixed)

dts in wav not auto-detected

Reported by: Carl Eugen Hoyos Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: wav dca probe roundup
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description (last modified by Carl Eugen Hoyos)

(Reported many times, sample is from issue 2663)

dts in avi is not auto-detected, FFmpeg claims it is pcm_s16le

$ ffmpeg -i dts.wav
ffmpeg version N-44552-g4aade44 Copyright (c) 2000-2012 the FFmpeg developers
  built on Sep 18 2012 11:05:34 with gcc 4.5.3 (GCC)
  configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl --enable-libmp3lame
  libavutil      51. 73.101 / 51. 73.101
  libavcodec     54. 56.100 / 54. 56.100
  libavformat    54. 27.101 / 54. 27.101
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3. 16.104 /  3. 16.104
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[wav @ 0x14f1240] max_analyze_duration 5000000 reached at 5015510
Guessed Channel Layout for  Input Stream #0.0 : stereo
Input #0, wav, from 'dts.wav':
  Duration: 00:02:13.28, bitrate: 153 kb/s
    Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
At least one output file must be specified

Work-around is to set the audio-codec:
$ ffmpeg -acodec dts -i dts.wav

Attachments (1)

dts.wav (2.4 MB ) - added by Carl Eugen Hoyos 12 years ago.

Change History (7)

by Carl Eugen Hoyos, 12 years ago

Attachment: dts.wav added

comment:1 by Carl Eugen Hoyos, 12 years ago

Description: modified (diff)
Status: newopen

comment:3 by Carl Eugen Hoyos, 11 years ago

Description: modified (diff)

comment:4 by Michael Niedermayer, 11 years ago

Keywords: probe added
Reproduced by developer: set
Resolution: fixed
Status: openclosed

comment:5 by Carl Eugen Hoyos, 11 years ago

Keywords: roundup added

comment:6 by Carl Eugen Hoyos, 11 years ago

Keywords: dca added; dts removed
Note: See TracTickets for help on using tickets.