search for: videoscale

Displaying 6 results from an estimated 6 matches for "videoscale".

2010 May 25
0
Converting video files into .h263
...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 ! 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 t...
2005 Jan 12
0
Thoggen 0.2 released
...r 0.8.7 or newer * gst-plugins 0.8.7 or newer * GStreamer plugins required (debian package names in brackets): - a52dec (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) * l...
2010 Oct 14
0
Need a help on Online Video Streaming using IceCast
...#39;re running Linux, you can use for example GStreamer to send video to your icecast server, typing the following command in a console (all in one line). gst-launch-0.10 -v v4l2src device=/dev/video0 ! video/x-raw-yuv,width=320,height=240 ! queue ! videorate ! video/x-raw-yuv,framerate=25/2 ! videoscale ! video/x-raw-yuv,width=360,height=288 ! theoraenc ! oggmux ! shout2send ip=localhost port=8000 mount=stream.ogg password=hackme (of course, you should change ip, port, etc with your own values). Alternatively, FFmpeg could be used. The following command used to work for me (one line): ffmpeg...
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
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
2010 Oct 13
3
Need a help on Online Video Streaming using IceCast
Hello, We are working on the Radio station project and we are trying to implement the Live Video Streaming module using Icecast server with VLC player. We have installed and configured the Icecast into our server. Also, we have installed the VLC player in our local desktop computer. The USB webcam(200 CMOS UCAM - DLC220T) has been connected into my machine. Now we are trying to live video