Changes between Version 16 and Version 17 of HowToBurnSubtitlesIntoVideo
- Timestamp:
- Dec 26, 2014, 8:51:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBurnSubtitlesIntoVideo
v16 v17 35 35 36 36 {{{ 37 ffmpeg -i input.mkv -filter_complex "[0:v][0:s]overlay[v]" -map [v]-map 0:a <output options> output.mkv37 ffmpeg -i input.mkv -filter_complex "[0:v][0:s]overlay[v]" -map "[v]" -map 0:a <output options> output.mkv 38 38 }}} 39 39 … … 43 43 44 44 {{{ 45 ffmpeg -i input.ts -filter_complex "[0:v][0:s]overlay[v]" -map [v]-map 0:a:0 <output options> output.mkv45 ffmpeg -i input.ts -filter_complex "[0:v][0:s]overlay[v]" -map "[v]" -map 0:a:0 <output options> output.mkv 46 46 }}} 47 47
