InterFrame 2.5.0 released

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

21 Comments

  1. 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.

  2. SubJunk

    March 14, 2013 at 3:58 pm

    @Remco: Please take a screenshot of the error

  3. 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?

  4. SubJunk

    May 1, 2013 at 7:16 pm

    @Andy: Yeah it’s normal 🙂

  5. @SubJunk Oh, okay then. I thought it would greatly help to offload the CPU usage, but unfortunately it’s not~

  6. SubJunk

    May 1, 2013 at 9:33 pm

    @Andy: Yeah it should actually be slower than CPU mode, but GPU mode produces better quality

  7. @Subjunk

    Kindly put up a help to configure it with Potplayer’s (1.5.3856) new Avisynth support.

  8. SubJunk

    July 28, 2013 at 12:44 pm

    @Zeeshan: I don’t know about Potplayer

  9. 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 ='(

  10. #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

  11. SubJunk

    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 🙂

  12. 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

  13. SubJunk

    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.

  14. im trying to converting a video .mp4 but when its get at 99% stuck!

    .webm ad .mkv dont show any problem…

  15. well, i ve downloaded others .mp4 videos and dont stuck on 99% … its seem a particulary problem…

  16. @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!

  17. SubJunk

    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 🙂

  18. @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!!!

  19. SubJunk

    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 🙂

  20. 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??

Leave a Reply

Your email address will not be published. Required fields are marked *

© 2024 Spirton

Theme by Anders NorénUp ↑