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
    7
    ·
    21 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…

    • underscore_@sopuli.xyz
      link
      fedilink
      arrow-up
      4
      ·
      21 days ago

      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

  • Baron Von J@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    21 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.

  • leopold@lemmy.kde.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    20 days ago

    Is there any reason you need to switch other than the age of the last releases? Avidemux had its last release in 2022 and its last commit a week ago. For a piece of software with a fairly stable and unchanging set of features, that seems pretty reasonable to me. Avidemux still works fine on Linux and is still packaged by all of the large Linux distros, so I don’t see the problem. VirtualDub’s definitely dead, though.