On 2021-12-20, William Kenworthy <[email protected]> wrote: > Hi, what is a usable piece of software in portage to do a quick edit of > a movie? (cut start/end and maybe splice a bit in/out of the middle?)
I do stuff like that using a shell script to invoke the MLT "melt" command line video editor. https://www.mltframework.org/docs/melt/ https://www.linux-magazine.com/Issues/2018/206/Command-Line-Melt It takes some trial-and-error to get the hang of some of the options...

