|
|
|
|
|
by JSR_FDED
298 days ago
|
|
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? |
|