将视频网址加载到FFmpegFrameGrabber中

时间:2015-04-15 20:29:00

标签: android javacv

JavaCV FFmpegFrameGrabber是否支持使用网址作为视频源?

我尝试过使用:

grabber = new FFmpegFrameGrabber("http://techslides.com/demos/sample-videos/small.mp4");
grabber.setFormat("mp4");
grabber.start()

start()会引发以下错误

org.bytedeco.javacv.FrameGrabber$Exception: avformat_open_input() error -5: Could not open input "http://techslides.com/demos/sample-videos/small.mp4". (Has setFormat() been called?)

顺便说一下,我在Android上开发,使用SD卡中的视频文件,一切都很顺利。

谢谢!

0 个答案:

没有答案