Changes between Version 14 and Version 15 of Concatenate
- Timestamp:
- Apr 30, 2013, 1:51:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Concatenate
v14 v15 29 29 }}} 30 30 31 If your shell supports process substitution (like Bash and Zsh), you can create such a file on the fly, for example, to concatenate all WAV files in the current folder. This would be impossible with the concat protocol (see below): 32 33 {{{ 34 ffmpeg -f concat -i <( for f in *.wav; do echo "file '$(pwd)/$f'"; done ) output.wav 35 }}} 31 36 32 37 === Concat protocol ===#protocol
