Changes between Version 40 and Version 41 of Concatenate
- Timestamp:
- Oct 11, 2019, 7:39:33 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v40 v41 24 24 {{{ 25 25 # this is a comment 26 file '/path/to/file1 '27 file '/path/to/file 2'28 file '/path/to/file 3'26 file '/path/to/file1.wav' 27 file '/path/to/file1.wav' 28 file '/path/to/file1.wav' 29 29 }}} 30 30 31 31 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: 32 32 {{{ 33 ffmpeg -f concat -safe 0 -i mylist.txt -c copy output 33 ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.wav 34 34 }}} 35 35
