Changes between Version 22 and Version 23 of Creating multiple outputs
- Timestamp:
- Aug 23, 2019, 6:08:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creating multiple outputs
v22 v23 15 15 ffmpeg -i input -acodec … -vcodec … output1 16 16 }}} 17 but either version will work in a sane shell. If you are in windows you must combine the separated lines into "one very long one" for it to work.17 but either version will work in a sane shell. If you are on Windows, you can replace the `\` at the end of each line with a `^` or you can combine the separated lines into "one very long one". 18 18 19 19 == Different parallel outputs ==
