mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 08:10:25 +00:00
7efd4111b1
Roughly probe which resolutions are supported by the Windows h264 decoder. Newer Windows versions support higher resolutions. Exclude the AudioToolbox AC3 decoder on older OSX versions. Apple didn't provive an AC3 decoder yet, so a buggy Perian decoder could be picked up. |
||
---|---|---|
.. | ||
high_1920x1080.h264 | ||
high_4096x2160.h264 | ||
high_4096x2304.h264 | ||
README.txt |
Produced with: x264 input.png --profile=high --tune=stillimage --level=5.1 -o out.h264 where input.png was a black image with the appropriate resolution. x264 was patched to remove the SEI message (because it doubled the size).