- Enhancement: Added support for fields (as opposed to frames) to the test sequence generator
- Enhancement: Added support to test sequence generator for skipping generating frames already on the disk, to allow resumption of lengthy generation jobs if interrupted.
0.3 : (02 Sep 2015) Flash/beep detection improvements, customisable test sequences and various bugfixes
NOTE: Not backward compatible with JSON metadata files generated by the test sequence generator in earlier versions (due to pulse detection enhancements).
- Enhancement: Flash/beep detection algorithm improved. Test sequence generator modified to add extra metadata fields that describe the duration of the beeps and flashes in the test sequence.
- Enhancement: Added ability to add custom labels and colours to generated test sequences.
- Enhancement: Added ability to control how long capturing lasts using
--measureSecs
command line option - Bugfix: Failure when measuring not using LIGHT_0 input
- Bugfix: FFMPEG was adding timing offset to audio (relative to video) in MP4s. Added offset via command line options to compensate.
- Bugfix:
exampleCsaTester.py
was providing incorrectpresentationStatus
- Bugfix: Corrected detection of ffmpeg in test sequence encoding script
- Added ability to measure timing accuracy of a TV Device.
- Various refactorings and cleanups