Hi guys I wanted to know how to use Ripbot as maximum possibilities.
Im actually doing 2 passes + 99999 bitrate but the quality isn't that good ...
+ Reply to Thread
Results 1 to 10 of 10
-
-
-
There are NO universal one size fits all encoder settings. Depends on the nature of the input video. That's what makes encoding difficult ... and I'm out too.
-
The best setting would be: --qp 0 , click profile and at the bottom erase everything that is there and input that command manualy: --qp 0
that is lossless setting, no difference to original, but enormous size and you'd not to play video fluently unless you add --keyint 30 or even down to 1 (size even bigger) , it needs power to play it back, also hardware devices might not play it at all.
So you have to compromise, choose something CRF 15, and leave everything as is, ripbot names it mode CQ. If you are not satisfied with result, go down with that number. The smaller number , the bigger the size, but only tiny bit better. When you reach certain number, you would hardly see any difference though, so choose it wisely ... -
And if the uncompressed AVI is RGB, and you want to keep RGB, you need to add --input-csp rgb --output-csp rgb
-
I just might add, back up that profile in text form (that command line for that profile) before replacing it with that --qp 0, so you can restore original values, not sureat the moment if you can reset it then ... but anyway that --qp 0 is nonsense, you end up using that CRF setting with regular profile. That lossless is usable only with very short --keyint or 1 and for some intermediate usage, not for final viewing purpose ...