Closed jeanslack closed 1 year ago
Closes #148 Closes #153
@apsonandtesla @dr-SeReB @avanlex please check whether this solves your issues.
This PR should fix filename encoding during ffprobe, ffplay and ffmpeg subprocessing. It adds utf8 encoding to subprocess.Popen and subprocess.run .
subprocess.Popen
subprocess.run
jeanslack, hi, yes, I confirm it. Thank you
Closes #148 Closes #153
@apsonandtesla @dr-SeReB @avanlex please check whether this solves your issues.
This PR should fix filename encoding during ffprobe, ffplay and ffmpeg subprocessing. It adds utf8 encoding to
subprocess.Popen
andsubprocess.run
.