Displaying 5 results from an estimated 5 matches for "audior".
Did you mean:
audio
2010 Nov 26
3
how to set default audio track?
...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 !
audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \
taginject tags="language-code=ger&q...
2010 Nov 26
0
how to set default audio track?
...9;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 !
> audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \
> taginject tags=...
2006 Oct 19
0
Thoggen 0.6.0 "Procrastination" released
...piffy 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 brackets):...
2007 Oct 28
0
9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_audio_internal.h libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_sound.c
...->frame)
+ goto start;
+ }
/* decode next action */
action = *pc;
commit 397be351d19a0f66a2b0b4836416a67b0098d233
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 28 22:49:01 2007 +0100
rewrite to allow any output format
This gets rid of long lags when audioresample takes its time
diff --git a/libswfdec/swfdec_codec_gst.c b/libswfdec/swfdec_codec_gst.c
index b449533..35f00e5 100644
--- a/libswfdec/swfdec_codec_gst.c
+++ b/libswfdec/swfdec_codec_gst.c
@@ -148,14 +148,16 @@ swfdec_gst_get_element (GstCaps *caps)
static GstPad *
swfdec_gst_connect_srcpa...
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
...Otte <otte at gnome.org>
Date: Fri Oct 26 21:13:20 2007 +0200
rewrite GStreamer backend to directly use the element and not create a pipeline
That was Wim's suggested method, and it works fine. The only issue right now is
that GStreamer also does the resampling, and a) audioresample is slow and
b) the whole process takes a lot of time. This causes the app to stop for half a
second when a long sample gets decoded. Not good.
diff --git a/libswfdec/swfdec_codec_gst.c b/libswfdec/swfdec_codec_gst.c
index 08cf154..bd8f95a 100644
--- a/libswfdec/swfdec_codec_gst.c
++...