I use Pitivi on Fedora for editing videos. It may be a Flatpak install I forget.
On Wed, Jul 1, 2026, 2:36 PM Ranjan Maitra via users < [email protected]> wrote: > On Wed Jul01'26 05:23:24PM, Community Support for Fedora Users wrote: > > From: Robert Moskowitz via users <[email protected]> > > Date: Wed, 1 Jul 2026 17:23:24 -0400 > > To: Community support for Fedora users <[email protected]> > > Cc: Robert Moskowitz <[email protected]> > > Reply-To: Community support for Fedora users < > [email protected]> > > Subject: mp4 cutting > > > > I have an mp4, well actually webm that I want to cut a big piece out. > The > > part my wife wants. > > > > I found losslesscut, but can't find it. > > > > Well anything that I can give a start point and end point and get the sub > > piece. > > > > Thanks for any pointers. > > > > Here is a python script I use. It uses ffmpeg. > > The input file in input.mp4 (you can change it) and then you keep on > adding the sections you want included in the times.append function. > > The output shows up in output.mp4. > > I am not sure where I got it from, and I seem to have neglected to write > that down, but I am pretty certain I modified it minimally from wherever > (likely stackoverflow) so all credits to the original author. (I am sorry > for being negligent in this regard.) > > I have used it every semester for over five years (I record my lectures > using simplescreenrecorder and sometimes need to clean out things). > > There are likely better alternatives out there, but this is simple and > commandline. > > I hope it helps! > > Best wishes, > Ranjan > > -- > _______________________________________________ > users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] > Do not reply to spam, report it: > https://forge.fedoraproject.org/infra/tickets/issues/new >
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
