Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How can I concatenate http://dl.dropbox.com/u/16285637/video/out1.ts with http://dl.dropbox.com/u/16285637/video/out2.ts without too much quality loss ?

I have tried the following command, whose result is at http://dl.dropbox.com/u/16285637/video/concatAll.mp4

ffmpeg -i "concat:out1.ts|out2.ts" -c copy -absf aac_adtstoasc concatAll.mp4

But the quality of the second file is massively altered. Any suggestions ?

share|improve this question
Please include the complete ffmpeg console output. For future reference you should ask ffmpeg command-line usage questions on Super User since Stack Overflow is strictly limited to programming discussions. Your question may be migrated, so no need to also post in Super User. – LordNeckbeard Mar 17 at 17:55

migrated from stackoverflow.com Mar 18 at 8:44

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.