Displaying 19 results from an estimated 19 matches for "audioconvert".
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 !
audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \
taginject tags="language-c...
2010 Nov 26
0
how to set default audio track?
...ut 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 ! \
> taginj...
2010 May 25
0
Converting video files into .h263
...en 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 ! rtph263pay ! asteriskh263 ! filesink location=avout.h263 demux. ! queue ! ffdec_adpcm_ima_qt ! audioconvert ! audioresample ! audio/x-raw-int,rate=8000,channels=1 ! wavenc ! filesink location=avout.wav
I was wondering if this script is expecting some specific type of file or if I am doing something else wrong. Any pointers in how to generate .h263 video files for asterisk would be helpful.
-------...
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
...quot;decodebin", NULL);
- if (decoder == NULL) {
- SWFDEC_ERROR ("failed to create decoder");
- swfdec_audio_decoder_gst_free (&player->decoder);
- return NULL;
- }
- gst_bin_add (GST_BIN (player->pipeline), decoder);
- convert = gst_element_factory_make ("audioconvert", NULL);
- if (convert == NULL) {
- SWFDEC_ERROR ("failed to create audioconvert");
- swfdec_audio_decoder_gst_free (&player->decoder);
- return NULL;
- }
- gst_bin_add (GST_BIN (player->pipeline), convert);
- g_signal_connect (decoder, "pad-added",...
2007 Apr 08
0
libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c
...quot;decodebin", NULL);
+ if (decoder == NULL) {
+ SWFDEC_ERROR ("failed to create decoder");
+ swfdec_audio_decoder_gst_free (&player->decoder);
+ return NULL;
+ }
+ gst_bin_add (GST_BIN (player->pipeline), decoder);
+ convert = gst_element_factory_make ("audioconvert", NULL);
+ if (convert == NULL) {
+ SWFDEC_ERROR ("failed to create audioconvert");
+ swfdec_audio_decoder_gst_free (&player->decoder);
+ return NULL;
+ }
+ gst_bin_add (GST_BIN (player->pipeline), convert);
+ g_signal_connect (decoder, "pad-added",...
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
...ALID;
player->decoder.pull = swfdec_audio_decoder_gst_pull;
player->decoder.push = swfdec_audio_decoder_gst_push;
player->decoder.free = swfdec_audio_decoder_gst_free;
@@ -402,17 +436,19 @@ swfdec_audio_decoder_gst_new (SwfdecAudioCodec type, SwfdecAudioFormat format)
/* create audioconvert */
gst_caps_unref (srccaps);
srccaps = sinkcaps;
- sinkcaps = gst_caps_from_string ("audio/x-raw-int, endianness=byte_order, signed=(boolean)true, width=16, depth=16, channels=2");
+ sinkcaps = gst_caps_from_string ("audio/x-raw-int, endianness=byte_order, signed=(boolean)tru...
2010 Aug 19
2
gstreamer oggmux and variable framerate
...x 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 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
...e.
> 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
here is the answer:
On Do, 2010-08-19 at 08:29 -0700, Timothy B. Terriberry wrote:
> The...
2005 Jan 12
0
Thoggen 0.2 released
...(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
-Tim
-------------- next part --------------
A non-t...
2006 Oct 19
0
Thoggen 0.6.0 "Procrastination" released
...(gstreamer0.10-plugins-ugly)
- dtsdec (gstreamer0.10-plugins-bad)
- videorate (gstreamer0.10-plugins-base)
- theoraenc (gstreamer0.10-plugins-base)
- rawvorbisenc (gstreamer0.10-plugins-base)
- oggmux (gstreamer0.10-plugins-base)
- audioconvert (gstreamer0.10-plugins-base)
- audioscale (gstreamer0.10-plugins-base)
- ffmpegcolorspace (gstreamer0.10-plugins-base)
* libdvdread3 >= 0.9.4
* libdvdcss2 >= 1.2.8 required for encrypted DVDs
* dbus, dbus-glib >= 0.36
* hal and libhal >= 0.5.0
More information...
2008 Mar 15
0
Re: CentOS] Skype on CentOS 5 - my microphone settings are incorrect
...cked allow Skype to change the Mixer settings. Also, I took
off the 20 dB boost for the mic.
In Sound Preferences > Devices > Audio Conferencing > Sound Capture > I
have it set to OSS. Am I correct, to have that set to OSS? When I did a
test, I got this error message:
gconfaudiosrc ! audioconvert ! audioresample ! gconfaudiosink
profile=chat: Unable to open device /dev/dsp for recording: Device or
resource busy
When I try to do a test call, with the Skype robot, when they would play
back what I have recorded, I get 2 beeps, with only 1 or 2 seconds in
between them. When I try that on MS Wi...
2005 Mar 17
1
Thoggen 0.3 'Leopard' released
...(gstreamer0.8-misc)
- dvdlpcmdec (gstreamer0.8-misc)
- dtsdec (gstreamer0.8-dts)
- videorate (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
* libdvdcss2 >= 1.2.8 required for encrypted DVDs
* dbus, dbus-glib
* hal and libhal
More information is available at http://thoggen.net
Please report...
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
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...AL/al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
checking ApplicationServices/ApplicationServices.h usability... no
checking ApplicationServices/ApplicationServices.h presence... no
checking for ApplicationServices/ApplicationServices.h... no
checking AudioToolbox/AudioConverter.h usability... no
checking AudioToolbox/AudioConverter.h presence... no
checking for AudioToolbox/AudioConverter.h... no
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking AudioUnit/AudioComponent.h usabil...
2014 Jun 24
4
Webm streaming.
Hello,
I?m new to icecast, after installing and configuring audio, I want to stream some webm videos in web browsers, so I have a few questions (I can?t find the answers in the docs) :
- Which source client should I use ?
- I want to stream an already encoded video, does it require a source client ?
- How can I embed that in a browser ?
Thanks by advance for your help.
Olivier BATARD
2019 Mar 01
4
Swift help
Hi there Icecast,
Hope all is well.
I have a macOS application that takes audio in from an external mixer, and uses Apple core audio to process. I want to add a live streaming feature to an Icecast server. Is there any Swift API examples. I just want a basic API that will take the core audio and stream it out to an Icecast service.
In my endeavors to find this, I have found the dark ice
2020 Feb 02
0
Wine release 5.1
...ng the device state in d3d9_device_SetRenderState().
d3d9: Stop setting the device state when setting the default ZENABLE state.
winegstreamer: Report MEDIASUBTYPE_IEEE_FLOAT for float types.
winegstreamer: Correctly represent non-32-bit float types.
winegstreamer: Append an audioconvert element to raw audio streams.
winegstreamer: Allow converting to 16-bit 2-channel PCM within the splitter filter.
winegstreamer: Get rid of the AudioConvert filter.
rpcrt4: Use a critical section for the context handle lock.
kernelbase: Implement ReOpenFile().
httpapi:...
2009 Jul 03
3
ffmpeg and zoneminder install problems
...uot;/root/software/ffmpeg" -I"/root/software/ffmpeg"
-I"/root/software/ffmpeg"/libavutil -fomit-frame-pointer -g
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual
-Wwrite-strings -O3 -c -o audioconvert.o audioconvert.c
gcc -I"/root/software/ffmpeg"/libswscale
-I"/root/software/ffmpeg"/libavcodec -DHAVE_AV_CONFIG_H
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
-I"/root/software/ffmpeg" -I"/root/software/ffmpeg"
-I"/root/software/ffmpeg&qu...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
.../al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
checking ApplicationServices/ApplicationServices.h usability... yes
checking ApplicationServices/ApplicationServices.h presence... yes
checking for ApplicationServices/ApplicationServices.h... yes
checking AudioToolbox/AudioConverter.h usability... yes
checking AudioToolbox/AudioConverter.h presence... yes
checking for AudioToolbox/AudioConverter.h... yes
checking AudioUnit/AudioUnit.h usability... yes
checking AudioUnit/AudioUnit.h presence... yes
checking for AudioUnit/AudioUnit.h... yes
checking AudioUnit/AudioComponent.h...