Reputation: 712
I have a video file in a directory, but there are spaces in the directory name so ffmpeg does process my input correctly. Is there a way to fix this or replace the space with something? Thanks for any help! I am using Runtime.exec() to execute ffmpeg.
Upvotes: 1
Views: 2727
Reputation: 712
I figured it out. All I had to do was surround the filename with "".
Upvotes: 1