ffmpeg when use overlay output have delay

0

I Use Ffmpeg For Overlay Png on short video : For Example 5 seconds video I Use This Command :

-i C:\\part1.mp4 -i C:\\txt1.png -filter_complex \"overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2\" -c:v libx264  -pix_fmt yuv420p -codec:a copy C:\\outputtext1.mp4

but output when play have delay Please Help me

zobydeh karimi

Posted 2020-02-27T08:27:39.253

Reputation: 1

Question was closed 2020-02-27T20:43:50.303

this out put video above command : https://www.mediafire.com/file/befhqnebki9owti/outputtext2.mp4/file

– zobydeh karimi – 2020-02-27T08:44:32.790

No answers