Changes between Version 2 and Version 3 of GuideVideoSync


Ignore:
Timestamp:
Oct 8, 2012 6:06:19 AM (12 years ago)
Author:
tshalif
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuideVideoSync

    v2 v3  
    2121== Merging the video with the Talos Rowing session data == 
    2222The 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 
     24You 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 
     29The basic usage would be something like: 
     30{{{ 
     31./talosogg {dataInput.txt | dataInput.trsd} {videofile} {outfile.ogg} 
     32}}} 
     33