-
Notifications
You must be signed in to change notification settings - Fork 140
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
Command failed #61
Comments
To use this library requires that ffmpeg is already installed |
ffmpeg is already installed. |
It may be your ffmpeg has a fail position. |
You must be sure your ffmpeg has a best position to your code file |
You must be sure your ffmpeg has a best relative path to your code file |
Sorry, I didn't get |
It gives Invalid data found when processing input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to add watermark to video but it failed.
Error is:
error: { Error: Command failed: ffmpeg -i assets/encoded/upload-157113597459120191009_171749.mp4 -i assets/logo/logo.png -filter_complex "overlay=0-0+0:main_h-overlay_h-0+0" assets/encoded/water-157113597459120191009_171749.mp4
'ffmpeg' is not recognized as an internal or external command,
operable program or batch file.
killed: false,
code: 1,
signal: null,
cmd:
'ffmpeg -i assets/encoded/upload-157113597459120191009_171749.mp4 -i assets/logo/logo.png -filter_complex "overlay=0-0+0:main_h-overlay_h-0+0" assets/encoded/water-157113597459120191009_171749.mp4' }
Please help me !
The text was updated successfully, but these errors were encountered: