Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can I ask what container you are using? I'd recommend using matroska it has binary parsing and full indexes, if you're not using it, it should solve your problem.
But I think the problem is with copying the sheer quantity of pixels, moreso than the codec performance. Getting to 2160p90 and beyond will require keeping the path as short as possible, and throwing away non-visible pixels as soon as possible.
That said, when I get to 6K 360 SBS, it gets very choppy but hey we're pioneers here :)
I do need add some benchmarking stats in the app to help with this. Right now only way is trial and error which can be frustrating. One annoying thing about LAV is that I have to make changes and restart the app to test everything again.
The best tool I've used is DXVA Checker if you're not using it already
http://bluesky23.yukishigure.com/en/DXVAChecker.html
It can trace log dxva calls to see if calls are working and also has a built in Merit changer for filters so that it'll force it to use a specific filter. You can see all the registered Dshow filters you've installed, register new ones, and change merits.
I also use GraphStudioNext (x64) to help trouble shoot everything too.
https://github.com/cplussharp/graph-studio-next
I'll have to find some 90fps videos too :)