how you compress video? its very small, When I interpolate and compress the video, the size is only up to the size of the original video.
That's because I use a different codec. The standard for video files like these is still
You must be registered to see the links
, for cracked hollywood movies it's sometimes H.265 now. Newer codecs are better, but demand better hardware, both for encoding as well as decoding. Modern computers and smartphones should not have a problem playing AV1 though, it is also sometimes used by Youtube and Netflix. For example, look at the latest
You must be registered to see the links
: Do a right click on the video on a computer and look at the statistics, under "codec" it will probably start with "av01", usually VP9 is the fallback in case your computer doesn't support AV1.
Anyway, I use ffmpeg with the great
You must be registered to see the links
to recompress the files. It takes a bit of practise finding out when to use which quality level. For files with a lot of details (usually skin, all those little dots and freckles get lost when you reduce the quality) I usually use
-c:a copy -c:v libsvtav1 -crf 28 -preset 2