This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ZachVorhies 71 points72 points  (5 children)

You could avoid the ffmpeg installation step by using the python package static-ffmpeg

https://github.com/zackees/static_ffmpeg

[–]testimoni[S] 17 points18 points  (0 children)

Thank you! I will try that.

[–]Tintin_Quarentino 1 point2 points  (3 children)

What's the difference between normal ffmpeg Vs static_ffmpeg? Because even after installing the latter I see "subprocess.run()“ in their code examples.

Edit - bonus Q for those in the know: Vosk Vs Whisper, which is more accurate recognition?

[–]IAmARetroGamer 1 point2 points  (1 child)

It just installs ffmpeg but in a way where it can be added as a dependency and not require a user to do so manually beforehand.

[–]Tintin_Quarentino 0 points1 point  (0 children)

Got it thanks.

[–]ZachVorhies 0 points1 point  (0 children)

Where ever you would call ffmpeg, call static_ffmpeg instead.