![Juniper MEDIA FLOW CONTROLLER 2.0.4 - Administrator'S Manual Download Page 258](http://html1.mh-extra.com/html/juniper/media-flow-controller-2-0-4/media-flow-controller-2-0-4_administrators-manual_2032854258.webp)
SmoothFlow Deployment
Media Flow Controller Administrator’s Guide
258
Creating Assets Using an SaaS
Copyright © 2010, Juniper Networks, Inc.
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
, followed by an example file.
< ?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>
Table 23
asset.xml File Parameters
Parameters
Tags and Descriptions
<asset_parameters>
<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).
Summary of Contents for MEDIA FLOW CONTROLLER 2.0.4 -
Page 6: ...Media Flow Controller Administrator s Guide VI Copyright 2010 Juniper Networks Inc...
Page 24: ...LIST OF FIGURES XXIV Copyright 2010 Juniper Networks Inc...
Page 37: ...Copyright 2010 Juniper Networks Inc 37 PART 1 Media Flow Controller Administration...
Page 38: ...Media Flow Controller Administrator s Guide 38 Copyright 2010 Juniper Networks Inc...
Page 285: ...Copyright 2010 Juniper Networks Inc 285 PART 2 Media Flow Controller Command and MIB Reference...
Page 286: ...Media Flow Controller Administrator s Guide 286 Copyright 2010 Juniper Networks Inc...