Then stop saving directly to mp4.I've been having trouble getting my longer form videos (1 hour+ in duration) to be viewable without the file being corrupted.
...unfortunately....
As for auto-segmenting, no it's not implemented or currently possible.
movflags=frag_keyframe min_frag_duration=4000000
Saving directly to mp4 is strongly not recommended due to the container format's notorious unreliability.
Save to flv, and if you need mp4s afterwards remux them using the built in function.
As for auto-segmenting, no it's not implemented or currently possible.
...unfortunately.
____________________________________________________________
@DenreiSan Also, you may experiment with Custom Muxer Settings to write fragmented (less compatible, maybe player and edit software update required, but you'll be able to save aborted recordings) mp4/mov file:
Code:movflags=frag_keyframe min_frag_duration=4000000
General info about application, OBS Studio Help Guide: https://obsproject.com/forum/resour...ware-studio-multiplatform-help-guide-pdf.365/