Changes between Version 21 and Version 22 of Concatenate
- Timestamp:
- Aug 14, 2014, 3:53:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v21 v22 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 .mpg28 ffmpeg -f concat -i mylist.txt -c copy output 29 29 }}} 30 30
