|
35 | 35 | strictly in the format of hh:mm:ss, and may repeat (FFCVT_C,CUT) |
36 | 36 | -S,Seg Split video into multiple segments (strictly in format: hh:mm:ss) (FFCVT_S,SEG) |
37 | 37 | -Speed Speed up/down video playback speed (e.g. 1.28) (FFCVT_SPEED) |
| 38 | + -k,karaoke Add a karaoke audio track to .mp4 MTV (FFCVT_K,KARAOKE) |
38 | 39 | -tkf Transpose song's key from (e.g. C/C#/Db/D etc) (FFCVT_TKF) |
39 | 40 | -tkt Transpose song's key to (e.g. -tkf C -tkt Db) (FFCVT_TKT) |
40 | 41 | -lang language selection for audio stream extraction (FFCVT_LANG) |
@@ -102,6 +103,9 @@ Details: |
102 | 103 | ffprobe program execution (default "ffprobe -print_format flat") |
103 | 104 | -force |
104 | 105 | overwrite any existing none-empty file |
| 106 | + -k Add a karaoke audio track to .mp4 MTV |
| 107 | + -karaoke |
| 108 | + Add a karaoke audio track to .mp4 MTV |
105 | 109 | -lang string |
106 | 110 | language selection for audio stream extraction (default "eng") |
107 | 111 | -n no exec, dry run |
@@ -213,6 +217,27 @@ Saved: 0% |
213 | 217 | ffcvt: to execute - |
214 | 218 | ffmpeg -i StreamSample.mkv -c:v copy -c:a copy -b:a 64k -c:s copy /tmp/StreamSample.mkv |
215 | 219 |
|
| 220 | +Transcoding completed in xxx ms |
| 221 | +Org Size: 0 MB |
| 222 | +New Size: 0 MB |
| 223 | +Saved: 0% |
| 224 | +# Test adding karaoke audio track |
| 225 | + |
| 226 | +== Transcoding: test1.avi |
| 227 | +] ffmpeg -i test1.avi -filter_complex [0:1]pan=mono|c0=c0-c1[a] -map 0:0 -map [a] -map 0:1 test1_karaoke.mp4 |
| 228 | +ffcvt: to execute - |
| 229 | + ffmpeg -i test1.avi -filter_complex [0:1]pan=mono|c0=c0-c1[a] -map 0:0 -map [a] -map 0:1 test1_karaoke.mp4 |
| 230 | + |
| 231 | +Transcoding completed in xxx ms |
| 232 | +Org Size: 0 MB |
| 233 | +New Size: 0 MB |
| 234 | +Saved: 0% |
| 235 | + |
| 236 | +== Transcoding: test1.avi |
| 237 | +] ffmpeg -i test1.avi -filter_complex [0:1]pan=mono|c0=c0-c1[a] -map 0:0 -map [a] -map 0:1 test1_k.avi |
| 238 | +ffcvt: to execute - |
| 239 | + ffmpeg -i test1.avi -filter_complex [0:1]pan=mono|c0=c0-c1[a] -map 0:0 -map [a] -map 0:1 test1_k.avi |
| 240 | + |
216 | 241 | Transcoding completed in xxx ms |
217 | 242 | Org Size: 0 MB |
218 | 243 | New Size: 0 MB |
|
0 commit comments