<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://c4engine.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Movie_Importer</id>
	<title>Movie Importer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://c4engine.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Movie_Importer"/>
	<link rel="alternate" type="text/html" href="https://c4engine.com/wiki/index.php?title=Movie_Importer&amp;action=history"/>
	<updated>2026-06-16T04:45:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://c4engine.com/wiki/index.php?title=Movie_Importer&amp;diff=407&amp;oldid=prev</id>
		<title>Eric Lengyel: Created page with &quot;__NOTOC__ '''Figure 1.''' The Movie Importer dialog. The '''Movie Importer''' tool is used to generate movies in the proprietary C4 Engine &lt;code&gt;.mvi&lt;/code&gt; format. This functionality is part of the '''Movie Tool''' plugin.  To generate a movie, either choose '''Import Movie''' from the C4 Menu or type the &lt;code&gt;imovie&lt;/code&gt; command in the Command Console. This causes this Import Movie dialog, shown in Figure 1, to be displ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://c4engine.com/wiki/index.php?title=Movie_Importer&amp;diff=407&amp;oldid=prev"/>
		<updated>2023-07-15T11:38:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ &lt;a href=&quot;/wiki/index.php?title=File:Movieimporter.png&quot; title=&quot;File:Movieimporter.png&quot;&gt;right|frame|&amp;#039;&amp;#039;&amp;#039;Figure 1.&amp;#039;&amp;#039;&amp;#039; The Movie Importer dialog.&lt;/a&gt; The &amp;#039;&amp;#039;&amp;#039;Movie Importer&amp;#039;&amp;#039;&amp;#039; tool is used to generate movies in the proprietary C4 Engine &amp;lt;code&amp;gt;.mvi&amp;lt;/code&amp;gt; format. This functionality is part of the &amp;#039;&amp;#039;&amp;#039;Movie Tool&amp;#039;&amp;#039;&amp;#039; plugin.  To generate a movie, either choose &amp;#039;&amp;#039;&amp;#039;Import Movie&amp;#039;&amp;#039;&amp;#039; from the &lt;a href=&quot;/wiki/index.php?title=C4_Menu&quot; title=&quot;C4 Menu&quot;&gt;C4 Menu&lt;/a&gt; or type the &amp;lt;code&amp;gt;imovie&amp;lt;/code&amp;gt; command in the &lt;a href=&quot;/wiki/index.php?title=Command_Console&quot; title=&quot;Command Console&quot;&gt;Command Console&lt;/a&gt;. This causes this Import Movie dialog, shown in Figure 1, to be displ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
[[File:Movieimporter.png|right|frame|'''Figure 1.''' The Movie Importer dialog.]]&lt;br /&gt;
The '''Movie Importer''' tool is used to generate movies in the proprietary C4 Engine &amp;lt;code&amp;gt;.mvi&amp;lt;/code&amp;gt; format. This functionality is part of the '''Movie Tool''' plugin.&lt;br /&gt;
&lt;br /&gt;
To generate a movie, either choose '''Import Movie''' from the [[C4 Menu]] or type the &amp;lt;code&amp;gt;imovie&amp;lt;/code&amp;gt; command in the [[Command Console]]. This causes this Import Movie dialog, shown in Figure 1, to be displayed.&lt;br /&gt;
&lt;br /&gt;
== Source Images ==&lt;br /&gt;
&lt;br /&gt;
The source images for video frames can be in TGA format or the SEQ format generated when [[Recording Movies|recording movies]] (and these can also be mixed in the same movie). All of the video frames must have the same dimensions, and these dimensions must be a multiple of 8 pixels in both width and height, or an error will occur when trying to generate the movie.&lt;br /&gt;
&lt;br /&gt;
Click the '''Add''' button to select source images. The file selection dialog that appears shows files inside the &amp;lt;code&amp;gt;Import&amp;lt;/code&amp;gt; folder hierarchy, so this is where source images should be saved prior to generating a movie. Multiple files can be selected at once by holding the shift key or simply typing Ctrl-A to select all files in a directory. You can switch between Targa (TGA) files and Sequence (SEQ) files using the popup menu at the bottom of the selection dialog.&lt;br /&gt;
&lt;br /&gt;
Any numbering in source image file names does not need to include extra 0 characters to pad all the numbers out to the same length. When a string of numerical characters is encountered in a file name, it is treated as a single symbol for purposes of sorting the files. The files are displayed in the movie images list in the order in which they will appear in the movie.&lt;br /&gt;
&lt;br /&gt;
== Movie Settings ==&lt;br /&gt;
&lt;br /&gt;
{| {{Table}}&lt;br /&gt;
{{Tablehead|Setting|Description}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Output resource name'''|Specifies the name of the movie resource that gets generated relative to the &amp;lt;code&amp;gt;Data&amp;lt;/code&amp;gt; directory.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Compression quality level'''|Determines the quality level at which the movie's video frames are compressed. Higher numbers mean better quality, but at the cost of larger movie files.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Frame rate (frames/s)'''|Specifies the playback frame rate for the movie.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Maximum consecutive delta frames'''|Specifies the maximum number of delta frames that can occur consecutively before a new key frame is forced. A value of zero means that every frame is a key frame.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Maximum delta/key frame size ratio (%)'''|Specifies the maximum ratio between the size of a compressed delta frame and a compressed key frame that will be allowed. For any frames that could be delta frames but exceed this limit, a key frame is forced.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Include alpha channel in video track'''|Indicates that an alpha channel should be generated for the movie. This results in larger movie files and should only be checked if the source frame images actually contain useful alpha information.}}&lt;br /&gt;
|-&lt;br /&gt;
{{Tablerow|'''Audio Settings / Input resource name'''|Specifies the name of an audio file relative to the &amp;lt;code&amp;gt;Import&amp;lt;/code&amp;gt; directory. If this is left blank, then the movie will not have an audio track.&lt;br /&gt;
&lt;br /&gt;
An audio track must be stored as an uncompressed &amp;lt;code&amp;gt;.wav&amp;lt;/code&amp;gt; file with 16-bit samples and one or two channels.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Movie Player]]&lt;br /&gt;
* [[Recording Movies]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Movies]]&lt;/div&gt;</summary>
		<author><name>Eric Lengyel</name></author>
	</entry>
</feed>