Add fish functions

This commit is contained in:
BuyMyMojo 2025-03-24 04:34:15 +11:00
parent b2a8f9857a
commit 46e6a2d46a
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
9 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function compress_blueray_anime --description 'Compress an input video file using the values I tested for my Ghost in the Shell blueray files';
ab-av1 encode --input $argv[1] --keyint 240 --scd false --svt film-grain=4 --svt tune=3 --svt smc=0 --preset 4 --crf 14
end