-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_guide.html
More file actions
59 lines (34 loc) · 2.81 KB
/
user_guide.html
File metadata and controls
59 lines (34 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<p>Trimmer Service - <a href="index.html">Home Page</a></p>
<p>Technocrane trimmer is a service that converts raw stream information (*.cgi) into fbx files. Its main feature is the ability to export a defined range of time to fbx. This allows for the splitting of large daily streams into smaller fbx files, which can be imported into DCC applications like Maya, MotionBuilder, and Unreal Engine for further processing. The service can be particularly helpful for importing camera animations longer than 2 minutes into Unreal Engine, which can be a challenge without splitting the animation into smaller parts.</p>
<p><img alt="Preview of trimmer service" src="trimmer_web_test_2.png" /></p>
<p> </p>
<h2>User Guide</h2>
<p>To begin, select a stream *.cgi file. Once the file is successfully read, you will receive information about the number of packets and the start and end timecode of the stream data.</p>
<p>The next step is to define the frame rate of the data and the start and end timecodes of the output fbx animation. Time code is defined in a format "Hours : Minutes : Seconds"</p>
<p>💡 If you leave these values as zeros, the entire duration of the raw stream will be exported.</p>
<p>When you press "Export to FBX," the trim and conversion operation will be executed, and the output file will be downloaded in your browser.</p>
<p> </p>
<h2>FBX Camera specification</h2>
<h3>Camera transform options</h3>
<p>Rotation Order - ZXY</p>
<p>Post rotation 0; 90; 0 in Euler angles</p>
<h3>Calibrated properties</h3>
<ul>
<li><strong>focalLength, focusDistance</strong> - In case of calibrated zoom, the fbx file contains animated focal length and focus distance for the camera</li>
</ul>
<h3>Custom properties of camera</h3>
<ul>
<li><strong>zoom, focus, iris</strong> - camera raw values</li>
<li><strong>trackPos</strong> - represents an offset of crane on a track (if track is used)</li>
<li><strong>packetNumber</strong> - a stamp of a current packet number where data for a given time was read from</li>
</ul>
<p>TimeCode is presented in a several properties</p>
<ul>
<li><strong>TCHour, TCMinute, TCSecond, TCFrame, TCSubframe</strong> and <strong>TCRate</strong> which represents the output frame rate of the data. The frame rate is a user defined property value.</li>
</ul>
<h2> </h2>
<h2>Support</h2>
<p>Official Technocrane Website - <a href="https://www.supertechno.com/">https://www.supertechno.com/</a></p>
<p>Github home page for Technocrane - <a href="https://github.com/technocranes">https://github.com/technocranes</a></p>
<p>Discord channel with support groups - <a href="https://discord.com/invite/qw7QxSR">https://discord.com/invite/qw7QxSR</a></p>
<p>Sergei <Neill3d> Solokhin 2023-2024, specially for Technocrane r.s.o.</p>