how can i convert avi file to ogg?

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Ezio
Trained
Trained
Posts: 306
Joined: 24 Apr 2010, 16:42

how can i convert avi file to ogg?

Post by Ezio »

i want to convert the uncompressed avi file to ogg so i can play it inside game but i don't know how, can warzone play sequence.wz with avi file instead of ogg?
thanks :)
User avatar
Emdek
Regular
Regular
Posts: 1329
Joined: 24 Jan 2010, 13:14
Location: Poland

Re: how can i convert avi file to ogg?

Post by Emdek »

http://www.google.pl/search?q=convert+avi+to+ogg
Ezio wrote:ican warzone play sequence.wz with avi file instead of ogg?
As far as I know no.
Nadszedł już czas, najwyższy czas, nienawiść zniszczyć w sobie.
The time has come, the high time, to destroy hatred in oneself.


Beware! Mad Qt Evangelist.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: how can i convert avi file to ogg?

Post by cybersphinx »

Ogg is just a container format, you also need the right codecs, Theora and Vorbis. I've used ffmpeg2theora, a Linux command line program, for the conversion (see http://sourceforge.net/projects/warzone ... z.txt/view).
User avatar
Ezio
Trained
Trained
Posts: 306
Joined: 24 Apr 2010, 16:42

Re: how can i convert avi file to ogg?

Post by Ezio »

cybersphinx wrote:Ogg is just a container format, you also need the right codecs, Theora and Vorbis. I've used ffmpeg2theora, a Linux command line program, for the conversion (see http://sourceforge.net/projects/warzone ... z.txt/view).
thanks, i prefer this than trial program :D but how to add file to command line?

PS: np, i've figured out how to add file, thanks