Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ffmpeg stick two files

cat mylist.txt
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
    
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ffmpeg #stick #files
ADD COMMENT
Topic
Name
9+6 =