autoEdit 3 - user manual
HomeGithub
1.2.0
1.2.0
  • Introduction
  • Support the project
  • App Release link
  • Installing
    • Installing on Mac OSX
    • Installing on Linux
    • Installing on Windows
  • Uninstalling
  • Initial Setup
  • Speech to text options
    • assemblyAi
    • Speechmatics
    • Mozilla DeepSpeech
    • Pocketsphinx
  • Projects
    • Create a new project
    • Edit a project
    • Delete a project
  • Transcriptions
    • Create a new transcription
      • Working with MXF files
    • Correct the text of a transcription
    • Export options
    • Advanced - working with existing transcripts
  • Paperediting
    • Create a new paper edit
    • Highlight Transcriptions
      • Create custom labels
      • Highlight using custom labels
    • Search
      • Search within one transcript
      • Search across transcripts in a project
    • Add text from a transcript
      • Move the insert point
    • Add headings to your story
    • Reorganize selections
    • Delete
    • Preview
  • Export (options)
    • Opening EDL in video editing software
      • Adobe Premiere
      • Davinci Resolve - 15
      • Final cut pro X
    • Export an video or audio preview
  • Reporting issues
  • Digital Paper Edit - Adobe Panel
    • Install
    • import media
    • Transcription to source monitor
    • Transcription export selections
    • Paper-edit to sequence
Powered by GitBook
On this page
  • Option 1
  • Option 2, using terminal

Was this helpful?

  1. Installing

Installing on Linux

PreviousInstalling on Mac OSXNextInstalling on Windows

Last updated 5 years ago

Was this helpful?

Download the latest stable release from the . Check out the release description to see what has changed from the previous version.

  • Click assets on the version you would like (the newest one is at the top)

  • For linux download the .AppImage file

Option 1

:

  1. Open your file manager and browse to the location of the AppImage

  2. Right-click on the AppImage and click the ‘Properties’ entry

  3. Switch to the Permissions tab and

  4. Click the ‘Allow executing file as program’ checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the ‘Is executable’ checkbox if you are using Dolphin, or change the ‘Execute’ drop down list to ‘Anyone’ if you are using PCManFM

  5. Close the dialog

  6. Double-click on the AppImage file to run

See example below:

Option 2, using terminal

  • Navigate to that folder in terminal and make it executable chmod a+x {exampleName}.AppImage Where exampleName is the name of the app.

  • You can then launch the app from terminal ./exampleName.AppImage.

  • Subsequent times you can just double click the app image icon.

releases page
From AppImage documentation