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?

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)

3

(6 replies, posted in Using SVP)

Chainik wrote:

It may be not so clear but "True Motion" IS a processing through SVP.
In other words it's using SVP engine in transcoding.

You don't need to have SVP Manager running.

Please ask SubJunk for further questions about UMS.

Thanks.

That's strange... the video just doesn't seem as fluid as in my PC. My monitor is OC'd to 68Hz, but I don't think that those 8 more hz are making a big difference. Maybe it is working at 30 fps, as MAG79 said? I gonna send a PM to SubJunk to see if he knows how to make it runs at 60 FPS on my console.

When I get everything to work, I will try to make a tutorial for newbies like me, who knows nothing about transcoding but want to use SVP with PS3.  smile

4

(6 replies, posted in Using SVP)

Chainik wrote:
UniversalMediaServer wrote:

Universal Media Server is a DLNA-compliant UPnP Media Server.
It is based on PS3 Media Server by shagrath. It is actually an evolution of the "SubJunk Build" of PMS.
UMS was started by SubJunk, an official developer of PMS, in order to ensure greater stability and file-compatibility.

it's using SVP in the transcoding chain

Installed it, but how do I make SVP work with it?
It shows the video just fine (sometimes a bit laggy) on PS3, but it looks like watching it on PC without SVP. I'm using UMS 3.0.0-a3 and I activated True Motion. Maybe it is running at 30 FPS and I'm unable to see the difference?

Thanks for responding.

5

(6 replies, posted in Using SVP)

MAG79 wrote:

Morello
I have looked PS3 Media Server description.
Good news: It supports avisynth as I can see in file PMS.conf, parameter "avisynth_convertfps = true".
Bad news: PS3 Media Server can transcode to MPEG2-PS only. This format unsupports video framerate higher than 30 fps.

Anyway you can try. wink

Thanks! Sorry for taking long to respond, I'm being busy those days.
So, is there any way to transcode to another format? I'll probably have some gain with 30 fps, but I still prefer to watch on my PC if that's the case. hahaha If it's possible with some changes, I will go to PS3 Media Server forums and ask for official support.

Thanks!

Hi there. I'm a fan of SVP since I discovered it's existence. Recommended it to a lot and friends and all. Fantastic program, and it will make me buy a 120Hz monitor.
However, I wonder if there's any way to make it work with PS3 Media Server. I use it to watch animes on my TV, but since I started to use SVP, I traded the quality of LED for the smoothness of SVP.

If it's possible, I would like to have both - without taking my PC to the room. haha

Thanks!