Skip to content

Commit 38afe36

Browse files
committed
- [!] fix test files
1 parent 4cb18aa commit 38afe36

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

test/ffcvt_test.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Flags:
3838
-K,karaoke Add a karaoke audio track to .mp4 MTV (FFCVT_K,KARAOKE)
3939
-tkf Transpose song's key from (e.g. C/C#/Db/D etc) (FFCVT_TKF)
4040
-tkt Transpose song's key to (e.g. -tkf C -tkt Db) (FFCVT_TKT)
41+
-tkb Transpose song by (e.g. +2, -3, etc) chromatic scale (FFCVT_TKB)
4142
-lang language selection for audio stream extraction (FFCVT_LANG)
4243
-sel subtitle encoding language (language picked for reencoded video) (FFCVT_SEL)
4344
-o more options that will pass to ffmpeg program (FFCVT_O)
@@ -132,6 +133,8 @@ Details:
132133
symlinks will be processed as well
133134
-t string
134135
target type: webm/x265-opus/x264-mp3/wx/youtube/copy, or empty (default "webm")
136+
-tkb int
137+
Transpose song by (e.g. +2, -3, etc) chromatic scale
135138
-tkf string
136139
Transpose song's key from (e.g. C/C#/Db/D etc)
137140
-tkt string
@@ -155,7 +158,7 @@ Details:
155158
-w string
156159
work directory that hold output files
157160

158-
To reduce output, use `-debug 0`, e.g., `ffcvt -force -debug 0 -f testf.mp4 ...`
161+
To reduce output, use '-debug 0', e.g., 'ffcvt -force -debug 0 -f testf.mp4 ...'
159162
# Test transcoding single file
160163

161164
== Transcoding: StreamSample.mkv

test2/ffcvt_test.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Flags:
3838
-K,karaoke Add a karaoke audio track to .mp4 MTV (FFCVT_K,KARAOKE)
3939
-tkf Transpose song's key from (e.g. C/C#/Db/D etc) (FFCVT_TKF)
4040
-tkt Transpose song's key to (e.g. -tkf C -tkt Db) (FFCVT_TKT)
41+
-tkb Transpose song by (e.g. +2, -3, etc) chromatic scale (FFCVT_TKB)
4142
-lang language selection for audio stream extraction (FFCVT_LANG)
4243
-sel subtitle encoding language (language picked for reencoded video) (FFCVT_SEL)
4344
-o more options that will pass to ffmpeg program (FFCVT_O)
@@ -132,6 +133,8 @@ Details:
132133
symlinks will be processed as well
133134
-t string
134135
target type: webm/x265-opus/x264-mp3/wx/youtube/copy, or empty (default "webm")
136+
-tkb int
137+
Transpose song by (e.g. +2, -3, etc) chromatic scale
135138
-tkf string
136139
Transpose song's key from (e.g. C/C#/Db/D etc)
137140
-tkt string
@@ -155,7 +158,7 @@ Details:
155158
-w string
156159
work directory that hold output files
157160

158-
To reduce output, use `-debug 0`, e.g., `ffcvt -force -debug 0 -f testf.mp4 ...`
161+
To reduce output, use '-debug 0', e.g., 'ffcvt -force -debug 0 -f testf.mp4 ...'
159162
# Test transcoding single file
160163

161164
== Transcoding: StreamSample.mkv

0 commit comments

Comments
 (0)