my.avid.com Open in urlscan Pro
172.64.145.243  Public Scan

Submitted URL: http://www.sibeliusmusic.com//cgi/-bin//user_page.pl?url\=bweaver
Effective URL: https://my.avid.com/account/orientation?returnUrl=%2faccount
Submission: On July 16 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

//www.avid.com/search

<form action="//www.avid.com/search" novalidate="novalidate">
  <div class="search flex items-center">
    <div class="relative basis-[90%]">
      <input type="search" class="focus:border-avidgreen outline-offset-2 border-[1px] border-radius-[2px] text-white border-neutral-light bg-neutral-medium-dark h-10 pl-2 pr-8 w-full" name="search" placeholder="Search Avid..."><button type="submit"
        class="before:absolute before:right-3 before:top-1 font-icons text-avidgreen before:text-lg before:content-['\f002']">
        <span class="sr-only">Search</span>
      </button>
    </div>
    <div class="basis-[10%]">
      <button type="button" class="text-white w-full font-icons before:content-['\f00d'] block lg:hidden">
        <span class="sr-only">close</span>
      </button>
    </div>
  </div>
</form>

//www.avid.com/search

<form action="//www.avid.com/search" novalidate="novalidate">
  <div class="search flex items-center">
    <div class="relative basis-[90%]">
      <input class="focus:border-avidgreen outline-offset-2 border-[1px] border-radius-[2px] text-white border-neutral-light bg-neutral-medium-dark h-10 pl-2 pr-8 w-full" type="search" name="search" placeholder="Search Avid..."><button type="submit"
        class="before:absolute before:right-3 before:top-1 font-icons text-avidgreen before:text-lg before:content-['002']">
        <span class="sr-only">Search</span>
      </button>
    </div>
    <div class="basis-[10%]">
      <button id="avidPublicNav--subMenu-searchClose" type="button" class="text-white w-full font-icons before:content-['\f00d'] block lg:hidden">
        <span class="sr-only">close</span>
      </button>
    </div>
  </div>
</form>

POST /account/orientation/Login

<form action="/account/orientation/Login" class="js-login-form" method="post" novalidate="novalidate"><input id="Theme" name="Theme" type="hidden" value="">
  <div class="span5">
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="Email">Email<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input class="text-box single-line" data-val="true" data-val-required="<p>Email address is required.</p>" id="Email" name="Email" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="Password">Password<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input data-val="true" data-val-required="<p>Password is required</p>" id="Password" name="Password" type="password">
        <span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
      </div>
    </div>
    <a class="emphasized" href="/account/ResetPassword?ReturnUrl=%2Faccount">Forgot Password?</a>
    <div class="clearfix">
      <div class="editor-field">
        <input id="RememberMe" name="RememberMe" type="checkbox" value="true"><input name="RememberMe" type="hidden" value="false">
      </div>
      <div class="editor-label">
        <label for="RememberMe">Remember Me</label>
      </div>
    </div>
    <div class="clearfix esd-linking">
      <div class="editor-field">
        <input id="SyncAccounts" name="SyncAccounts" type="checkbox" value="true"><input name="SyncAccounts" type="hidden" value="false">
      </div>
      <div class="editor-label avid-ask">
        <label for="SyncAccounts">Link my Avid Video Community account</label>
        <!-- ask help -->
        <a class="avid-ask-question ask-purple fancybox-ready" href="#jsAvidAskLinkAccounts">?</a>
        <!-- /ask help -->
        <!-- answer help -->
        <div id="jsAvidAskLinkAccounts" class="avid-help-fancybox">
          <div class="ahw-content">
            <p>Linking all accounts will provide you easier access to all avid accounts at one place.</p>
            <h4>Your Avid Master Account lets you:</h4>
            <ul class="ahw-list">
              <li>Manage your profile settings</li>
              <li>Download and activate your products</li>
              <li>View your product details</li>
              <li>Access the Support Center</li>
            </ul>
          </div>
        </div>
        <!-- /answer help -->
      </div>
    </div>
  </div>
  <input id="ReturnUrl" name="ReturnUrl" type="hidden" value="/account"> <button type="submit" id="login" class="btn">Sign In</button>
