seek in video
This commit is contained in:
parent
b3df4b1a92
commit
0268220853
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue