obsproject / obsproject/obs-studio

Audio artifacts (crackling) after MKV → MP4 remux/conversion in OBS Studio

Open
#13,249 4 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
76.4k
Forks
10.2k
Avg merge
4d 23h
Merged PRs (30d)
12

Description

Operating System Info

macOS 15

Other OS

No response

OBS Studio Version

32.0.4

OBS Studio Version (Other)

No response

OBS Studio Log URL

None

OBS Studio Crash Log URL

No response

Expected Behavior

When converting or remuxing a recorded .mkv file to .mp4 using OBS, the resulting MP4 file contains audible artifacts (crackling/popping sounds).

The original .mkv file has clean, correct audio with no issues.

Expected Behavior:
The .mp4 file should preserve the same clean audio quality as the original .mkv recording.

Workaround:
If the audio track is extracted and converted using FFmpeg, the issue does not occur. For example:

ffmpeg -i original_rec.mkv -q:a 0 -map 0:1 -ar 48000 -b:a 192k game.aac

The resulting .aac file has clean audio identical to the original recording.

Current Behavior

The .mp4 file introduces audio artifacts (crackling), even though the source .mkv audio is clean.

Steps to Reproduce
  1. Record a video in OBS using .mkv format
  2. Use OBS to remux or convert the file to .mp4
  3. Play the resulting .mp4 file in Final Cut Pro
  4. Notice audio artifacts (crackling/popping)
Anything else we should know?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the remux or conversion from MKV to MP4 on macOS 15 with OBS Studio 32.0.4, then compare the source and output audio. Review the OBS FFmpeg conversion path and use the provided FFmpeg extraction command as a clean-audio comparison. Done means the generated MP4 preserves the source audio without crackling or popping.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.