System seems OK, changed choptime to 4 seconds to keep running time to 14:41 out of 14:44

This commit is contained in:
foley@ru.is
2014-01-24 12:20:34 +00:00
parent 4d77eff73d
commit f7d8c07bad

View File

@@ -33,10 +33,11 @@ int heartbeat_state=0;
String INST_NAME="Trajectories";
String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)";
String YEAR="2014";
int videotime = 10; // set here your DVD title playtime in seconds
int choptime = 2; // how much to chop at the end if the videos are
// not exactly the same length
int resetdelay = 1; // seconds from reset to playing from beginning
int videotime = 14*60+44; // set here your DVD title playtime in seconds
int choptime = 4; // how much to chop at the end
// choptime is also for tuning timing errors
// for this video, 5 chopped off 4 seconds
int resetdelay = 0; // seconds from reset to playing from beginning
int playtime = videotime - choptime + resetdelay;