</form>

POST /account/orientation/CreateAccount

<form action="/account/orientation/CreateAccount" class="js-create-account" method="post" novalidate="novalidate">
  <div class="span5">
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="FirstName">First Name<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input class="text-box single-line" data-val="true" data-val-length="This field cannot exceed {0} characters in length." data-val-length-max="40" data-val-regex="Please remove all non-western and special characters"
          data-val-regex-pattern="^[A-Za-z\x80-\xFF\s']+(-[A-Za-z\x80-\xFF\s']+){0,}$" data-val-required="<p>First Name is required.</p>" id="FirstName" name="FirstName" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="LastName">Last Name<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input class="text-box single-line" data-val="true" data-val-length="This field should be between {1} and {0} characters in length" data-val-length-max="80" data-val-length-min="2"
          data-val-regex="Please remove all non-western and special characters" data-val-regex-pattern="^[A-Za-z\x80-\xFF\s']+(-[A-Za-z\x80-\xFF\s']+){0,}$" data-val-required="<p>Last Name is required.</p>" id="LastName" name="LastName" type="text"
          value="">
        <span class="field-validation-valid" data-valmsg-for="LastName" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="Country">Country<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <select class="js-country-dropdown js-optin-list" name="Country">
          <option data-isgdpr="false" value="US">United States</option>
          <option data-isgdpr="false" value="GB">United Kingdom</option>
          <option data-isgdpr="false" value="CA">Canada</option>
          <option data-isgdpr="true" value="DE">Germany</option>
          <option data-isgdpr="false" value="AU">Australia</option>
          <option data-isgdpr="false" value="AF">Afghanistan</option>
          <option data-isgdpr="false" value="AL">Albania</option>
          <option data-isgdpr="false" value="DZ">Algeria</option>
          <option data-isgdpr="false" value="AD">Andorra</option>
          <option data-isgdpr="false" value="AO">Angola</option>
          <option data-isgdpr="false" value="AR">Argentina</option>
          <option data-isgdpr="false" value="AM">Armenia</option>
          <option data-isgdpr="false" value="AW">Aruba</option>
          <option data-isgdpr="true" value="AT">Austria</option>
          <option data-isgdpr="false" value="BS">Bahamas</option>
          <option data-isgdpr="false" value="BH">Bahrain</option>
          <option data-isgdpr="false" value="BD">Bangladesh</option>
          <option data-isgdpr="false" value="BB">Barbados</option>
          <option data-isgdpr="true" value="BE">Belgium</option>
          <option data-isgdpr="false" value="BZ">Belize</option>
          <option data-isgdpr="false" value="BJ">Benin</option>
          <option data-isgdpr="false" value="BM">Bermuda</option>
          <option data-isgdpr="false" value="BO">Bolivia</option>
          <option data-isgdpr="false" value="BA">Bosnia and Herzegovina</option>
          <option data-isgdpr="false" value="BW">Botswana</option>
          <option data-isgdpr="false" value="BR">Brazil</option>
          <option data-isgdpr="false" value="BN">Brunei</option>
          <option data-isgdpr="true" value="BG">Bulgaria</option>
          <option data-isgdpr="false" value="BF">Burkina Faso</option>
          <option data-isgdpr="false" value="BI">Burundi</option>
          <option data-isgdpr="false" value="KH">Cambodia</option>
          <option data-isgdpr="false" value="CM">Cameroon</option>
          <option data-isgdpr="false" value="CV">Cape Verde</option>
          <option data-isgdpr="false" value="KY">Cayman Islands</option>
          <option data-isgdpr="false" value="CF">Central African Republic</option>
          <option data-isgdpr="false" value="TD">Chad</option>
          <option data-isgdpr="false" value="CL">Chile</option>
          <option data-isgdpr="false" value="HK">China (Hong Kong)</option>
          <option data-isgdpr="false" value="CN">China (Mainland)</option>
          <option data-isgdpr="false" value="CO">Colombia</option>
          <option data-isgdpr="false" value="KM">Comoros</option>
          <option data-isgdpr="false" value="CG">Congo</option>
          <option data-isgdpr="false" value="CR">Costa Rica</option>
          <option data-isgdpr="false" value="CI">Cote DIvoire (Ivory Coast)</option>
          <option data-isgdpr="true" value="HR">Croatia (Hrvatska)</option>
          <option data-isgdpr="false" value="CU">Cuba</option>
          <option data-isgdpr="false" value="CW">Curacao</option>
          <option data-isgdpr="true" value="CY">Cyprus</option>
          <option data-isgdpr="true" value="CZ">Czech Republic</option>
          <option data-isgdpr="false" value="CD">Democratic Republic of the Congo</option>
          <option data-isgdpr="true" value="DK">Denmark</option>
          <option data-isgdpr="false" value="DJ">Djibouti</option>
          <option data-isgdpr="false" value="DO">Dominican Republic</option>
          <option data-isgdpr="false" value="EC">Ecuador</option>
          <option data-isgdpr="false" value="EG">Egypt</option>
          <option data-isgdpr="false" value="SV">El Salvador</option>
          <option data-isgdpr="false" value="GQ">Equatorial Guinea</option>
          <option data-isgdpr="false" value="ER">Eritrea</option>
          <option data-isgdpr="true" value="EE">Estonia</option>
          <option data-isgdpr="false" value="ET">Ethiopia</option>
          <option data-isgdpr="false" value="FO">Faroe Islands</option>
          <option data-isgdpr="false" value="FJ">Fiji</option>
          <option data-isgdpr="true" value="FI">Finland</option>
          <option data-isgdpr="true" value="FR">France</option>
          <option data-isgdpr="false" value="GF">French Guiana</option>
          <option data-isgdpr="false" value="PF">French Polynesia</option>
          <option data-isgdpr="false" value="GA">Gabon</option>
          <option data-isgdpr="false" value="GM">Gambia</option>
          <option data-isgdpr="false" value="GE">Georgia</option>
          <option data-isgdpr="false" value="GH">Ghana</option>
          <option data-isgdpr="false" value="GI">Gibraltar</option>
          <option data-isgdpr="true" value="GR">Greece</option>
          <option data-isgdpr="false" value="GL">Greenland</option>
          <option data-isgdpr="false" value="GP">Guadeloupe</option>
          <option data-isgdpr="false" value="GU">Guam</option>
          <option data-isgdpr="false" value="GT">Guatemala</option>
          <option data-isgdpr="false" value="GO">Guernsey</option>
          <option data-isgdpr="false" value="GN">Guinea</option>
          <option data-isgdpr="false" value="GW">Guinea-Bissau</option>
          <option data-isgdpr="false" value="GY">Guyana</option>
          <option data-isgdpr="false" value="HT">Haiti</option>
          <option data-isgdpr="false" value="HN">Honduras</option>
          <option data-isgdpr="true" value="HU">Hungary</option>
          <option data-isgdpr="false" value="IS">Iceland</option>
          <option data-isgdpr="false" value="IN">India</option>
          <option data-isgdpr="false" value="ID">Indonesia</option>
          <option data-isgdpr="false" value="IR">Iran</option>
          <option data-isgdpr="false" value="IQ">Iraq</option>
          <option data-isgdpr="true" value="IE">Ireland</option>
          <option data-isgdpr="false" value="IL">Israel</option>
          <option data-isgdpr="true" value="IT">Italy</option>
          <option data-isgdpr="false" value="JM">Jamaica</option>
          <option data-isgdpr="false" value="JP">Japan</option>
          <option data-isgdpr="false" value="JE">Jersey</option>
          <option data-isgdpr="false" value="JO">Jordan</option>
          <option data-isgdpr="false" value="KZ">Kazakhstan</option>
          <option data-isgdpr="false" value="KE">Kenya</option>
          <option data-isgdpr="false" value="KW">Kuwait</option>
          <option data-isgdpr="false" value="KG">Kyrgyzstan</option>
          <option data-isgdpr="false" value="LA">Laos</option>
          <option data-isgdpr="true" value="LV">Latvia</option>
          <option data-isgdpr="false" value="LB">Lebanon</option>
          <option data-isgdpr="false" value="LS">Lesotho</option>
          <option data-isgdpr="false" value="LR">Liberia</option>
          <option data-isgdpr="false" value="LI">Liechtenstein</option>
          <option data-isgdpr="true" value="LT">Lithuania</option>
          <option data-isgdpr="true" value="LU">Luxembourg</option>
          <option data-isgdpr="false" value="MO">Macau</option>
          <option data-isgdpr="false" value="MK">Macedonia</option>
          <option data-isgdpr="false" value="MG">Madagascar</option>
          <option data-isgdpr="false" value="MW">Malawi</option>
          <option data-isgdpr="false" value="MY">Malaysia</option>
          <option data-isgdpr="false" value="MV">Maldives</option>
          <option data-isgdpr="false" value="ML">Mali</option>
          <option data-isgdpr="true" value="MT">Malta</option>
          <option data-isgdpr="false" value="MQ">Martinique</option>
          <option data-isgdpr="false" value="MR">Mauritania</option>
          <option data-isgdpr="false" value="MU">Mauritius</option>
          <option data-isgdpr="false" value="MX">Mexico</option>
          <option data-isgdpr="false" value="MD">Moldova</option>
          <option data-isgdpr="false" value="MC">Monaco</option>
          <option data-isgdpr="false" value="MN">Mongolia</option>
          <option data-isgdpr="false" value="MA">Morocco</option>
          <option data-isgdpr="false" value="MZ">Mozambique</option>
          <option data-isgdpr="false" value="MM">Myanmar</option>
          <option data-isgdpr="false" value="NA">Namibia</option>
          <option data-isgdpr="false" value="NP">Nepal</option>
          <option data-isgdpr="true" value="NL">Netherlands</option>
          <option data-isgdpr="false" value="NC">New Caledonia</option>
          <option data-isgdpr="false" value="NZ">New Zealand</option>
          <option data-isgdpr="false" value="NI">Nicaragua</option>
          <option data-isgdpr="false" value="NE">Niger</option>
          <option data-isgdpr="false" value="NG">Nigeria</option>
          <option data-isgdpr="false" value="NK">North Korea</option>
          <option data-isgdpr="false" value="MP">Northern Mariana Islands</option>
          <option data-isgdpr="false" value="NO">Norway</option>
          <option data-isgdpr="false" value="OM">Oman</option>
          <option data-isgdpr="false" value="PK">Pakistan</option>
          <option data-isgdpr="false" value="PA">Panama</option>
          <option data-isgdpr="false" value="PY">Paraguay</option>
          <option data-isgdpr="false" value="PE">Peru</option>
          <option data-isgdpr="false" value="PH">Philippines</option>
          <option data-isgdpr="true" value="PL">Poland</option>
          <option data-isgdpr="true" value="PT">Portugal</option>
          <option data-isgdpr="false" value="PR">Puerto Rico</option>
          <option data-isgdpr="false" value="QA">Qatar</option>
          <option data-isgdpr="false" value="RE">Reunion</option>
          <option data-isgdpr="true" value="RO">Romania</option>
          <option data-isgdpr="false" value="RW">Rwanda</option>
          <option data-isgdpr="false" value="SM">San Marino</option>
          <option data-isgdpr="false" value="ST">Sao Tome and Principe</option>
          <option data-isgdpr="false" value="SA">Saudi Arabia</option>
          <option data-isgdpr="false" value="SN">Senegal</option>
          <option data-isgdpr="false" value="RS">Serbia</option>
          <option data-isgdpr="false" value="SC">Seychelles</option>
          <option data-isgdpr="false" value="SL">Sierra Leone</option>
          <option data-isgdpr="false" value="SG">Singapore</option>
          <option data-isgdpr="true" value="SK">Slovak Republic</option>
          <option data-isgdpr="true" value="SI">Slovenia</option>
          <option data-isgdpr="false" value="SO">Somalia</option>
          <option data-isgdpr="false" value="ZA">South Africa</option>
          <option data-isgdpr="false" value="KR">South Korea</option>
          <option data-isgdpr="true" value="ES">Spain</option>
          <option data-isgdpr="false" value="LK">Sri Lanka</option>
          <option data-isgdpr="false" value="LC">St. Lucia</option>
          <option data-isgdpr="false" value="SU">Sudan</option>
          <option data-isgdpr="false" value="SR">Suriname</option>
          <option data-isgdpr="false" value="SZ">Swaziland</option>
          <option data-isgdpr="true" value="SE">Sweden</option>
          <option data-isgdpr="false" value="CH">Switzerland</option>
          <option data-isgdpr="false" value="SY">Syria</option>
          <option data-isgdpr="false" value="TW">Taiwan</option>
          <option data-isgdpr="false" value="TJ">Tajikistan</option>
          <option data-isgdpr="false" value="TZ">Tanzania</option>
          <option data-isgdpr="false" value="TH">Thailand</option>
          <option data-isgdpr="false" value="TG">Togo</option>
          <option data-isgdpr="false" value="TO">Tonga</option>
          <option data-isgdpr="false" value="TT">Trinidad and Tobago</option>
          <option data-isgdpr="false" value="TN">Tunisia</option>
          <option data-isgdpr="false" value="TR">Turkey</option>
          <option data-isgdpr="false" value="TM">Turkmenistan</option>
          <option data-isgdpr="false" value="UG">Uganda</option>
          <option data-isgdpr="false" value="UA">Ukraine</option>
          <option data-isgdpr="false" value="AE">United Arab Emirates</option>
          <option data-isgdpr="false" value="UY">Uruguay</option>
          <option data-isgdpr="false" value="UZ">Uzbekistan</option>
          <option data-isgdpr="false" value="VE">Venezuela</option>
          <option data-isgdpr="false" value="VN">Viet Nam</option>
          <option data-isgdpr="false" value="VI">Virgin Islands (U.S.)</option>
          <option data-isgdpr="false" value="YE">Yemen</option>
          <option data-isgdpr="false" value="ZM">Zambia</option>
          <option data-isgdpr="false" value="ZW">Zimbabwe</option>
        </select>
        <span class="field-validation-valid" data-valmsg-for="Country" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group hidden js-optin-content">
      <div class="emphasized editor-field controls"> Occasionally, Avid may email you with important information about Avid’s products and services, special offers, and tips and tricks to help you get the most from your Avid product. You may
        unsubscribe at any time. </div>
      <div class="editor-field controls">
        <label><input id="OptionalAvidCommunications" name="OptionalAvidCommunications" type="checkbox" value="true"><input name="OptionalAvidCommunications" type="hidden" value="false"> Contact me via email.</label>
      </div>
    </div>
    <div class="clearfix">
      <div class="float-left">
        <label for="ArtistName">User Name</label>
      </div>
      <div class="float-right">
        <input class="text-box single-line" data-val="true" data-val-length="This field should be between {1} and {0} characters in length" data-val-length-max="40" data-val-length-min="3" id="ArtistName" name="ArtistName" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="ArtistName" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label"></div>
      <div class="editor-field controls">
        <input class="accountTypeOption" data-val="true" data-val-required="Please select account type" id="is-business-account-true" name="IsBusinessAccount" type="radio" value="True">
        <label class="display-inline" for="is-business-account-true">This is business account</label>
      </div>
      <div class="editor-label control-label"></div>
      <div class="editor-field controls">
        <input class="accountTypeOption" id="is-business-account-false" name="IsBusinessAccount" type="radio" value="False">
        <label class="display-inline" for="is-business-account-false">This is personal account</label>
      </div>
    </div>
    <div class="control-group" style="overflow: visible;">
      <div class="editor-label control-label"></div>
      <div class="editor-field controls">
        <span class="field-validation-valid" data-valmsg-for="IsBusinessAccount" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group" id="company-name-container" style="display: none;">
      <div class="editor-label control-label">
        <label class="label-required" for="Company">Company<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input class="text-box single-line" data-val="true" data-val-length="This field should be between 3 and 70 characters in length" data-val-length-max="70" data-val-length-min="3" id="Company" name="Company" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Company" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="Email">Email<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input class="text-box single-line" data-val="true" data-val-length="This field cannot exceed {0} characters in length." data-val-length-max="80" data-val-regex="<p>Email address must be in a valid format (name@domain.com).</p>"
          data-val-regex-pattern="^[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9.\-]+\.[a-zA-Z]{2,23}$" data-val-required="<p>Email address is required.</p>" id="Email" name="Email" type="email" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
        <span class="field-validation-valid" data-valmsg-for="EmailValidationField" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="Password">Password<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input data-val="true"
          data-val-regex="Your password must be between 8 and 32 characters in length. It must contain at least one uppercase letter, at least one lowercase letter, and at least one number. You may include symbols. Leading and trailing spaces will be ignored"
          data-val-regex-pattern="^\s*(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])\S{8,32}\s*$" data-val-required="<p>Password is required</p>" id="Password" name="Password" type="password">
        <span class="field-validation-valid" data-valmsg-for="Password" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group">
      <div class="editor-label control-label">
        <label class="label-required" for="VerifyPassword">Confirm Password<span class="required">*</span></label>
      </div>
      <div class="editor-field controls">
        <input data-val="true" data-val-equalto="<p>Password entries must match.</p>" data-val-equalto-other="*.Password" data-val-required="Password Confirmation is required." id="VerifyPassword" name="VerifyPassword" type="password">
        <span class="field-validation-valid" data-valmsg-for="VerifyPassword" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="control-group clearfix text-right">
      <div class="clearfix">
        <div class="g-recaptcha" data-sitekey="6LeFgvkSAAAAABf-4UnktdQmTBTipuKnXyRFnvtZ" data-theme="light" data-size="normal" data-callback="onCaptchaValid">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-z0v3h7mm5xs2" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeFgvkSAAAAABf-4UnktdQmTBTipuKnXyRFnvtZ&amp;co=aHR0cHM6Ly9teS5hdmlkLmNvbTo0NDM.&amp;hl=de&amp;v=rKbTvxTxwcw5VqzrtN-ICwWt&amp;theme=light&amp;size=normal&amp;cb=t41eyspeezts"></iframe>
            </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
        <span class="field-validation-valid" data-valmsg-for="RecaptchaResponse" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="emphasized text-centered js-optin-nongdpr"> Occasionally, Avid may email you with important information about Avid’s products and services, special offers, and tips and tricks to help you get the most from your Avid product. You may
    unsubscribe at any time. </div>
  <input id="ReturnUrl" name="ReturnUrl" type="hidden" value="/account">
  <div class="policy-eula-terms emphasized"> By creating an Avid Master Account you consent to Avid’s use and processing of your personal data in keeping with its <a href="https://www.avid.com/legal/privacy-policy-statement">Privacy Policy</a>. You
    further agree to the <a href="https://www.avid.com/legal/end-user-license-terms-for-avid-software">Avid EULA</a> and <a href="https://www.avid.com/legal/subscription-terms-and-conditions">Terms and Conditions</a>. </div>
  <button type="submit" id="create-account" class="btn btn-success">Create an account</button>
