sipsorcery-org / SIPSorceryMedia.FFmpeg

GNU Lesser General Public License v2.1
34 stars 26 forks source link

Add ability to configure extra encoder options #5

Closed Namaneo closed 3 years ago

Namaneo commented 3 years ago

Just a small PR to add the ability to configure the encoder a little more. :slightly_smiling_face:

For some context, I needed to change the quality, and with those changes I can do that as follow:

var encoder = new FFmpegVideoEncoder(new()
{
    ["quality"] = "realtime"
});
sipsorcery commented 3 years ago

Nice, thanks for the PR!