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)
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.