-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to concat two videos. #44
Comments
+1 for remote link video. |
@FloridaStream hey you have any idea? |
@hiteshsondhi88 |
In newer versions this was disabled in ffmpeg, you need to use the command Be aware that for a better understanding, the logs, debug log of the operation are necessary. |
@FloridaStream Can you please elaborate your answer? |
@FloridaStream -safe 0 argument in command while concat fix the issue. Thanks for your inputs. This issue should be closed now. |
-y -i "concat:/storage/emulated/0/input1.ts|/storage/emulated/0/input2.ts" -c copy -bsf:a aac_adtstoasc /storage/emulated/0/output.mp4
I am using this command and it works for windows but doesn't work for android.
The text was updated successfully, but these errors were encountered: