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
would produce the command ffmpeg -y -v error -safe 0 -f concat -i in.mp4 out.mp4.
However, -safe is treated as an argument for the entire ffmpeg execution.
Would produce ffmpeg -y -v error -f concat -safe 0 -i in.mp4 out.mp4.
I hope this solves the problem you described here.
If not, please re-open and provide me with a command demonstrating what you'd like to build.
If possible, use two inputs, as this would make the usage of -safe much more clearer.
Related to #199, when using absolute paths you need
-safe 0
before-f concat
which is not possible today.The text was updated successfully, but these errors were encountered: