In addition to this release, I’ve also added new sample videos. These were made using the default InterFrame settings with GPU enabled (GPU=true).
For more details and the download link, please see the main post.
Changes since 2.4.0:
- Minimized artifacts (thanks, Widezu69!)
- Made motion smoother by default (only in GPU mode)
- Updated libraries which improve scene-change detection, thanks to SVP
March 14, 2013 at 1:09 pm
It doesn’t work with me it makes me an “illegal instruction” error. How can i fix it?
PS : excuse me for my english this is not my first language.
March 14, 2013 at 3:58 pm
@Remco: Please take a screenshot of the error
March 14, 2013 at 9:03 pm
http://image.noelshack.com/fichiers/2013/11/1363248100-sans-titre-1.png
May 1, 2013 at 6:33 pm
I’ve asked this on SVP Facebook page. But I think I should ask here too..
I’ve set InterFrame(Cores=4, GPU=true), but it seems like the encoding process barely use my GTX660 GPU. Please refer to the pic below.
http://i.imgur.com/ofRRvZn.jpg
Is this normal?
May 1, 2013 at 7:16 pm
@Andy: Yeah it’s normal 🙂
May 1, 2013 at 7:36 pm
@SubJunk Oh, okay then. I thought it would greatly help to offload the CPU usage, but unfortunately it’s not~
May 1, 2013 at 9:33 pm
@Andy: Yeah it should actually be slower than CPU mode, but GPU mode produces better quality
June 26, 2013 at 5:49 pm
@Subjunk
Kindly put up a help to configure it with Potplayer’s (1.5.3856) new Avisynth support.
July 28, 2013 at 12:44 pm
@Zeeshan: I don’t know about Potplayer
August 20, 2013 at 11:02 am
why when I do GPU=true apears an erro msg after i click in save?
script:
Setmemorymax(512)
SetMTMode(3,2)
PluginPath = “C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\”
LoadPlugin(PluginPath+”svpflow1.dll”)
LoadPlugin(PluginPath+”svpflow2.dll”)
Import(PluginPath+”InterFrame2.avsi”)
.ConvertToYV12()
SetMTMode(2)
InterFrame(Cores=2, GPU=true)
erro img:
http://img27.imageshack.us/img27/8535/3t5z.jpg
please help me ='(
August 20, 2013 at 11:04 am
#adcional info from comment above#
just apears this erro if I write “GPU-true” if I only let “(Cores=2) there is no erro msg and I can sucefully convert the video.
thanks
August 20, 2013 at 11:16 am
@Marco: I guess the GPU isn’t supported yet. Look out for an update soon that might fix it 🙂
August 20, 2013 at 11:34 am
when i tried to player this in my monitor the video keep having llittle bugs, little pauses between frames, but in my tv its get better. why?
have a way to fix that?
yes my GPU is shitty… but still is something haha
August 20, 2013 at 2:22 pm
@Marco: It might mean the player isn’t fast enough to keep up. VLC especially is very slow. Try installing the latest K-Lite Codec Pack and playing the video in Media Player Classic which is included in K-Lite.
August 21, 2013 at 11:47 am
im trying to converting a video .mp4 but when its get at 99% stuck!
.webm ad .mkv dont show any problem…
August 21, 2013 at 12:11 pm
well, i ve downloaded others .mp4 videos and dont stuck on 99% … its seem a particulary problem…
August 25, 2013 at 2:34 pm
@SubJunk i am doing everything like you said, but i still receive this erro:
http://img823.imageshack.us/img823/1421/ukew.jpg
my script:
Setmemorymax(512)
SetMTMode(3,2)
PluginPath = “C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\”
LoadPlugin(PluginPath+”svpflow1.dll”)
LoadPlugin(PluginPath+”svpflow2.dll”)
Import(PluginPath+”InterFrame2.avsi”)
.ConvertToYV12()
SetMTMode(2)
InterFrame(Cores=2, GPU=true)
please i dont know what to do!
August 25, 2013 at 2:57 pm
@Julio: It’s because of the accented characters in the folder name JulioCesar. Try putting the video in C:/Videos/ or something 🙂
August 26, 2013 at 1:07 am
@SubJunk
i cant believe man… wow thanks very much!!
but… i have some doubt here… its seem that yours videos are in better quality in smooth, which configuration do you use? tell me your script too :D.
which is the better encoder settings? x264*scratchpad* or the others??
thanks man!!!
August 26, 2013 at 9:51 am
@Julio: Your script is the same as my one. You can see if you like Tuning=”Smooth” better, so like:
InterFrame(Cores=2, GPU=true, Tuning=”Smooth”)
For x264 settings I recommend clicking “Config” next to the “Encoder Settings” then in the new window, change the “Quality” number to somewhere between 14-18 for the best quality 🙂
December 12, 2013 at 10:25 pm
Hi @SubJunk
I have the same problem:
SVSmoothFps: unable to load library given in ‘compose’ [C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\svpflow_gpu.dll]
If I copy and paste your script
InterFrame(Cores=2, GPU=true)
MeGui give that error, but if I delete GPU=true works so fine.
I try many configurations in the scripts, all work so fine without GPU, but when runs in MeGui gives the same error.
The script was tested in AvsP and works, don show that error, only is shoed in MeGui.
Can you help me??