<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">No you can not. That commit is for using audio filters via ffplay and<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">have nothing<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">to do with libswresample.</span></blockquote>
<div><br></div><div>I was saying that I could probably use that commit to learn how to use libavfilter, not libswresample.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">ffmpeg/ffplay just use filter(s) to convert it to wanted format but you<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">are not required to use filter way, it is just another abstraction of<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">libswresample.</span></blockquote><div><br></div><div>Thanks, this was my source of confusion. I had seen other mailing list messages in which people suggested using filters instead of libswresample for conversion. I wasn't aware that audio filters in that case were just an abstraction of libswresample.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">And you do not need to use libavfilter's filters for this.</span></blockquote>
<div><br></div><div>Indeed my application already used libswresample and worked perfectly. I was just confused as to why it seemed some people recommended using filters instead, and what the difference was.</div><div><br>
</div><div>Thanks again, I appreciate the help.</div><div><br></div>-- <br>- Jorge Israel Peña