快速 VLC(和/或 libvlc)帧提取
我想以最快的方式从 VLC 中提取所有帧。我目前拥有的是:
vlc movie.flv --rate=1 --video-filter=scene --vout=dummy --aout=dummy \
--scene-format=jpeg --scene-ratio=1 --scene-prefix=img \
--scene-path=./images/ vlc://quit
此命令打开 VLC 播放器并播放无头视频,因此要提取所有帧,视频应播放到底!
我知道我可以使用 FFmpeg,我已经尝试过了,它非常快,但我需要 VLC! 任何 libvlc 解决方法都被接受。
I want to extract all frames from VLC the fastest way possible. What I have currently is:
vlc movie.flv --rate=1 --video-filter=scene --vout=dummy --aout=dummy \
--scene-format=jpeg --scene-ratio=1 --scene-prefix=img \
--scene-path=./images/ vlc://quit
This commands opens a VLC player and plays a headless video, so to extract all frames the video should be played till the end!
I know that I can use FFmpeg, I've tried it and it's extrememly fast, but I need VLC!
Any libvlc workarounds are accepted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论