1

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.

4

1 回答 1

1

我想到了。我所要做的就是用“”将文件名括起来。

于 2013-10-11T15:42:34.470 回答