{{.original.Title}}
{{range .videos}}
{{if eq .Status "completed"}}
{{.Source}} {{.Width}} x {{.Height}} @ {{.FPS}}
{{else}}
Video {{.Source}} {{.Status}}
{{end}}
{{end}}
{{range .audios}}
{{if eq .Status "completed"}}
{{.Rate}}
{{else}}
Audio {{.Status}}
{{end}}
{{end}}