cine-encoder icon indicating copy to clipboard operation
cine-encoder copied to clipboard

Making path/files more compatible with ffmpeg

Open philstopford opened this issue 5 months ago • 0 comments

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.

philstopford avatar Sep 06 '24 13:09 philstopford