summaryrefslogtreecommitdiff
path: root/ffmagick/ffmagick.toml
blob: 4f8b1dab8fc5a05b8b3b5766d1a575141a0841aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[half_small]
desc = "Scale image to half, and compress to low-quality AVIF"
processor = "IMAGEMAGICK"
command = "-scale 50% -quality 70"
output_ext = "avif"

[intermediate]
desc = "Convert video to ProRes"
processor = "FFMPEG"
command = "-c:v prores_ks -profile:v 3 -qscale:v 9 -vendor apl0 -pix_fmt yuv422p10le -c:a copy"
output_ext = "mov"

[acodyssey_hdr]
desc = "Convert ACOdyssey HDR screenshot to SDR"
processor = "IMAGEMAGICK"
command = "-colorspace LAB -channel 0 -fx '.07*exp(-u*2)+u - 0.4*u^2 + 0.4 * u' -colorspace sRGB"
output_ext = "png"