pcm.!default {This will store all audio output from now on in tee.raw, so don't keep it like that permanently! I copy that to the file when I need to dump audio, and remove it after... not really a perfect setup, but can't seem to instruct wine to chose another device, not matter how i set $ALSA_PCM_DEVICE or try to fiddle with winecfg.
type plug
slave {
pcm "tee:hw,/home/user/tee.raw"
}
}
After getting the raw audio, I trim it using audacity, converting it at the same time to ogg vorbis. I get the theora video out from the screencast using oggzrip, and then combine that with the audio using oggzmerge.
oggzrip -c theora -o video.ogg original_recording.oggThe result is final.ogg, containing ogg vorbis audio and theora video, which can then be directly uploaded as a video on blogger/blogspot, and I would assume youtube.
oggzmerge -o final.ogg video.ogg audio.ogg
No comments:
Post a Comment