I know this can be done using FFMpeg and I have done it. The only problem here was that FFMpeg actually tries to "encode" the file while converting to mpeg-ts which I don't want.

i.e. I just want to change the container format to mpeg-ts without encoding the media.

Is this type of conversion possible with FFMpeg? (I know about "copy" option, but it works with H264-aac and not with mpeg4-aac).

Is it possible to change mpeg4-aac to mpeg-ts container format with MEncoder?

I wish to know the personal opinion/advice of those who have already worked on such stuff.

Thanks in advance.

link|improve this question
Did you try ffmpeg -i infilename -f mpegts -vcodec copy -acodec copy outfile.ts ? If so, how does it not work? Does it fail, does it try to re-encode the video, or does it produce an unplayable video? – Jason Dec 29 '10 at 15:03
feedback

migrated from stackoverflow.com Dec 29 '10 at 20:31

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.