this post was submitted on 14 Mar 2024
205 points (97.2% liked)
Open Source
31122 readers
290 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
It is a good tool, but for me it only trims from the keyframes. To trim precisely, it has to re-encode, which, unfortunately, does not work on my machine for some reason. So, I just stick to
ffmpeg
cli.I suppose that makes sense given that information is encoded as a series of key frames interspersed by 'I-frames" that simply encode the delta to the previous key-frame when using most compressed video algorithms. So cutting in-between key-frames doesn't really make sense since the I-frame would no longer have anything to reference it's delta to.
Except if it's lossless so there's no harm in reencoding to accurately clip files
You're confusing cause and effect. It's lossless because it cuts at keyframes and does not re-encode.
If it did what you're suggesting it wouldn't be lossless anymore.
I think they were talking about a special kind of media file, that is not compressed but instead stored losslessly. I think H264 can do that too.
Lossless codecs can be decoded and reencoded without effect
LosslessCut doesn't only use lossless codecs. It losslessly cuts video files encoded in lossy codecs.