</form>

Text Content

 * 
 * Search
   close
 * 
 * Log In
 * Cart
 * Menu
   Menu
   Close
   
   English | USD
   
    * Audio & Music
      
      Explore Audio & Music Products
      
       * Music Creation & Audio Production
         
         Pro Tools
         Pro Tools Control Surfaces
         Pro Tools Hardware
         
         Storage
         
         Avid Premium Plans
         Avid NEXIS
         
       * Music Notation
         
         Sibelius
         
         Connect
         
         Avid Link
         
       * VENUE | S6L
         
         S6L
         Function Pad
         On Stage
         
         All Products
         
       * By Workflow & Solution
         
         Artificial Intelligence
         Audio Post Production
         Education
         Live Sound
         Music Creation
         Music Notation
         
         All audio solutions
         
      
      
    * Video & Media
      
      Explore All Video & Media Products
      
       * Video Editing
         
         Media Composer
         Avid Edit on Demand
         Avid Huddle
         
         Storage
         
         Avid Premium Cloud Plans
         Avid NEXIS
         
       * Media & Workflow Management
         
         MediaCentral
         Avid Stream io
         
         Connect
         
         Avid Link
         
       * Graphics
         
         Maestro
         
         All Products
         
       * By Workflow & Solution
         
         Artificial Intelligence
         Audio Post Production
         Education
         Government
         Ingest and Playout
         Media Production
         News Production
         Video Post Production
         View All - Remove
         
         All video and media solutions
         
      
      
    * AI
      
      Avid Ada
      Avid Ada Foundation
      Avid Ada Solution
      
    * Learn
      
      Explore All Learning Materials
      
       * Resources by Product
         
         Pro Tools
         Sibelius
         MediaCentral
         Media Composer
         
       * Resources by Type
         
         Blogs
         Customer Stories
         Live and Virtual Events
         Video Tutorials
         
         All Resources
         
       * Get Training
         
         Learning Services
         Courses
         Certifications
         eBooks
         eLearing for Enterprises
         eLearning for Education
         Learning partners
         Find a Certified Professional
         
       * Give Training
         
         Become a Learning Partner
         
      
      
    * Communities
      
      All Communities
      Pro Audio Community
      Pro Video Community
      Music Notation Community
      Avid Link
      Avid Customer Association
      Avid Global Channel Partners
      
    * Support
      
      Overview
      Contact Support
      Support Plans
      Help Center
      undefined
      
   
   

