3dyd / issues-ys

Bug tracking for 3DYD Youtube Source
0 stars 0 forks source link

Filter logic algorithm issue #8

Closed SlazE888 closed 4 years ago

SlazE888 commented 5 years ago

Parameters "container.size" and "video.bitrate" works incorrectly if resolution is 720p(please see picture). Example: https://www.youtube.com/watch?v=D22mqYFniNk

Why it not happen if resolution is 240p, in both cases difference in size is the same?!

Q-90 ](url)

3dyd commented 5 years ago

To deal with such cases a feature called "criteria testing" was implemented. At the moment it is available only in foo_youtube (read more) but I will try to add it to the filter before initial release.

For now you can use it in foo_youtube (preferences Decoding -> Video -> Quality). Criteria in the filter and foo_youtube are compatible, so you can just copy yours from the filter (right click on top-level OR in Configuration window and select Copy) and paste it in criteria configuration window from foo_youtube.

3dyd commented 4 years ago

Added a way in beta 8 to access and edit criteria from quality selection window (using context menu -> "Configure"). So criteria testing now can be used from within this window. More info is in the help topic "Criteria" on the site.