CFMBOX User’s Guide
36
<FORMAT01>, <FORMAT02> on the “format.txt” describe the format number of MLD.
If you want to apply <FORMAT01>, you have to use <F01> directive in the Playlist.
And if you want to apply <FORMAT01>, you have to use <F01> directive in the Playlist.
A position information of MLD is described as “display_position | media_type | X_position,
Y_position, X_length, Y_length”.
n
display_position: It means the display position of MLD and is expressed such as 01, 02, or
03. It is used to describe display position of corresponding file in the Playlist.
n
media_type: It means a media type which is used in display position of MLD. “V” means
video or photo, “P” means photo, “M” means caption, and “T” means clock.
n
X_position, Y_position, X_length, Y_length: It means X position, Y position, X length, and
Y length respectively.
n
Example: 01|V|0,0,704,704 => For display position 01, X position is 0, Y position is 0, X
length is 704, and Y length is 704. Video or photo can be displayed in this display position.
2.2.3
Handling remote command
We can control CFMBOX with remote command(command.txt). Remote command file can be
locate on the Internet server or USB memory.
In case of Internet server, the command.txt file should be in the server root folder. In case of
USB memory, the command.txt file should be in the root folder of USB memory.
Caution
A display position of MLD should be within 1024x768 resolution boundary. It is different
from video output resolution of CFMBOX. If the video output resolution is 1920x1080,
1024x768 size is enlarged to 1920x1080 size.
Caution
Media type “V” have to be only one. It is impossible that there is no “V” or there is more
than 2 media type “V”.
Caution
X_postion, Y_position, X_length, Y_length MUST be multiple of 16. If these value is not
multiple of 16, DSP can make unknown trouble.