subkers

package module
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2019 License: MIT Imports: 12 Imported by: 0

README

Subkers

How to convert subtitles to markers

Demostation GIF 3

How to setup "Open with..."*

Demonstration GIF 4

Demonstration GIF 1

How to use markers in Adobe Audition

Demonstration GIF 2

Download

Latest release

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteAll

func WriteAll(markers []Marker, writer io.Writer) error

WriteAll markers to writer

Types

type Marker

type Marker struct {
	StartAt  time.Duration
	Duration time.Duration
	Lines    []string
}

func Process

func Process(filename string) ([]Marker, error)

Process subtitles file to .csv format (markers) for Adobe Audition

func ProcessSpecific

func ProcessSpecific(subtitlesType SubtitleType, reader io.Reader) ([]Marker, error)

ProcessSpecific process specific extension subtitles to .csv format (markers) for Adobe Audition

type SubtitleType

type SubtitleType int
const (
	SRT SubtitleType = iota
	SSA
	ASS
	STL
	TTML
	WebVVT
)

func SubType

func SubType(ext string) (SubtitleType, error)

SubType returns SubtitleType from string

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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