Tagged Questions
0
votes
1answer
197 views
Windows Media Encoder : How to set average bitrate in audio Bitrate-based mode
How to set average bitrate in audio Bitrate-based mode?
In Window media encoder SDK, it tell that I must specify average bitrate.
Is it using the same audience.SetAudioConfig(0, 2, 44100, 192000, 16); ...
0
votes
1answer
131 views
Cannot record Bitrate-based audio using Windows media encoder
I want to record video from webcam and sound from microphone using Windows Media Encoder.
I set a profile to record audio using bitrate-based mode and video using CBR.
this.newProfile = new ...