Open jlian2 opened 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?
ffmpeg should resample the video to minimize the synchronization error.
ffmpeg
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?