From c1d2ef4c4ab0e4555e1d30316fb9c6242d98db70 Mon Sep 17 00:00:00 2001 From: Matthew Cardarelli Date: Fri, 13 Jun 2025 17:03:17 -0400 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 008f21c..3763885 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,14 @@ Now, you can run the script. The input dir should be bind mounted read-only, and podman run --rm \ --mount="type=bind,src=$INPUT_DIR,dst=/media,ro" \ --mount="type=bind,src=$OUTPUT_DIR,dst=/output" \ -localhost/[local-image-name] -- /media +localhost/[local-image-name] -- /media/path/to/video.mp4 ``` + +The `/media` destination folder for the input dir is arbitrary. You can use any folder you like, as long as the file you pass as the execution argument is located within that folder. + +# Remote dependencies + +The container fetches the following remote resources at build time. +- Debian (Stretch) container iage from `docker.io/library`. +- biftools_linux.zip file from `rokudev/samples` repository. +- `ffmpeg` and `unzip` packages, the former of which contains deprecated library `libavformat.so.57`, from `archive.debian.org`.