File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,3 +25,30 @@ ffcvt: to execute -
2525Org Size: 0 MB
2626New Size: 0 MB
2727Saved: 0%
28+ ] Skip symlink file: ./test2.avi
29+
30+ == Transcoding [1/1]: 'test1.avi'
31+ under .
32+ ] -i ./test1.avi -c:a libopus -b:a 64k -c:v libvpx-vp9 -b:v 0 -crf 37 ./test1_.webm
33+ ffcvt: to execute -
34+ ffmpeg -i ./test1.avi -c:a libopus -b:a 64k -c:v libvpx-vp9 -b:v 0 -crf 37 ./test1_.webm
35+
36+ Org Size: 0 MB
37+ New Size: 0 MB
38+ Saved: 0%
39+
40+ == Transcoding [1/2]: 'test1.avi'
41+ under .
42+ ] -i ./test1.avi -c:a libopus -b:a 64k -c:v libvpx-vp9 -b:v 0 -crf 37 ./test1_.webm
43+ ffcvt: to execute -
44+ ffmpeg -i ./test1.avi -c:a libopus -b:a 64k -c:v libvpx-vp9 -b:v 0 -crf 37 ./test1_.webm
45+
46+ == Transcoding [2/2]: 'test2.avi'
47+ under .
48+ ] -i ./test2.avi -c:a libopus -b:a 64k -c:v libvpx-vp9 -b:v 0 -crf 37 ./test2_.webm
49+ ffcvt: to execute -
50+ ffmpeg -i ./test2.avi -c:a libopus -b:a 64k -c:v libvpx-vp9 -b:v 0 -crf 37 ./test2_.webm
51+
52+ Org Size: 0 MB
53+ New Size: 0 MB
54+ Saved: 0%
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# Test -sym control
4- ../ffcvt -n -d . -debug 1 > /tmp/ffcvt_test.txt 2>&1
5- ../ffcvt -n -d . -debug 1 -sym >> /tmp/ffcvt_test.txt 2>&1
4+ ../ffcvt -t x265-opus -n -d . > /tmp/ffcvt_test.txt 2>&1
5+ ../ffcvt -t x265-opus -n -d . -sym >> /tmp/ffcvt_test.txt 2>&1
6+
7+ ../ffcvt -n -d . >> /tmp/ffcvt_test.txt 2>&1
8+ ../ffcvt -n -d . -sym >> /tmp/ffcvt_test.txt 2>&1
69
710sed -i ' / [0-9.]*[mµ]*s$/d' /tmp/ffcvt_test.txt
811diff -wU 1 /tmp/ffcvt_test.txt .
You can’t perform that action at this time.
0 commit comments