Adobe Premiere Pro Import With Out of Sync (Desync) Audio and Video

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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like