Skip to content

adding quotes on output path, in case of blank space breaking ffmpeg command#7

Open
mb09 wants to merge 1 commit into
Furkanzmc:masterfrom
mb09:patch-1
Open

adding quotes on output path, in case of blank space breaking ffmpeg command#7
mb09 wants to merge 1 commit into
Furkanzmc:masterfrom
mb09:patch-1

Conversation

@mb09

@mb09 mb09 commented Oct 24, 2020

Copy link
Copy Markdown

I had a runtime error of "unable to find a suitable output format for '{some parts of my data path}'" when running the example, and figured out the reason was that my openframeworks was placed inside a folder named with space character. It broke the output part of the FFmpeg command by chopping half of it and treat the other half as another flag. Putting a pair of quotes on the path saved my butt. 👍

…command

I had a runtime error of "unable to find a suitable output format for '{some parts of my data path}'" when running the example, and figured out the reason was that my openframeworks was placed inside a folder named with space character. It broke the output part of the FFmpeg command by chopping half of it and treat the other half as another flag. Putting a pair of quotes on the path saved my butt. 👍
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant