syncnet_python icon indicating copy to clipboard operation
syncnet_python copied to clipboard

Video conversion and synchronizion issue

Open jlian2 opened this issue 5 years ago • 1 comments

For the command:ffmpeg -y -i %s -qscale:v 2 -async 1 -r 25 %s you set the fps to 25. But what if the original video's fps is not 25? Does that influence synchronization?

jlian2 avatar Jul 29 '20 06:07 jlian2

ffmpeg should resample the video to minimize the synchronization error.

joonson avatar Sep 12 '20 13:09 joonson