On Tue, Feb 2, 2016 at 5:10 AM, James Almer <jamr...@gmail.com> wrote: > On 2/1/2016 8:55 PM, Hendrik Leppkes wrote: >> +define FATE_DCADEC_LOSSLESS_SUITE >> +FATE_DCADEC_LOSSLESS += fate-dca-$(1) fate-dca-$(1)-dmix_2 >> fate-dca-$(1)-dmix_6 >> +fate-dca-$(1): CMD = framemd5 -i >> $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -f $(2) >> +fate-dca-$(1)-dmix_2: CMD = framemd5 -request_channel_layout 0x3 -i >> $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -f $(2) >> +fate-dca-$(1)-dmix_6: CMD = framemd5 -request_channel_layout 0x60f -i >> $(TARGET_SAMPLES)/dts/dcadec-suite/$(1).dtshd -f $(2) > > change -f to -c:a, and s{16,24}le below to pcm_s{16,24}le. > framemd5 adds "-f framemd5 -" at the end of the command line overwriting the > one you pass here, making ffmpeg default to pcm_s16le output. >
Fixed locally, thanks. Somehow I thought it would work like md5, but guess not! - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel