Skip to content

Commit 8bab103

Browse files
committed
Add -update true to command line
Fixes issue #69
1 parent 6fcbc11 commit 8bab103

File tree

1 file changed

+1
-0
lines changed
  • src/main/php/de/thekid/dialog/processing

1 file changed

+1
-0
lines changed

src/main/php/de/thekid/dialog/processing/Videos.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public function targets(File $source, ?string $filename= null): iterable {
9797
'-i', $source->getURI(),
9898
'-ss', '00:00:03',
9999
'-vsync', 'vfr',
100+
'-update', 'true',
100101
'-frames:v', '1',
101102
'-q:v', '1',
102103
'-qscale:v', '1',

0 commit comments

Comments
 (0)