Support starting at frame zero.

This commit is contained in:
Toke Jepsen 2019-07-09 11:42:27 +01:00
parent 33c85dd425
commit 3de2dbcb2e

View file

@ -294,7 +294,7 @@ def burnins_from_data(input_path, output_path, data, overwrite=True):
if (
bi_func in ['frame_numbers', 'timecode'] and
not start_frame
start_frame is None
):
log.error(
'start_frame is not set in entered data!'