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

Black/blank video during playback #2307

Open
mifi opened this issue Jan 25, 2025 · 0 comments
Open

Black/blank video during playback #2307

mifi opened this issue Jan 25, 2025 · 0 comments

Comments

@mifi
Copy link
Owner

mifi commented Jan 25, 2025

For some combinations of OS, video codec and graphics card/driver (looking at you NVIDIA), the HTML5 video player (which LosslessCut uses) will simply play back audio only, and not report an error via the API, meaning we can't programmatically detect that there's a problem. Not always clear how to solve this. For some codecs we use a blacklist but it's not always complete:

const chromiumSilentlyFailCodecs = ['prores', 'mpeg4', 'mpeg2video', 'tscc2', 'dvvideo', 'mjpeg', 'ffv1'];

In this issue I will gather info about such problems that occurred in the wild for future reference:

See also:

Workaround

  • Turn off HEVC / H265 hardware decoding.
  • Use File -> Convert to supported format.
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

1 participant