0
我嘗試了以下URL,使用FFMPEG的streamio包裝。 URL的是FFMPEG從MP4隱藏到WEBM只能處理某些文件。
http://static.bouncingminds.com/ads/5secs/baileys_5sec.mp4 (works)
http://techslides.com/demos/sample-videos/small.mp4 (doesn't work)
對於後者我收到以下錯誤:
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
我用轉碼它們的代碼:
movie.transcode("test.webm", "-vcodec libvpx -strict -2") { |p| puts p }
如前所述這完全適用於第一視頻。爲了與所有的mp4視頻一起工作,我需要什麼具體設置?