mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 04:59:27 -07:00
VideoEd: added comment
This commit is contained in:
parent
668a3e23a1
commit
673d4915d9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def extract_video(input_file, output_dir, output_ext=None, fps=None):
|
||||||
kwargs.update ({'r':str(fps)})
|
kwargs.update ({'r':str(fps)})
|
||||||
|
|
||||||
if output_ext == 'jpg':
|
if output_ext == 'jpg':
|
||||||
kwargs.update ({'q:v':'2'})
|
kwargs.update ({'q:v':'2'}) #highest quality for jpg
|
||||||
|
|
||||||
job = job.output( str (output_path / ('%5d.'+output_ext)), **kwargs )
|
job = job.output( str (output_path / ('%5d.'+output_ext)), **kwargs )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue