goblin Posted August 29, 2017 Posted August 29, 2017 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?
ent Posted August 31, 2017 Posted August 31, 2017 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"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now