From 945e67e02b0e75a0a179ddcc03c72f0a12b82193 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 20 Feb 2020 23:54:00 +0100 Subject: vgg? --- cli/app/search/video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/app') diff --git a/cli/app/search/video.py b/cli/app/search/video.py index c87edb5..c5ef8ce 100644 --- a/cli/app/search/video.py +++ b/cli/app/search/video.py @@ -7,7 +7,7 @@ from app.settings import app_cfg def export_video(fp_frames, fps=30): print("Exporting video...") cmd = [ - '/home/lens/bin/ffmpeg', + '/usr/bin/ffmpeg', '-hide_banner', '-y', # '-v', 'quiet', '-r', str(fps), @@ -26,7 +26,7 @@ def export_video_final(fp_frames, fp_out, fps=25): print("Exporting video...") cmd = [ - '/home/lens/bin/ffmpeg', + '/usr/bin/ffmpeg', '-hide_banner', '-y', # '-v', 'quiet', '-r', str(fps), -- cgit v1.2.3-70-g09d2