A Crash

zhang

New Member
Hi,everyone:
I've met this issue for several weeks. When I recorded the desktop, I sometimes met a problem called" :
[ffmpeg muxer: 'simple_file_output'] os_process_pipe_write for info structure failed
13:17:48.091: [ffmpeg muxer: 'simple_file_output'] ffmpeg-mux: Error writing to 'H:/地震录制视频/2025-07-07_12-47-28.mp4', Invalid argument
13:17:48.091: av_interleaved_write_frame failed: -1: Operation not permitted
13:17:48.091:
13:17:48.093: [ffmpeg muxer: 'simple_file_output'] Output of file 'H:/地震录制视频/2025-07-07_12-47-28.mp4' stopped
13:17:48.093: Output 'simple_file_output': stopping
13:17:48.093: Output 'simple_file_output': Total frames output: 108987
13:17:48.093: Output 'simple_file_output': Total drawn frames: 108922 (109038 attempted)
13:17:48.093: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 116 (0.1%)
13:17:48.093: ==== Recording Stop ================================================
13:17:48.170: Video stopped, number of skipped frames due to encoding lag: 32/109037 (0.0%)
I've uploaded the file.
 

Attachments

  • 2025-07-07 12-17-08.txt
    26.7 KB · Views: 7

prgmitchell

Forum Moderator
try swapping your video encoder to NVENC in settings>output and also changing your recording format to hybrid MP4.
 

zhang

New Member
But there is no NVENC in video encoder. There are only x264, AOM-AV1 and SVT-AV1 for choosing.
 

koala

Active Member
From your log it appears as if the video file is being written for some 10 minutes, then suddenly the OBS process isn't permitted to write any more. You're writing to a H: drive. It may be this drive has become defective and developed bad sectors. I recommend a hardware check and you changing to a different drive and try again.
 

Suslik V

Active Member
Code:
13:17:59.145: [ffmpeg muxer: 'simple_file_output'] Writing file 'H:/地震录制视频/2025-07-07_13-17-59.mp4'...
13:25:36.324: [ffmpeg muxer: 'simple_file_output'] os_process_pipe_write for info structure failed
13:25:36.324: [ffmpeg muxer: 'simple_file_output'] ffmpeg-mux: Error writing to 'H:/地震录制视频/2025-07-07_13-17-59.mp4', Invalid argument
13:25:36.324: av_interleaved_write_frame failed: -1: Operation not permitted
...
The "os_process_pipe_write for info structure failed" in the middle of the file writing is definitely a hardware problem.
According to:
you may look for more error messages about the disk in the "Event Viewer" of Windows.
 

prgmitchell

Forum Moderator
But there is no NVENC in video encoder. There are only x264, AOM-AV1 and SVT-AV1 for choosing.

it doesn't show up because your driver is very out of date, you need to update it https://www.nvidia.com/en-us/drivers/details/247854/

that being said, as also mentioned in this thread it could be an issue with the drive you are recording to but I wanted to check these things first. if you're still having issues after using NVENC and hybrid MP4, you'd want to try recording directly to your C drive.
 

zhang

New Member
Thanks a lot, and the issue didn't appear again after I formatted the portable hard drive.
 

prgmitchell

Forum Moderator
I strongly recommend recording to an internal drive and moving the files to the portable after regardless, you're just asking for more issues recording directly to it.
 
Top