[theora-dev] last call for beta 1
David Kuehling
dvdkhlng at gmx.de
Thu May 27 01:47:26 PDT 2004
>>>>> "Jens" == Jens Arm <Jens.Arm at gmx.de> writes:
> How about real encoding in mencoder/transcoe/... ? Or How about
> updating the theoraenc in theora-tools to use libavcodec to decode
> input video/audio on the fly for encoding?
> It is a bit difficult to use these very big YUV-Files :(
You can always use pipes. I already created my own theora samples
without a need for YUV-Files:
rm stream.yuv
rm stream.wav
mkfifo stream.yuv
mkfifo stream.wav
mplayer -vo yuv4mpeg -nosound "$@" &> /dev/null&
mplayer -ao pcm -vc dummy -aofile stream.wav "$@" &> /dev/null &
encoder_example -a 0 -v 1 stream.wav stream.yuv > theora.ogg
David
--
GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg
Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Theora-dev
mailing list