uploads: disallow more video formats not supported by all browsers.
Disallow uploading videos with 10-bit color or 4:4:4 chroma subsampling. Neither of these features are supported by Firefox. Only 8 such videos have been uploaded to Danbooru: * https://danbooru.donmai.us/media_assets/3070695 (4:4:4) * https://danbooru.donmai.us/media_assets/3070697 (4:4:4) * https://danbooru.donmai.us/media_assets/3292518 (4:4:4) * https://danbooru.donmai.us/media_assets/3358659 (10-bit) * https://danbooru.donmai.us/media_assets/3358660 (10-bit) * https://danbooru.donmai.us/media_assets/3730866 (10-bit) * https://danbooru.donmai.us/media_assets/5056665 (10-bit) * https://danbooru.donmai.us/media_assets/5479605 (4:4:4) Note that Exiftool doesn't output this information, so it's not in the EXIF metadata. We have to reply on ffprobe at upload time instead. Followup to #3615.
This commit is contained in:
6
test/files/mp4/README.md
Normal file
6
test/files/mp4/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Test file sources:
|
||||
|
||||
* https://danbooru.donmai.us/posts/2878908 (https://twitter.com/chan_co/status/913025965604749314)
|
||||
* https://danbooru.donmai.us/posts/4270949 (https://twitter.com/chrone_co/status/1342709028401643520)
|
||||
* https://danbooru.donmai.us/posts/5152189 (https://twitter.com/001_31_/status/1491405055563792386)
|
||||
* https://github.com/jursonovicst/gradient/blob/master/player_validation_sequences/test_yuv420p10le_x265.mp4
|
||||
BIN
test/files/mp4/test-300x300-av1.mp4
Normal file
BIN
test/files/mp4/test-300x300-av1.mp4
Normal file
Binary file not shown.
BIN
test/files/mp4/test-300x300-vp9.mp4
Normal file
BIN
test/files/mp4/test-300x300-vp9.mp4
Normal file
Binary file not shown.
BIN
test/files/mp4/test-300x300-yuv444p-h264.mp4
Normal file
BIN
test/files/mp4/test-300x300-yuv444p-h264.mp4
Normal file
Binary file not shown.
BIN
test/files/mp4/test-300x300-yuvj420p-h264.mp4
Normal file
BIN
test/files/mp4/test-300x300-yuvj420p-h264.mp4
Normal file
Binary file not shown.
BIN
test/files/mp4/test-yuv420p10le-av1.mp4
Normal file
BIN
test/files/mp4/test-yuv420p10le-av1.mp4
Normal file
Binary file not shown.
BIN
test/files/mp4/test-yuv420p10le-h264.mp4
Normal file
BIN
test/files/mp4/test-yuv420p10le-h264.mp4
Normal file
Binary file not shown.
BIN
test/files/mp4/test-yuv420p10le-vp9.mp4
Normal file
BIN
test/files/mp4/test-yuv420p10le-vp9.mp4
Normal file
Binary file not shown.
BIN
test/files/webm/test-gbrp-vp9.webm
Normal file
BIN
test/files/webm/test-gbrp-vp9.webm
Normal file
Binary file not shown.
BIN
test/files/webm/test-yuv420p10le-vp9.webm
Normal file
BIN
test/files/webm/test-yuv420p10le-vp9.webm
Normal file
Binary file not shown.
Reference in New Issue
Block a user