feat(all): ffmpeg quality options improvements (#2161)

* feat: change target scaling to resolution in ffmpeg config

* feat(microservices): scale vertical video correctly, only scale if video is larger than target
This commit is contained in:
Zack Pollard 2023-04-04 02:42:53 +01:00 committed by GitHub
parent 9076f3e69e
commit 808d6423be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 76 additions and 46 deletions

View file

@ -36,8 +36,8 @@ void main() {
// TODO
});
// String targetScaling
test('to test the property `targetScaling`', () async {
// String targetResolution
test('to test the property `targetResolution`', () async {
// TODO
});