Switch to main profile
parent
cbad0bb175
commit
b4ad9d91be
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue