View Single Post
Old 05-16-2019, 07:04 PM   #2
dsyrock
Human being with feelings
 
dsyrock's Avatar
 
Join Date: Sep 2018
Location: China
Posts: 565
Default

I think the video codec: MPEG4 is a better codec for Reaper. I converted every videos to MPEG4 before loading in Reaper.

You can conver it easily via ffmpeg, just a simple command

Code:
ffmpeg "your input file" -vcodec mpeg4 "your output file"
dsyrock is offline   Reply With Quote