Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IENT
Camtasia2webvtt
Commits
b1081fde
Commit
b1081fde
authored
May 11, 2021
by
Christian Rohlfing
Browse files
Update Readme.org
parent
fd9ba9de
Pipeline
#465686
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Readme.org
View file @
b1081fde
#+TITLE: Camtasia to WebVTT converter
A tool to grab chapter information from a Camtasia config XML file and convert it to WebVTT
C
hapter file.
A tool to grab chapter information from a Camtasia config XML file and convert it to
a
WebVTT
c
hapter file.
* Usage
Use the [[https://ient.pages.rwth-aachen.de/camtasia2webvtt/][online version]], or access ~index.html~ either locally, or by hosting it somewhere.
Optionally enter a note (~RWTH Aachen University~ is the default note).
Select the camtasia-produced xml file. The converted file will be offered as a download.
- Use the [[https://ient.pages.rwth-aachen.de/camtasia2webvtt/][online version]], or access ~index.html~ either locally, or by hosting it somewhere.
- Optionally enter a note (~RWTH Aachen University~ is the default note).
- Select the Camtasia-produced XML file. The converted WebVTT file will be offered as a download.
* WebVTT
Example taken out of the W3C WebVTT Specification
...
...
@@ -35,12 +33,12 @@ Requirements of a Video text format
#+END_SRC
* Installation
O
nstall npm dependencies using [[https://www.npmjs.com/get-npm][npm]]
I
nstall npm dependencies using [[https://www.npmjs.com/get-npm][npm]]
#+BEGIN_SRC bash
$ npm install
#+END_SRC
O
f
j
ava
s
cript is modified, bundle
j
ava
s
cript using [[http://browserify.org/][browserify]]
I
f
J
ava
S
cript is modified, bundle
J
ava
S
cript using [[http://browserify.org/][browserify]]
#+BEGIN_SRC bash
browserify script.js -o bundle.js
#+END_SRC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment