So you want to use Reaper to edit videos? No problem. Assuming you're on Gentoo Linux or a similar setup, these are the steps to get you sorted.
- Download ffmpeg-4.2.9.
- Download this patch because of this bug.
- Patch.
patch -p1 < ~/Downloads/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch
- Compile.
./configure --enable-shared --enable-libx264 --enable-gpl make -j30 make install V=1 DESTDIR=$HOME/ffmpeg/
- Run reaper.
LD_LIBRARY_PATH=$HOME/ffmpeg/usr/local/lib/ PATH=$PATH:$HOME/ffmpeg/usr/local/bin/ reaper
-
Leave a Reply
Comments: 0
Leave a reply »