[FFmpeg-user] Convert to 96000 Hz DCA spdif not supported?

Lou Logan lou at lrcd.com
Sun May 6 00:45:07 EEST 2018


On Sat, May 5, 2018, at 7:57 AM, Nomis101 🐝 wrote:
> I do have a 96000 Hz FLAC file which I would like to convert to DTS and
> preserve the sample rate. But it seems only 41000 and 48000 is supported.
[...]
> Is this a bug or is this really not supported? 41000 and 48000 workes fine.

Both, kind of. I assume the following commit from today fixed the segfault you experienced:
https://git.videolan.org/?p=ffmpeg.git;a=commit;h=c1b282dc74d801f943db282e89f7729e90897669

But the encoder does not support 96000:
$ ffmpeg -h encoder=dts
...
Supported sample rates: 8000 16000 32000 11025 22050 44100 12000 24000 48000


More information about the ffmpeg-user mailing list