We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed23d9b commit 7133a20Copy full SHA for 7133a20
README.md
@@ -19,6 +19,7 @@ The easiest way to get ffmpeg installed through python.
19
import static_ffmpeg
20
# ffmpeg installed on first call to add_paths(), threadsafe.
21
static_ffmpeg.add_paths() # blocks until files are downloaded
22
+# or static_ffmpeg.add_paths(weak=True) to only add if ffmpeg/ffprobe not already on path
23
# Now ffmpeg and ffprobe will use static_ffmpeg versions.
24
os.system("ffmpeg -i myfile.mp4 ...")
25
```
0 commit comments