Difference between revisions of "Textures:Formats"
(→DDS) |
(→VOB) |
||
Line 13: | Line 13: | ||
== VOB == | == VOB == | ||
Video format - quite restricted dimensions no larger than 256x256 and no compression, no audio track. In Urban Terror the movie soundtrack doesn't play (it should) as a .wav file in the sounds folder with the same name as the movie. | Video format - quite restricted dimensions no larger than 256x256 and no compression, no audio track. In Urban Terror the movie soundtrack doesn't play (it should) as a .wav file in the sounds folder with the same name as the movie. | ||
+ | |||
+ | VOB files can be created using FFMpeg to convert from various other formats. See [[Resources:Tools#FFMPEG]] for more information regarding FFMpeg. |
Revision as of 12:02, 20 August 2011
This page is a stub! Please help us improve it. |
PNG
Note: Not supported by Urban Terror 4.1
Alpha channel, good compression
JPG
No alpha channel, lossy compression
TGA
Supports alpha channels, barely any compression
DDS
Note: Not supported by Urban Terror 4.1
Allows to edit mipmaps
VOB
Video format - quite restricted dimensions no larger than 256x256 and no compression, no audio track. In Urban Terror the movie soundtrack doesn't play (it should) as a .wav file in the sounds folder with the same name as the movie.
VOB files can be created using FFMpeg to convert from various other formats. See Resources:Tools#FFMPEG for more information regarding FFMpeg.