Thread: DG NV tools
View Single Post
Old 20th July 2009, 22:21   #19  |  Link
GZZ
Registered User
 
Join Date: Jan 2002
Posts: 581
this is my script using 64 bit x264 and avs2yuv (avs2yuv can be found in ripbots program).
Quote:
@SET IN_TITLE=d:\Encoding\...\720pScriptAVCNV
@SET IN_BITRATE=4220
@SET OUT_EXT=264
@SET FPS=24000/1001
@SET PIPE_PATH=d:\Tools\avs2yuv\pipebuf.exe
@SET AVS2YUV=d:\Tools\avs2yuv\avs2yuv.exe
@SET X264_PATH=d:\Tools\x264\x264_x64.exe
@SET RESOLUTION=1280x720
TIME /T
%PIPE_PATH% %AVS2YUV% %IN_TITLE%.avs -raw - : %X264_PATH% --bitrate %IN_BITRATE% --fps %FPS% --level 4.1 --sar 1:1 --aud --vbv-bufsize 14745 --vbv-maxrate 17500 --filter 0,0 --bframes 3 --direct auto --keyint 24 --min-keyint 1 --subme 2 --b-pyramid --b-adapt 1 --aq-mode 2 --me dia --partitions none --threads auto --thread-input --progress --no-psnr --no-ssim --stats "%IN_TITLE%.log" --pass 1 --output NUL - %RESOLUTION% : 4
TIME /T
%PIPE_PATH% %AVS2YUV% %IN_TITLE%.avs -raw - : %X264_PATH% --bitrate %IN_BITRATE% --fps %FPS% --level 4.1 --sar 1:1 --aud --vbv-bufsize 14745 --vbv-maxrate 17500 --filter 0,0 --bframes 3 --direct auto --keyint 24 --min-keyint 1 --subme 7 --b-pyramid --aq-mode 2 --me umh --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --threads auto --thread-input --ref 3 --mixed-refs --weightb --trellis 1 --progress --no-psnr --no-ssim --stats "%IN_TITLE%.log" --pass 2 --output "%IN_TITLE%.%OUT_EXT%" - %RESOLUTION% : 4
TIME /T
GZZ is offline   Reply With Quote