1
0

Update README

This commit is contained in:
2025-06-13 17:03:17 -04:00
parent 9558dd7af5
commit c1d2ef4c4a

View File

@ -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`.