Changes between Version 10 and Version 11 of How to concatenate (join, merge) media files
- Timestamp:
- 12/20/2012 04:49:25 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to concatenate (join, merge) media files
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


