Skip to content

[FEATURE ADD] Add progress save state file #11

@HunterAP23

Description

@HunterAP23

Describe the feature that is being tested/implemented
Add file to record the state of the program in case the program was closed before all tasks were completed.

  • Add save state functionality to encoder module
    • Save state file should record what video encodes were not started, completed, or cancelled/stopped.
    • For cancelled/stopped encodes, make sure the output file does not exist, and if so delete it before reattempting the encode.
  • Add save state functionality to VMAF calculations
    • Save state file should record what VMAF calculations were not started, completed, or cancelled/stopped.
    • For cancelled/stopped calculations, make sure the output report file does not exist, and if so delete it before reattempting the calculation
  • Add save state functionality to VMAF plotter
    • Save state file should record what VMAF plotting were not started, completed, or cancelled/stopped.
    • For cancelled/stopped plots, make sure the output graph photo and video files do not exist, and if so delete it before reattempting the plotting

List any relations to other issues in this repository or in other repositories
N/A

Metadata

Metadata

Assignees

Labels

CalculatorTasks relating to the calculator portion of the applicationEncoderTasks relating to the encoder portion of the applicationGeneralTasks relating to the entire applicationPlotterTasks relating to the plotter portion of the applicationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions