steps

package
v0.0.0-...-03ee275 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package steps contains all steps for the program and handles the flow between them

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

Manager handles the flow between the steps

func NewManager

func NewManager() *Manager

NewManager returns a new instance of Manager

func (*Manager) Init

func (m *Manager) Init() tea.Cmd

Init initializes the manager. The substeps will be initialized when they are called.

func (*Manager) Update

func (m *Manager) Update(msg tea.Msg) (tea.Model, tea.Cmd)

Update performs I/O for the manager

func (*Manager) View

func (m *Manager) View() string

View renders the model

Directories

Path Synopsis
Package assemble collects and prepares the required files for the next steps
Package assemble collects and prepares the required files for the next steps
Package framerate lets the user choose a framerate using multiple available methods.
Package framerate lets the user choose a framerate using multiple available methods.
Package input lets the user define the input directory
Package input lets the user define the input directory
Package output lets the user choose the output filename
Package output lets the user choose the output filename
Package render renders the video and views the progress
Package render renders the video and views the progress
Package summary shows all configured details and lets the user confirm
Package summary shows all configured details and lets the user confirm
Package timerange lets the user choose the from- and to-times for the input files
Package timerange lets the user choose the from- and to-times for the input files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL