Table 23 Asset.xml File Parameters - Juniper MEDIA FLOW CONTROLLER 2.0.4 - ADMINISTRATOR S GUIDE AND CLI Administrator's Manual

Administrator’s guide and cli command reference
Table of Contents

Advertisement

SmoothFlow Deployment
asset.xml
This file specifies the encoding configuration parameters for each asset. The name of this
XML file is specified via the –a command line parameter. The configurable parameters for
asset.xml are described in
Table 23
asset.xml File Parameters
Parameters
<asset_parameters>
< ?xml version="1.0"?>
<!—Asset Level Encoding Configuration Parameters-->
<asset_parameters>
<videoname> {video_file_name} </videoname>
<profile_cnt> {number_of_profiles} </profile_cnt>
<profile_info> p= {index} 1 ab= {audio-bitrate in kbps} vb= {video-bitrate in
kbps} width={width in pixels} height={height in pixels} deinterlace={true/
false , default = true} </profile_info>
<profile_info> p= {index} 1 ab= {audio-bitrate in kbps} vb= {video-bitrate in
kbps} width={width in pixels} height={height in pixels} deinterlace={true/
false, default = true} </profile_info>
<fps> 25</fps>
<format>flv</format>
<keyframe_interval>50</keyframe_interval>
</asset_parameters>
258
Creating Assets Using an SaaS
Table
23, followed by an example file.
<videoname> – Video name with full path, if not in the current directory of
the script
<profile_cnt> – Number of multi bitrate files that need to be generated
(default is 3)
<profile_info> — Information regarding the output profiles with following
attributes. The 3 default profiles that will be generated will be at a video
bitrate of 250kbps,500kbps, 800kbps and audio bitrate 64kbps (constant for
all profiles)
•  
p – profile number
•  
ab – audio bitrate for profile
•  
vb – video bitrate for profile
•  
width – pixel width for profile
•  
height – pixel height for profile
•  
deinterlace – option to convert interlaced video, like common analog
television signals, into a non-interlaced form (for example, field to frame
conversion)
<fps> – Frames per second of the video
<format> – Container format for the encoded media (either flv, mp4)
<keyframe_interval> – Key frame positions
The recommended keyframe interval is two seconds; however, this file
specifies the keyframe interval in numbers of frames, not seconds. To have
a two second frame interval, make this value double the value entered for
<fps> (frames per second).
Media Flow Controller Administrator's Guide
Tags and Descriptions
Copyright © 2010, Juniper Networks, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Media flow controller 2.0.4

Table of Contents