Changes between Version 10 and Version 11 of Concatenate
- Timestamp:
- Dec 20, 2012, 3:49:25 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v10 v11 20 20 then you can encode your files with: 21 21 {{{ 22 ffmpeg -f concat e-i mylist.txt -c copy output22 ffmpeg -f concat -i mylist.txt -c copy output 23 23 }}} 24 24
