<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">Hi All,</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">I'm upgrading our application from old version of ffmpeg to latest version. Our application uses </div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">ffmpeg libraries to do format conversion.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">While current version of our application can successfully convert a mp4 file into a swf. After latest </div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">ffmpeg code is used, generated swf, when played in adobe flash player <span style="font-size:10pt">(installer here <a href="http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exe" title="This external link will open in a new window" target="_blank" style="color:rgb(0,102,204);text-decoration:initial;outline:none">http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exe</a></span>)</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">there's no audio heard. But the same file when played in VLC player, can play audio correctly.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">I also tried ffmpeg executable of latest version, versions on Apr, May and Jun of 2012. None swf file </div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">generated by them can play audio in flash player. The command I used is the simplest form: ffmpeg -i input.mp4 output.swf</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
Since current version of our application uses ffmpeg at about May 2012, and it can generate correct swf.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
I guess there are some settings our application set got deprecated or changed.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
Does anyone have an idea of this?</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
Great thanks.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14px;background-color:rgb(255,255,255)">
source mp4 link here: <a href="https://dl.dropbox.com/u/7854771/big_buck_bunny.mp4">https://dl.dropbox.com/u/7854771/big_buck_bunny.mp4</a> and command line log attached.</div>