-
Mmpeg mts to mov – slow playback
Hello.
I have recently started using Resolve.
With normal .MTS I was running at half res with smooth realtime playback, but there was no audio
I used Mmpeg to rewrap to .mov using the following code:
for %%a in (“*.mts”) do ffmpeg -i “%%a” “newfiles\%%~na.mov”
pauseThe file size is a 3rd of what it was before, and in the Resolve, playback is terrible…..but audio is there 😛
Am I doing the rewraping wrong? should I be using a codec or something?
Please help.Thank you.