Video compression too high? #463
-
Hi, The slider with the compression (standard 14) does not seem to work. I use h264 codec because libx264 compresses the video to 15MB Where can I set it to stay at about the same quality as the original? thx4help |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Ok, this a bit strange. Did a quick test with the rope benchmark video. These are the results: |
Beta Was this translation helpful? Give feedback.
-
yes, this is more detailed then my experiences. i just wondered why the size doesnt change, when i change the slider compression. strangely this must be a new issue since the last updates. my older tryouts with roop wasnt so bad, as the actual jobs... |
Beta Was this translation helpful? Give feedback.
-
Because it's unlikely you'll get the exact same bitrate as result twice when using VBR? @lost-in-emotions with libx264 the crf slider works as intended though. I assume with libx265 as well. |
Beta Was this translation helpful? Give feedback.
-
ok, i will give it another try in the next days. what would be the best crf-slider number? and we are always talking of .mp4, right? |
Beta Was this translation helpful? Give feedback.
-
AH YES, thank you! |
Beta Was this translation helpful? Give feedback.
-
lol yeah crf 2 is total overkill 😆 this is from the official ffmpeg doc for h264:
Like C0untFloyd already said (in a way :)), ffmpeg is a scientific field for itself. |
Beta Was this translation helpful? Give feedback.
The lower the value, the higher the bitrate. Confusing at first for most people, I know 😄
The best value depends largely on your target video resolution and framerate. A 3840 x 2160 (4k) video is 8’294’400 pixels per frame, 4 times as much as a 1080p video. Also a video with 60fps will need a much higher bitrate than a 30fps video because there are twice as many frames.
The original file size of your target video doesn't really have an influence on the file size of the created video, since it's gonna create a new video solely with your chosen crf value.
Your 3min video is short enough to test come crf values and see what works best for you 😉
And yeah, mp4 it is :)