Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想提取视频剪辑的一部分并将它们[复制]到一个新文件中。我读了另一个问题如何提取建议使用 Xuggle 或 FFmpeg 的大型视频文件的子部分,但是有没有办法使用 VLCJ(或 VLC 的命令行)来做到这一点?谢谢
解决方案:使用以下代码播放该部分:
mediaPlayer.playMedia(media, ":start-time=30", ":stop-time=60");
并添加 ":sout..." 以保存该部分。