Skip to content

No audio after Video Resample #1

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();
        }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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