Skip to content

[Support]: Cannot export videos longer than 20min #11861

Closed Answered by NickM-27
YenLegion asked this question in General Support
Discussion options

You must be logged in to vote

Yesterday I switched to reencode to h264 on the main (recording) stream, just to see if it would help. Exporting right now actually to test.

the config you have here WILL NOT re-encode anything

I think you are misunderstanding how this works. Adding a second line does not change the original stream, it adds to it.

For example if you have

go2rtc:
  streams:

    southwest:
      - rtsp:https://REDACTED/cam/realmonitor?channel=1&subtype=0&authbasic=REDACTED
      - ffmpeg:southwest#video=h264#audio=copy#audio=opus

go2rtc will check what frigate is asking for (in this case any video and aac audio). If that first stream provides it then go2rtc stops there, otherwise it moves on to the second line.

Replies: 1 comment 5 replies

Comment options

NickM-27
Jun 10, 2024
Collaborator Sponsor

You must be logged in to vote
5 replies
@YenLegion
Comment options

@NickM-27
Comment options

NickM-27 Jun 10, 2024
Collaborator Sponsor

Answer selected by YenLegion
@YenLegion
Comment options

@NickM-27
Comment options

NickM-27 Jun 10, 2024
Collaborator Sponsor

@YenLegion
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment