Add note to check error.csv
This commit is contained in:
parent
e6c3bf977b
commit
0fdff59da1
7
main.py
7
main.py
@ -4,6 +4,8 @@ import subprocess
|
||||
|
||||
import json
|
||||
|
||||
import os
|
||||
|
||||
import csv
|
||||
|
||||
# ffmpeg wrapper
|
||||
@ -234,3 +236,8 @@ else:
|
||||
|
||||
# check output file for valid duration
|
||||
valid_duration(outputfile, "OUTPUT")
|
||||
|
||||
if os.path.isfile("error.csv"):
|
||||
print(
|
||||
"Some media might have errors. Please check the error.csv file in this directory"
|
||||
)
|
||||
|
Reference in New Issue
Block a user