27
Up-to-date, FOSS, Linux-ready alternative for avidemux/VirtualDub
(wiki.ubuntuusers.de)
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.
Maybe LosslessCut: https://github.com/mifi/lossless-cut ? I never used it, but looks promising. HandBrake: https://github.com/HandBrake/HandBrake is also a great GUI tool to convert videos, with some basic editing (cutting and such).
You could also always learn Ffmpeg from commandline and with scripts. Obviously this has a huge learning curve, but once you learn it, you are then free from any GUI or other tool in the future. At least for simple tasks this could be useful when automating. It's on my todo list...
One great use I have found for ChatGPT and family is helping me divine command line one-liners for standard shell programs. Generating commands for tools like ffmpeg are also reasonably successful and saves a lot of time digging through man files