[FFmpeg-user] Encoding to DTS 96/24?

Kirk Liberty kirk.liberty at gmail.com
Sat Aug 4 09:39:37 EEST 2018


On Sat, Aug 4, 2018 at 1:13 AM, Jordan Dalley <jordan at dalleyfamily.net> wrote:
> Apologies for a seemingly noobish question, but does ffmpeg support
> encoding to DTS 96/24? I've tried trawling the interwebs and cant find much
> about it.

Run ffmpeg -h encoder=dca to get the following

<chopped>
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Encoder dca [DCA (DTS Coherent Acoustics)]:
    General capabilities: exp
    Threading capabilities: none
    Supported sample rates: 8000 16000 32000 11025 22050 44100 12000 24000 48000
    Supported sample formats: s32
    Supported channel layouts: mono stereo quad(side) 5.0(side) 5.1(side)
DCA (DTS Coherent Acoustics) AVOptions:
  -dca_adpcm         <boolean>    E...A... Use ADPCM encoding (default false)


More information about the ffmpeg-user mailing list