Skip to content

Instantly share code, notes, and snippets.

Created June 21, 2017 18:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0df7945c6271f2fea22551ec48d480a4 to your computer and use it in GitHub Desktop.
Save anonymous/0df7945c6271f2fea22551ec48d480a4 to your computer and use it in GitHub Desktop.
REAPER Commandline Reference Notes

REAPER Commandline Reference Notes

Since there is not much documentation on this yet, here are some notes:

batchconvert

OS/X HINT: use absolute filenames for input, otherwise the project file will be found but not the referenced files

Fileformat:

infile1
infile2 <TAB> outfile

<CONFIG
  OUTFMT [copy this part from reaper-render.ini]
>

Example:

/Users/Hank/Documents/REAPER Media/HitRecord.RPP	HitRecord.mp3
/Users/Hank/Documents/REAPER Media/AnotherHitRecord.RPP	AnotherHitRecord.mp3

<CONFIG
  <OUTFMT mp3 44100 2 0 1 3 0
    bDNwbSAAAAABAAAABQAAAAAAAAADAAAAQAEAAAAAAAA=
>
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment