Skip to content

Commit

Permalink
added logging for args.render
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBoothe committed Jan 16, 2021
1 parent 54a7b2e commit 914fc46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions auto_editor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ def newOutputName(oldFile: str, exa=False, data=False, exc=False) -> str:
except ImportError:
args.render = 'opencv'

log.debug(f'Using {args.render} method')
if(args.render == 'av'):
from renderVideo import renderAv
renderAv(ffmpeg, INPUT_FILE, args, chunks, speeds, TEMP, log)
Expand Down
2 changes: 0 additions & 2 deletions auto_editor/renderVideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,3 @@ def findState(chunks, cframe) -> int:
log.debug('Writing the output file.')
else:
log.conwrite('Writing the output file.')


0 comments on commit 914fc46

Please sign in to comment.