System seems OK, changed choptime to 4 seconds to keep running time to 14:41 out of 14:44
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user