Jeremy Lee Shields

Results 16 issues of Jeremy Lee Shields

Add a way to set a maximum height and width for when batch processing. This allows us to downscale videos to fit inside a set box while keeping aspect ratio....

This would give us the ability to run multiple quick convert jobs in parallel Before you tell me to use av1an, av1an can't handle frame count change with filter like...

Currently the font used in the terminal output is awful and hard to read I recommend a font like PxPlus IBM VGA8 Regular This: ![image](https://user-images.githubusercontent.com/20532320/153644591-05c6fdf9-ad4d-4203-862d-a6f79d31d8e3.png) vs this: ![image](https://user-images.githubusercontent.com/20532320/153644612-62627127-6450-494c-85f6-13ced345a2aa.png) [PxPlus_IBM_VGA8.zip](https://github.com/n00mkrad/nmkoder/files/8050745/PxPlus_IBM_VGA8.zip)

Optional output folder for when batch processing.

Similar to the custom arguments but added after the other filters.

This would allow us to avoid a ridiculous bitrate on videos which do not need it for when batch processing.

Av1an running as a daemon with a client sending it new videos to chew through could be pretty pog. You would have two components: the _Client_ that would send the...

enhancement

This would allow me to avoid running scene detection very slowly with a vpy script or to bodge it with incorrect setting to force av1an to crash. This way I...

vspipe supports arguments in form of the `--arg` flag doing `--arg var=value` allows us to use the variable "var" with the value of "value" in the vpy script. You can...

Say we have a directory with 100+ videos that could be split in 2 to 4 parts and we have 32 workers. It would be neat if av1an could just...