File Names with Spaces are Causing Trouble with the FFMPEG Command #6

Open
opened 2023-02-18 21:45:10 -05:00 by gballan · 1 comment
Owner

File names when they're passed to the shell to run FFMPEG need to be escaped so that spaces and other special characters don't break the command.

File names when they're passed to the shell to run FFMPEG need to be escaped so that spaces and other special characters don't break the command.
gballan added the
bug
label 2023-02-18 21:45:10 -05:00
Author
Owner

This bug gets fixed in 8c0c52c736 to be added in v0.3.10.

I'm leaving this issue open since I want to find a cleaner solution than formatting/replacing the string twice.

This bug gets fixed in 8c0c52c736fdba28efbdd403f1b2c41f5827b1f0 to be added in v0.3.10. I'm leaving this issue open since I want to find a cleaner solution than formatting/replacing the string twice.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BitGoblin/dragoon#6
No description provided.