Question / Help Files not exporting

WAM! Gaming

New Member
My friend is using a mac computer (5k display) with windows 10 installed on it. He has his file output path set as C:\Users\[CENSORED]\Videos and the file type as mp4, but the videos aren't exporting. I'm not sure what other information is needed, but I will provide things that are asked.
Thanks,
WAM! Gaming
 

Suslik V

Active Member
Finally, I can reproduce first part of the bug:

  • if you specify Output Mode: Advanced
  • set at Recording tab Encoder: x264 (i.e. you wanna define custom settings, not Use stream encoder )
  • set at Recording tab Profile: None
  • and set as output Video>Output (Scaled) Resolution 5120x2880 (parameter that exceed even level 5.2 of the x264, in image size)

click Start recording/Stop recording - then I got an error in log, and my recordings not created. If I start recording again, then there is no error in log, but video file still not created.
i mean, from this log:
https://gist.github.com/aea50fce03fcd48be332
only
2016-03-07 00-48-18.mp4
2016-03-07 00-48-35.mp4
files was created.

Only when I specified
  • at Recording tab Profile: Baseline (only 'baseline', e.g. 'main' and 'high' produce result as 'none' profile, look above)
file created (no error in log)
 

WAM! Gaming

New Member
Finally, I can reproduce first part of the bug:

  • if you specify Output Mode: Advanced
  • set at Recording tab Encoder: x264 (i.e. you wanna define custom settings, not Use stream encoder )
  • set at Recording tab Profile: None
  • and set as output Video>Output (Scaled) Resolution 5120x2880 (parameter that exceed even level 5.2 of the x264, in image size)

click Start recording/Stop recording - then I got an error in log, and my recordings not created. If I start recording again, then there is no error in log, but video file still not created.
i mean, from this log:
https://gist.github.com/aea50fce03fcd48be332
only
2016-03-07 00-48-18.mp4
2016-03-07 00-48-35.mp4
files was created.

Only when I specified
  • at Recording tab Profile: Baseline (only 'baseline', e.g. 'main' and 'high' produce result as 'none' profile, look above)
file created (no error in log)
With profile at baseline I have this error
Code:
17:09:22.905: ---------------------------------
17:09:22.905: [FFmpeg aac encoder: 'Track1'] bitrate: 320, channels: 0
17:09:22.910: ==== Recording Start ===============================================
17:09:22.910: [ffmpeg muxer: 'adv_file_output'] Writing file 'C:/Users/Michael/Desktop/WAM! Gaming/2016-03-06 17-09-22.mp4'...
17:09:23.274: [x264 encoder: 'recording_h264'] encode failed
17:09:23.440: Error encoding with encoder 'recording_h264'
17:09:23.440: Called profile end with mismatching name: start("do_encode"[6CC15620]) <-> end("receive_video"[6CC1562C])
17:09:23.694: [ffmpeg muxer: 'adv_file_output'] Output of file 'C:/Users/Michael/Desktop/WAM! Gaming/2016-03-06 17-09-22.mp4' stopped
17:09:23.694: Output 'adv_file_output': stopping
17:09:23.694: Output 'adv_file_output': Total encoded frames: 48
17:09:23.694: Output 'adv_file_output': Total drawn frames: 47
17:09:23.694: Output 'adv_file_output': Number of skipped frames due to encoding lag: 5 (10.4%)
17:09:23.694: Output 'adv_file_output': Number of lagged frames due to rendering lag/stalls: 11 (23.4%)
17:09:23.694: ==== Recording Stop ================================================
17:09:26.353: [game-capture: 'Game Capture'] attempting to hook process: javaw.exe
17:09:26.354: [game-capture: 'Game Capture'] using helper (direct hook)
17:09:30.360: [game-capture: 'Game Capture'] attempting to hook process: javaw.exe
17:09:30.360: [game-capture: 'Game Capture'] using helper (direct hook)
17:09:34.366: [game-capture: 'Game Capture'] attempting to hook process: javaw.exe
17:09:34.366: [game-capture: 'Game Capture'] using helper (direct hook)
 
Top