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 = [
|
cmd = [
|
||||||
'ffmpeg',
|
'ffmpeg',
|
||||||
'-nostats', '-loglevel', 'error',
|
'-nostats', '-loglevel', 'error',
|
||||||
'-ss', str(clip['in']),
|
|
||||||
] + audio + [
|
] + audio + [
|
||||||
|
'-ss', str(clip['in']),
|
||||||
'-i', clip['path']
|
'-i', clip['path']
|
||||||
] + audio_map + options + [
|
] + audio_map + options + [
|
||||||
'-t', str(clip_duration),
|
'-t', str(clip_duration),
|
||||||
|
|
Loading…
Reference in a new issue