Answers for "ffmpeg multiple input files"

0

ffmpeg multiple input files

ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.wav
Posted by: Guest on August-11-2020
0

ffmpeg multiple input files

# this is a comment
file '/path/to/file1.wav'
file '/path/to/file2.wav'
file '/path/to/file3.wav'
Posted by: Guest on August-11-2020

Browse Popular Code Answers by Language