-
Notifications
You must be signed in to change notification settings - Fork 92
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
Errno::ENOENT, No such file or directory - ffmpeg -i path_public/uploads/tmp/1414501164-5614-4315/video1.mp4 , Error while uploading File. #31
Comments
I'm facing the same issue. Did you resolve this? |
I have not tested this library out with Rails 4, so that could be the issue. :-/ |
No I haven't solved it. I'm restricted users to upload only mp4 format for now. |
I'v the same problem in my test environment. |
Did you tried add a ''/" in the begin of the url on store_dir? I think that could be the reason, works to me.. |
This sounds more like an issue with ffmpeg path rather than anything with the uploader. If it is - make sure you have ffmpeg installed on your machine. Check where it is ( |
Hi. Can someone help me to resolve this issue https://stackoverflow.com/questions/51946375/ffmpeg-for-aws-s3-bucket-signed-url-not-working-in-node-js |
@ahmed-sharief5 this is a Ruby library |
This solved my problem! |
Hi,
Before I ask anythink I just want to say I'm very new to rails.
I'm building an application where users can upload a video. Using carrierwave i could upload the video successfully but html5 video tag doeant work for all video formats. On looking around I found this gem. I followed the instructions but I'm getting the following error.
Errno::ENOENT in VideosController#create
No such file or directory - ffmpeg -i path_public/uploads/tmp/1414501164-5614-4315/video1.mp4
I don't know what is going wrong.
My storage path is the default path given by carrierwave which is
"uploads/#{model.class.to_s.underscore}/#{mounted_as}/#{model.id}"
but I don't know why it is looking for a path_public/uploads/tmp/1414501164-5614-4315/video1.mp4.
Can someone please help me?
The text was updated successfully, but these errors were encountered: