Skip to content

Why do I get different frame contents after extracting frames from audio using JavaCV version 1.5.9 and version 1.5.11? #2347

@chenguolei

Description

@chenguolei

Why do I get different frame contents after extracting frames from audio using JavaCV version 1.5.9 and version 1.5.11? The settings for FFmpegFrameRecorder are as follows:

FFmpegFrameRecorder recorder = new FFmpegFrameRecorder();
recorder.setAudioCodec(avcodec.AV_CODEC_ID_PCM_S16LE);
recorder.setAudioChannels(1);
recorder.setAudioQuality(0);
recorder.setSampleRate(11025);
recorder.setFormat("wav");

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions