Kodi Community Forum
Plugin for trimming/cutting video! - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Plugin for trimming/cutting video! (/showthread.php?tid=346642)



Plugin for trimming/cutting video! - FreakMurderer - 2019-08-26

Is there a video trimming plugin in Kodi?
Like on PS4, for example


RE: Plugin for trimming/cutting video! - Klojum - 2019-08-26

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



RE: Plugin for trimming/cutting video! - FreakMurderer - 2019-08-26

(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.


RE: Plugin for trimming/cutting video! - FreakMurderer - 2019-09-05

Please test my kodi addon for trimming video:
repository
or
addon

How to use addon: