Ryan Delaney

Results 83 issues of Ryan Delaney

ffmpeg can remove letterboxing, as demonstrated in this bash script: ```sh #!/usr/bin/env bash # # Remove letterboxing from media files using ffmpeg's cropdetect function # set -o nounset -o pipefail...

It would be nice if this app had an official [Containerfile](https://opencontainers.org/) for running within docker, podman etc. If it would help, I can write up a PR with a Containerfile...

Enhancement
Blocked
v6

Keywords: UP302, G004 ```console $ ruff --version ruff 0.6.9 ``` Consider this statement. [UP032](https://docs.astral.sh/ruff/rules/f-string/) objects to the use of `str.format` here: ```python logger.info("Result received: {}".format(result)) ``` Following its suggestion to...

rule