v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "40d:CMV"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(All about the CMV file format by Markavian)
 
(Changed title to CCMV File format)
Line 7: Line 7:
 
In August 2008 ToadyOne upgraded the recording capabilities of Dwarf Fortress to support wider tilesets greater then the standard 80x25 format.
 
In August 2008 ToadyOne upgraded the recording capabilities of Dwarf Fortress to support wider tilesets greater then the standard 80x25 format.
  
==CCMV Compression==  
+
==CCMV File format==  
 
In order to boost the compresion of CMV files, SL introduced a Compressed CMV file format (CCMV) using a single pass through zlib on the final file data. This compression is compatable with the Flash player on the DFMA. The smaller filesize means quicker downloads but breaks any streaming functionality that would have been possible with the standard CMV file format.
 
In order to boost the compresion of CMV files, SL introduced a Compressed CMV file format (CCMV) using a single pass through zlib on the final file data. This compression is compatable with the Flash player on the DFMA. The smaller filesize means quicker downloads but breaks any streaming functionality that would have been possible with the standard CMV file format.
  

Revision as of 18:25, 14 September 2008

The CMV file format is used for recording movies within Dwarf Fortress. Movies can be recorded ingame by pressing ; from anywhere within the game and following the instructions. CMV files can be played back ingame from the same menu (which works from the opening menu screen) or by using a 3rd party player. There is a standalone CMV player for windows and an online flash based CMV player on the DF Map Archive.

Movie Archive

Since September 2007, members of the DF community have been able to share and watch CMV movies with other players in the community through the movie pages on the DF Map Archive. This was thanks in part to gonbon who wrote and provided the flash based CMV Player for use in the community.

Historical notes

In August 2008 ToadyOne upgraded the recording capabilities of Dwarf Fortress to support wider tilesets greater then the standard 80x25 format.

CCMV File format

In order to boost the compresion of CMV files, SL introduced a Compressed CMV file format (CCMV) using a single pass through zlib on the final file data. This compression is compatable with the Flash player on the DFMA. The smaller filesize means quicker downloads but breaks any streaming functionality that would have been possible with the standard CMV file format.

File format

  • Jifodus's user page has a table describing the CMV file format.
  • Markavian's user page has an updated version expressed as a C# CMV Class, based on optimization code written by SL, and header information forwarded by ToadyOne.