Changes between Version 2 and Version 3 of GuideVideoSync
- Timestamp:
- Oct 8, 2012 6:06:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuideVideoSync
v2 v3 21 21 == Merging the video with the Talos Rowing session data == 22 22 The product of the following steps is a special OGG file containing both the video and the Talos Rowing session data. The file can be played directly using the [raw-attachment:wiki:WikiStart:talos-rowing.jnlp offline Talos Rowing viewer]. Download and use the [source:main/etc/video-sync video-sync scripts] on your Linux machine. Read the [source:main/etc/video-sync/README README] file to check for usage instructions and system requirements. 23 24 You need: 25 1. Exported Talos Rowing data recording file from the sync video session (either one of xxx-dataInput.txt or xxx-dataInput.trsd) 26 1. The edited video file 27 1. All the scripts from source:main/etc/video-sync under the same directory 28 29 The basic usage would be something like: 30 {{{ 31 ./talosogg {dataInput.txt | dataInput.trsd} {videofile} {outfile.ogg} 32 }}} 33