Talk:Theora

From XiphWiki
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)

Hey Gmaxwell,

thanks for the tip, I just set up a batch conversion and the first files are coming along quite nicely. No artefacts yet. I didn´t go the MingGQ/Cygwin path, opting instead for a .bat file that cycles through all the MOV files.

I´ll update tomorrow and give a short feedback on how it went

Cheers

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