Add fish functions
This commit is contained in:
parent
b2a8f9857a
commit
46e6a2d46a
9 changed files with 65 additions and 0 deletions
3
fish/functions/compress_blueray_anime.fish
Normal file
3
fish/functions/compress_blueray_anime.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue