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
Both are blocked by ffprobe error.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Both are blocked by
ffprobe
error.The text was updated successfully, but these errors were encountered: