JSPM

gopro-hilight-extract

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q23203F
  • License ISC

extract HiLight tags for GoPro video files

Package Exports

  • gopro-hilight-extract

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gopro-hilight-extract) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Package usage

const {parse} = require('gopro-hilight-extract');

const filePath = 'GH010760.MP4';
parse(filePath)
    .then(({count, tags}) => {
        console.log(`count = ${count}`);
        console.log(`tags =`);
        tags.forEach((tag, i) => {
            console.log(`  ${i}th  ${tag} millisecond`);
        })
    })

CLI usage

  • basic usage
    npx gopro-hilight-extract GH010760.MP4
  • xmp file for working with Adobe Prelude See Work with GoPro Quik and Adobe Prelude
    npx gopro-hilight-extract -t xmp GH010760.MP4
  • See more
    npx gopro-hilight-extract --help

Work with GoPro Quik and Adobe Prelude

  1. Edit HiLight tags in GoPro Quik
  2. Extract xmp file by npx gopro-hilight-extract -t xmp <file>
  3. Open a Adobe Prelude project and then import a xmp file by the penal which is open on Window -> Unassociated Metadata).
  4. Apply to some clips