syncnet_python
syncnet_python copied to clipboard
Video conversion and synchronizion issue
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?
ffmpeg should resample the video to minimize the synchronization error.