InterDVDExportProgress
Inherits: RefCounted < Object
Step, elapsed, and ETA reporting for Interactive DVD export.
Description
InterDVDIfoWriter.write_video_ts() and editor export call report() for each bake/mux/IFO/finalize step. Headless prints export_dvd: [n/N] label elapsed mm:ss eta mm:ss. Optional notify receives (step, total, label, line).
Properties
|
Methods
void |
|
format_clock(usec: int) static |
|
format_line() const |
|
get_label() const |
|
get_started_usec() const |
|
get_step() const |
|
get_total() const |
|
void |
Property Descriptions
Callable notify = Callable() 🔗
Optional callback (step, total, label, line).
Method Descriptions
Sets the step total when it is still zero and records the start timestamp.
String format_clock(usec: int) static 🔗
Formats a microsecond duration as mm:ss or hh:mm:ss.
Current [step/total] label elapsed … eta … line.
There is currently no description for this method. Please help us by contributing one!
int get_started_usec() const 🔗
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Increments the current step, prints elapsed/ETA, and calls notify if set.