Search
close
 * Audio & Music
   
   Explore Audio & Music Products
   Close
    * Music Creation & Audio Production
      Pro Tools
      Pro Tools Control Surfaces
      Pro Tools Hardware
      
      Storage
      Avid Premium Plans
      Avid NEXIS
      
    * Music Notation
      Sibelius
      
      Connect
      Avid Link
      
    * VENUE | S6L
      S6L
      Function Pad
      On Stage
      
      All Products
    * By Workflow & Solution
      Artificial Intelligence
      Audio Post Production
      Education
      Live Sound
      Music Creation
      Music Notation
      
      All audio solutions

 * Video & Media
   
   Explore All Video & Media Products
   Close
    * Video Editing
      Media Composer
      Avid Edit on Demand
      Avid Huddle
      
      Storage
      Avid Premium Cloud Plans
      Avid NEXIS
      
    * Media & Workflow Management
      MediaCentral
      Avid Stream io
      
      Connect
      Avid Link
      
    * Graphics
      Maestro
      
      All Products
    * By Workflow & Solution
      Artificial Intelligence
      Audio Post Production
      Education
      Government
      Ingest and Playout
      Media Production
      News Production
      Video Post Production
      View All - Remove
      
      All video and media solutions

 * AI
   
   * Avid Ada
   * Avid Ada Foundation
   * Avid Ada Solution
 * Learn
   
   Explore All Learning Materials
   Close
    * Resources by Product
      Pro Tools
      Sibelius
      MediaCentral
      Media Composer
      
    * Resources by Type
      Blogs
      Customer Stories
      Live and Virtual Events
      Video Tutorials
      
      All Resources
    * Get Training
      Learning Services
      Courses
      Certifications
      eBooks
      eLearing for Enterprises
      eLearning for Education
      Learning partners
      Find a Certified Professional
      
    * Give Training
      Become a Learning Partner
      

 * Communities
   
   * All Communities
   * Pro Audio Community
   * Pro Video Community
   * Music Notation Community
   * Avid Link
   * Avid Customer Association
   * Avid Global Channel Partners
 * Support


