跳转到主要内容
Workflows 7 min read

Black Screen but Audio Plays: A Fixed Troubleshooting Order

Sound plays but the picture is black — audio working means the file is largely intact and the problem sits in the video track’s decode or render path. A fixed order finds most causes.

First, tell the three black-screen types apart

Black throughout: no picture ever, the video track will not decode. Intermittent black: it plays but some segments are black, often at transitions or random points. Player-dependent: black in one player, fine in another. The causes map directly: throughout-black is unsupported encoding or a damaged video track; intermittent is bad frames in the source; player-dependent is a missing decoder in that environment.

Why classify first: player-dependent black needs no file fix at all — change the environment. Only through-black justifies touching the file.

Step one: swap playback environments

Try another browser, another device, another player — lowest cost, highest information. Black in a local player but fine in the browser (or the reverse) almost certainly means decoder coverage: the source codec is too new or too niche for one environment. Delivering to unknown recipients means transcoding to H.264 is the only robust answer.

Black everywhere means the video track is genuinely broken — continue below.

Step two: check codec and pixel format

Run a codec check on the video stream. An unknown or niche encoder in the readout — unsupported, case closed, re-encode to H.264. Looks like normal H.264 but still black? Check two more fields: resolution beyond 4K (some devices simply render black), and pixel format other than 4:2:0 (older devices often show black or garbage on 4:2:2/4:4:4). Any one of the three being off points to the same fix.

Step three: confirm the video track exists

Audible audio does not prove the picture survived. Run a black-segment scan: large black spans mean the video stream was already broken at recording or conversion time — the screen-recorded window was minimized, the camera was held by another app, or the conversion lost the video stream. Such files cannot be repaired; recover the original recording or re-export.

The fix and prevention

For encoding-class problems there is exactly one fix: re-encode to H.264, 4:2:0, a common resolution — one pass, done. Prevention: review recordings immediately after capture, and transcode to the most conservative spec before delivering to unknown recipients.

Frequently asked questions