Changes between Version 20 and Version 21 of Concatenate
- Timestamp:
- Aug 14, 2014, 3:10:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v20 v21 26 26 Note that these can be either relative or absolute paths. Then you can [https://ffmpeg.org/ffmpeg.html#Stream-copy stream copy] or re-encode your files: 27 27 {{{ 28 ffmpeg -f concat -i mylist.txt -c copy output 28 ffmpeg -f concat -i mylist.txt -c copy output.mpg 29 29 }}} 30 30
