Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio from MKV is out of sync and shows crackling noises #374

Closed
Roemer opened this issue Jan 22, 2021 · 1 comment
Closed

Audio from MKV is out of sync and shows crackling noises #374

Roemer opened this issue Jan 22, 2021 · 1 comment

Comments

@Roemer
Copy link

Roemer commented Jan 22, 2021

A video file (mkv) I try to use in dubbing has strange issues:

  • The audio is out of sync by a few frames
  • The audio has audible cracking noises either when played with ffplay or even when encoded with ffmpeg

The AVS script only contains the bare minimum:
FFmpegSource2("video.mkv", vtrack=-1, atrack=-1)

If I first encode the audio from the original video file to like mp3 with ffmpeg and then use this mp3 as audio track, everything is fine.
So I guess this plugin cannot handle that audio for some reason. Althoug it seems to be failry normal:
Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp (default)

Do you need any more information to look at it? In worst case, I can provide the audio file.

Edit: Might be related to #370

@myrsloik
Copy link
Contributor

Add an option to disable/enable audio gap filling and by default enables it based on container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants