50
Best Open Source video editor?
(lemmy.zip)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
FFMPEG is nice when you do something like
ffmpeg -i input.mp4 -vcodec copy -acodec copy -ss 00:01:00 -t 00:03:00 out.mp4and the result is almost instant as there's no re-encoding.