Open viktorstaikov opened 6 years ago
s3 bucket signed url is not working its showing 'No such file or directory'
Hi,
The url itself is valid and I can open the video there. Where did you see this s3 error?
where you able to solve this?
Same as #932
Version information
Context
I'm trying to develop a service that puts watermark on videos. I have the logo locally on the server. I'm guaranteed that the videos will be mp4 and I must return mp4 as well.
Code to reproduce
Error
P. S.
I have also tried using local mp4 video to generate the input stream like so:
P. P. S.
The
.videoCodec()
and.outputOptions()
lines are from similarly sounding issues I have found in this repo. They are NOT part of my requirements.P. P. P. S.
Running the command
ffmpeg -i video.mp4 -i logo.png -filter_complex "overlay=10:10" output.mp4
in the terminal successfully sets the watermark.