On 27Nov2023 10:17, Michael Hennebry <hennebry@xxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks. I have ffmpeg now.
Just thought I'd chime in with another option here.
Because I've usually got stale distros, I now run ffmpeg via docker
using the "linuxserver/ffmpeg" image:
https://docs.linuxserver.io/images/docker-ffmpeg/
They supply instructions for invoking it.
If you don't like their instructions (or script), which I didn't, you're
welcome to use my "ffmepg-docker" script (which you invoke just like
ordinary ffmpeg):
https://github.com/cameron-simpson/css/blob/main/bin/ffmpeg-docker
It used to be an elaborate shell script (because it tried to parse the
ffmpeg command line options to extract the inputs and outputs for
attachment to the docker invocation) but now it's a small shell script
which invokes Python and my "cs.ffmpegutils" module to do that stuff.
So you'd need to "python3 -m pip install cs.ffmpegutils" to make use of
it.
That complication aside, my script tries _much_ harder to invoke the
container securely (eg read only inputs, no access to anything else
except an output directory).
Anyway, just FYI.
Cheers,
Cameron Simpson <cs@xxxxxxxxxx>
--
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue