search for: oggsplit

Displaying 8 results from an estimated 8 matches for "oggsplit".

2003 Aug 03
2
oggsplit, where should I throw it?
Hello all! DISCLAIMER: this isn't directly connected to vorbis development, but there's no mailing list dedicated to generic ogg-dev discussion. I've written a small tool I call oggsplit to split physical ogg streams into the logical ogg streams, either chained (i.e. undoing cat file1.ogg file2.ogg > file3.ogg) or grouped (e.g. separating video and audio in a theora+vorbis ogg file), or both. Attached is oggsplit.tar.bz2, which contains the sources, and only the sources. There&...
2003 Aug 05
4
OggSplit 0.1.0
Hello again! As promised, here's a completed package of OggSplit. It's configured with autoconf and automake (use autogen.sh) and there are debian build rules. In it's current state it's quite useable, although there are certain internal things which could be improved (nothing critical however). There are of course bugs, so I encourage everyone to t...
2007 Sep 25
2
ignoring audio in player_example
I'm interested in ignoring the audio stream in a theora encoded file. My first attempt was to remove the test for vorbis: /* identify the codec: try theora */ if(!theora_p && theora_decode_header(&ti,&tc,&op)>=0){ /* it is theora */ memcpy(&to,&test,sizeof(test)); theora_p=1; }else if(!vorbis_p &&
2003 Aug 20
0
Ogg Traffic for August 20, 2003
...Brendan Cully 1.6 Karl Heyes 1.7 Mauricio Piacentini 1.8 Dan Miller 1.9 Ralph Giles 1.10 Jack Moffitt 2 Recent Developments 2.1 Neuros Firmware News 2.2 Speex ACM Codec and Netmeeting support 2.3 Oggsplit 2.4 Ogg Writ [2]Previous Issues of Ogg Traffic 1 Status Updates 1.1 Monty Monty was busy finishing up the optimizations of the Neuros firmware, which he delivered to Digital Innovations for integration into their official firmware. More details on the Neuros are belo...
2008 Jan 14
0
First Alpha of oggToolspp
...nd line tools is a small, but hopefully growing library for manipulating ogg streams (mainly video streams) written in c++. The aim of this library is, to provide easy access methods to ogg pages, ogg packets and the video-frames and audio-samples in the end. The command line tools are actually oggSplit, which will divided an oggFile into it's streams and oggDump which will print a dump of an ogg file. The tools are more a prove of concept for the c++ library. Please don't count them as a replacement of the oggz-Library tools. The files can be downloaded from: http://www.streamnik.de/...
2007 Sep 26
1
Theora decoding problem on PowerPC
...#10 0x0ffcbfcc in oc_state_frag_recon_c (_state=0x1002f988, _frag=0x4, _pli=805491056, _dct_coeffs=0x37, _last_zzi=-24576, _ncoefs=-1, _dc_iquant=0, _ac_iquant=0x6e) at dec/state.c:888 Previous frame inner to this frame (corrupt stack?) The input file was created using ffmpeg2theora and oggsplit from the file "Cirrot_sm.mpg" available on http://www.soest.hawaii.edu/HURL/video.html. The exact sequence of commands was: ffmpeg2theora ~/video/Cirrot_sm.mpg -o sample.ogg oggsplit sample.ogg cp sample.c01.g01.ogg video.ogg This file displays correctly on an Intel...
2008 Aug 08
1
transcoding to theora from quicktime using xiphqt
Hi, I'm trying to convert some quicktime files into Ogg/Theora using the Xiph QuickTime Components version 1.8. The end goal is to stream these files using apache httpd and the cortado applet (and hopefully the embedded players that will be in Firefox soon). Using iMovie DV on OS X 10.4.11 (intel) I'm able to export as an ogg movie, however the resultant file has problems with audio on
2004 Jan 07
2
How to split an Ogg Vorbis stream?
I looked through the archives and I didn't really seem to find the answer to what my question. I used wget to get an audio stream from a site and now I would like to be able to split up the stream into the individual songs. The site is nice enough to encode the artist and track name in each new song. This info is displayed in Winamp when the song plays. Doing an xxd dump of the file I can