autoEdit 2 Documentation
1.0.13
1.0.13
  • Introduction
  • Overview
    • Intro
      • Development approach
      • from 1.0.5 to 1.0.6
    • Architecture Overview
      • Lo fi Design Sketches
      • High fidelity sketches in HTML
    • Support the project
    • documentation section template
    • Build / Deployment
      • Deployment/build for Mac OS X
      • Deployment / Build for Linux
      • Deployment / Build for Windows
      • Travis CI continuous build
        • previous travis setup
  • R&D Doc
    • About R&D doc section
    • Transcription & Media Processing
      • Transcription json
      • Transcriber
        • audio to video
        • STT sdks
          • IBM Watson STT
          • Gentle STT
          • Pocketsphinx
      • Video preview conversion
      • Read metadata
    • Hypertranscript
    • Selections, Annotations, Papercuts
      • Selections
      • Annotations
      • Tags
    • Paper-edit
      • Paper-edit json
      • search-filter
      • drag-and-drop
      • Preview Paper-edit video
    • Export
      • EDL export
      • XML export
      • mp4 export
  • Appendix
    • Dev configuration
    • Current db setup
    • EDL Format
    • Reusable components
    • Prerequisites
    • Testing
    • Updating automated documentation
    • ffmpeg and ffprobe in electron
    • Adding STT services
  • Appendix - Data structures
    • IBM Watson json specs
    • Gentle Json transcription specs
    • Pocketsphinx results
    • autoEdit transcription Json
  • QA List
    • QA Intro
  • Adobe Panel
    • autoEdit Adobe CEP Panel dev setup
      • Adobe Extensions HostList codes
    • autoEdit Adobe CEP Panel integration overview
    • Jsx functions for Adobe CEP autoEdit adobe Panel
    • Packaging and distributing Adobe CEP Extensions
      • Packaging signing Adobe CEP Panel in details
      • Submit to Adobe
  • Project Page
    • Build project page
    • Build/update demo front end page
  • Roadmap
    • Improvements
    • Roadmap
      • Paper-editing Roadmap
      • Extra Features Roadmap
      • Future Roadmap
        • Live video editing
        • Social Media Export
        • Translate transcriptions
        • Web app
          • Multi-user collaboration
        • Searchable Editable Archive
        • NLP insights
        • Slack/Chat bot integration
        • Interactive dev tool
        • Phone mms integration with twillio
        • B-roll computational photography
Powered by GitBook
On this page
  • View: New Transcript
  • ✅Import video/audio in autoEdit
  • ✅Import srt caption in autoEdit
  • View: Transcript show
  • ✅Navigation
  • ✅ add highlights selection from autoEdit to premiere
  • 𐄂 add selection from autoEdit to premiere (with in and out points)
  • View: Paper Edit Show
  • ✅Export paper-edit as premiere sequence
  • 𝥷 Clean up
  1. Adobe Panel

autoEdit Adobe CEP Panel integration overview

PreviousAdobe Extensions HostList codesNextJsx functions for Adobe CEP autoEdit adobe Panel

Last updated 6 years ago

Organised by main autoEdit views.

Symbols legend: ✅done, 𝥷 todo , 𐄂 out of scope for this version

diagram showing naming of various parts of adobe premiere that integrate with the autoEdit CEP panel.

Also for user facing functionalities implemented so far.

This is more of planning document to reason around best strategy and functionality for the integration.

View: New Transcript

See user manual for refresher of what this view looks like

✅Import video/audio in autoEdit

For importing video or audio for transcriptions

  • Select a video or audio file in project panel

  • Click on choose file

  • File path is loaded in autoEdit

✅Import srt caption in autoEdit

For importing captions

  • Same as above +

  • For caption option Select a srt file in project panel

  • chose caption file radio button

  • Click chose caption button,

  • Srt File path is loaded in autoEdit

View: Transcript show

See user manual for refresher od what this view looks like

✅Navigation

  • ✅When you navigate to an interview it loads the clip associated into the source monitor (user can replace the clip with a sequence or the correct project item manually if desired)

  • ✅ If on 12.1 highlight the appropriate project item in the browser by selecting programmatically if possible

  • ✅ When user clicks a word:

    • ✅ Moves playhead in source monitor to that point

    • 𐄂 and starts playing

  • 𐄂 Option: stop playing after (x) seconds (if checked will activate a setTimeout to do the scrub method of stopping playback -- can perhaps do programmatically to automatically end at end of nearest paragraph, or allow user to input a setting)

✅ add highlights selection from autoEdit to premiere

The highlights for a transcription can be added to a new premiere video sequence programmatically.

𐄂 add selection from autoEdit to premiere (with in and out points)

in transcription view set inPoint + outPoint on selection or on word click.

Eg When you make new hilight it could set in and out on source monitor.

Or just Out of scope for this version, to be revisited in subsequent versions.

Coz once the clip is loaded in source monitor and the playhead moved to current time on word click. The user can do cmd + i and cmd + o to set the desired outpoint, and then there’s also a video editor short cut to insert (with different type of inserts cmd + , and cmd + .) segment in between in and out into the active sequence or as a workaround for now can use add highlights selection from autoEdit to premiere and clear highlights to make new selections etc..

View: Paper Edit Show

See user manual for refresher of what this view looks like

✅Export paper-edit as premiere sequence

𝥷 Clean up

  • save file from panel in export view or hide

Or even the interactive demo

http://www.autoedit.io/demo/#transcriptions/new
see autoEdit Adobe Panel user manual
LogoTranscription to source monitorautoEdit 2 User Manual
LogoTranscriptionsautoEdit 2 User Manual
LogoTranscriptionsautoEdit 2 User Manual
LogoPapereditingautoEdit 2 User Manual