Hacker News new | ask | show | jobs
by pojzon 980 days ago
Anyone can explain to me why order of input file flag has such an impact on the accuracy of copy ? (Ffmpeg adds/removes randomly few sec)
1 comments

Are you using it with seeking? Order of the input flag while using seeking determines whether you're using input seeking or output seeking.

https://trac.ffmpeg.org/wiki/Seeking

Thanks thats probably it.