Selur's Little Message Board
[HELP] Fix Zoom recording framerate? - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] Fix Zoom recording framerate? (/thread-1941.html)



Fix Zoom recording framerate? - Miranda - 08.08.2021

Is it possible to somehow fix the duplicated/choppy frames in a zoom recording? I also need to convert from 25fps to 23.98fps.

We've had to do some Blu-ray extra interviews over Zoom due to Covid.


RE: Fix Zoom recording framerate? - Selur - 08.08.2021

you could try:
  • using sRestore to find a fps where your content doesn't have duplicates (Filtering->Vapoursynth->Frame->Reduction->sRestore)
  • some frame interpolation to get to a frame rate that is usable (Filtering->Vapoursynth->Frame->Interpolation->Frame Interpolation)

Cu Selur


RE: Fix Zoom recording framerate? - Miranda - 08.08.2021

Can I do both of those at the same time?

Thank you once again for your invaluable help Smile


RE: Fix Zoom recording framerate? - Selur - 08.08.2021

Quote:Can I do both of those at the same time?
Sure. (looking at the Vapoursynth Script Preview helps to understand what's happening, even if you don't understand all the Vapoursynth code in detail)

Cu Selur


RE: Fix Zoom recording framerate? - Miranda - 08.08.2021

Can you remind how to correctly enable sRestore? There are numerous settings to chosse.

Also, how do I reset Hybrid's filters back to OFF after a previous job?


RE: Fix Zoom recording framerate? - Selur - 08.08.2021

Quote:Can you remind how to enable sRestore?
already wrote that in https://forum.selur.net/thread-1941-post-12699.html#pid12699
"Filtering->Vapoursynth->Frame->Reduction->sRestore"

Quote:Also, how do I reset Hybrid's filters back to OFF after a previous job?
"Filtering->Vapoursynth->Filter(s)->All->Reset"

Cu Selur