<div dir="ltr">Hi friends,<div><br></div><div style>I'v successfully built Ffmpeg with --enable-libtheora --enable-libvorbis, I know in command line mode, we can specify -vcode libtheora -acodec libvorbis to use these codecs.</div>
<div style><br></div><div style>But when I'm using Ffmpeg interface in my application, how can I specify the codecs I want to use?</div><div style><br></div><div style>Say, if I want to use theora encoder provided by libtheora , I just need to open corresponding codecid? how about vorbis then? Because Ffmpeg has native codec support fot vorbis, if I just pass in the codec id, which codec (native or libvorbis) will be used?</div>
<div style><br></div><div style>Great thanks!</div><div style><br></div></div>