So I have hundreds of videos of ~1 minute recorded from my phone ~10 years ago, and they generally don’t have that great compression, nor they are stored in a modern and advanced video format.

For archiving purposes, I want to take advantage of my workstation’s mighty GPU to process them so that the quality is approximately the same, but the file size would be strongly reduced.

Nevertheless, compressing videos is terribly hard, and way more complex than compressing pictures, so I wouldn’t really know how to do this, what format to use, what codec, what bitrate, what parameters to keep an eye on, etc.

I don’t care if the compression takes a lot of time, I just want smaller but good looking videos.

Any tips? (Links to guides and tutorials are ok too)

Also, unfortunately I am forced to use Windows for this (don’t ask me why 🫠), but I know nothing about Windows because I hate it. Practical software suggestions are very much welcome, too!

#ffmpeg #help#askFedi #codec#AVI#H265#H264 #movie #video #videoCompression #compression #encoding#HandBrake #heif #heic #avif #mp4 #mkv#Wondows

@tommi What I’d do is to use Handbrake and make a series of tests on a sample of 2 or 3 videos that have different colours/movements. Trying out different compression levels and options, to find the one that offers the best middleground between file size and quality across these sample videos. Then save the preferred options as a preset and batch apply it on the 100s of videos.
@tommi if you don't want to spend money for large products like Adobe Media Encoder, I suggest you to invest some time to learn ffmpeg command line tool, it can encode pretty anything and process thousands of files in background if properly configured with script.

You don't need to learn it perfectly, actually you can use LLM so it will help you to properly configure parameters.

Also feel free to ask me.