if (FALSE) {
## Get mediapipe image annotations for the eleventh second of a transcript
expression = paste(sep="&&",
"layer.id == 'mediapipe'",
"graph.id == 'AP511_MikeThorpe.eaf'",
"start.offset >= 10",
"end.offset < 11")
png.files <- getMatchingAnnotationData(labbcat.url, expression, path="png")
}
Run the code above in your browser using DataLab