We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码: ` File amrFile = new File("1.amr"); File mp3File = new File("1.mp3");
try { // amr 转 mp3 AudioUtils.amrToMp3(amrFile, mp3File); } catch (Exception e) { e.printStackTrace(); }
`
日志:
[main] INFO it.sauronsoftware.jave.DefaultFFMPEGLocator - ffmpeg.home does not exists, use default bin path: /var/folders/bp/p9t730ts1y734f3r64z1m0jr0000gp/T/jave-1 [main] INFO it.sauronsoftware.jave.FFMPEGExecutor - exec cmd: [/var/folders/bp/p9t730ts1y734f3r64z1m0jr0000gp/T/jave-1/ffmpeg-mac, -i, /Users/dali/temp/1, -vn, -acodec, libmp3lame, -f, wav, -y, /Users/dali/IdeaProjects/demo/1.mp3] [main] DEBUG it.sauronsoftware.jave.IgnoreErrorEncoder - dyld: Library not loaded: /usr/local/opt/libidn2/lib/libidn2.0.dylib [main] DEBUG it.sauronsoftware.jave.IgnoreErrorEncoder - Referenced from: /var/folders/bp/p9t730ts1y734f3r64z1m0jr0000gp/T/jave-1/ffmpeg-mac [main] DEBUG it.sauronsoftware.jave.IgnoreErrorEncoder - Reason: image not found
The text was updated successfully, but these errors were encountered:
跑一下我项目里面的单元测试看看能不能通过
Sorry, something went wrong.
我也遇到了,单元测试也不行。
No branches or pull requests
代码:
`
File amrFile = new File("1.amr");
File mp3File = new File("1.mp3");
`
日志:
[main] INFO it.sauronsoftware.jave.DefaultFFMPEGLocator - ffmpeg.home does not exists, use default bin path: /var/folders/bp/p9t730ts1y734f3r64z1m0jr0000gp/T/jave-1
[main] INFO it.sauronsoftware.jave.FFMPEGExecutor - exec cmd: [/var/folders/bp/p9t730ts1y734f3r64z1m0jr0000gp/T/jave-1/ffmpeg-mac, -i, /Users/dali/temp/1, -vn, -acodec, libmp3lame, -f, wav, -y, /Users/dali/IdeaProjects/demo/1.mp3]
[main] DEBUG it.sauronsoftware.jave.IgnoreErrorEncoder - dyld: Library not loaded: /usr/local/opt/libidn2/lib/libidn2.0.dylib
[main] DEBUG it.sauronsoftware.jave.IgnoreErrorEncoder - Referenced from: /var/folders/bp/p9t730ts1y734f3r64z1m0jr0000gp/T/jave-1/ffmpeg-mac
[main] DEBUG it.sauronsoftware.jave.IgnoreErrorEncoder - Reason: image not found
The text was updated successfully, but these errors were encountered: