similar to: trying to encode/decode videos using libtheora

Displaying 20 results from an estimated 400 matches similar to: "trying to encode/decode videos using libtheora"

2007 Oct 31
1
etheora
Hello, I'm about to release a first version of etheora, a simplified api to programming theora video encoding/decoding applications with ogg containers. It uses and encapsulates libtheora + libogg API and structures, so users need to know very few , about video and data containers. An encoding process is made by these steps: /*a context declaration.*/ etheora_ctx *ec; /*encoder
2007 Oct 31
1
etheora
Hello, I'm about to release a first version of etheora, a simplified api to programming theora video encoding/decoding applications with ogg containers. It uses and encapsulates libtheora + libogg API and structures, so users need to know very few , about video and data containers. An encoding process is made by these steps: /*a context declaration.*/ etheora_ctx *ec; /*encoder
2007 Nov 20
5
yuv - rgb conversion without contrast decrease.
Hello list, When I convert an yuv pixel into rgb using the recipies in http://www.fourcc.org/fccyvrgb.php I get an accurate color conversion but the contrast seems to be decreased. If i write, e.g., the pixel directly into an sdl yuv_overlay, I get a well-contrasted frame, however, if I convert the pixel to rgb and call SDL_MapRGB, I get a contrast-decreased frame. Thanks, Ribamar
2007 Aug 31
1
yuv_buffer strides
Hi, is there any place where the possible values for the strides in the yuv_buffer structure is specified? or just in the source code? ;) I could compress a video with, lets say, yuvbuf.y_stride = yuvbuf.y_width, so the yuvbuf.y[0] really started in the start of the y channel data. I watched the video in several players, and everythings' ok. But, when programming the decompress process, the
2012 Jan 16
1
failed to load avisynth.dll
Hi, I'm running wine-fbsd64-1.3.23,1 on FreeBSD 9.0-STABLE amd64. (it still as a 32-bit wine) I need to run avs2yuv.exe by using wine, which required avisynth.dll that I've installed successfully. When invoking Code: > wine avs2yuv.exe xxx.avs -o test.y4m I got Code: failed to load avisynth.dll partial log after setting WINEDEBUG=+module,+dll: (full:
2011 Sep 10
1
wine and avs2yuv (avisynth player)
Hi. I'm working on avisynth on Gentoo OS avs2yuv is comand line player for avisynth scripts. Why i can't run avs2yuv in desctop dir??? (In home dir works fine) (all premissions is same) Code: bm at gentoo ~/Desktop $ wine avs2yuv wine: cannot find L"C:\\windows\\system32\\avs2yuv.exe" bm at gentoo ~/Desktop $ cd .. bm at gentoo ~ $ wine avs2yuv Avs2YUV 0.24
2008 Apr 06
1
Dropping etheora decoding support for overlapping with oggplay?
Hey, Commenting a SoC application about improvement of Etheora, Conrad Parker said the development should focus first on the encoding features since liboggplay is overlapping with Etheora. I'm transcripting the here so the Etheora's priorities can be better discussed by everyone (and searchable on the web). _____ Conrad, you mean concentrating first on encoding part, or pehaps
2011 Jan 21
2
Universal procedure to know if wine can run 32 bits apps
Hi, I'm preparing a training session on avisynth (running under wine) for a local linux user group (LUG). In the list of prerequisites for people attending this training session, they will have to install wine on their computer. Since we will be using only the 32 bits version of avisynth, it will be mandatory that their version of wine is able to run 32 bits apps. My problem is that I neither
2006 Mar 02
1
Engines SVN repository move
The rails engines SVN repository has now officially moved from its old location on the OpenSVN servers to: http://svn.rails-engines.org/ Please update your SVN externals appropriately, as the continued existence of the old repository is now NOT guaranteed. Engines plugin (official): http://svn.rails-engines.org/plugins/engines Engines plugin (for Edge rails):
2006 Jul 26
4
How to Install Engines?
I am trying to get this enginer to work....and I am not sure how to install the engine? could someone please give me some instructions with regards to this.... http://rails-engines.org/wiki/pages/DateboxEngine for example in the website above The Engines plugin or the EdgeEngines plugin * Engines 1.0 script/plugin install http://opensvn.csie.org/rails_engines/branches/engines/ *
2006 Feb 21
0
acl_system plugin first look
Friends- Here is another plugin hot off the presses of the three day weekend ;) Its a role based authorization system. I have been talking with Bill Katz about this system so it ties in with his recent announcement as well. Its just my implementation. Its an acl/role type system that can sit on top of the acts_as_authenticated login system or any login system that implements a few
2005 Dec 29
2
Login plugin
All- I am new to Ruby; following are my two questions: 1. Which is the best login plugin? I keep hearing about SALT and loginengine. 2. For installing loginengine; I see the two following steps - Both these does not work for me. : $ script/plugin install login_engine ==I am getting "script/plugin is not a internal or external command, operable program or batch file"
2006 Aug 05
2
acl_system2 undefined method `access_control''
I''ve installed acts_as_authenticated and have that working like a charm and now would like to add the acl_system2 plugin so I can do some role based authorization stuff. I went ahead and installed the plugin like this: >ruby script\plugin source http://opensvn.csie.org/ezra/rails/plugins/dev/acl_system2 Then I installed the lib and test >ruby script\plugin install lib >ruby
2006 Jul 07
1
Fwd: installing backgroundrb
I''m trying to use BackgrounDRb to do image processing on large uploaded zip files of images, but $script/plugin install svn://rubyforge.org//var/svn/backgroundrb gives me this: /usr/lib/ruby/1.8/open-uri.rb:88:in `initialize'': No such file or directory - svn://rubyforge.org//var/svn/backgroundrb (Errno::ENOENT) I can install the old version with $script/plugin install
2006 Mar 20
3
login_engine
Hello, I''m having trouble getting login_engine to work properly. I get the standard login/registration views, but whenever I try to register I get: NoMethodError in User#signup undefined method `password_confirmation='' for #<User:0x408b2f9c> I have login_engine, and engines installed from cvs: http://opensvn.csie.org/rails_engines/plugins/ anyone else had anything
2013 May 29
0
[fdo] Lista aprovados Passo de Camaragibe
Lista aprovados Passo de Camaragibe: Chapad?o do Sul: ALINE RAQUEL BEZERRA LEITE, LEANDRO DO NASCIMENTO BATISTA, FERNANDO MONTEIRO DOS SANTOS, NEYLSON CAVALCANTE DOS SANTOS, JO?O CARLOS MOREIRA DE CARVALHO, CLEVILSON PEDRO FONSECA OLIVEIRA, MARIA DE FATIMA ALEIXO PINHEIRO, IVETE CORDEIRO DE SOUZA. SAMILLE DE OLIVEIRA CAVALCANTE, ELIS?NGELA DOS SANTOS SILVA, MAURY DE SIQUEIRA MELO PEREIRA, JOSEFA
2011 Feb 15
3
[LLVMdev] Possible LLVM or DragonEgg bug
I'm getting the following error when compiling OpenCV 2.0 with OpenMP and SSE intrinsics enabled with GCC+DragonEgg(newest SVN version): /usr/lib64/ccache/c++ -Wall -Wno-long-long -pthread -ffunction-sections -D_GLIBCXX_PARALLEL -fopenmp -D__STDC_CONSTANT_MACROS -fplugin=/home/John/Documents/Project/DragonEgg/dragonegg/dragonegg.so -O3 -DNDEBUG -fomit-frame-pointer -O3 -ffast-math -mmmx
2011 Feb 16
0
[LLVMdev] Possible LLVM or DragonEgg bug
This is hopefully fixed in the latest version of dragonegg. Thanks for reporting it! Ciao, Duncan. On 15/02/11 20:54, sabaliauskas g. (gs5g08) wrote: > I'm getting the following error when compiling OpenCV 2.0 with OpenMP and SSE intrinsics enabled with GCC+DragonEgg(newest SVN version): > > /usr/lib64/ccache/c++ -Wall -Wno-long-long -pthread -ffunction-sections
2006 Aug 17
3
file_column plugin + rails 1.1.6
Hello, I need to install file_column plugin but I got an error message. This is the command I use: ./script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk This is the error: Cannot find gem for Rails =1.1.4: Install the missing gem with ''gem install -v=1.1.4 rails'', or change environment.rb to define RAILS_GEM_VERSION with your
2006 May 07
1
file_column problem - uninitialized constant Magick
Hi, I''m on Windows and getting the following error while trying to use file_column with RMagick, uninitialized constant Magick C:/INSTAN~1.0/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing'' #{RAILS_ROOT}/vendor/plugins/file_column/branches/kyle/lib/file_column.rb:621:in `file_column'' I installed file_column by