←back to thread

FFmpeg 8.0

(ffmpeg.org)
985 points gyan | 1 comments | | HN request time: 0.218s | source
Show context
JSR_FDED ◴[] No.44991189[source]
Tangentially, 50% of effort goes into assembling long complex CLI commands, and 50% fighting with escaping for the shell. Adding text to a video adds it’s own escaping hell for the text.

Has anyone found a bulletproof recipe for calling ffmpeg with many args (filters) from python? Use r-strings? Heredocs?

replies(2): >>44991866 #>>44992052 #
1. ElectricalUnion ◴[] No.44992052[source]
subprocess.run, with list args?