Results 1 to 4 of 4
Hey guys,
I'm running FFMPEG 0.10.5.
When I use libx264 to create MKV files, FFMPEG defaults to a quantizer value of 28.
I'd prefer to use a quantizer of 23 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-31-2012 #1
ffmpeg defaults
Hey guys,
I'm running FFMPEG 0.10.5.
When I use libx264 to create MKV files, FFMPEG defaults to a quantizer value of 28.
I'd prefer to use a quantizer of 23 but can't find a configuration file in which to adjust that value.
Does anyone know what value to put where for FFMPEG on Linux (Gentoo, amd64, Kernel 3.6.4) and where FFMPEG looks for it's default configuration values? I'm happy to set it system-wide, or per-user.
Cheers,
Kirk
- 11-02-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
Hello and welcome!
Check out the ffmpeg man page:
and look for the section titled Preset files. Under there, it explains about where files (e.g., $HOME/.ffmpeg) are read upon start-up. You may be able to put your settings there.Code:man ffmpeg
- 11-19-2012 #3
Thanks, I’d looked, the man pages are palatial. Cheers.
- 11-19-2012 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746


Reply With Quote

