From 0268220853cf4e47349addb7f61b0268ede0ad9d Mon Sep 17 00:00:00 2001 From: j Date: Sat, 10 Feb 2018 20:43:38 +0100 Subject: [PATCH] seek in video --- ffmpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.py b/ffmpeg.py index cb933b9..8c3fdbd 100755 --- a/ffmpeg.py +++ b/ffmpeg.py @@ -115,8 +115,8 @@ for clip in edit: cmd = [ 'ffmpeg', '-nostats', '-loglevel', 'error', - '-ss', str(clip['in']), ] + audio + [ + '-ss', str(clip['in']), '-i', clip['path'] ] + audio_map + options + [ '-t', str(clip_duration),