Migrate from Vimeo to FastPix

Learn how to obtain Vimeo credentials and migrate videos to FastPix, including API access, video selection, and seamless content transfer.

Migrate your Vimeo video library to FastPix using the FastPix Migration Tool. You generate a Vimeo access token, set up the tool locally, and run the migration.

Evaluating FastPix against Vimeo? See the FastPix vs Vimeo comparison for a side-by-side look at features and pricing.


Before you begin

Before migrating videos from Vimeo to FastPix, make sure you have:

  • A Vimeo Standard, Advanced, or Enterprise plan. Access to video source files through the Vimeo API isn’t available on the Free or Starter plans.
  • A FastPix account with an Access Token ID and Secret Key.
  • Node.js 18 or later.
  • npm or Yarn.
  • Git installed on your machine.

Set up the Migration Tool

  1. Clone the Migration Tool repository to your local machine:
$git clone https://github.com/FastPix/migration-tool.git
  1. Navigate to the project directory:
$cd migration-tool
  1. Install dependencies:
$npm install

Or:

$yarn install
  1. Start the application:
$npm run dev

Or:

$yarn dev
  1. Open the Migration Tool in your browser:
http://localhost:3000

Obtain Vimeo credentials

To migrate videos from Vimeo, create a Vimeo access token that FastPix can use to access your videos and source files.

Creating a Vimeo access token requires two steps:

  1. Create a Vimeo application.
  2. Generate an access token for the application.

Create a Vimeo application

To create an application, go to your Vimeo applications, and click Create an app.


Create a Vimeo application


Create an access token

After your app is ready, Vimeo redirects you to the application settings page. You can generate access tokens on this page.

  1. In the Authentication section, select Authenticated (you).
  2. Enable Private and Video Files.
  3. Click Generate.
  4. Copy the generated access token.

Authentication


Use this token value in the FastPix Migration Tool to authenticate your Vimeo account for the migration.



Migrate videos from Vimeo to FastPix

With the Migration Tool running at http://localhost:3000, migrate your videos:

  1. Select Vimeo as your source platform.

    Source platform selection

  2. Verify your Vimeo credentials. Enter the access token from Create an access token, then click Verify Credentials and wait for confirmation.

    Source credentials validation

  3. Select the videos to import. On the Select your videos page, choose Transfer Everything to migrate all your videos.

    Video selection for import

  4. Select FastPix as your destination platform.

    Destination platform selection

  5. Verify your FastPix credentials. Enter your FastPix Access Token ID and Secret Key, then click Verify Credentials and wait for confirmation.

    Destination credentials validation

  6. Configure the import settings. Set the encoding tier, maximum resolution tier, and playback policy, then click Confirm and Review.

    Import settings configuration

  7. Review and start the job. Review your selected settings, then click Start Job to begin the migration.

  8. Track the migration. Monitor the progress on the video tracking page until the migrated videos appear.

    Migration tracking