io.github.seja_arctic_fox.vidcom

Archive and compress videos easily
 
  0
  no reviews




VidCom (short for Video Compression) is a simple utility for compressing video. It offers both GUI and CLI interface and utilises <code>ffmpeg</code> for the video encoding.


VidCom features two modes; <em>Archive mode</em> and <em>Compress mode</em>:

  • <em>Archive mode</em> compresses a video as much as possible without losing target image quality.
  • <em>Compress mode</em> compresses a video to a specified target size.


There are also other options for quick setup, such as reducing resolution and frame rate, choosing an output directory and a trimming function. More advanced users (and anyone else) can set the codec used for encoding and tweak some parameters of chosen codec to trade time for better compression and vice versa.


You can process as many videos as you want by adding them to a queue (GUI) or specifying their paths in the command (CLI).


Whether you want your memories to take up less space or just share a funny video clip with your friends, this app makes it easy for you.


Features


  • Archiving videos

  • Compressing videos to target sizes

  • Simple and clean GTK4 + Adwaita user interface

  • CLI for automation

  • Uses ffmpeg for encoding

  • Avaiable codecs are AV1, HEVC, VP9

  • Written in C++