[FFmpeg-cvslog] r25161 - in trunk/tests: fate-run.sh regression-funcs.sh

Måns Rullgård mans
Thu Sep 23 13:12:49 CEST 2010


Carl Eugen Hoyos <cehoyos at ag.or.at> writes:

> mru <subversion <at> mplayerhq.hu> writes:
>
>> Author: mru
>> Date: Thu Sep 23 11:55:31 2010
>> New Revision: 25161
>> 
>> Log:
>> fate: print commands being executed with V=1
>
> Assuming the correct way to trigger this is
> make V=1 fate
> I now get
> "/FF"/tests/fate-run.sh fate-acodec-mp2 "" "" "/FF" 'codectest acodec' '' '' ''
> But how do I find out with which options ffmpeg was called?

mru at unicorn:/tmp/ffmpeg$ make V=1 fate
"/home/mru/src/ffmpeg.master"/tests/codec-regression.sh aref acodec tests/acodec "" "/tmp/ffmpeg"
/tmp/ffmpeg/ffmpeg -v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact -ab 128k -ac 2 -ar 44100 -f s16le -i /tmp/ffmpeg/./tests/data/asynth1.sw -f wav /tmp/ffmpeg/./tests/data/acodec.ref.wav
TEST    acodec-ac3
"/home/mru/src/ffmpeg.master"/tests/fate-run.sh fate-acodec-ac3 "/misc/samples/mphq/fate-suite" "" "/tmp/ffmpeg" 'codectest acodec' '' '' ''
/tmp/ffmpeg/ffmpeg -v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact -ab 128k -ac 2 -f s16le -i /tmp/ffmpeg/./tests/data/asynth1.sw -vn /tmp/ffmpeg/./tests/data/acodec/ac3.rm
TEST    acodec-adpcm_ima_qt
"/home/mru/src/ffmpeg.master"/tests/fate-run.sh fate-acodec-adpcm_ima_qt "/misc/samples/mphq/fate-suite" "" "/tmp/ffmpeg" 'codectest acodec' '' '' ''
/tmp/ffmpeg/ffmpeg -v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact -ab 128k -ac 2 -f s16le -i /tmp/ffmpeg/./tests/data/asynth1.sw -acodec adpcm_ima_qt /tmp/ffmpeg/./tests/data/acodec/adpcm_qt.aiff
/tmp/ffmpeg/ffmpeg -v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact -i /tmp/ffmpeg/./tests/data/acodec/adpcm_qt.aiff -sample_fmt s16 -f wav /tmp/ffmpeg/./tests/data/adpcm_ima_qt.acodec.out.wav
TEST    acodec-adpcm_ima_wav
"/home/mru/src/ffmpeg.master"/tests/fate-run.sh fate-acodec-adpcm_ima_wav "/misc/samples/mphq/fate-suite" "" "/tmp/ffmpeg" 'codectest acodec' '' '' ''
/tmp/ffmpeg/ffmpeg -v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact -ab 128k -ac 2 -f s16le -i /tmp/ffmpeg/./tests/data/asynth1.sw -acodec adpcm_ima_wav /tmp/ffmpeg/./tests/data/acodec/adpcm_ima.wav
/tmp/ffmpeg/ffmpeg -v 0 -y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact -i /tmp/ffmpeg/./tests/data/acodec/adpcm_ima.wav -sample_fmt s16 -f wav /tmp/ffmpeg/./tests/data/adpcm_ima_wav.acodec.out.wav
[...]

I see the ffmpeg options just fine.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list