autoEdit 2 Documentation
1.0.14
1.0.14
  • 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
      • .debug file
      • manifest.xml
      • Premiere.jsx
      • Adobe Extensions HostList codes
    • autoEdit Adobe CEP Panel integration overview
    • Jsx functions for Adobe CEP autoEdit adobe Panel
    • Adding support for json to jsx
    • Packaging Adobe CEP Extensions
      • Packaging signing Adobe CEP Panel in details
  • Distributing Adobe CEP Extensions
    • Submit to Adobe
    • Distribute as a zxp file
  • 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
  • Architecture
  • Mobile friendly
  1. Roadmap
  2. Roadmap
  3. Future Roadmap

Web app

PreviousTranslate transcriptionsNextMulti-user collaboration

Last updated 6 years ago

Architecture

Possible architecture for web app that syncs with desktop app.

Mobile friendly

However there is the need to make a list of mobile friendly features in the backbone client side code that needs to be double-checked. eg make it easier to make selections.

Eg for now, you select text, and then tapping on the selection confirms it. which is not super intuitive.

Nwjs out of the box does not support mp4. However for ios compatible web app, mp4 would be preferred by safari. So that is something to work out as well.

At the moment in the demo it detects when it's on safari and uses the audio preview instead of the video. However If you try it on an android phone you'll see the video preview.

autoEdit, has already been in a mobile first, responsive way. If you .

autoEdit, has already been in a mobile first, responsive way. If you

check out the demo on a smartphone
check out the demo on a smartphone
autoEdit Web app architecture