On Wed, Jul 26, 2017 at 9:03 PM, akash kulkarni <[email protected]> wrote:
> DO i need to explain it more. can any 1 help out with this issue > > > On Wed, Jul 26, 2017 at 3:45 PM, akash kulkarni <[email protected]> > wrote: > > > hie friends , > > i am merging few files in mts and mpg formats using > > concat demux > > > > ffmpeg -f concat -i mylist.txt -c copy output > > > > but for MTS 720*576 (SD) format , at merge point of two files it adding > > > > few frames of next video and few blank frames also causing jerk . can > > > > nayone help me to solve the problem and remove those frames using ffmpeg > > > > command in above concat demux command. > > > > 'else' > > > > Can anyone suggest how i can merge all those files without any jerk. > > > > Hope anyone help me. > > > > Thanks in advance > > > > > _______________________________________________ > Probably does need more explanation. It seems like you are taking files in two very different codecs and concat-ing them using "-c copy" I'm not sure how that can work. First test for me would be to add a common codec and format. Is there an MTS SD format? I though it was AVCHD and supported 720p and up(?) *William Caulfield *| *ContentBridge Systems* _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
