similar to: theora optimizations

Displaying 20 results from an estimated 1000 matches similar to: "theora optimizations"

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,
2007 Apr 08
0
libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c
libswfdec/swfdec_codec_audio.c | 8 - libswfdec/swfdec_codec_gst.c | 271 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 270 insertions(+), 9 deletions(-) New commits: diff-tree 68a17dfade3397478342d4c88fa9b9e3dc13f329 (from 01bf0e400ee99da0e96707f606d41bb23d5a8b48) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 8 12:32:39 2007 +0200 make GStreamer do MP3
2010 Feb 21
1
updated some packages now some windows hang after open or close
I had a need on a centos 5.4 x86_64 box to try and run with a later totem. I desired to do this by source. After installing the packages below my system comes up, I thought everything was good. thunderbird comes up firefox comes up. totem works -------- however there seems to be an issue with closing or opening windows some random time later with all three programs. It gives the impression
2012 Aug 16
2
copy/paste centos 6
I had to update all these packages on CentOS 6 for a project. Everything works great on CentOS 6 - except - Copy/Paste between applications. Anyone - know which application below might control that function? Example I cannot have firefox running and copy and paste text into thunderbird. Both applications - actually all applications work - I just cant copy/paste. I'm thinking I did not
2007 Apr 05
0
configure.ac libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_gst.c
configure.ac | 20 +++ libswfdec/Makefile.am | 10 + libswfdec/swfdec_codec.c | 9 + libswfdec/swfdec_codec_gst.c | 260 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 294 insertions(+), 5 deletions(-) New commits: diff-tree 9367afafdc43e320b2689237f9f302e52d8fac0e (from 1906bf5a380edbbb4b808543cf3da0e9e836dbf4) Author: Benjamin Otte
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
libswfdec-gtk/swfdec_gtk_loader.c | 10 -- libswfdec/Makefile.am | 2 libswfdec/swfdec_codec.c | 39 -------- libswfdec/swfdec_codec.h | 26 ----- libswfdec/swfdec_codec_ffmpeg.c | 98 ++++++++------------- libswfdec/swfdec_codec_gst.c | 174 +++++++++++++++++++------------------- libswfdec/swfdec_codec_screen.c | 60 +++++--------
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 !
2006 Jul 18
1
Theora, liboil and Cell processors
Hello all, On more than one occasion I have advocated the use of liboil over incorporating mmx code into libtheora. The two main reasons are: 1) To keep optimisation code in one place and out of the library. Everywhere else in the Linux world there is a move to centralise in order to co-ordinate experts and reduce redundancy. This reason does not seem to find a lot of agreement in Theora as it
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
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
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
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
configure.ac | 12 libswfdec/swfdec_codec_audio.c | 2 libswfdec/swfdec_codec_gst.c | 525 +++++++++++++++++++++++++---------------- libswfdec/swfdec_codec_video.c | 2 player/swfplay.c | 2 5 files changed, 336 insertions(+), 207 deletions(-) New commits: commit 2aa4f7f59de874bab2a74398fda09d3d387fcd30 Merge: efc1a32... e6964fd... Author:
2007 Oct 28
1
9 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_codec_gst.c test/trace
libswfdec/swfdec_as_context.c | 14 - libswfdec/swfdec_as_frame.c | 19 ++ libswfdec/swfdec_as_frame_internal.h | 1 libswfdec/swfdec_as_object.c | 4 libswfdec/swfdec_codec_gst.c | 281 +++++++++------------------------ test/trace/Makefile.am | 7 test/trace/catch-in-caller-6.swf |binary
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 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
2007 Dec 19
1
some questions about swfdec
Hi there, I am salsaman, main developer of LiVES (http://lives.sf.net), videojack, etc. I am looking into swfdec with a view to making it accessible to more projects (for example feeding the output into videojack to allow streaming over a local lan video network; mixing the swfdec output with other video sources/effects to allow vjing/capturing the stream, etc). I have a couple of questions:
2006 Apr 04
1
encoders
hi everybody! i have two questions: 1. which encoders do you recomend? i have tried most, and i am pretty unhappy with all of them :( . thoggen only works on linux and is very unstable (crashes always during the encoding process) and most frontends to encoder_example dont work or are very buggy. ogmrip also doenst look very promising since it seems to convert dvds into other lossy formats
2010 Aug 19
0
option to push "duplicate frame" packet to oggmux
Hallo all, I started this discussion today on gstreamer.irc and ogg-dev list. So there seems to be different results. Probably i need to fill a bug on gstreamer... here was my question to ogg-dev > 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
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