-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (56 loc) · 3.82 KB
/
index.html
File metadata and controls
67 lines (56 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Transcriptions. A text editor optimized for fast manual transcription of audio- or video material on the Mac." />
<meta name="keywords" content="transcription, education, science, research, qualitative, script, interview, tape, editor" />
<title>Transcriptions</title>
<link href="soleilAlpinBasicStyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="content">
<p id="header">
<img src="transcriptions-icon.png" width=230px alt="Transcriptions. A text editor optimized for fast manual transcription of audio- or video material on the Mac." longdesc="transcriptionsHeader.png" />
</p>
<h1>Transcriptions - a text editor for fast manual transcription on the Mac.</h1>
<p id="req">Requirements: MacOS 26 or later</p>
<!--<p id="header"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/Transcriptions/Transcriptions">
<img src="https://img.shields.io/github/downloads/Transcriptions/Transcriptions/total.svg" alt="Download Badge" longdesc="GithubDownloadBadge.svg" /></p>-->
</br>
<p>Used around the world in research, education and journalism since 2008.</br>
<!--MacBreak Weekly <a href="http://www.mbwpicks.com/2010/03/30/picks-from-mbw-187-a-stick-between-their-legs/">pick of the week on March 30, 2010.</a>-->
</p>
<h2>Features</h2>
<div>
* Media with tape behavior (including variable playback speed)</br>
* Customizeable media-control shortcuts (NOW with Fast Forward)</br>
* Timestamps</br>
* Text substitution</br>
* <a href="http://www.audiotranskription.de/fussschalter.htm">Footpedal-support</a></br>
* Subtitle Editing</br>
* Automatic Transcription (based on Apple SpeechAnalyzer API)
</br>
</div>
</br>
Load media in the player ("File" - "Open media file..."), use the media-controls to adjust speed and volume, set keyboard shortcuts for media control in the "Preferences" pane and type away.
Transcriptions now can auto transcribe media files. It also supports text-substitutions by inserting "@" followed by a text-token. Insert timestamps into the text to jump to a particular position in the loaded media file.</br>
<h2>Transcriptions is <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">Free/Libre Open Source Software</a></h2>
<div>
The source code of Transcriptions is released under the <a href="https://en.wikipedia.org/wiki/BSD_licenses">BSD License</a> and can be checked out at <a href="https://codeberg.org/davidhas/Transcriptions">CodeBerg</a>. The current release of the app is <a href="https://apps.apple.com/at/app/transcriptions/id911974149?l=en-GB&mt=12">available in the Mac AppStore</a> <!--and can be <a href="https://github.com/Transcriptions/Transcriptions/releases/tag/v1.4">downloaded from CodeBerg</a>-->. For MacOS < 26, you can <a href="https://github.com/Transcriptions/Transcriptions/releases/tag/v1.4">download the app from GitHub</a>. For MacOS < 10.12, use <a href=https://github.com/soleil-alpin/Transcriptions/releases/tag/v1.3>release 1.3 on GitHub</a>. Mac OSX 10.9 Mavericks and below, use version 0.8 that can be found <a href="https://code.google.com/archive/p/transcriptions/downloads">here</a>.</br>
</br>
Thanks to all supporters!</br>
</div>
<p>
<p id="header">
<a href="https://apps.apple.com/at/app/transcriptions/id911974149?l=en-GB&mt=12">DOWNLOAD for MacOS</a>
</p>
</br>
<p id="centered">Enjoy using Transcriptions!</p>
<h2>Screenshot</h2>
<p id="header">
<a href="TranscriptionsScreenshot.png"><img src="TranscriptionsScreenshot.png" height="450px" alt="TranscriptionsScreenshot" longdesc="TranscriptionsScreenshot.png" /></a>
</p>
<h2>Support</h2>
<p id="centered">Find support <a href="https://github.com/Transcriptions/Transcriptions/issues">here</a>.</p>
<p id="footer">Mac, MacOS and OS X are trademarks of Apple, Inc.</p>
</body>
</html>