View Single Post
  #5  
Old 09-10-2017, 20:03
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Yes sorry about that.
you can change bitrate in the batch file.
Check the scale now.
Quote:
@echo off
setlocal EnableDelayedExpansion

set vidIn="%~1"
set vidOut= "%~n1.avi"
set v_br=320
set a_br=128
set skl=640
Title Encoding Pass 1

mencoder.exe %vidIn% -nosub -vf scale=%skl%:-2,unsharp=l3x3:0.7 -oac mp3lame -lameopts cbr:br=%a_br% -aid 0 -ovc x264 -x264encopts bitrate=%v_br%:subq=4:bframes=2:b_pyramid=normal:w eight_b -o %vidOut%
pause
__________________
-the science of the useless-
Reply With Quote
The Following 6 Users Say Thank You to gozarck For This Useful Post:
78372 (10-10-2017), elit (10-10-2017), EzzEldin16 (09-10-2017), felice2011 (09-10-2017), oltjon (09-10-2017), Simorq (10-10-2017)