how sequence file are compressed into single file?
-
Ezio
- Trained

- Posts: 306
- Joined: 24 Apr 2010, 16:42
how sequence file are compressed into single file?
zip?, 7z? or what?
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
-
Ezio
- Trained

- Posts: 306
- Joined: 24 Apr 2010, 16:42
Re: how sequence file are compressed into single file?
nope i mean standard / low quality sequences, i'm trying to convert those avi to ogg using ffmpeg2theora using warzone's default command but i always got error [seq_Play] unable to open 'sequences/brfcom.ogg' for playback. even it's playable if i use media player to play it, i tried to change name from ogv to ogg, use other compressing but no luck 
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: how sequence file are compressed into single file?
The sequences.wz is just a renamed zip file.
-
Ezio
- Trained

- Posts: 306
- Joined: 24 Apr 2010, 16:42
Re: how sequence file are compressed into single file?
thanks,now i got new error
08:55:25: [seq_Play] Video size too large, must be below 512x512!
and even after change config file and set it to 1024, error still exist
did i forgot something?
08:55:25: [seq_Play] Video size too large, must be below 512x512!
and even after change config file and set it to 1024, error still exist
did i forgot something?
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: how sequence file are compressed into single file?
As the error message says, the video resolution has to be at most 512x512, or you need to change the code and compile the game yourself.
-
Ezio
- Trained

- Posts: 306
- Joined: 24 Apr 2010, 16:42
Re: how sequence file are compressed into single file?
does this error come because not enough graphic or screen size?
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: how sequence file are compressed into single file?
It comes from the limit being hardcoded because of no videos larger than 320x240 having been available so far, see http://developer.wz2100.net/browser/lib ... e.cpp#L290. Not sure if changing the numbers alone will work though.
-
Ezio
- Trained

- Posts: 306
- Joined: 24 Apr 2010, 16:42
Re: how sequence file are compressed into single file?
ok thanks for your help 