Jump to content

Jamme Capture Location


Recommended Posts

Posted

how to change the jaMME capture location?

i want my recorded clips to be in \GameData\demo####, without the \capture\ subfolder for hosting the demo#### folders, is this possible to change?

Posted

Only if you are capturing with FFmpeg.

Change mme_pipeCommand from "ffmpeg -f avi -i - -threads 0 -preset ultrafast -y -pix_fmt yuv420p -crf 23 %o.mp4 2> ffmpeglog.txt"

to "ffmpeg -f avi -i - -threads 0 -preset ultrafast -y -pix_fmt yuv420p -crf 23 C:\full\path\with\filename.mp4 2> ffmpeglog.txt"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...