diff options
| author | 2024-07-12 09:39:47 +0000 | |
|---|---|---|
| committer | 2024-07-12 09:39:47 +0000 | |
| commit | cde2fb6244a791b3c5b746112e3a8be3a79f39a4 (patch) | |
| tree | 6079d6fb66d90ffbe8c1623525bb86829c162459 /testrig/media | |
| parent | [chore] Add interaction policy gtsmodels (#3075) (diff) | |
| download | gotosocial-cde2fb6244a791b3c5b746112e3a8be3a79f39a4.tar.xz | |
[feature] support processing of (many) more media types (#3090)
* initial work replacing our media decoding / encoding pipeline with ffprobe + ffmpeg
* specify the video codec to use when generating static image from emoji
* update go-storage library (fixes incompatibility after updating go-iotools)
* maintain image aspect ratio when generating a thumbnail for it
* update readme to show go-ffmpreg
* fix a bunch of media tests, move filesize checking to callers of media manager for more flexibility
* remove extra debug from error message
* fix up incorrect function signatures
* update PutFile to just use regular file copy, as changes are file is on separate partition
* fix remaining tests, remove some unneeded tests now we're working with ffmpeg/ffprobe
* update more tests, add more code comments
* add utilities to generate processed emoji / media outputs
* fix remaining tests
* add test for opus media file, add license header to utility cmds
* limit the number of concurrently available ffmpeg / ffprobe instances
* reduce number of instances
* further reduce number of instances
* fix envparsing test with configuration variables
* update docs and configuration with new media-{local,remote}-max-size variables
Diffstat (limited to 'testrig/media')
| -rw-r--r-- | testrig/media/cowlick-small.jpeg | bin | 5272 -> 6922 bytes |
| -rw-r--r-- | testrig/media/kip-static.png | bin | 802 -> 1056 bytes |
| -rw-r--r--[-rwxr-xr-x] | testrig/media/ohyou-small.jpg | bin | 6177 -> 7647 bytes |
| -rw-r--r--[-rwxr-xr-x] | testrig/media/rainbow-static.png | bin | 10413 -> 6092 bytes |
| -rw-r--r-- | testrig/media/sloth-small.jpg | bin | 50820 -> 36046 bytes |
| -rw-r--r-- | testrig/media/team-fortress-small.jpg | bin | 42308 -> 9921 bytes |
| -rw-r--r-- | testrig/media/thoughtsofdog-small.jpg | bin | 19312 -> 11751 bytes |
| -rw-r--r--[-rwxr-xr-x] | testrig/media/trent-small.jpg | bin | 8803 -> 9764 bytes |
| -rw-r--r--[-rwxr-xr-x] | testrig/media/welcome-small.jpg | bin | 6872 -> 7587 bytes |
| -rw-r--r-- | testrig/media/yell-static.png | bin | 10808 -> 8965 bytes |
| -rw-r--r-- | testrig/media/zork-small.jpg | bin | 15374 -> 29812 bytes |
11 files changed, 0 insertions, 0 deletions
diff --git a/testrig/media/cowlick-small.jpeg b/testrig/media/cowlick-small.jpeg Binary files differindex b3cd2f647..4061653ab 100644 --- a/testrig/media/cowlick-small.jpeg +++ b/testrig/media/cowlick-small.jpeg diff --git a/testrig/media/kip-static.png b/testrig/media/kip-static.png Binary files differindex 1ba296687..c60b94c5c 100644 --- a/testrig/media/kip-static.png +++ b/testrig/media/kip-static.png diff --git a/testrig/media/ohyou-small.jpg b/testrig/media/ohyou-small.jpg Binary files differindex f561884d1..c862be1ff 100755..100644 --- a/testrig/media/ohyou-small.jpg +++ b/testrig/media/ohyou-small.jpg diff --git a/testrig/media/rainbow-static.png b/testrig/media/rainbow-static.png Binary files differindex 79ed5c03a..f762a0470 100755..100644 --- a/testrig/media/rainbow-static.png +++ b/testrig/media/rainbow-static.png diff --git a/testrig/media/sloth-small.jpg b/testrig/media/sloth-small.jpg Binary files differindex 2787d535c..60f64a2fd 100644 --- a/testrig/media/sloth-small.jpg +++ b/testrig/media/sloth-small.jpg diff --git a/testrig/media/team-fortress-small.jpg b/testrig/media/team-fortress-small.jpg Binary files differindex f6773b9a0..8615834b6 100644 --- a/testrig/media/team-fortress-small.jpg +++ b/testrig/media/team-fortress-small.jpg diff --git a/testrig/media/thoughtsofdog-small.jpg b/testrig/media/thoughtsofdog-small.jpg Binary files differindex 98801d235..5f303f939 100644 --- a/testrig/media/thoughtsofdog-small.jpg +++ b/testrig/media/thoughtsofdog-small.jpg diff --git a/testrig/media/trent-small.jpg b/testrig/media/trent-small.jpg Binary files differindex 726c1aed0..4e9ac26b6 100755..100644 --- a/testrig/media/trent-small.jpg +++ b/testrig/media/trent-small.jpg diff --git a/testrig/media/welcome-small.jpg b/testrig/media/welcome-small.jpg Binary files differindex b1a585169..04179ccc9 100755..100644 --- a/testrig/media/welcome-small.jpg +++ b/testrig/media/welcome-small.jpg diff --git a/testrig/media/yell-static.png b/testrig/media/yell-static.png Binary files differindex 9b5d2837e..b60b9f62b 100644 --- a/testrig/media/yell-static.png +++ b/testrig/media/yell-static.png diff --git a/testrig/media/zork-small.jpg b/testrig/media/zork-small.jpg Binary files differindex 60be12564..e8fffe9cb 100644 --- a/testrig/media/zork-small.jpg +++ b/testrig/media/zork-small.jpg |
