THIS is still somewhat of a prototype, but it is also our first episode of TechBytes Video, which required us getting a lot of technical difficulties resolved. The content was not coordinated and we hope people enjoy it nonetheless. We ought to stress that the audio show will continue separately as usual (this weekend, however, is a special one because of the Royal Wedding and Bank Holiday). We will produce audio shows at least once a week as visual element is not needed for a lot of the issues we cover, such as copyrights, patents, and songs that are freely (and legally) shareable.
We hope you will join us for future shows and consider subscribing to the show via the RSS feed. You can also visit our archives for past shows. If you have an Identi.ca account, consider subscribing to TechBytes in order to keep up to date.
Comments
Needs Sunlight
2011-05-06 09:11:23
Dr. Roy Schestowitz
2011-05-06 09:23:40
saulgoode
2011-05-06 13:00:53
One is to use the 'oggSplit' command from the OGGvideotools package.
For example, $ oggSplit techbytes-video0000.ogv unknown type ID 7e4d122b creating file creating file creating file
The "unknown" (timeline) and "theora" (video) files can be ignored/deleted. The "vorbis" file provides the audio track.
Another option is to use the "oggz-rip" command from liboggz (this tool may already be present on your system).
For example, oggz-rip techbytes-video0000.ogv -c vorbis >techbytes-audio0000.ogg
The '-c vorbis' option specifies the content type that is to be extracted. Note that the output needs to be redirected to a file (else it will be displayed in your terminal as ASCII garbage).
saulgoode
2011-05-06 13:01:25
One is to use the 'oggSplit' command from the OGGvideotools package.
For example, $ oggSplit techbytes-video0000.ogv unknown type ID 7e4d122b creating file creating file creating file
The "unknown" (timeline) and "theora" (video) files can be ignored/deleted. The "vorbis" file provides the audio track.
Another option is to use the "oggz-rip" command from liboggz (this tool may already be present on your system).
For example, oggz-rip techbytes-video0000.ogv -c vorbis >techbytes-audio0000.ogg
The '-c vorbis' option specifies the content type that is to be extracted. Note that the output needs to be redirected to a file (else it will be displayed in your terminal as ASCII garbage).
Dr. Roy Schestowitz
2011-05-06 14:40:17
Basically, I had a good think about this and it might be good to return to guest shows (like the one with Jono) for the audio sessions and do both video and audio for the shorter ones. It helps make everything tidier, too. But we're still just learning how to do it properly.
Needs Sunlight
2011-05-06 10:59:18
Dr. Roy Schestowitz
2011-05-06 14:33:08