search for: ffmpegcolorspace

Displaying 11 results from an estimated 11 matches for "ffmpegcolorspace".

2010 Nov 26
3
how to set default audio track?
...uage-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" ! vorbisenc ! queue ! mux. \ demux.video_e0 ! mpeg2dec ! videocrop top=76 bottom=74 ! ffmpegcolorspace ! videorate ! theoraenc quality=55 ! queue ! mux. on each vorbis track i set tag LANGUAGE= , it works fine. But i wont to set default track or language. Are there any way to do it? at least with oggz tools? -- Regards, Alexey
2010 Aug 19
2
gstreamer oggmux and variable framerate
...uld 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
...o 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 fixed-framerate. You can hack something > into Ogg by using a higher framerate and inserting &quo...
2010 Nov 26
0
how to set default audio track?
...bisenc ! queue ! mux. \ > demux.audio_81 ! a52dec mode=2 ! audioconvert ! audioresample ! > audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \ > taginject tags="language-code=ger" ! vorbisenc ! queue ! mux. \ > demux.video_e0 ! mpeg2dec ! videocrop top=76 bottom=74 ! > ffmpegcolorspace ! videorate ! theoraenc quality=55 ! queue ! mux. > > on each vorbis track i set tag LANGUAGE= , it works fine. But i wont to > set default track or language. Are there any way to do it? at least with > oggz tools? > -- > Regards, > ? ? ? ?Alexey > > _____________________...
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
...est 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 \ ! 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, Ma...
2005 Jan 12
0
Thoggen 0.2 released
...(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-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189...
2006 Oct 19
0
Thoggen 0.6.0 "Procrastination" released
...(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 is available at http://thoggen.net Please report problems/bugs to the thoggen-devel mailing list (and please...
2005 Mar 17
1
Thoggen 0.3 'Leopard' released
...(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 problems/bugs to the thoggen-devel mailing list. Enjoy! Cheers ?-Tim
2007 Apr 05
0
configure.ac libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_gst.c
...ement_factory_make ("decodebin", NULL); + if (decoder == NULL) { + SWFDEC_ERROR ("failed to create decoder"); + swfdec_codec_gst_video_finish (player); + return NULL; + } + gst_bin_add (GST_BIN (player->pipeline), decoder); + csp = gst_element_factory_make ("ffmpegcolorspace", NULL); + if (csp == NULL) { + SWFDEC_ERROR ("failed to create colorspace"); + swfdec_codec_gst_video_finish (player); + return NULL; + } + gst_bin_add (GST_BIN (player->pipeline), csp); + g_signal_connect (decoder, "pad-added", G_CALLBACK (do_the_link), cs...
2007 Apr 06
0
3 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_codec_video.c
...er == NULL) { SWFDEC_ERROR ("failed to create decoder"); - swfdec_codec_gst_video_finish (player); + swfdec_video_decoder_gst_free (&player->decoder); return NULL; } gst_bin_add (GST_BIN (player->pipeline), decoder); csp = gst_element_factory_make ("ffmpegcolorspace", NULL); if (csp == NULL) { SWFDEC_ERROR ("failed to create colorspace"); - swfdec_codec_gst_video_finish (player); + swfdec_video_decoder_gst_free (&player->decoder); return NULL; } gst_bin_add (GST_BIN (player->pipeline), csp); - g_signal_connect...