diff options
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', |
