What does the action AddMediaBenchmark mean?

AddMediaBenchmark will add new media to user's queue and set a flag to NOT process automatically after downloading.  When sending XML to the API, format fields can be specified as well.  If NotifyURL is set, a notification will be sent after the media is ready for processing. 
NOTE: The media will get 'Ready to process' status only when at least one is specified. In order to process this MediaID, the action 'ProcessMedia' must be sent as well with the corresponding MediaID.

<?xml version="1.0"?>
<query>
    <userid>[UserID]</userid>
    <userkey>[UserKey]</userkey>
    <action>AddMediaBenchmark</action>
    <format>
        <output>fl9</output>
        <size>320x240</size>
        <bitrate>256k</bitrate>
        <audio_bitrate>64k</audio_bitrate>
        <audio_channels_number>2</audio_channels_number>
        <keep_aspect_ratio>yes</keep_aspect_ratio>
        <video_codec>libx264</video_codec>
        <profile>high</profile>
        <VCodecParameters>no</VCodecParameters>
        <audio_codec>libfaac</audio_codec>
        <two_pass>no</two_pass>
        <cbr>no</cbr>
        <deinterlacing>no</deinterlacing>
        <keyframe>300</keyframe>
        <audio_volume>100</audio_volume>
        <file_extension>mp4</file_extension>
    </format>
    <format>
        <output>thumbnail</output>
        <time>5</time>
        <video_codec>mjpeg</video_codec>
        <keep_aspect_ratio>yes</keep_aspect_ratio>
        <file_extension>jpg</file_extension>
    </format>
<query>
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading...

edchelp