I have multiple video of a game play recorded from my PC using nVidia Shadowplay. They are recorded in 60 fps. One of the video recorded when imported to Adobe Premiere Pro, the video and audio is out of sync. But when I play it with players like VLC, it plays perfectly fine.
I tried passing it through FFmpeg and syncing the video and audio with that, but still same result. But I am not familiar with FFmpeg so I could be doing it wrong.
ffmpeg -i input-video.mp4 -async 1 -vsync cfr -v:c copy -a:c copy output-video.mp4
I just want to copy the original video and audio track and have them both in sync on Adobe Premiere Pro like how VLC plays it back normally.
Reset to default