View Single Post
Old 20th September 2018, 15:15   #11  |  Link
martynuzza
Registered User
 
Join Date: Sep 2018
Posts: 13
Quote:
Originally Posted by Revan654 View Post
Doesn't the help function enable when you click on it?
mmmmmmmm what?

hmm...which parameters? i can't understand how xvid_encraw get the parameters of pass1 to create final pass2



For example, bitrate at 1800kbps, is correct the syntax?
Quote:
xvid_encraw -pass1 TEST.PASS_1 -max_bframes 1 -qtype 0 -bitrate 1800 -smoother 0 -max_key_interval 250 -vhqmode 4 -quality 6 -masking 2 -bvhq -bquant_ratio 162 -bquant_offset 0 -zones 0,w,1.0,O -i "%script_file%" -par %target_sar%

xvid_encraw -pass2 TEST.PASS_1 -vbvsize 3145728 -vbvmax 4854000 -vbvpeak 8000000 -max_bframes 1 -qtype 0 -bitrate 1800 -smoother 0 -max_key_interval 250 -vhqmode 4 -quality 6 -masking 2 -bvhq -bquant_ratio 162 -bquant_offset 0 -zones 0,w,1.0,O -i "%script_file%" -avi "%encoder_out_file%" -par %target_sar%

Last edited by martynuzza; 20th September 2018 at 15:17.
martynuzza is offline   Reply With Quote