-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
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
Unknown encoder 'libvo_aacenc' #37
Comments
@jvvosantos Can you please try with the 2.4.5-SNAPSHOT release? |
@a-schild How can I use the 2.4.5-SNAPSHOT? Should I clone your github and compile it? |
Just change the version to 2.4.5-SNAPSHOT in your pom.xml file and do a clean build, the snapshots are published on maven central |
I put the dependencies like this
It says Missing artifact ws.schild:jave-core:jar:2.4.5-SNAPSHOT, I tried the mvn clean install and it did not work, also in https://mvnrepository.com/artifact/ws.schild/jave-all-deps your last version is 2.4.4 |
Put this in your ~/.m2/settings.xml
|
sorry for the delay. it worked fine on 2.4.5-SNAPSHOT, thanks |
2.4.5 is now published (Might take a few hours to sync) |
I'm using this version in my pom.xml
Here's the log:
15:23:17.135 [main] DEBUG ws.schild.jave.ConversionOutputAnalyzer - Input Line (25): <Unknown encoder 'libvo_aacenc'>
15:23:17.135 [main] INFO ws.schild.jave.ConversionOutputAnalyzer - Unhandled message in step: 1 Line: 25 message: <Unknown encoder 'libvo_aacenc'>
15:23:17.135 [main] ERROR ws.schild.jave.Encoder - Process exit code: 1 for in.mp4 to out.mp4
Exception in thread "main" ws.schild.jave.EncoderException: Exit code of ffmpeg encoding run is 1
at ws.schild.jave.Encoder.encode(Encoder.java:563)
at ws.schild.jave.Encoder.encode(Encoder.java:349)
at app.duyuinc.duyurecord.util.MidiaManagement.encodeMp4(MidiaManagement.java:55)
at app.duyuinc.duyurecord.DuyurecordApplication.main(DuyurecordApplication.java:22)
The text was updated successfully, but these errors were encountered: