Plugin for trimming/cutting video!
#2
Not that I know of, but using ffmpeg for that should be fairly straight forward to implement.

But, using a terminal also will not take up that much of your time:
cpp:
ffmpeg -y -hide_banner -i inputfile.mkv -ss 00:00:00 -t 00:00:10 -c copy outputfile.mkv
Reply


Messages In This Thread
RE: Plugin for trimming/cutting video! - by Klojum - 2019-08-26, 11:45
Logout Mark Read Team Forum Stats Members Help
Plugin for trimming/cutting video!0