Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | options: rename audio-related options/properties | Martin Herkt | 2014-05-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | Renamed options: --audiofile → --audio-file --audiofile-cache → --audio-file-cache --channels → --audio-channels --format → --audio-format --srate → --audio-samplerate Renamed properties: samplerate → audio-samplerate channels → audio-channels | ||||
* | Install encoding-profiles.conf by default | wm4 | 2013-12-28 | 1 | -0/+262 |
This is probably useful. Note that this includes a small, stupid hack to prevent loading of the config file if vf_lavfi is not available. The profile by default uses vf_lavfi, and the config parser will output errors if vf_lavfi is not available. As another caveat, we install the example profile even if encoding is disabled (though we don't load it, since this would print errors). |