You are not logged in.
First of all sorry if this is in the wrong section, i'm not sure where to post this... Please move if needed.
So I prefer my videos in 60fps, it just looks better to me.
At the moment I use Windows, combined with AviSynth, MeGUI, and MKVToolnix tools and using a script found here
This works great and it produces high quality video's.
Now I know there is AvxSynth (a Linux version of AviSynth) and MKVToolnix for Linux, but i'm missing MeGui.
I rather not reboot to Windows, so is there a way of frame interpolating on Linux?
Thanks in advance!
Offline
Have you searched the board before posting?
https://bbs.archlinux.org/viewtopic.php?id=183946
Offline
Woops sorry. Well I did and I did found that, but I did not read it properly and just assumed they only wanted a media player that interpolated the video while playing it...
Sorry for not reading properly, and thanks!
Offline
I saw this on reddit recently, not tried it myself.
PGP key: F40D2072
Key fingerprint: 8742 F753 5E7B 394A 1B04 8163 332C 9C40 F40D 2072
Offline
Butterflow is more geared towards what you want than Slowmovideo (as mentioned in that thread). It does basically the same thing - interpolation using motion estimation - but you can just point it at a video and say, “give me 60fps”. My experience of Slowmovideo is that because it's really intended for creating slow motion, you have to do a bit of manual calculation to get the parameters right if you want the same playback speed but at a higher framerate.
0 Ok, 0:1
Offline
Well Avxsynth-git finally builds again. However, I did not manage to find a script for it that interpolates the videos.
Does Butterflow also have a way to make it 60fps without slowing it down like you said? What I see from the description it creates slowmo video's too, which is not exactly what I want.
Offline
Yes, that's exactly what it does. It can do slow-mo as well, but
butterflow -r 60 {video file}
is all that's required to interpolate to 60fps.
A word of warning, though: it runs on your video hardware, so you'll need a reasonably good graphics card, and - at least on NVidia - driver updates can sometimes break it. When it works, it's fantastic, but it can be a bit flaky.
0 Ok, 0:1
Offline
Well Avxsynth-git finally builds again. However, I did not manage to find a script for it that interpolates the videos.
I think vapoursynth is a better choice on linux, and it is in community (vapoursynth, vapoursynth-plugin-mvtools)
https://github.com/mpv-player/mpv/issue … t-73280199
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline