Displaying 20 results from an estimated 1100 matches similar to: "option to push "duplicate frame" packet to oggmux"
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 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
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,
2010 Apr 15
1
Webcam streaming with ptalarbvorm
Hey all! I'm sure you've all been missing my webcam stream, so I
decided to start it up again (also, I wanted to do it for my family
overseas).
However, this time, I'm doing things a little bit differently. For
starters, the encoder is the current (as of about an hour ago)
ptalarbvorm branch which is destined to become libtheora 1.2. Another
difference is that I'm using
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
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
2005 Mar 17
1
Thoggen 0.3 'Leopard' released
Hi,
Thoggen 0.3 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
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
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 May 25
0
Converting video files into .h263
By browsing on the mailing list I learned that its possible to generate .h263 asterisk friendly files with gstreamer.
The script below it's supposed to do just that, however I get error when trying it out locally.
gst-launch filesrc location=AstriDevCon_Europe_2006.mov ! qtdemux name=demux ! ffdec_h263 ! videoscale ! video/x-raw-yuv,width=352,height=288 ! ffenc_h263 rtp-payload-size=512 !
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
2001 Oct 31
4
OggMux, a simple ogg file multiplexer
Hello,
I have in the past few days 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 -
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
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all,
I am trying to test DirectShow PushSource example from the SDK with
Theora encoder and Ogg muxer (DirectShow filters of course) by using
GraphEdit tool. My goal is capturing the screen as video by taking
snaphot bitmaps continuosly (what PushSource eaxmple does) and giving
them to the Theora encoder through the DS pipeline (next goal is
transmitting this video **).
My DirectShow graph is
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
2008 Feb 27
2
Re: Updating the Ogg mapping for Dirac
On 28/02/2008, Ralph Giles <giles@xiph.org> wrote:
> Conrad had suggested instead extending the now Ogg-specific initial
> data to include the framerate (and possibly also frame size) since
> these are somewhat tedious to parse out of the sequence header. It
> turns out that gstreamer (the test framework everyone's been using
> with schroedinger) was already
2008 Feb 27
0
Fwd: [Schrodinger-devel] Updating the Ogg mapping for Dirac
Cross-posting from schrodinger-devel. Please follow up there, since
the implementors aren't on ogg-dev.
-r
Begin forwarded message:
From: Ralph Giles <giles@xiph.org>
Date: February 27, 2008 5:26:07 PM PST (CA)
Subject: [Schrodinger-devel] Updating the Ogg mapping for Dirac
Several years ago I did a draft mapping[1] for encapsulating Dirac in
an Ogg stream, based on an early
2017 Feb 06
2
libvorbis without encapulsation
L'octidi 18 pluviôse, an CCXXV, Miscellaneous a écrit :
> > The RLP draft mentioned on the libvorbis docs page, are there sample
> > implementations (in C) of this yet anywhere?
> Sorry that should say RTP, not RLP
I am not sure I understand exactly what you are asking, but libavformat
has a RTP packetizer that works for both Vorbis and Theora, implemented
in rtpenc_xiph.c.
2013 Aug 15
0
preskip and seeking suing Opus
On 13-08-14 10:09 PM, Bob Estes wrote:
> I've been studying the Opus code and documentation for a while and have
> seen it mentioned several times that Opus uses pre-skip to allow the
> codec to converge. What convergence are they referring to? Rate
> control? Energy envelope prediction after seeking?
Not rate control, but there are a number of predictors running in the
2007 Jan 20
0
Connect Theora DirectShow encoder filter to decoder filter
Hi all,
This may sound like a weird problem, but I am trying to create a
DirectShow graph (using the Theora DirectShow filters from
http://www.illiminable.com/ogg/) where I have a video source, which is
connected to the Theora encoder, which is then connected to a Theora
decoder.
The problem is that this doesn't seem to work, those filters refuse to
connect to each other.
Now obviously