[GH-ISSUE #63] [96455ca] No playback with RGB pixel formats #58

Open
opened 2026-05-05 15:04:38 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @LordHDL on GitHub (Feb 15, 2015).
Original GitHub issue: https://github.com/zakk4223/CocoaSplit/issues/63

This may be intentional, but video files with RGB pixel formats aren't supported. Here's a sample recorded with rgb24: https://www.dropbox.com/s/8j7bdh1gedj4vid/RGB%20Sample.mp4?dl=0

You can see it with media players like the VLC nightlies and ffplay.

Originally created by @LordHDL on GitHub (Feb 15, 2015). Original GitHub issue: https://github.com/zakk4223/CocoaSplit/issues/63 This may be intentional, but video files with RGB pixel formats aren't supported. Here's a sample recorded with rgb24: https://www.dropbox.com/s/8j7bdh1gedj4vid/RGB%20Sample.mp4?dl=0 You can see it with media players like the VLC nightlies and ffplay.
Author
Owner

@zakk4223 commented on GitHub (Feb 17, 2015):

The movie source is based on OS X APIs, so the formats it supports are (likely) exactly the same as what QuickTime Player supports. It doesn't look like there is native support for RGB pixel formats yet that I can tell.

I might look into switching to the ffmpeg libraries in the future, but I suspect it'll be a while.

<!-- gh-comment-id:74616626 --> @zakk4223 commented on GitHub (Feb 17, 2015): The movie source is based on OS X APIs, so the formats it supports are (likely) exactly the same as what QuickTime Player supports. It doesn't look like there is native support for RGB pixel formats yet that I can tell. I might look into switching to the ffmpeg libraries in the future, but I suspect it'll be a while.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/CocoaSplit#58
No description provided.