The play time got left at the 5 minute test time for the trajectories installation. Corrected, in testing.

This commit is contained in:
foley@ru.is
2014-01-24 09:09:38 +00:00
parent e3daa0cee0
commit 7a55e0c71f

View File

@@ -33,8 +33,7 @@ int heartbeat_state=0;
String INST_NAME="Trajectories"; String INST_NAME="Trajectories";
String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)"; String ARTIST="Sigurdur Gudjonsson (video) & Anna Thorvaldsdottir (sound)";
String YEAR="2014"; String YEAR="2014";
//int videotime = 14*60+44; // set here your DVD title playtime in seconds int videotime = 14*60+44; // set here your DVD title playtime in seconds
int videotime = 5*60; // set here your DVD title playtime in sec
int choptime = 3; // how much to chop at the end if the videos are int choptime = 3; // how much to chop at the end if the videos are
// not exactly the same length // not exactly the same length
int playtime = videotime - choptime; int playtime = videotime - choptime;