:: Re: [DNG] Simple video editor
Etusivu
Poista viesti
Vastaa
Lähettäjä: Joel Roth
Päiväys:  
Vastaanottaja: dng
Aihe: Re: [DNG] Simple video editor
> I am looking for a simple video editor.
>
> All I really need is something that can remove sections of the video (i.e.
> at the beginning, or end).
>
> Either GUI, or command line is fine.


ffmpeg can do this. I wouldn't call it simple, but you can
use a simple subset of commands where you specify the
positions in seconds.

I had exactly this task, and wrote a script for the purpose.

fftrim --in 00001.MTS --out part1.mp4 --start 15.5 --end 44:13

https://metacpan.org/dist/App-fftrim/view/script/fftrim

> I am running mate, so I don't want something like KDEnlive, which will pull
> in hundreds of supporting packages.
>
>
> Marc
>
> _______________________________________________
> Dng mailing list
> Dng@???
> Manage your subscription: https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
> Archive: https://lists.dyne.org/lurker/list/dng.en.html


--
Joel Roth