[ask] how to create .ogg movie file

hi all, just wondering how to create .ogg movie file. can blender do that ? or should i use another software ?

thanks in advance

Ogg is simply the container what you need is the Theora codec and then you should be all set to produce odd files in blender.

thanks musk. can you tell me which codec i should install ? i try this one http://www.xiph.org/dshow/ but after i install it seems blender doesn’t have an option to render .ogg format

you can do something like this with FFmpeg (from the terminal)

ffmpeg -i input.avi output.ogg

though you would also need to specify bitrates and such, see
http://ffmpeg.mplayerhq.hu/