plugorgau / bbb-render

Scripts to convert a BigBlueButton recording into a single video file
MIT License
64 stars 26 forks source link

add support to --start and --end time formats like mm:ss or hh:mm:ss or dd:hh:mm:ss #15

Closed valerio-bozzolan closed 3 years ago

valerio-bozzolan commented 3 years ago

This changeset allows multiple TIME formats for --start and --end.

This changeset also introduces a small license section in the README with some credits to the original author.

I've tested this and it seems to me that it has backwards compatibility.

NOTE: A very useful feature for the future is to add another parameter similar to --end but that time counts from the beginning rather than from the end. So one can enter the minutes that your favorite player shows when you identified your timeline points.

jhenstridge commented 3 years ago

I've pushed the clean-ups I suggested and merged the feature. Thank you for your contribution!