-
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
Does this package support URLs ? #46
Comments
same problem |
Also having this issue. I am using this to process files on an s3 bucket on an ec2 instance. I am creating a signed url to push to ffmpeg but am getting a 'Input file does not exist' error when I know this isn't the case. |
same problem. |
any update on this? |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Seems this package is abandoned, @damianociarla could you confirm us? This package doesn't support URLs, it checks the file exists on local filesystem. https://github.com/damianociarla/node-ffmpeg/blob/master/lib/ffmpeg.js#L199-L201 |
There seems to be a PR #2 which solves this problem. |
Below is my code for trying to retrieve a video from an url and saving it as an adio file on my local disk. but it has an Error on input file. Does it mean that this package does not support urls ?
The text was updated successfully, but these errors were encountered: