Skip to content

Commit 7133a20

Browse files
committed
nit
1 parent ed23d9b commit 7133a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The easiest way to get ffmpeg installed through python.
1919
import static_ffmpeg
2020
# ffmpeg installed on first call to add_paths(), threadsafe.
2121
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
2223
# Now ffmpeg and ffprobe will use static_ffmpeg versions.
2324
os.system("ffmpeg -i myfile.mp4 ...")
2425
```

0 commit comments

Comments
 (0)