Reaper video editing

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.

Reaper video editing screenshot being tested

  1. Download ffmpeg-4.2.9.
  2. Download this patch because of this bug.
  3. Patch.
    patch -p1 < ~/Downloads/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch
    
  4. Compile.
    ./configure --enable-shared --enable-libx264 --enable-gpl
    make -j30
    make install V=1 DESTDIR=$HOME/ffmpeg/
    
  5. Run reaper.
    LD_LIBRARY_PATH=$HOME/ffmpeg/usr/local/lib/ PATH=$PATH:$HOME/ffmpeg/usr/local/bin/ reaper
    

Permalink

Comments: 0

Leave a reply »

 
  • Leave a Reply
    Your gravatar
    Your Name