WELCOME TO YOUR AVID ACCOUNT


?


NEED HELP?

 * Avid Master Account Frequently Asked Questions
 * Avid Web Store Frequently Asked Questions
 * Creating Avid Account


SIGN IN



Avid Master Account FAQ and Help Information

Email*

Password*

Forgot Password?
Remember Me
Link my Avid Video Community account ?

Linking all accounts will provide you easier access to all avid accounts at one
place.

YOUR AVID MASTER ACCOUNT LETS YOU:

 * Manage your profile settings
 * Download and activate your products
 * View your product details
 * Access the Support Center

Sign In


CREATE A NEW ACCOUNT

An Avid Master Account is all you need to access all Avid services. In addition
to connecting with artists and media professionals around the world to share
your work, collaborate and expand your creative opportunities.

* required fields

First Name*

Last Name*

Country*
United StatesUnited
KingdomCanadaGermanyAustraliaAfghanistanAlbaniaAlgeriaAndorraAngolaArgentinaArmeniaArubaAustriaBahamasBahrainBangladeshBarbadosBelgiumBelizeBeninBermudaBoliviaBosnia
and HerzegovinaBotswanaBrazilBruneiBulgariaBurkina
FasoBurundiCambodiaCameroonCape VerdeCayman IslandsCentral African
RepublicChadChileChina (Hong Kong)China (Mainland)ColombiaComorosCongoCosta
RicaCote DIvoire (Ivory Coast)Croatia (Hrvatska)CubaCuracaoCyprusCzech
RepublicDemocratic Republic of the CongoDenmarkDjiboutiDominican
RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFaroe
IslandsFijiFinlandFranceFrench GuianaFrench
PolynesiaGabonGambiaGeorgiaGhanaGibraltarGreeceGreenlandGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHondurasHungaryIcelandIndiaIndonesiaIranIraqIrelandIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMartiniqueMauritaniaMauritiusMexicoMoldovaMonacoMongoliaMoroccoMozambiqueMyanmarNamibiaNepalNetherlandsNew
CaledoniaNew ZealandNicaraguaNigerNigeriaNorth KoreaNorthern Mariana
IslandsNorwayOmanPakistanPanamaParaguayPeruPhilippinesPolandPortugalPuerto
RicoQatarReunionRomaniaRwandaSan MarinoSao Tome and PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovak
RepublicSloveniaSomaliaSouth AfricaSouth KoreaSpainSri LankaSt.
LuciaSudanSurinameSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTongaTrinidad
and TobagoTunisiaTurkeyTurkmenistanUgandaUkraineUnited Arab
EmiratesUruguayUzbekistanVenezuelaViet NamVirgin Islands
(U.S.)YemenZambiaZimbabwe
Occasionally, Avid may email you with important information about Avid’s
products and services, special offers, and tips and tricks to help you get the
most from your Avid product. You may unsubscribe at any time.
Contact me via email.
User Name

