Skip to content

No audio after Video Resample #1

@HardikSuba

Description

@HardikSuba

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions