Switch to main profile

monorepo
Varun Patil 2023-03-17 16:07:33 -07:00
parent cbad0bb175
commit b4ad9d91be
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ func (s *Stream) transcodeArgs(startAt float64) []string {
// Output specs // Output specs
args = append(args, []string{ args = append(args, []string{
"-c:v", CV, "-c:v", CV,
"-profile:v", "high", "-profile:v", "main",
}...) }...)
// Device specific output args // Device specific output args