diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 17:07:03 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 17:07:03 +0100 |
| commit | 7c3e42dfa84781ac395fd3e0554a8c9028fef7cc (patch) | |
| tree | e733b166cd3015ad9389e7a301787abe1981be34 /cli/app/search/live.py | |
| parent | 10493b832e2bf6815878b483fbfb4774bb87b12c (diff) | |
use normal ffmpeg
Diffstat (limited to 'cli/app/search/live.py')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 605bd42..6a2afb9 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -419,7 +419,7 @@ class Listener: resize_time_total = 0 send_time_total = 0 p = Popen([ - 'ffmpeg', + '/usr/bin/ffmpeg', '-y', '-f', 'image2pipe', '-vcodec', 'png', |
