Plugin for trimming/cutting video!
#3
(2019-08-26, 11:45)Klojum Wrote: 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

I know about about ffmpeg. I want to do this while lying on the couch and with a gamepad in my hands.
Reply


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