Hi, what is the best way to convert a video in realtime with a higher frame rate than 24 fps to 24 fps using avisynth? Like 25, 29.97, 30, 59.94 or 60 fps? I noticed that videos that are converted into 24 fps and then played back with bluesky frame rate converter, svp or dmitrirender, play back very smoothly, while playback of videos like 30 or 29.97 fps aren't that smooth. So i tried this in realtime using avisynth in ffdshow. This is what i used as an example:
ffdshow_source()
LoadPlugin("FDecimate2.dll")
ConvertToYV12()
fDecimate2(24)
This is in ffdshow and I have for example dmitrirender and ffshow in external filters section of mpc-be or mpc-hc.
Playback of video such as 29.97 fps play very smooth but a video that is 59.94 is not smooth with this method.
Come somebody suggest what I am doing wrong or not or any other avisynth filter that may help with this realtime conversion and playback? Or if there is another way like a directshow filter that can do what fdecimate does in realtime?
+ Reply to Thread
Results 1 to 4 of 4
-
-
What's the real framerate supposed to be? If it wasn't shot as 24fps film, then it shouldn't be played back at 24fps. Wanting to convert all videos to 24fps is just plain silly.
And using FDecimate is always risky because of the very good chance it won't choose the correct frames to remove.
And your videos are probably already YV12, meaning you don't need that line in the script. -
Ok thanks for your reply. My reply is:
Hi, im trying to not just play at 24 fps but after that happens using fDecimate, dmitrirender or bluesky frame rate converter get used for that super smooth motion effect (soap opera effect) i guess. Most of my videos are progressive and probably variable framerate. I've notice that videos that are interlaced don't work with my method though. I'm not trying to play the videos at native speed. I'm only converting to 24 fps in realtime because for a lot of videos my method and using dmitrirender or blue sky frame rate converter wil play the video with that soap opera effect. I would use svp but I haven't figured out how to get another avisynth filter working in conjunction with svp as that uses ffdshow at the same time. Anybody know how? I have added some test links for video clips for testing if anybody wants to see that. Try it with or without my method and don't forget to have blue sky frame rate converter or dmitrirender enabled.
https://drive.google.com/open?id=1tE...8N-uYdve3rsNQf
https://drive.google.com/open?id=1FC...fqJOBkucqMVVBh
This 3rd video I can't smooth out with my method probably because it is interlaced, anyone know how I can get around that?
https://drive.google.com/open?id=16-...Ay8omUYblVJ9m0
same video but deinterlaced.
https://drive.google.com/open?id=1DV8eD91i1MP7iK6l3atTBUYqoEf99BHm
Also I am trying to get this to work with live video from a capture card, not working out so far anybody have any ideas on that?Last edited by Milardo; 17th Feb 2020 at 18:58.
-
The first three links don't work. The fourth is some WMV garbage that should have been IVTC'd rather than poorly deinterlaced.
Learn to walk before you run. Learn the basics first - how to determine what you have and how it should be treated, rather than blindly trying to play everything at what is often the wrong framerate.
...don't forget to have blue sky frame rate converter or dmitrirender enabled.
Similar Threads
-
How to convert 4k 60 FPS to real 1080i (29.970)with Avisynth?
By frank_zappa in forum Video ConversionReplies: 12Last Post: 11th Nov 2017, 10:08 -
Convert 51.43 fps video in 59.94 fps container to straight 50 fps video
By mr_lou in forum Video ConversionReplies: 5Last Post: 8th May 2016, 11:47 -
convert 30 fps time lapse video to 60 fps to speed up and keep all frames
By acem77 in forum Video ConversionReplies: 12Last Post: 19th Jan 2016, 20:01 -
Hi cats, please how to convert video from 16:9 to 4:3 in Avisynth
By marcorocchini in forum Newbie / General discussionsReplies: 5Last Post: 10th Dec 2015, 19:24 -
Avisynth - What's Wrong with this Script. (FPS Convert/Motion Estimation)
By RAB78 in forum Video ConversionReplies: 41Last Post: 25th May 2015, 13:06