jeanslack / Videomass

Videomass is a free, open source and cross-platform GUI for FFmpeg and yt-dlp
https://jeanslack.github.io/Videomass/
GNU General Public License v3.0
1.12k stars 51 forks source link

Add utf8 encod on subproc #163

Closed jeanslack closed 1 year ago

jeanslack commented 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 .

avanlex commented 1 year ago

jeanslack, hi, yes, I confirm it. Thank you