Hi everyone,

as I don’t need to do extensive video manipulation but simple cutting/compression of videos as well as extraction from every “nth” video frame to save as picture. I’ve been using avidemux and VirtualDub in the past for this purpose. However, both avidemux and VirtualDub are last updated in 2012/2023 and thus not up-to-date anymore. Thus, I am now looking for a linux-ready, FOSS, and up-to-date solution to do the same. Shotcut, Kdenlive and OpenShot are much too extensive in features for the simple things that I am looking for it to do. Does anyone here have good recommenations?

Thanks for your help! Temperche

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    26 days ago

    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…

  • Baron Von J@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    26 days ago

    I use MKVtoolnix for reboxing files (naturally it outputs MKV). I would assume ffmpeg can do the slicing that you want but it’s just a library with a CLI. So if you search for ffmpeg GUIs you can probably find one to your liking.