29.12.2017, 17:50
Did a fast test her, by reencoding a 7.1 24bit 96kHz stream to flac 24 bit 48kHz.
The encoding call that was used, was:
and encoding worked fine here.
Also tried the same with flac 24 bit 96kHz.
also no crash here.
-> so I really need the debug output to know why it isn't working for you.
Cu Selur
The encoding call that was used, was:
ffmpeg -y -threads 8 -loglevel fatal -i "F:\TestClips&Co\files\audio\DTS Master Audio, 7.1 channels, 24 bits, 96kHz.dtsma" -ac 8 -ar 96000 -sample_fmt s32 -f sox - | sox --multi-threaded --ignore-length --temp "H:\Temp\16_46_44_251001" --buffer 524288 -S -t sox - --endian little -b 24 -t wav - rate 48k | flac -f -F --ignore-chunk-sizes -5 -o "H:\Temp\iId_1_aid_0_16_46_44_2510_02.flac" -
Also tried the same with flac 24 bit 96kHz.
ffmpeg -y -threads 8 -loglevel fatal -i "F:\TestClips&Co\files\audio\DTS Master Audio, 7.1 channels, 24 bits, 96kHz.dtsma" -ac 8 -ar 96000 -sample_fmt s32 -f sox - | sox --multi-threaded --ignore-length --temp "H:\Temp\16_49_21_801001" --buffer 524288 -S -t sox - --endian little -b 24 -t wav - | flac -f -F --ignore-chunk-sizes -5 -o "H:\Temp\iId_2_aid_0_16_49_21_8010_02.flac" -
-> so I really need the debug output to know why it isn't working for you.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.