You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Concat operation does not appear to be possible, either with a filelist method: ffmpeg -f concat -i filelist.txt -c copy out1.mp4
OR "concat" protocol method: ffmpeg -i "concat:vid2.mp4|vid1.mp4" -c copy out4.mp4