InterFrameGUI – Download

Higher framerate video convertion application for Windows.

Changelog:

0.1 – input video queue, editable AviSynth script, x264 codec preset selection, output log preview

0.2 – x264 options: [tunning, crf, threads], x264 command line preview

0.3 – ability to choose path for output file

0.4 – no other files are needed to run InterFrameGUI – all dependences are included; gui fixes; cleaning temporaries; .NET 4.0

0.5 – queue is saved on exit, to remove item press Del,      working on templates..,

0.6 – big update so there may be some crashes,  creating, choosing and autosaving templates

0.7 – ability to run specified program (with arguments) after each converted video, logs are saved to files now, UI tweaks, this build need fresh instalation

0.8 – InterFrame 1.12.3, 64bit encoder added, settings menu added, little fixes, UTF-8 file path problem diagnosed (x264 related)

0.9 –  MKVmerge 5.3.0, InterFrame 1.14 (faster),  x264 build 2184, GUI: right-click menu and drag&drop on queue

0.91  – Avisynth 2.6, InterFrame 2.1.0

1.0 – Interframe 2.3, GUI fixes, pause button

1.1 – Interframe 2.5, up/down buttons…

1.2 – Simple command line arguments, e.g: <C:\find_path_in_task_mngr>\InterframeGUI.exe “D:\movie.mkv”

Download

If you need default template, use this:

# Setmemorymax(900)
cores=2
SetMTMode(3,cores)
<PluginPath>
LoadPlugin(PluginPath+"svpflow1.dll")
LoadPlugin(PluginPath+"svpflow2.dll")
LoadPlugin(PluginPath+"avss.dll")
Import(PluginPath+"InterFrame2.avsi")
<input>.ConvertToYV12()
SetMTMode(2)
InterFrame(GPU=false, Tuning="Film", Preset="Medium", NewNum=60000, NewDen=1001, Cores=cores)

