jellyfin-media-player/resources/testmedia
Vincent Lang 7efd4111b1 Probe certain aspects system codecs on Windows and OSX
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.
2016-06-13 13:26:27 +02:00
..
high_1920x1080.h264 Probe certain aspects system codecs on Windows and OSX 2016-06-13 13:26:27 +02:00
high_4096x2160.h264 Probe certain aspects system codecs on Windows and OSX 2016-06-13 13:26:27 +02:00
high_4096x2304.h264 Probe certain aspects system codecs on Windows and OSX 2016-06-13 13:26:27 +02:00
README.txt Probe certain aspects system codecs on Windows and OSX 2016-06-13 13:26:27 +02:00

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).