Reused the existing currentRunCount variable to track the number of videos processed.
Added a progress message in the format Completed video xxx/yyy, where xxx is the current run count, and yyy is the total number of videos to be processed.
Ensured the message is printed after each video is processed and logged.
currentRunCount
variable to track the number of videos processed.Completed video xxx/yyy
, wherexxx
is the current run count, andyyy
is the total number of videos to be processed.