Context: I'm currently using an older Samsung phone to convert h264 dashcam videos to HEVC/h265 to save space. These are many, 10 minute long videos, and the process is incredibly labour intensive, since I have to do each one manually.
The conversion itself is really fast (maybe 2-3 minutes), and the results are excellent (usually half the size with the same quality).
Question: Is there software for Linux that can convert at similar speeds, preferably batched? Handbreak has been incredibly slow.
Caveat: I'm using a Framework 13 (11th gen Intel) laptop with an Intel integrated graphics card, so I can't really leverage that in the same way a dedicated GPU can be. But still, I can only imagine that my laptop should be able to outperform my super old phone! LOL
I'm not really looking to compress the videos (I've experimented, and the quality loss from an already "poor" source just doesn't cut it). HEVC/h265 conversion would be ideal.
Is there anything else I can try?
Did you set it up to use Intel Quicksync? If you're using CPU only it's going to be insanely slow.
You can, and Intel Quicksync is often better than a dedicated GPU for transcoding video.
Ok, you absolutely set me on the right path! I didn't realize that in Linux (using Flatpak Handbrake), I needed a separate plugin for Quicksync.
I've been running tests, and tweaking the profiles, but goddamn is it fast now! Faster than when I was using it in Windows.
Thank you!
Awesome! It definitely makes a huge difference, and the quality on 11th gen Intel should be nearly as good as CPU transcoding.
And using the app "Identity" (also a Flatpak), comparing the quality differences is suuuuper easy!
Goddamn, I love FOSS!