joonson / syncnet_python

Out of time: automated lip sync in the wild
MIT License
682 stars 150 forks source link

Video conversion and synchronizion issue #25

Open jlian2 opened 4 years ago

jlian2 commented 4 years ago

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?

joonson commented 4 years ago

ffmpeg should resample the video to minimize the synchronization error.