Hardsubs with ffmpeg

0

I use this ffmpeg command for embedding my subs to videos: ffmpeg -i input.mp4 -strict -2 -vf subtitles=file.srt output.mp4. And it does a good job. But the thing is the output has a huge delay at the beginning. what do I do to not encounter that annoying delay again? Thanks in advance.

Mohsen

Posted 2016-05-04T02:58:47.940

Reputation: 23

Please explain what you mean by "huge delay". How can we duplicate this issue? – llogan – 2016-05-04T03:58:09.433

@LordNeckbeard I mean when you play the clip that you made, it stucks for couple of seconds and then streaming begins. – Mohsen – 2016-05-04T04:04:00.133

You should provide the complete console output from your command. – llogan – 2016-05-04T19:54:17.060

No answers