CineEncoder / cine-encoder

Cine Encoder is an application that allow to convert media files while preserving HDR metadata.
GNU General Public License v3.0
98 stars 12 forks source link

Making path/files more compatible with ffmpeg #80

Open philstopford opened 1 week ago

philstopford commented 1 week ago

It can be the case that paths and filenames have characters that ffmpeg itself uses for certain commands. We need to escape those characters to avoid encode bailing out.

This PR builds on the earlier work and adds this escape code handling to input/output and also audio/subtitle streams.