Other Topic Library Versions

Importing via Pinnacle emulation K2 FTP

  1. With your third-party automation vendor or FTP client, connect to the K2 FTP server as follows:

    FTP username: video_fs

    FTP password: .video_fs

    The username and password are case sensitive.
  2. Create a directory named for the Pinnacle clip.
  3. Put the following Pinnacle clip files in the directory in the following order:

    header

    ft

    info (optional)

    std

    Use the following example as a guideline:
    J:\>ftp mx-proto-b14
    Connected to mx-proto-b14.
    220 FTP Server (1, 0, 0, 1) ready.
    User (mx-proto-b14:(none)): video_fs
    331 Password required for user video_fs.
    Password:
    230 Logged in, and aspect successfully set to MOVIE, stream mode PIN.
    ftp> bin
    200 Type set to IMAGE.
    ftp> mkdir pinnacle_clip
    250 Command “XMKD pinnacle_clip” succeeded.
    ftp> cd pinnacle_clip
    250 Change of directory to explodedFile/V:/default/pinnacle_clip successful, xfer mode PIN.
    ftp> put header
    200 PORT command okay.
    150 Opening MOVIE mode data connection for header.
    226 Transfer complete.
    ftp: 132 bytes sent in 0.00Seconds 132000.00Kbytes/sec.
    ftp> put ft
    200 PORT command okay.
    150 Opening MOVIE mode data connection for ft.
    226 Transfer complete.
    ftp: 393216 bytes sent in 0.11Seconds 3574.69Kbytes/sec.
    ftp> put std
    200 PORT command okay.
    150 Opening MOVIE mode data connection for /explodedFile/V:/default/pinnacle_clip.
    226 Transfer complete.
    ftp: 56097960 bytes sent in 16.25Seconds 3452.18Kbytes/sec.
    ftp> quit
    221 Goodbye.

Copyright © 2015 Grass Valley USA, LLC. All rights reserved. K2 Summit 9.5 gvtp_20151106_14:27:14