diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 23:54:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 23:54:00 +0100 |
| commit | 945e67e02b0e75a0a179ddcc03c72f0a12b82193 (patch) | |
| tree | e936810f52bab372a51d02bbf0d0e02a1a7329c4 /cli | |
| parent | 27dc60cee28e1406ca213931ee80ace19efb758a (diff) | |
vgg?
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/search/video.py | 4 |
1 files changed, 2 insertions, 2 deletions
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), |
