Add --audio-bit-rate
Add an option to configure the audio bit-rate.
This commit is contained in:
@@ -221,6 +221,8 @@ execute_server(struct sc_server *server,
|
||||
}
|
||||
if (!params->audio) {
|
||||
ADD_PARAM("audio=false");
|
||||
} else if (params->audio_bit_rate) {
|
||||
ADD_PARAM("audio_bit_rate=%" PRIu32, params->audio_bit_rate);
|
||||
}
|
||||
if (params->video_codec != SC_CODEC_H264) {
|
||||
ADD_PARAM("video_codec=%s",
|
||||
|
||||
Reference in New Issue
Block a user