Question / Help Stopping Recording stuck probably due VBAudio Multiple Tracks

xCoderPL1337

New Member
Hello, probably when I recording a gameplay with VBAudio devices for multiple audio tracks (separated game, teamspeak etc).
Can sbody check my logfiles generated while this "bug" happened?
What other (preffer software) can I use to separate game, teamspeak and other audio sources?
 

Attachments

  • 2019-10-31 19-11-24.txt
    9.5 KB · Views: 7
  • 2019-10-31 19-17-50.txt
    10.7 KB · Views: 4
  • 2019-10-31 19-19-34.txt
    21.1 KB · Views: 5
  • 2019-10-31 19-29-57.txt
    14.1 KB · Views: 3

koala

Active Member
  • the VB-Audio devices have nothing to do with your recording errors.
  • use sane bitrate. cbr 140000 is insanely high. For recording, instead of CBR use CQP with values between 15-25 (lower values mean higher quality)
  • use sane fps. 240 fps for a video is too high.
 

xCoderPL1337

New Member
Didnt fixed after changed to 24 CQP, I still need 240fps.
Tested it little bit, 1 audio device (main Desktop Audio) recording working normally. (works 3/3times)
When I added microphone audio device, I got "Stopping Recording". (didnt work 3/3times)
Removed Microphone, added VBAudio, 3/3 times didnt work.
Only one audio device (only mic selected) didnt work too.
Seems like I got this bug when recording with these audio devices.


Checked it again with little bit more accuracy, and it's caused by these 240fps. But why? My PC can handle it.
 
Last edited:
Top