<div dir="ltr"><div><div><div><div><div><div>Hi!<br><br></div>I have made a test application to transcode to vorbis format (webm container).<br><br></div>So far, based on FFmpeg examples, things are somewhat working, and output file plays properly, but sound in right channel is missing. I tried looking at different possibilities, but so far could not find any answer.<br>
<br>For reference, this is the code I am using:<br><br><a href="https://gist.github.com/anonymous/a3ac583194050081f5bc">https://gist.github.com/anonymous/a3ac583194050081f5bc</a><br><br></div>Working under Windows 7, Zeranoe FFmpeg 32 bit build:<br>
<br>  libavutil      52. 62.100 / 52. 62.100<br>  libavcodec     55. 47.101 / 55. 47.101<br>  libavformat    55. 22.103 / 55. 22.103<br>  libavdevice    55.  5.102 / 55.  5.102<br>  libavfilter     4.  1.100 /  4.  1.100<br>
  libswscale      2.  5.101 /  2.  5.101<br>  libswresample   0. 17.104 /  0. 17.104<br>  libpostproc    52.  3.100 / 52.  3.100<br><br></div>Input file "test.mp2", is attached as well.<br><br></div>Could anyone point to the place where I might be misunderstanding things?<br>
<br></div>Thanks in advance for your time...<br></div>