Hi.<br><br>Trying to convert transport stream which has latm encapsulated audio, to program stream.<br><br>I have tried using 'ffmpeg -i inputFile.mpg -f dvd -acodec copy -vcodec copy test.mpg' but this doesn't work. The resulting file isn't playable in vlc.<br>
<br>I have built the latest ffmpeg from git. Here is the output from ffmpeg - <a href="http://pastebin.com/PQCzcH4n">http://pastebin.com/PQCzcH4n</a><br><br>You can see which options i compiled ffmpeg with in the paste above. I saw in the changelog that 0.7_beta1 has added "single stream LATM/LOAS decoder". Is it possible to transcode/remux an latm encapsulated stream with ffmpeg yet?<br>
<br>Btw, here is the file im testing. Just 'cat' the parts together:<br>cat xa xb xc xd > inputFile.mpg<br><br><a href="http://www.mediafire.com/?mu1htf1yjtoee3k">http://www.mediafire.com/?mu1htf1yjtoee3k</a><br>
<a href="http://www.mediafire.com/?555xhc94f0wsuld">http://www.mediafire.com/?555xhc94f0wsuld</a><br><a href="http://www.mediafire.com/?0cofpjf5ke5zw9l">http://www.mediafire.com/?0cofpjf5ke5zw9l</a><br><a href="http://www.mediafire.com/?38t6t2r7yuoqrl9">http://www.mediafire.com/?38t6t2r7yuoqrl9</a><br>
<br>Any idea how I can do this?<br><br>Thanks<br>Th<br>