This is business account

This is personal account

Company*

Email*

Password*

Confirm Password*


Occasionally, Avid may email you with important information about Avid’s
products and services, special offers, and tips and tricks to help you get the
most from your Avid product. You may unsubscribe at any time.
By creating an Avid Master Account you consent to Avid’s use and processing of
your personal data in keeping with its Privacy Policy. You further agree to the
Avid EULA and Terms and Conditions.
Create an account
 * About Avid
 * Press Room
 * Investor Relations
 * Careers
 * Developers
 * Order Tracking
 * Email Preferences
 * © 2024 Avid Technology, Inc.
 * Terms & Legal
 * Privacy
 * 

 * 
 * 
 * 
 * 
 * 
 * 
 * 


HOW CAN WE HELP YOU?

×



HOW CAN WE HELP YOU?

×



Cookies Button


USE OF COOKIES ON THIS SITE

Cookies allow us to remember your sign-in details, to optimize site
functionality and to deliver content tailored to your interests. We collect and
use personal information, such as cookies, in accordance with our Privacy
Policy. Click "Agree and proceed" to accept cookies and go to our site, or visit
our Privacy Policy to learn more about cookies and how to manage or disable
them. Use "Cookie settings" to individually manage the categories of cookies
that you would want to provide or deny consent for.Privacy Policy
Agree and proceed
Decline
Cookie settings



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

SOCIAL MEDIA COOKIES

Social Media Cookies

These cookies are set by a range of social media services that we have added to
the site to enable you to share our content with your friends and networks. They
are capable of tracking your browser across other sites and building up a
profile of your interests. This may impact the content and messages you see on
other websites you visit. If you do not allow these cookies you may not be able
to use or see these sharing tools.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices