FallingSnow / h265ize

A node utility utilizing ffmpeg to encode videos with the hevc codec.
MIT License
527 stars 81 forks source link

Basic option for as-preset is not recognized #109

Open cesalo opened 6 years ago

cesalo commented 6 years ago

This is what I'm getting: h265ize -v --as-preset basic xxxx.mkv [h265ize]: [verbose] Handling keypresses... [h265ize]: [verbose] Setting as-preset options... [h265ize]: Unknown as-preset option basic. The option "anime" is working and also when I don't specify this parameter so the script seems to be working fine. version is: h265ize --version h265ize 0.4.3-r2 Also please note that in the script help the options given are: "basic", "anime", "testing-ssim", "none" but in github the options are different. Thanks.