I'm a ffmpeg noob, I don't know much about it except for a basic idea about encoding/decoding and a few videos I watched over youtube about it's usage. I also don't have a big background in digital video, I only watch he occasional movie or course or stream, etc....
I have an intel machine with an i7-6700 which is slow. And I have a 30 Gig folder of lectures encoded in old real media format ".rm" and I was trying ffmpeg on it.
ffmpeg -init_hw_device "vulkan=vk:0" -hwaccel vulkan -hwaccel_output_format vulkan -i input.rm -c:v hevc output.mp4
The result was impressive, the input file was 144 meg, the output was 95 meg which is a little over 30% reduction.
40%+ came out with avi files also which made me interested in knowing more about ffmpeg, and leads me to the question behind the post, why did I get such big size reduction in video output? Is it just more efficient compression ratio for x265 format or there was comparable data loss from the original files? And how would I measure that data loss? What tools to use if any to see what kind of data was in the input and what came out in the output?
I check on online ffmpeg documentation every now and then, but I wanted to get an answer for the my question the quick and dirty way because I have many videos that I wish to compress to save space, and It would take time so I thought I'd ask early as possible.