<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hello<br></div>I'm fairly new to ffmpeg libraries so I'm struggling a little bit right now.<br></div>Let me make a case:<br></div>I know for sure my input will be a .flv file (flash video)<br>
</div>what I want at the moment is to take the audio stream and encode it into mp3.<br></div>For this purpose I'm extracting the audio stream and resampling it in order to take use the 2 channels and writing it into file in raw data.<br>
<br></div>I'm giving a link to my files:<br><a href="https://gist.github.com/noobed/7353451">https://gist.github.com/noobed/7353451</a><br><br></div>afterwards I'm trying the ffprobe command and the result is:<br>
<a href="https://gist.github.com/noobed/7351626">https://gist.github.com/noobed/7351626</a><br><br></div>links to files:<br>output : <a href="https://drive.google.com/file/d/0B1qHeuA75H0kVkNDQWt3WXJ4UGM/edit?usp=sharing">https://drive.google.com/file/d/0B1qHeuA75H0kVkNDQWt3WXJ4UGM/edit?usp=sharing</a><br>
</div>input : <a href="https://drive.google.com/file/d/0B1qHeuA75H0kRzJHYllWQlFEMVE/edit?usp=sharing">https://drive.google.com/file/d/0B1qHeuA75H0kRzJHYllWQlFEMVE/edit?usp=sharing</a><br><br></div>I'll also attach the source code<br>
</div>