mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
[GH-ISSUE #36] Crash when using AppleVTCompressor #31
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#31
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 @DrEggman on GitHub (Jul 12, 2014).
Original GitHub issue: https://github.com/zakk4223/CocoaSplit/issues/36
Hello,
when I am trying to record using the 'AppleVTCapture' option, CocoaSplit crashes. Here are some screenshots with my settings and the crash log. (Try to ignore the censored areas :P)
Thanks for the help.
@zakk4223 commented on GitHub (Jul 13, 2014):
Hmm, so that iMac doesn't appear to have a hardware H264 encoder. I set the hardware encoder as required, and I assumed it would just cause the compressor setup to fail. Maybe it doesn't and instead it is sending bad data? I can't reproduce it and I don't think I have access to a non-hardware encoder mac right now. I'll change it so it just requests a hardware encoder instead of requiring it.
@DrEggman commented on GitHub (Jul 14, 2014):
Is the hardware encoder also required when I am using the x264 type? Because cocoasplit also crashes when I am using this. And it is not always the same thread that crashes. (I don't know if this means something.)
@zakk4223 commented on GitHub (Jul 19, 2014):
I finally managed to reproduce this, try this build and see if that fixes it? http://krylon.rsdio.com/zakk/cocoasplit/CocoaSplit-e4c7d07.zip
@DrEggman commented on GitHub (Jul 19, 2014):
With this build it is working perfectly! Thank you!