streamio / streamio-ffmpeg

Simple yet powerful ruby ffmpeg wrapper for reading metadata and transcoding movies
MIT License
1.65k stars 414 forks source link

Youtube/vimeo video url can be remote_url? #208

Open poussy opened 4 years ago

poussy commented 4 years ago

Why FFMPEG::Movie.new("https://www.youtube.com/watch?v=holhZM1OpTc")

throws ,

does not exist

can we pass youtube remote video url?

ror-narola commented 1 year ago

Hi @poussy I am also trying to implement the same. Were you able to get any solution? Thanks

hafsalatif commented 10 months ago

Hi, I'm facing the same issue. Were you able to get any solution?