This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[Help] vfr video loading taking long time & slow conversion speed for me
#1
Hi, 

I have two variable frame rate videos, the first one loads in few seconds but the other one taking long time (very long) to fix timecodes.
Can we speed up this process? Please see the debug logs for two files. Any suggestions would be appreciated.

And I'm getting around 20fps conversion speed while converting the first video, using InterFrame filter in AviSynth (60fps and ticked GPU option), Nvenc H.264. ( I saw posts where all are getting around 120- 240 fps conversion with >20% GPU utilization (im getting 5-8%). Please Help.

Processor : i5-8300H
GPU: Nvidia GTX 1060
RAM: 16GB
SSD : 128GB
HDD : 1TB
Reply
#2
About speed:
1. use Vapoursynth instead of Avisynth
2. use a Source filter which also supports hardware decoding and enable it
can't really say more without seeing the used Script and encoding calls.


About the time codes:
What happens is that Hybrid looks at the tile codes and finds:
...
5925.14444444444
5939.94444444444
5958.04444444444
6174.57777777778
6174.57777777778
6209.62222222222
6230.34444444444
...
Problem is that two frames have the same time codes since that is not possible (can't show two frame at the same time).
So what Hybrid does is look the difference between
5958.04444444444 and 6174.57777777778
which is 216.53333333334 and sets the second 6174.57777777778 time code to
6174,57777777778 + 216,53333333334
which is:
6391.11111111112
problem with that time code is that it's larger then the next time code (6209.62222222222) so that time code is also adjusted and so forth,... Wink

Solution:
1. don't feed Hybrid with broken files.
2. change the way Hybrid tries to fix the time codes. Smile
-> I'll think about it, may be I have a good idea.

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)