Skip to content

Commit

Permalink
Add log indicating that reeconde will start
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Nov 16, 2023
1 parent d9146ee commit e596218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/youtube2zim/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def post_process_video(video_dir, video_id, preset, video_format, low_quality):
return

dst_path = src_path.with_name(f"video.{video_format}")
logger.info(f"Reencode video to {dst_path}")
reencode(
src_path, dst_path, preset.to_ffmpeg_args(), delete_src=True, failsafe=False
)

0 comments on commit e596218

Please sign in to comment.