HaikuArchives / ffmpegGUI

GUI for FFmpeg
MIT License
23 stars 10 forks source link

Quote file names in ffmpeg commandline #34

Closed andimachovec closed 2 years ago

andimachovec commented 2 years ago

This makes it possible to use file and/or folder names containing spaces. In the process I converted the ffguiwin::BuildLine() function to use the streaming functions of BString (<< operator) instead of c-style sprintf().

At least partially fixes #29