this post was submitted on 07 Jun 2024
27 points (100.0% liked)
Open Source
31029 readers
1000 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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