From a5a39011510852f95f01b0abfd9f0206b438ea8f Mon Sep 17 00:00:00 2001 From: MetroWind Date: Sun, 2 Nov 2025 14:12:20 -0800 Subject: Add ffmagick --- ffmagick/ffmagick.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ffmagick/ffmagick.toml (limited to 'ffmagick/ffmagick.toml') diff --git a/ffmagick/ffmagick.toml b/ffmagick/ffmagick.toml new file mode 100644 index 0000000..4f8b1da --- /dev/null +++ b/ffmagick/ffmagick.toml @@ -0,0 +1,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" -- cgit v1.2.3-70-g09d2