random notes and stuff
This is a place where i put things i think are interesting... if you dont like it don't read it ^_^
Friday, August 9, 2019
How-To make FFMPEG concatenate all files in a folder into one video without re-encoding (LINUX)
Replace *.mp4 with whatever your filenames are, such as *.mkv *.mp4 etc
find *.mp4 | sed 's:\ :\\\ :g'| sed 's/^/file /' > filelist.txt; ffmpeg -f concat -i filelist.txt -vcodec copy -an output.mp4
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment