Hi ****
I have this 50P source that is a bandicam screen recording:
https://www.dropbox.com/s/agz45qmyp15fdml/bandicamREC.mp4?dl=0
------------------------------------------------------------------------------------------------------------------------------------------------------
Now I need to convert it using avisynth so that the 50p-->25i conversion possibly not produce flickering artifacts like this:
https://www.dropbox.com/s/8q42rdjgs390p7s/flickerEdius.mp4?dl=0
or
https://www.dropbox.com/s/kaeskgjx8vbl9oy/flickerPremiere.mp4?dl=0
This 2 examples above are output 25i with Edius and Premiere: the projects editing settings is 25i but the original clip (bandicamREC.mp4) is 50P.
Exactly I don't know if in Edius or Premiere there is some particular setting to process the input to avoid this artifacts but seems that the "optical flow" or other interpolation thing don't work to avoid flickering.
However I try to understand if is there a way to treat it in avisynth, how can I do cat?
thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
You're basically screwed. Interlaced encoding of small text like that is always going to suck. You can try adding some vertical blur, maybe just the moving parts of the picture. Or maybe just decimating frames to 25p and encoding the progressive frames interlaced. In any case, you're at the mercy of the deinterlacer when you play the video back.
Last edited by jagabo; 28th Jul 2020 at 19:32.
-
oh my ***
so what is the solution when need to "record" part of webpages or simple part of the pc screen or the screen in this cases?
seems to understand that the problem is not in the recording itself but in the fact that the progressive video is worked on a timeline set as interlaced (25i/30i). I tried to make screen recording with mbaff interlaced ffmpeg encoder but the result doesn't seem to change in terms of flickering -
In a sense, there is no real solution, because this is something that always SUKKED about interlace recordings, and a good reason to avoid them, when you can, in the modern era.
Why not have your timeline be progressive (50/60p) and then export an interlaced version at the end? At least it would only be 1 generation down.
Scott
Similar Threads
-
Record Mugen gameplay with bandicam or any other software
By supercain in forum Capturing and VCRReplies: 2Last Post: 9th Apr 2020, 12:41 -
what screen recorder alternative to bandicam?
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 13th Jan 2020, 06:33 -
avisynth 50p to 50i: how to avoid the flickering artifacts?
By marcorocchini in forum Newbie / General discussionsReplies: 15Last Post: 20th Jul 2019, 09:58 -
Complex conversion of tv recordings using ffmpeg
By agni451 in forum Video ConversionReplies: 0Last Post: 9th Oct 2016, 19:34 -
Cant record full screen games with bandicam?
By supercain in forum Software PlayingReplies: 6Last Post: 7th Dec 2015, 04:31