Theora: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Useful Encoding software== |
==Useful Encoding software== |
||
You can encode Theora files using the |
You can encode Theora files using the command line application [http://v2v.cc/~j/ffmpeg2theora/download.html ffmpeg2theora]. |
||
==Recommended settings== |
==Recommended settings== |
Revision as of 02:42, 23 December 2007
Theora is the preferred video codec for the OLPC.
Useful Encoding software
You can encode Theora files using the command line application ffmpeg2theora.
Recommended settings
[This file] plays back well on a B4 laptop, running build 623. Ogg multiplexed audio/video file, Theora/Vorbis, length 1m14s, 320×240 pixels, 148kbps overall.
These settings created a file which played back from the local disk successfully:
ffmpeg2theora -x 320 -y 256 -V 148 -A 32 "inputfilename.ogg"
See also
External Links
- [VLC], the free media player software can also encode Theora files.
- Colingo's wiki contains an entry on how to encode your video in Theora and in Theora/Speex. Translation and walkthrough for this space to come.
- [[1]] Manual page for ffmpeg2theora.