76 responses to “InterFrameGUI – Download”

  1. Alex says :

    x264 [error]: could not open input file `C:\Documents and Settings\Administrador\Configuración local\Temp\601.mkv.avs’

    • dzid26 says :

      There are few reasons for that error :
      – utf-8 letter in video/temp path – I’m checking workaround for the whole issue
      – not supported graphics card – (solution: gpu=false)
      – missing some of directshow filters/splitters (when a video is playing in Windows media player, it means in most cases that it is not a issue)

      @Alex, check the update and set different temp path

  2. Barry says :

    I have an error when trying to convert an 1080p mkv:
    avis [error]: unsupported input format (DIB )

  3. Asuhra says :

    Well, this does absolutely nothing. I have tried a dozen different files. I’ ve also tried both settings ((Quad Core and i5+ GPU) I have an i5 750 + Radeon HD5850)).
    The software goes to 100%, the last line on my last try says:
    encoded 1595 frames, 16.43 fps, 5673.88 kb/s -o “D:\Temp01 60fps.mkv” –default-duration 0:59.9401fps -A “C:\Users\Syn\AppData\Local\Temp01.mkv.h264” -D “D:\Temp01.mkv”

    But it never creates the 60fps file. It just sits there forever until I click “abort”

  4. Vitaly says :

    Hi. What version of Interframe script are you using? 1.14 or 2.0b2?

  5. Silverbrain says :

    Great program, I don’t know what I am doing wrong, but couldn’t get Interframe 2.0 to run, but this program helped me, and allowed me to understand the script a little bit more.

  6. vAn says :

    Hi, I have the problem that when the ending of a video encoder in. mp4, not ends, locked to 3 or 6 seconds … before had no problems, only with. mp4, mkv I have no problems ….. I uninstall and install again, check my codecs and I still have the problems ….. I can fix it. thanks, is an excellent program, greetings.

  7. Alex82 says :

    Not Found

    The requested URL /InterFrameGUI/publish.htm was not found on this server.

    Apache Server at highframerate.freehostingcloud.com Port 80

    How do I download the program if the dowload link is broken?

  8. MJ says :

    ERROR>>>BUG>>CANT CONVERT VIDEO>>
    i get the following error..

    “check settings in menue.error:could not find a part of the path”

  9. cardoski says :

    I really love this program and I had it running nicely with fantastic results. However after installing Splash Player InterFrame stopped working. So I un installed everything ran CCleaner and deleted anything left in the registry.Now i can not get Interframe to work. I am having the same issue as MJ.In fact I had a heck of a time getting it to run the first time, it seemed to just randomly work.

  10. Alex82 says :

    This program makes motion softer but adds some noise. How do I remove the artifacts?

    SVP has the option to mask artifacts.
    How do I mask artifacts in interframeGui?

    • dzid26 says :

      You need to refer to Spirton’s Interframe documentation. Then you modify part of the script in InterframeGUI, to probably something like this: InterFrame(OverrideArea=120, OverrideAlgo=13, GPU=true, Tuning=”Film”, Preset=”Medium”, NewNum=60000, NewDen=1001, FlowPath=PluginPath)

  11. zero says :

    this is a great app but my renders come out as 120fps, is that normal? When I use the manual way they come out as 60fps. And it would be nice if it kept the computer awake, I keep forgetting to enable an anti-sleep app and lose hours of time it could be rendering because the computer falls asleep.

    • dzid26 says :

      120Fps – not normal, weird. Maybe video is speed up…. Never encounter that. Maybe another player.
      The only parameters setting fps are: NewNum=60000, NewDen=1001.
      And actually 60fps (59.94) is also kind of hardcoded when parameters are passed to mkvmerge.

      I would like fps to be easily selectable within the app. I need to think about it again sometime.

      Preventing sleep – good idea.

  12. Dennis says :

    File is no longer available please reupload

  13. Shaun says :

    I also have the problem with the program hanging at the following until I press abort.

    [100.0%] 75637/75653 frames, 219.33 fps, 2722.08 kb/s, eta 0:00:00

    It does the same for every file I use, usually hanging at 99.9% with a few seconds to go.

    Here is a log:

    http://pastebin.com/ani2hz03

    • Shaun says :

      I decided to have a go at following your guide doing it the hard way and I have the same problem with MeGUI hanging at 99.84%. I have tried reinstalling the K-Lite Mega codec pack many times and have installed the Haali Media Splitter but nothing has worked.

      Any help would be greatly appreciated, thanks.

    • Shaun says :

      I seemed to have fixed it. I unticked “Prefer DDS2 over DirectShowSource” in MeGUI and used the Codec Tweak Tool in K-Lite to set the preferred DirectShow decoding filter to ffdshow under H.264. I believe the latter was the problem.

      Now the interframeGUI works a treat also.

      Thank you for all the work you’ve put into this, I shall enjoy watching many movies at 60 FPS 🙂

  14. Justin says :

    x264 [error]: could not open input file

  15. Crenewer says :

    Greetings. I have a problem, i tried to convert a 23fps .mp4 video file and it stops at around 98%. It also happens the same with other .mp4 videos. Any help please?

  16. Slider says :

    i know its a bad question, but is there a way to run your Tool via commandline ?

    i see you settings in the LOG and try it manual, but it only speedup the video:
    ———————————————————————————————–
    x264.exe –fps 60 –tune film –crf 19.5 –threads 4 –qpmin 10 –qpmax 51 –preset medium -o C:\tmp\bike30-60new.mp4 C:\tmp\bike30.mp4
    ———————————————————————————————–

    how i can convert the 30fps video to a 60fps by a batch ?

    • dzid26 says :

      No way to run it from command line. But yes, you could try to run x264 from command, but the whole idea of the GUI was that you do not need to do it.
      I don’t see a problem though, just drag&drop your videos, in simplest case just press proceed, and you’ll get 60fps clips. 60fps is default

      • Slider says :

        Haha true i understand the hole idea of the GUI, and i love it, and i use it all the time.

        But i looking for a way to do it automatic, because my plan is to auto convert all my recorded movies that i added to a folder, so that i can need a way to run the same commands that use the GUI in a command line.
        any idea which command i need to convert a video to 60fps ?

        This command create a 60fps video, but i set the speed to 200%:
        ———————————————————————————————–
        x264.exe –fps 60 –tune film –crf 19.5 –threads 4 –qpmin 10 –qpmax 51 –preset medium -o C:\tmp\bike30-60new.mp4 C:\tmp\bike30.mp4
        ———————————————————————————————–
        has anyone a idea which command i need ?

      • Slider says :

        Plan is i record a Video with my smartphone, the video is automatic uploaded to my OwnCloud, and the PC see there is a new Video in the folder, and run the batch to convert it.

    • dzid26 says :

      I think it is speeded up because you use –fps 60. Don’t specify it here. It’s more complicated. The output video from x264 will be raw (not muxed) video without even a sound. You then need mkvmerge to add audio and set correct fps. So it is two stage process in which temporary raw video is created…. I don’t remember exactly the commands now.

      I was thinking of adding of adding a command line to InterframeGUI to this sort of automations. I also use InterframeGUI a lot with current fucntionality. I will try to add command line feature for you ! Just give me a week max.

      • Slider says :

        Sounds gr8 thanks 🙂

      • dzid26 says :

        I’ve done simple command line interpretation. Very simplified. It accepts paths to video files and then automatically start transcoding if it was not already started. C:\find_path_in_task_mngr\InterframeGUI.exe “D:\movie.mkv”

        Edit: App will work well if you first open it normally with a shortcut… Not sure if I can make it robust with this OneClick deployment thingy

  17. Slider says :

    Wooo Nice, I will test this out, I am this week not at home, I will try it next week if I am back at home and let you know

    Thanks
    Slider

    • Slider says :

      So, I am Back home, and i try the command Line, but it opend still the application 😦

      and on the title of the application i see only version 1.0.0.0 and no templates are in it 😦

  18. Joe says :

    I downloaded the setup, but I can’t download the program itself. I keep getting the error “cannot download the application. The application is missing required files. Contact application vendor for assistance.” I also look at the details and the error I’m getting is ” The remote server returned an error: (404) Not Found”

  19. Reiner says :

    Unable to install, http://highframerate.x10.mx/Application Files/InterframeGUI_1_2_0_140/tools/x264/x264_64.exe.deploy does not exist:

    FEHLERDETAILS
    Folgende Fehler wurden bei diesem Vorgang entdeckt.
    * [09.05.2015 19:56:36] System.Deployment.Application.DeploymentDownloadException (unbekannter Untertyp)
    – ‘http://highframerate.x10.mx/Application Files/InterframeGUI_1_2_0_140/tools/x264/x264_64.exe.deploy’ konnte nicht gedownloadet werden.
    – Quelle: System.Deployment
    – Stapelüberwachung:
    bei System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    bei System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
    bei System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
    bei System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
    bei System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    bei System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    bei System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    bei System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    — Interne Ausnahme —
    System.Net.WebException
    – Der Remoteserver hat einen Fehler zurückgegeben: (404) Nicht gefunden.
    – Quelle: System
    – Stapelüberwachung:
    bei System.Net.HttpWebRequest.GetResponse()
    bei System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)

  20. zerr says :

    What about 4k support?

  21. H2O200 says :

    The mkv it´s the only type of file?

  22. kurokami gabo says :

    Thanks bro!, now works link again 🙂

  23. Smith says :

    I really want to uninstall this to then install it again, but I can’t find any way to uninstall it.

    also somehow the video that I finished processing got broken in a way that is really weird.
    so the video slowly starts to lag behind the audio until it’s insanely far apart even though the video seems to run perfectly fine.

  24. Ani says :

    Issue is that when I proceed
    Error pops up saying- could not open input file temp\video name.mkv.avs’
    I have tried playing it on Windows Media player and it plays flawless
    I have tried turning GPU=false in script
    Help me!!

  25. Dex Huynh says :

    Hello, I’ve been trying to convert anime, but keep getting stuck in the 99% range. Is there a way to fix this?

  26. Anon Ymous says :

    the program throws out ‘unsupported input format”…I’m using mp4

Trackbacks / Pingbacks

  1. InterFrameGUI « Spirton - December 22, 2011
  2. 60 FPS Conversion for Anime or Movies Tutorial - November 17, 2017

Leave a reply to Slider Cancel reply