mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/CocoaSplit#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.