Talk:Theora

From XiphWiki
Revision as of 09:07, 27 September 2010 by Gmaxwell (talk | contribs) (re)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

HTML besides PDF

Is there a HTML version of THEORA.PDF ?

http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html <- OK

http://www.xiph.org/theora/doc/Theora_spec_2008-05-05.html <- none yet ?

DOS386 03:23, 6 May 2008 (PDT)

OGG batch encoding possible on windows system???

Is there ANY way to create a batch encoding of uncompressed .MOV files on a windows system into .OGG video files?

Basically SUPER batches files that are damaged (green artifacts) I´ve got clean examples out of VLC in single transcodings, but once I switch to batch encodings the stream breaks (as you probably already know) ffmpeg with an WinFF GUI frontend does the same

--Dunkelzahn 16:05, 27 September 2010 (UTC)

You should try ffmpeg2theora from the command line. If you also install MinGW or Cygwin you can then use the bash shell like "for i in *.mov; do ffmpeg2theora -V 2000 $i; done". --Gmaxwell 16:07, 27 September 2010 (UTC)