Created
February 15, 2025 12:24
-
-
Save galaxia4Eva/a3b7fdfd02eaee4c424ad11439814828 to your computer and use it in GitHub Desktop.
run linuxserver/ffmpeg container as if in current directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env sh | |
# vi: ft=sh | |
podman run --rm -it -v $(pwd):/data -w /data linuxserver/ffmpeg $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment