Drop the hwaccel_output_format argument to fix issue #6
parent
95cfe3fd57
commit
6710930109
|
@ -378,7 +378,7 @@ func (s *Stream) transcodeArgs(startAt float64) []string {
|
||||||
args = append(args, strings.Split(extra, " ")...)
|
args = append(args, strings.Split(extra, " ")...)
|
||||||
} else if s.c.NVENC {
|
} else if s.c.NVENC {
|
||||||
CV = "h264_nvenc"
|
CV = "h264_nvenc"
|
||||||
extra := "-hwaccel cuda -hwaccel_output_format cuda"
|
extra := "-hwaccel cuda"
|
||||||
args = append(args, strings.Split(extra, " ")...)
|
args = append(args, strings.Split(extra, " ")...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue