mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 22:00:34 -06:00
[GH-ISSUE #25] Can't output to file #19
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#19
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 @ckaotik on GitHub (May 19, 2014).
Original GitHub issue: https://github.com/zakk4223/CocoaSplit/issues/25
For some obscure reason, I can't even get file output to .flv working. When using a file output nothing happens, at all, and once I add in sound, the app crashes. Even adding a Twitch output and enabling both (file & Twitch) does nothing.
No idea what I'm doing wrong. The file's destination is
~/Movies/video.flv, video comes in via CamTwist, compressed asx264(AppleVTCompressoralways crashes the app,Nonewon't start streaming at all).No Value, "Bitrate"128, "Sample Rate"44100, "Audio Shift"0, "Output" file only.System Sound Siphon(via Sound Siphon app), "Bitrate"128, "Sample Rate"44100, "Audio Shift"0, "Output" file only.System Sound Siphon(via Sound Siphon app), "Bitrate"128, "Sample Rate"44100, "Audio Shift"0, "Output" Twitch + file.Edit: Using Version 1.0 (
57974f0)@zakk4223 commented on GitHub (May 25, 2014):
Ahhh I see. libavformat doesn't know how to expand stuff like '~' in a path, so it just fails and crashes. I just committed a fix that only sends expanded paths to the ffmpeg output. Meanwhile you can work around it by putting a full path as the output.
@zakk4223 commented on GitHub (May 25, 2014):
Also thanks for making me aware that Sound Siphon exists!