Obs Stopping Recording... won't stop recording and eventually corrupts.

Vax

New Member

Attachments

  • unknown.png
    unknown.png
    16.6 KB · Views: 9

Suslik V

Active Member
Some encoder failures (internal failures) may cause this never ending "stopping..." of the OBS.

To record directly into .mp4/.mov with minimal damage to the file in case of the failure you may need to look at the: Stopping recording never ends
...the Muxer Settings as:
Code:
movflags=frag_keyframe min_frag_duration=16000000
will help to withstand the crash.

If your editor doesn't supports fragmented files (Muxer Settings above creates such files with fragment length 16 sec) you may remux recording in the main menu of OBS before using it in your editor.
and similar threads.
 

Harold

Active Member
Having a framerate over 120 with a hardware encoder GREATLY increases the chances of problems, as does pausing the recording using a hardware encoder.
 
Top