Displaying 5 results from an estimated 5 matches for "prelinger".
2002 Sep 27
2
Using Theora Micro-HOWTO
Okay, thanks to some stubbornness on my part and helpfulness on the part
of people on this mailing list, I got the Ogg Theora alpha compiled up
and installed and running.
Yesterday, I went to the Prelinger archives (the public-domain video
archive at www.archive.com) to find a high-quality original to re-encode
as a test. The encoder worked just fine, and playback as well, and I thought
I'd share what I found with the thought that it might help others.
COMPILING:
Both the encoder and the playe...
2003 Aug 12
0
Compile error in CVS, entry for a FAQ somewhere, place for test/comparison files to be uploaded?
...by the
addition of the theora comment in theora_decode_headers). Having the .
configure script print a warning ("missing static version of libXXX.a") would
probably be helpful as well.
Finally, now that I've got the encoder and decoder working, I wanted to grab
something off of the Prelinger archives (so that it's redistributable) and
generate some test files from it, in hopes of documenting some of the
'mysterious' aspects of the settings (e.g. roughly what bitrate does -v 1
equate to at 640x480x29.970 and so on?) and doing some quality comparisons
with other codecs. The...
2005 Mar 30
3
ffmpeg2theora with mmx patches is available on konvalo.org
Hello,
ffmpeg2theora (with encoder mmx patches) is available on konvalo.org.
You can run it on Linux (2.6.x), FreeBSD (5.x) and NetBSD (2.x) on Intel x86.
ffmpeg2theora may be considered the recommended Theora encoder.
The author of the program is Jan Gerber @ v2v.cc
Those of you who already use Konvalo.org do not need to do anything,
the program is in your PATH. Otherwise see
2005 Mar 30
3
ffmpeg2theora with mmx patches is available on konvalo.org
Hello,
ffmpeg2theora (with encoder mmx patches) is available on konvalo.org.
You can run it on Linux (2.6.x), FreeBSD (5.x) and NetBSD (2.x) on Intel x86.
ffmpeg2theora may be considered the recommended Theora encoder.
The author of the program is Jan Gerber @ v2v.cc
Those of you who already use Konvalo.org do not need to do anything,
the program is in your PATH. Otherwise see
2002 Oct 02
2
Audio from fifo
My first guess about the problem would be that the programs want
to process the stuff in a different order, e.g. mplayer wants to
output some sound before anymore video and encoder_example wants
to receive some video before anymore sound. This could easily
depend on the order of stuff in the file mplayer is reading.
I guess something similar could happen for opening the pipes as
well.
The