diff options
| author | 2024-07-19 15:28:43 +0000 | |
|---|---|---|
| committer | 2024-07-19 17:28:43 +0200 | |
| commit | 50c9b5498b9be266bd04278a97978e38984424a2 (patch) | |
| tree | a371b4b5b8796af3f8262916c69e53b9c1e5af24 /testrig/media | |
| parent | [docs] update README with our corporate sponsorship policy (#3112) (diff) | |
| download | gotosocial-50c9b5498b9be266bd04278a97978e38984424a2.tar.xz | |
[feature] use webp for thumbnails (#3116)
* update to use webp for thumbnails
* bump webp quality up to 40% from 12% (it's a bit different to jpeg quality setting)
* update to use yuva colorspace, and use thumbnail=n=10 to select frame
* fix missing comma in ffmpeg args
* add links to appropriate ffmpeg docs
* update tests
* add file size tests for thumbnails
---------
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'testrig/media')
19 files changed, 0 insertions, 0 deletions
diff --git a/testrig/media/cowlick-small.jpeg b/testrig/media/cowlick-small.jpeg Binary files differdeleted file mode 100644 index 4061653ab..000000000 --- a/testrig/media/cowlick-small.jpeg +++ /dev/null diff --git a/testrig/media/cowlick-small.webp b/testrig/media/cowlick-small.webp Binary files differnew file mode 100644 index 000000000..726492371 --- /dev/null +++ b/testrig/media/cowlick-small.webp diff --git a/testrig/media/ghosts-small.jpg b/testrig/media/ghosts-small.jpg Binary files differdeleted file mode 100644 index bd01b91a0..000000000 --- a/testrig/media/ghosts-small.jpg +++ /dev/null diff --git a/testrig/media/ghosts-small.webp b/testrig/media/ghosts-small.webp Binary files differnew file mode 100644 index 000000000..791e9dd6d --- /dev/null +++ b/testrig/media/ghosts-small.webp diff --git a/testrig/media/ohyou-small.jpg b/testrig/media/ohyou-small.jpg Binary files differdeleted file mode 100644 index c862be1ff..000000000 --- a/testrig/media/ohyou-small.jpg +++ /dev/null diff --git a/testrig/media/ohyou-small.webp b/testrig/media/ohyou-small.webp Binary files differnew file mode 100644 index 000000000..b77955862 --- /dev/null +++ b/testrig/media/ohyou-small.webp diff --git a/testrig/media/peglin-static.png b/testrig/media/peglin-static.png Binary files differnew file mode 100644 index 000000000..bb3e39652 --- /dev/null +++ b/testrig/media/peglin-static.png diff --git a/testrig/media/sloth-small.jpg b/testrig/media/sloth-small.jpg Binary files differdeleted file mode 100644 index 60f64a2fd..000000000 --- a/testrig/media/sloth-small.jpg +++ /dev/null diff --git a/testrig/media/sloth-small.webp b/testrig/media/sloth-small.webp Binary files differnew file mode 100644 index 000000000..31e908b97 --- /dev/null +++ b/testrig/media/sloth-small.webp diff --git a/testrig/media/team-fortress-small.jpg b/testrig/media/team-fortress-small.jpg Binary files differdeleted file mode 100644 index 8615834b6..000000000 --- a/testrig/media/team-fortress-small.jpg +++ /dev/null diff --git a/testrig/media/team-fortress-small.webp b/testrig/media/team-fortress-small.webp Binary files differnew file mode 100644 index 000000000..75446a4b1 --- /dev/null +++ b/testrig/media/team-fortress-small.webp diff --git a/testrig/media/thoughtsofdog-small.jpg b/testrig/media/thoughtsofdog-small.jpg Binary files differdeleted file mode 100644 index 5f303f939..000000000 --- a/testrig/media/thoughtsofdog-small.jpg +++ /dev/null diff --git a/testrig/media/thoughtsofdog-small.webp b/testrig/media/thoughtsofdog-small.webp Binary files differnew file mode 100644 index 000000000..e5fe1358e --- /dev/null +++ b/testrig/media/thoughtsofdog-small.webp diff --git a/testrig/media/trent-small.jpg b/testrig/media/trent-small.jpg Binary files differdeleted file mode 100644 index 4e9ac26b6..000000000 --- a/testrig/media/trent-small.jpg +++ /dev/null diff --git a/testrig/media/trent-small.webp b/testrig/media/trent-small.webp Binary files differnew file mode 100644 index 000000000..abdbecce0 --- /dev/null +++ b/testrig/media/trent-small.webp diff --git a/testrig/media/welcome-small.jpg b/testrig/media/welcome-small.jpg Binary files differdeleted file mode 100644 index 04179ccc9..000000000 --- a/testrig/media/welcome-small.jpg +++ /dev/null diff --git a/testrig/media/welcome-small.webp b/testrig/media/welcome-small.webp Binary files differnew file mode 100644 index 000000000..09e5bfe34 --- /dev/null +++ b/testrig/media/welcome-small.webp diff --git a/testrig/media/zork-small.jpg b/testrig/media/zork-small.jpg Binary files differdeleted file mode 100644 index e8fffe9cb..000000000 --- a/testrig/media/zork-small.jpg +++ /dev/null diff --git a/testrig/media/zork-small.webp b/testrig/media/zork-small.webp Binary files differnew file mode 100644 index 000000000..8539b2418 --- /dev/null +++ b/testrig/media/zork-small.webp |
