search for: oggmux

Displaying 20 results from an estimated 27 matches for "oggmux".

2001 Oct 31
4
OggMux, a simple ogg file multiplexer
...ys played a bit with libogg. My goal is to learn enough of it to try wrapping current tarkin codecs into an ogg file, with vorbis sound eventually. I did work on a small program which allows you to easyly (de)multiplex Ogg files in a way which seems to conform to the docs. You can do things like: oggmux in1.ogg in2.ogg in3.ogg - mux3.ogg oggmux mux3.ogg - /dev/null out1.ogg /dev/null ogg123 out1.ogg and hear sound that was in in2.ogg . However i didn't found any player which would accept a multiplexed file, maybe the bug is in my code .. I'll investigate this trying to patch decoder_exam...
2010 Aug 19
2
gstreamer oggmux and variable framerate
...oduced 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 is what i use to reproduce my issue: gst-launch-0.10 -e pulsesrc ! queue ! audioconvert ! vorbisenc ! queue ! oggmux name="muxer" v4l2src ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc keyframe-force=1 ! muxer. muxer. ! filesink location=foo.ogg Regards, Alexey
2010 Aug 19
0
option to push "duplicate frame" packet to oggmux
...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 is what i use to reproduce my issue: gst-launch-0.10 -e > pulsesrc ! > queue ! audioconvert ! vorbisenc ! queue ! oggmux name="muxer" > v4l2src ! > video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc > keyframe-force=1 ! muxer. muxer. ! filesink location=foo.ogg here is the answer: On Do, 2010-08-19 at 08:29 -0700, Timothy B. Terriberry wrote: > The Ogg mapping for Theora is fi...
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
2003 May 11
3
ogg_vorbis_3_plus (0x6771) Ogg Vorbis
I need to find the codec above. Can someone tell me where I can get it. I've had no luck on the Internet yet! Thanks! Jill You may only be one person to the world... But you may also be the world to one person. -Anonymous- <p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from
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 have some ugly seeking. Where I can't find some info on how to make good seeking (event by frames)? 3) How to extract subtitles from OGG files? I need It for my program (editor). Maxim. P...
2006 Oct 19
0
Thoggen 0.6.0 "Procrastination" released
...m * New spiffy preview dialog, nicer cropping dialog ------------------------ Requirements ------------------------ * Gtk+ 2.8.0 or newer * libglade 2.4.0 or newer * GStreamer core >= 0.10.10 * gst-plugins-base >= 0.10.10 (STRONGLY RECOMMENDED: 0.10.10.1 CVS or newer becaus of oggmux and audiorate/videorate fixes that are only in CVS) * gst-plugins-good >= 0.10.4 * gst-plugins-ugly >= 0.10.4 (STRONGLY RECOMMENDED: 0.10.4.1 CVS or newer because of a52dec downmixing fixes that are only available in CVS) * GStreamer plugins required (debian/ubuntu package names in bra...
2004 Oct 26
2
Vorbis in DivX
Hello all Could you please tell me if and how Vorbis is used for the audio in DivX? Is it still encapsulated within ogg container format in DivX or does DivX contain raw Vorbis encoded packets? Any clues or pointers would be helpful. Thanks & regards ~previr
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 tags="language-code=eng" ! vorbisenc ! queue ! mux. \ demux.audio_81 ! a52dec mode=2 ! audioconvert ! audioresample ! au...
2006 Jan 03
3
[ANNOUNCE] libshout 2.2 released
libshout 2.2 has just been released. It's a fairly minor update: * Speex support (this is why it's 2.2 instead of 2.1.1) * Theora timing fix * Double-free bug, response parser bug on failed login fixed. It's at http://www.icecast.org/download.php
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 internet hozzaferes a FreeStarttol. Probald ki most...
2006 Aug 16
1
OGM and GStreamer
...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 have some ugly > seeking. Where I can't find some info on how to make good seeking (event > by frames)? > > 3) How to extract subtitles from OGG files? I need It for...
2003 Sep 14
1
How to calculate exact bitrate/filesize w/ Vorbis? Plz help
...of movies) that I've done. PS1. Please CC me at: dark4venger _at_ netscape.net as I'm not subscribed to this mailing list. thanks PS2. is there _any_ way to put ogg into avi? I realize .ogm is the way to go, but 1) someone needs the extra filters (win32, linux is no problem), and 2) both oggmux (win32) and oggtools (linux) produce .ogm files which play like shit under win98 + mediaplayer2 6.4.07.xxx [they work just fine w/ Linux + Mplayer 0.9x + CVS versionz) Thanks in advance __________________________________________________________________ McAfee VirusScan Online from the Netscape...
2010 Apr 15
1
Webcam streaming with ptalarbvorm
...to streaming. The command for that is as follows: time gst-launch-0.10 -vvvvv --messages --eos-on-shutdown v4l2src ! 'video/x-raw-yuv, width=640, height=480' ! videorate ! 'video/x-raw-yuv, framerate=15/1' ! queue max-size-bytes=100000000 max-size-time=0 ! theoraenc bitrate=150 ! oggmux ! tee name=ogged ! queue max-size-bytes=100000000 max-size-time=0 ! oggdemux ! theoradec ! xvimagesink sync=false ogged. ! queue max-size-bytes=100000000 max-size-time=0 ! filesink location=`date +%F_%T`.ogv ogged. ! queue max-size-bytes=100000000 max-size-time=0 ! shout2send ip=media.basilgohar.co...
2003 Apr 17
1
Re: Please confirm your message
...t make a real spec >>> compliant VBR audio codec with it. Vorbis in AVI sux and gets out of >>> sync all the time >>> Christian vxo> You should try putting the avi into the ogg file. This way it would vxo> support VBR oggs. Here are the need links: vxo> http://oggmux.sourceforge.net/ vxo> http://tobias.everwicked.com/ vxo> http://virtualdubmod.sourceforge.net/ vxo> CH4R1ie <p><p><p><p><p>CH4R1ie <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/...
2006 Aug 16
0
OGM and GStreamer
...Streamer 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 have some ugly seeking. Where I can't find some info on how to make good seeking (event by frames)? 3) How to extract subtitles from OGG files? I need It for my program (editor). Maxim. P...
2010 Nov 26
0
how to set default audio track?
...;bug-track at fisher-privat.net> wrote: > 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 tags="language-code=eng" ! vorbisenc ! queue ! mux. \ > demux.audio_81 ! a52dec mode=2 ! audioconvert...
2009 Nov 18
2
Move listeners problems
Hi! I'm using Icecast 2.3.1 (xubuntu Hardy) and have problems moving listeners. I thought it had to do with the client, but now that I've tested cortado, mplayer and vlc I've begun to think it is actually the server. I'm using the web administration interface to move listeners, get '1' as result code but all clients hang after the buffer is empty. Any ideas/pointers?
2009 Nov 18
2
Move listeners problems
...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 \ ! ffmpegcolorspace \ ! theoraenc bitrate=768 \ ! queue2 max-size-buffers=1000 max-size-bytes=0 max-size-time=0 \ ! oggmux name=mux \ ! queue2 \ ! shout2send ip=myhost.name port=8000 password=*** mount=test.ogg 2009/11/18 Geoff Shang <geoff at quitelikely.com>: > On Wed, 18 Nov 2009, Mathias Gyllengahm wrote: > >> I'm using Icecast 2.3.1 (xubuntu Hardy) and have problems moving >>...
2005 Jan 12
0
Thoggen 0.2 released
...(gstreamer0.8-a52dec) - mpeg2dec (gstreamer0.8-mpeg2dec) - dvdreadsrc (gstreamer0.8-dvd) - dvddemux (gstreamer0.8-misc) - videoscale (gstreamer0.8-misc) - theoraenc (gstreamer0.8-theora) - rawvorbisenc (gstreamer0.8-vorbis) - oggmux (gstreamer0.8-misc) - audioconvert (gstreamer0.8-misc) - audioscale (gstreamer0.8-misc) - ffmpegcolorspace (gstreamer0.8-misc) * libdvdread3 >= 0.9.4 * dbus, dbus-glib * hal and libhal More information is available at http://thoggen.net Enjoy! Cheers -T...