This commit is contained in:
parent
ea7558782a
commit
85f8d777ed
@ -901,7 +901,7 @@ class UnifiCamBase(metaclass=ABCMeta):
|
|||||||
|
|
||||||
def get_base_ffmpeg_args(self, stream_index: str = "") -> str:
|
def get_base_ffmpeg_args(self, stream_index: str = "") -> str:
|
||||||
base_args = [
|
base_args = [
|
||||||
"-avoid_negative_ts",
|
# "-avoid_negative_ts",
|
||||||
# "make_zero",
|
# "make_zero",
|
||||||
"-fflags",
|
"-fflags",
|
||||||
# "+genpts+discardcorrupt",
|
# "+genpts+discardcorrupt",
|
||||||
|
Reference in New Issue
Block a user