PLATFORM
------------------------------
OS Code: Microsoft Windows NT 6.1.7601 Service Pack 1
OS Name: Windows 7 Ultimate Service Pack 1 (x64)
Framework: 2.0.50727.5477 (v4.0)
AviSynth: AviSynth 2.60, build:Mar 9 2013 [13:28:27]
CPU Info: AMD FX(tm)-8350 Eight-Core Processor (~3592), 8 core(s)
RAM Total: 8149Mb
Language: RUS (1251, ",")
SystemDrive: C:
XviD4PSP
------------------------------
Version: 5.10.330.0
Created: 19.03.2013 07:34:12
AppPath: C:\Program Files (x86)\XviD4PSP 5
TempPath: C:\Temp
FILES
------------------------------
Аватар 1080p 120fps.mkv >
Аватар 1080p 120fps.mkv
TASK
------------------------------
Format: MKV
Duration: 00:35:37:880 (256289)
VideoDecoder: DirectShowSource2
Resolution: 1920x1080
Aspect: 1.7807 > 1.7778
VCodecPreset: 1080p 23-120
VEncodingMode: Quality
VideoCodec: h264 > x264
VideoBitrate: 23074 > Q18.0
Framerate: 23.976 > 119.880
FramerateModifier: AssumeFPS
SourceType: PROGRESSIVE
FieldOrder: UNKNOWN
SCRIPT
------------------------------
Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\AudioFunctions.avs")
Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\VideoFunctions.avs")
LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\avss.dll")
DirectShowSource2("C:\Users\pOrtal\Downloads\Аватар 1080p 120fps.mkv", fps=23.976, preroll=15, lavs="L3", lavd="L3hc15hr7")
ConvertToYV12()
Crop(2, 4, -2, -0)
Lanczos4Resize(1920, 1080)
###[FILTERING]###
# This script was generated by SmoothVideo Project (SVP) Manager.
# Check
http://www.svp-team.com for more details.
SetMemoryMax(1024)
global svp_scheduler=true
global threads=15
global svp_cache_fwd=threads+2
LoadPlugin("C:\Program Files (x86)\SVP\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\SVP\plugins\svpflow2.dll")
SetMTMode(3,threads)
SetMTMode(2)
global crop_params=""
global resize_string=""
global super_params="{scale:{up:0},gpu:1,rc:false}"
global analyse_params="{block:{overlap:0},main:{search:{coarse:{distance:-14,bad:{sad:2000}}}}}"
global smoothfps_params="{rate:{num:5,den:1},algo:23,mask:{cover:80},scene:{mode:0}}"
global demo_mode=0
stereo_type=0
stereo_left_selection=""
stereo_right_selection=""
########## BEGIN OF MSMoothFps.avs ##########
# This file is a part of SmoothVideo Project (SVP) 3.1.4
# This is NOT the full AVS script, all used variables are defined via
# JavaScript code that generates the full script text.
function interpolate(clip src)
{
input = crop_params=="" ? src : eval("src.crop("+crop_params+")")
input = resize_string=="" ? input : eval("input."+resize_string)
super=SVSuper(input, super_params)
vectors=SVAnalyse(super, analyse_params, src=input)
smooth=SVSmoothFps(input, super, vectors, smoothfps_params, mt=threads, url="www.svp-team.com")
return demo_mode==0 ? smooth : demo(input,smooth)
}
input=last
stereo_type==0 ? eval(""" interpolate(input)
""") : stereo_type==1 || stereo_type==3 ? eval("""
lf = interpolate(input.crop(0,0,input.width/2,0))"""+stereo_left_selection+"""
rf = interpolate(input.crop(input.width/2,0,0,0))"""+stereo_right_selection+"""
StackHorizontal(lf, rf)
""") : stereo_type==2 || stereo_type==4 ? Eval("""
lf = interpolate(input.crop(0,0,0,input.height/2))"""+stereo_left_selection+"""
rf = interpolate(input.crop(0,input.height/2,0,0))"""+stereo_right_selection+"""
StackVertical(lf, rf)""") : input
########### END OF MSMoothFps.avs ###########
###[FILTERING]###
AssumeFPS(119.880)
VIDEO ENCODING
------------------------------
Encoding video to: F:\Плавное\Аватар 1080p 120fps.mkv
x264 Q18.0 1920x1080 119.880fps (256289 frames)
x264.exe: --crf 18.0 --preset medium --profile high --level 4.1 --ref 4 --aq-mode 0 --deblock -1:-1 --merange 42 --no-chroma-me --bframes 5 --b-adapt 2 --trellis 2 --no-fast-pskip --no-dct-decimate --psy-rd 1.00:0.10 --partitions none --subme 11 --me umh --no-mbtree --lookahead-threads 8 --keyint infinite --sar 1:1 --output "F:\Плавное\Аватар 1080p 120fps.mkv" "C:\Temp\0058.avs"
avs [info]: 1920x1080p 1:1 @ 2997/25 fps (cfr)
x264 [info]: using SAR=1/1
x264 [warning]: MB rate (978220) > level limit (245760)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX XOP FMA4 FMA3 SSEMisalign LZCNT BMI1
x264 [info]: profile High, level 4.1
x264 [info]: frame I:2904 Avg QP:21.99 size:142435
x264 [info]: frame P:292276 Avg QP:23.12 size: 35918
x264 [info]: frame B:986261 Avg QP:25.20 size: 8150
x264 [info]: consecutive B-frames: 1.4% 2.3% 7.3% 10.3% 71.2% 7.5%
x264 [info]: mb I I16..4: 14.0% 77.8% 8.2%
x264 [info]: mb P I16..4: -3.7% -0.0% -0.0% P16..4: -103.3% -0.0% -0.0% -0.0% -0.0% skip:-17.8%
x264 [info]: mb B I16..4: -0.8% -0.0% -0.0% B16..8: -512.7% -0.0% -0.0% direct:-44.6% skip:-926.6% L0:37.6% L1:56.4% BI: 6.0%
x264 [info]: 8x8 transform intra:18.6% inter:80.1%
x264 [info]: coded y,uvDC,uvAC intra: 52.2% 63.2% 24.4% inter: 12.0% 15.7% 3.4%
x264 [info]: i16 v,h,dc,p: 23% 20% 11% 46%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 7% 2% 12% 17% 14% 16% 12% 14%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 9% 1% 11% 17% 13% 17% 10% 15%
x264 [info]: i8c dc,h,v,p: 40% 24% 18% 19%
x264 [info]: Weighted P-Frames: Y:3.8% UV:2.2%
x264 [info]: ref P L0: 56.9% 14.7% 21.8% 5.6% 0.9% 0.0%
x264 [info]: ref B L0: 94.7% 4.6% 0.7%
x264 [info]: ref B L1: 95.0% 5.0%
x264 [info]: kb/s:14181.80
x264 [total]: encoded 1281441 frames, 15.19 fps, 14181.80 kb/s
TIME
------------------------------
Общее время кодирования: 23 hour 26 min 21 sec
Файл получился на: 18080.62 mb