Tried to run an ffmpeg command to concat images from s3 bucket. Concat by demuxing, and get the error that https protocol is not available. Running ffmpeg -protocols shows https is not listed, while the build info here https://johnvansickle.com/ffmpeg/git-readme.txt says https is supported.
ffmpeg-static doesn't build its own binaries. Rather, we use the binary providers mentioned in the readme; Only they have influence over which features they include and if they work as intended.
ffmpeg-static version
ffmpeg-static@4.3.6
Node.js version
N/A
operating system and/or environment
What happened?
Installed the static build in AWS using .ebextensions
Tried to run an ffmpeg command to concat images from s3 bucket. Concat by demuxing, and get the error that https protocol is not available. Running
ffmpeg -protocols
showshttps
is not listed, while the build info here https://johnvansickle.com/ffmpeg/git-readme.txt says https is supported.