similar to: OggMux, a simple ogg file multiplexer

Displaying 20 results from an estimated 500 matches similar to: "OggMux, a simple ogg file multiplexer"

2010 Aug 19
2
gstreamer oggmux and variable framerate
Hallo all, I currently hacking on cheese an got problem with variable framerate produced by webcams (2-30fps). There is no problem to encode it with theora, but problem to mux it in ogg. Or at least to play produced file. There is no problem tu mux it in to matroska. My question is: should actually ogg support timestamps, also variable framerate? If yes: it seems to be some where broken. Here
2010 Aug 19
0
option to push "duplicate frame" packet to oggmux
Hallo all, I started this discussion today on gstreamer.irc and ogg-dev list. So there seems to be different results. Probably i need to fill a bug on gstreamer... here was my question to ogg-dev > I currently hacking on cheese an got problem with variable framerate > produced by webcams (2-30fps). There is no problem to encode it with > theora, but problem to mux it in ogg. Or at least
2002 Feb 05
2
-q option failing
Hi all, I've tried to find this in the mailing list, but to no avail. Im using the rip perl tool (rip.sourceforge.net) to encode using ogg vorbis. As far as I can tell, setting the quality AND making vorbis read from STDIN is causing a failure. The message reads in part "Opening with wav module: WAV file reader Mode initialisation failed: invalid parameters for quality"
2010 Aug 19
1
gstreamer oggmux and variable framerate
On 08/19/2010 11:29 AM, Timothy B. Terriberry wrote: > Alexey Fisher wrote: >> My question is: should actually ogg support timestamps, also variable >> framerate? If yes: it seems to be some where broken. > > The Ogg mapping for Theora is fixed-framerate. You can hack something > into Ogg by using a higher framerate and inserting "duplicate frame" > packets
2006 Oct 19
0
Thoggen 0.6.0 "Procrastination" released
Hi, Thoggen 0.6.0 has just been released. Get it from: http://thoggen.net/download/ With this release Thoggen has finally been ported to GStreamer-0.10. It also contains a nicer cropping dialog and a nicer preview dialog. Please note the recommended versions of some plugins in the requirements list. ------------------------ What is Thoggen? ------------------------ Thoggen is a DVD backup
2006 Aug 15
2
OGM and GStreamer
Hi All! I have some troubles with OGG and GStreamer: 1) When I parsing ogg file with ogmdemux element, I recieve (in "pad-added" signal callback) video pad as "application/x-ogm-video", but not as "video/something". And that why I can't link It to the oggmux element and write new OGG file :( 2) I'am using "playbin" to play media file, but It
2003 Mar 03
1
channel bank/multiplexer recommendation
Hello. I am totally new to this PBX/asterisk/telephony world. I understand that what I need between the T100P/E100P and the POTS analog lines is a channel bank/multiplexer? I am looking for recommendations on this type of hardware. I have been looking around and found a product from valiant communications (http://www.valiantcom.com/) and/or
2013 Jun 19
3
Multiple windows shell multiplexer...
Hi, I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/ I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library
2005 Jun 13
0
T1 multiplexer (or ?) for failover in largeinstallation
Just use a cisco with 5 T1 ports and have everything over IP use ultra monkey to load balance your asterisk boxes. I have found this works very well. .o-------------------------------------------------------o. Brian Fertig NOC/Network Engineer Planet Telecom, Inc. Tampa, FL Office -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2003 Sep 10
3
OggVDS Where?
Where can I download the Ogg Vorbis DirectShow Filter? I've heard, that there is a newer version than 0.9.9.5. There's a bug in either OggMux or Tobias' Filter which causes text to be erased after special (unicode?) characters in the chapter list. CH4R1ie <p>____________________________________________________________________ Miert fizetsz az internetert? Korlatlan, ingyenes
2005 Jun 13
2
T1 multiplexer (or ?) for failover in large installation
Hi, Please forgive my terminology, still a bit new to T1s and such. I'm looking for a way to have 5 T1s from a carrier terminate into some type of box (multiplexer?), then be able to plug 7 asterisk servers into that box (each with single port T1 card) and be able to have 2 * servers go down at any given time and not actually have the carrier see that anything has happened. Obviously if a *
2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
The Multiplexer lets Matahari register APIs and then call them by that registered name. APIs are function pointers in the form of: const char* function(const char *); where the API takes as input a descriptor containing any arguments, and returns an array containing the response or result. Also adds a testing directory and unit tests to validate the Multiplexer. The new directory, src/tests,
2010 Nov 26
3
how to set default audio track?
Hallo oggs, i googled it but still can't find any answer: how can i set default audio track? I transcode my dvds to ogg, i use gst-launch for it: gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \ oggmux name=mux ! filesink location=out.ogg \ demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample ! audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \ taginject
2006 Aug 16
1
OGM and GStreamer
Well, actually most OGM files do have a subtitle track, often in multiple langauges. Also, re 2. Keyframe seeking in OGM is generally a bit rough because ogm files can contain almost any codec as the video track, usually xvid or divx. re 1. As a general rule you shouldn't be trying to make any more ogm files :) So chances are the ogg muxer is not accepting the connection, because it
2003 Sep 14
1
How to calculate exact bitrate/filesize w/ Vorbis? Plz help
Hi, I'm quite familiar w/ mp3 cbr/abr/vbr encoding, as well as mpeg4 (cbr/vbr,etc). And I can always calc the bit rate for a given file size with: file size * 8000 / length in seconds = kbits/sec Works great w/ mpeg4 + mp3. BUT FOR THE LIFE OF ME: I cannot get oggenc (1.0x version) to give me the file size I want. I calc. it with the above formula, and nothing comes out right. Then I do
2006 Aug 16
0
OGM and GStreamer
Hi Daraku, the answer to question 3) is that only Annodex files (see http://www.annodex.net/) have a text track in them in which subtitles can be stored. So, if you use anxrip on a ogg+skeleton+theora+vorbis+CMML file (which is an Annodex video), you will be able to get the text out using anxrip or if you are searching for a library, using libannodex. A subtitle editor would actually be used to
2010 Nov 26
0
how to set default audio track?
Typically video players will play back the last audio track in a Ogg Theora file, because it is the last one that they see. There is no way to specify which is the "default" audio track and it would not make sense anyway. If you are a German speaker, your "default" would be the German audio track - if you are a native English speaker, it would be the English audio track. So,
2005 Jan 12
0
Thoggen 0.2 released
Hi, Thoggen 0.2 has just been released. Get it from: ?http://thoggen.net/download/ In addition to the source tarball there is also a .deb package for debian sid available. ------------------------ What is Thoggen? ------------------------ Thoggen is a DVD backup utility ('DVD ripper') for Linux, based on Gtk+ and GStreamer. It creates ogg/theora video files and features an
2009 Nov 18
2
Move listeners problems
Thanks for responding! Yes, I'm using gstreamer and I'm simply broadcasting the test video source. The only difference between the mountpoints is the mount-option to the shout2send-sink, test.ogg and test2.ogg. BR, /Mathias gst-launch-0.10 videotestsrc \ ! stamp sync-margin=1 sync-interval=1 \ ! video/x-raw-yuv,width=640,height=480,framerate=10/1 \ ! queue \ !
2010 Oct 14
0
Need a help on Online Video Streaming using IceCast
On 13/10/10 13:05, Rhytha Web wrote: > > We tried in VLC player to configure through Icecast for streaming but > nothing works. But the VLC player deducts webcam and showing the video > picture in the VLC player. > > *Whether the IceCast will only support the audio streaming or IceCast > will also support live online video streaming for my website?* > > pls help us on