-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
There is no audio in generated video file.
I have used this code,
VideoResampler resampler = new VideoResampler();
resampler.addSamplerClip(new SamplerClip(inputUri));
resampler.setOutput(outputUri);
resampler.setOutputResolution(Resolution.RESOLUTION_360P.getWidth(), Resolution.RESOLUTION_360P.getHeight());
try {
resampler.start();
} catch (Throwable e) {
e.printStackTrace();
}
Metadata
Metadata
Assignees
Labels
No labels