Note about broken filename with single quotes

This commit is contained in:
RealStickman 2022-11-15 17:23:55 +01:00
parent 0d71296f48
commit e115e76279

View File

@ -124,6 +124,7 @@ ff = ffmpy.FFmpeg(inputs={inputfile:None},
subtitle=subtitle)
}
)
# NOTE Breaks if filename contains quotes: '
if execute:
ff.run()