We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
All main operations may throw CodecMediaException.
CodecMediaException
Recommended pattern:
try { var result = engine.convert(input, output, new ConversionOptions("ogg", "balanced", true)); // use result } catch (me.tamkungz.codecmedia.CodecMediaException e) { // expected business/media failure System.err.println("CodecMedia error: " + e.getMessage()); } catch (Exception e) { // unexpected failure e.printStackTrace(); }
There was an error while loading. Please reload this page.