Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierOramas committed Dec 6, 2020
1 parent 1c2d39d commit 746192e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video_diet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ def check_ignore(file_path, ignore_extension:str, ignore_path:str):
def choose_encoder(codec:str):
if codec == 'av1':
return 'libaom-av1'
else:
return 'libx265'

return 'libx265'

0 comments on commit 746192e

Please sign in to comment.