diff --git a/test/ffcvt_test.txt b/test/ffcvt_test.txt index 0920f77..1ab812e 100644 --- a/test/ffcvt_test.txt +++ b/test/ffcvt_test.txt @@ -407,6 +407,25 @@ Transcoding completed in xxx ms Org Size: 0 MB New Size: 0 MB Saved: 0% +] None-video file './ffcvt_test.txt' duplicated to dest dir. +] None-video file './test-all.sh' duplicated to dest dir. + +== Transcoding [1/4] (100%): 'StreamSample.mkv' + under . +] ffmpeg -i ./StreamSample.mkv -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./StreamSample_.mkv +ffcvt: to execute - + ffmpeg -i ./StreamSample.mkv -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./StreamSample_.mkv +Time taken so far xxx ms +] Taking a breath for: xxx ms +Finishing the remaining 0% in xxx ms + +== Transcoding [2/4] (100%): 'test1.avi' + under . +] ffmpeg -i ./test1.avi -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./test1_.mkv +ffcvt: to execute - + ffmpeg -i ./test1.avi -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./test1_.mkv +Time taken so far xxx ms +] Max conversion count reached. ] Transcoding to /tmp/test ] None-video file './ffcvt_test.txt' duplicated to dest dir. ] None-video file './test-all.sh' duplicated to dest dir. diff --git a/test/test-all.sh b/test/test-all.sh index ad863fc..95790e1 100755 --- a/test/test-all.sh +++ b/test/test-all.sh @@ -39,6 +39,7 @@ $FFCVT -t x265-opus -n -bt 0.1s -d . -sym >> /tmp/ffcvt_test.txt 2>&1 $FFCVT -n -bt 0.1s -d . >> /tmp/ffcvt_test.txt 2>&1 $FFCVT -n -bt 0.1s -d . -sym >> /tmp/ffcvt_test.txt 2>&1 +$FFCVT -n -bt 0.1s -d . -sym -maxc 2 >> /tmp/ffcvt_test.txt 2>&1 $FFCVT -n -sym -debug 2 -bt 0.1s -d . -w /tmp >> /tmp/ffcvt_test.txt 2>&1 diff --git a/test2/ffcvt_test.txt b/test2/ffcvt_test.txt index 8e19607..4ef5116 100644 --- a/test2/ffcvt_test.txt +++ b/test2/ffcvt_test.txt @@ -391,6 +391,25 @@ Transcoding completed in xxx ms Org Size: 0 MB New Size: 0 MB Saved: 0% +] None-video file './ffcvt_test.txt' duplicated to dest dir. +] None-video file './test-all.sh' duplicated to dest dir. + +== Transcoding [1/4] (36%): 'test_s1.avi' + under subdir +] ffmpeg -i ./subdir/test_s1.avi -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./subdir/test_s1_.mkv +ffcvt: to execute - + ffmpeg -i ./subdir/test_s1.avi -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./subdir/test_s1_.mkv +Time taken so far xxx ms +] Taking a breath for: xxx ms +Finishing the remaining 64% in xxx ms + +== Transcoding [2/4] (57%): 'test1.avi' + under . +] ffmpeg -i ./test1.avi -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./test1_.mkv +ffcvt: to execute - + ffmpeg -i ./test1.avi -c:v libvpx-vp9 -b:v 0 -crf 42 -c:a libopus -b:a 64k -c:s copy ./test1_.mkv +Time taken so far xxx ms +] Max conversion count reached. ] Transcoding to /tmp/test2 ] None-video file './ffcvt_test.txt' duplicated to dest dir. ] None-video file './test-all.sh' duplicated to dest dir.