Recording file not play

Suslik V

Active Member
The MOV is similar to the MP4. Thus, very important (ending) part of the video file was damaged (wasn't written to the disk, lost).

For future, as option, you can record specially configured MP4/MOV files (this config usually named "fragmented"):
..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.
 
Top