TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
62 stars 29 forks source link

better way to display video downloads #1737

Closed vadosnaprimer closed 6 months ago

vadosnaprimer commented 6 months ago

Switching back to HQ MKV/Compat MP4 like old site had, except new pubs only have the latter.

There are few cases when an MKV is 512kb (encoded using streamable presets so it's not HQ, but neither is it streamable due to container) to put .ass subtitles in there. I think it's no big deal if we still automatically call them HQ MKV in the GUI, just because having to add exceptions for those would complicate things for little benefit, and .ass is technically higher quality subtitle than .srt (not in terms of resolution but in terms of other traits), and MKV is still not as compatible anyway.

fix #1704