Topic: Image getting cropped vertically and error message.

Basically, this stuff is happening:
http://i.cubeupload.com/8oTQ39.png

Log:

20:14:44.359; Start: SVPMgr 3.1.6 (1041) starts...
20:14:44.361; AppDataPath: C:\ProgramData (ANSI)
20:14:44.364; Start: read settings file settings.ini
20:14:44.366; Start: load language file - English. Duration: 24 ms
20:14:44.390; Start: check launched instance of SVP-manager
20:14:44.391; Start: check Avisynth installed
20:14:44.392; Start: clear Logs folder
20:14:44.394; Start: CPU and threads count detection
CPU: Intel Core i7-3770K @ 3.50GHz [8 threads]
20:14:44.397; Start: SVPMgr folders prepare
20:14:44.402; Start: read settings file SVPMgr.ini
20:14:44.404; Start: GPUs settings detection
GPU_11: GeForce GTX 670 (2195)
20:14:44.420; Start: monitors settings detection
Display#00010001: 1920 x 1080 @ 60
20:14:44.422; Start: disable LNG-file write when UAC enabled
20:14:44.423; Start: change SVP-manager priority
20:14:44.424; Start: register hotkeys
20:14:44.427; Start: get versions of modules used
ffdshow.ax/avisynth.dll: 1.3.4530.0/2.5.8.6
svpflow1/2.dll: 1.3.5.0/1.5.7.0
svpflow_cpu/gpu.dll: 1.7.2.0/1.8.3.0
20:14:44.429; Start: refresh autostart state in registry
20:14:44.430; Start: some more work with registry
20:14:44.434; Start: create menu. Duration: 6 ms
20:14:44.440; Start: update settings file settings.ini. Duration: 24 ms
20:14:44.464; Start: prepare "About the program" window. Duration: 16 ms
20:14:44.480; Updates: check for updates. Request sended
20:14:44.933; Start: enable ffdShow waiting mode
20:14:44.934; Start: prepare to work is complete
20:14:44.940; RefreshSVP. Duration: 1010 ms
20:14:45.950; ===== Waiting for ffdshow video

20:14:46.282; ===== Detected playback with ffdShow. AppName: mpc-hc.exe PID: 3556
20:14:46.284; GetDimensionAndFPS_fromOSD start. Duration: 382 ms
20:14:46.666; GetDimensionAndFPS_fromOSD result: 1280x720 23.999 1/1
20:14:46.669; T1T: begin. Duration: 863 ms
20:14:47.532; screen settings refinement: Display#00010001: 1920 x 1080 @ 60.005
20:14:47.534; T1T: GetAllMediaParams
20:14:47.536; ### CorrectStereoModeByAppAndFilename: Neon Genesis Evangelion The End of Evangelion English Dubbbed HD.mp4
20:14:47.539; T1T: SettingsPrepare
20:14:47.543; T1T: Preparing smooth playback...
20:14:47.546; T1T: WriteAllMediaParamsToIni
20:14:47.547; SVPMgr: main "C:\ProgramData\SVP 3.1\" 1280 720 23.999 1280 720 5 2. Duration: 126 ms
20:14:47.673; ===== Playback
23.999 * (5 : 2) = 59.997 fps
20:14:47.674; SetPriorityPlayer: 3. Duration: 598 ms
20:14:48.272; frame #13 crop detected: 0 1 0 1
20:14:48.646; frame #21 crop detected: 0 1 0 1
20:14:48.740; frame #24 crop detected: 0 1 0 1
20:14:48.742; frame #25 crop detected: 0 1 0 1
20:14:48.834; frame #26 crop detected: 0 1 0 1
20:14:48.835; frame #27 crop detected: 0 1 0 1
20:14:48.928; frame #28 crop detected: 0 1 0 1
20:14:48.929; frame #29 crop detected: 0 1 0 1
20:14:49.023; frame #30 crop detected: 0 1 0 1
20:14:49.027; SVPMgr: main "C:\ProgramData\SVP 3.1\" 1280 716 23.999 1280 716 5 2. Duration: 119 ms
20:14:49.146; ===== Playback
23.999 * (5 : 2) = 59.997 fps
Auto crop: [0:2:0:2] 
20:15:04.819; Updates: connection closed

20:15:10.036; Error: Error preparing smooth playback! Script error:
SVAnalyse: non-valid number of levels (1)
(C:\ProgramData\SVP 3.1\AVS\ffdshow.avs, line 39)
(C:\ProgramData\SVP 3.1\AVS\ffdshow.avs, line 55)
(ffdshow_filter_avisynth_script, line 4)

Re: Image getting cropped vertically and error message.

first time to see such error hmm

please post "last used avs-script" here

=============

you have frame cropping active somewhere - either in ffdshow or in "Frame crop" SVP sub menu

=============

yeah, look into ffdshow settings wink

Re: Image getting cropped vertically and error message.

Chainik

Here is the last used avs-script:

# This script was generated by SmoothVideo Project (SVP) Manager.
# Check http://www.svp-team.com for more details.

SetMemoryMax(768)

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)
ffdShow_source()
SetMTMode(2)

global crop_params=""
global resize_string=""
global super_params="{pel:1,scale:{up:0},gpu:1,full:false,rc:true}"
global analyse_params="{block:{w:32,h:32},main:{search:{coarse:{type:2,distance:-6,satd:false,bad:{sad:2000}},distance:0}}}"
global smoothfps_params="{rate:{num:5,den:2},algo:2,mask:{area:1000},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 ###########
distributor()

I don't even know how to enable frame cropping, this stuff started to happen suddenly.
Also, am I wrong or the max memory is too low? I have 8GB, can I use more?

Re: Image getting cropped vertically and error message.

Morello

Well, it's going to be interesting.

The root problem is somehow video frame is cropped before SVP processing.
SVP doesn't crop it - it's clear from the script provided.

Please check ffdshow settings (in the ffdshow tray menu) and post here "Additional information" from SVP.

am I wrong or the max memory is too low?
yes you are  big_smile