settings for size target and frame picking

This commit is contained in:
Jakub Jezek 2023-11-22 12:24:33 +01:00
parent 24abe0e0f3
commit a9ecc8f4b3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 68 additions and 0 deletions

View file

@ -70,6 +70,13 @@
},
"ExtractThumbnail": {
"enabled": true,
"integrate_thumbnail": false,
"duration_split": 0.5,
"target_size": {
"type": "resize",
"width": 1920,
"height": 1080
},
"ffmpeg_args": {
"input": [
"-apply_trc gamma22"