java调用ffmpeg一直卡住。
PHPz
PHPz 2017-04-18 10:37:20
0
1
783
PHPz
PHPz

学习是最好的投资!

reply all(1)
黄舟

Print ProgresserrorStream and take a look

Runtime runtime = Runtime.getRuntime();

String[] cmd = {"cmd1", "cmd2"};

Process exec = runtime.exec(cmd);

exec.getErrorStream();

Also, can you post the code?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template