From 4e494f8818015675e47581e3ed93772535d432a0 Mon Sep 17 00:00:00 2001 From: Michael Higgins Date: Sun, 16 Aug 2015 05:05:02 -0400 Subject: [PATCH] readme update video-max-width --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e71218..8715abf4 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ General MP4 Configuration - `max-audio-channels` = Sets a maximum number of audio channels. This may provide an alternative to the iOS audio option, where instead users can simply select the desired output codec and the max number of audio channels without the creation of an additional audio track. - `video-codec` = set your desired video codecs. May specify multiple comma separated values (ex: h264, x264). The first value specified will be the default conversion choice when an undesired codec is encountered; any codecs specified here will be remuxed/copied rather than converted. - `video-bitrate` = allows you to set a maximum video bitrate in Kbps. If the source file exceeds the video-bitrate it will be transcoded to the specified video-bitrate, even if they source file is already in the correct video codec. If the source file is in the correct video codec and does not exceed the video-bitrate setting, then it will be copied without transcoding. Leave blank to disable this setting. + - `video-max-width` = set a max video width to downsize higher resolution video files. Aspect ratio will be preserved. - `h264-max-level` = set your max h264 level. Use the decimal format. Levels lower than the specified value, if otherwise appropriate, will be copied without transcoding. Example - `4.0`. - `pix_fmt` = set the video pix_fmt. If you don't know what this is just leave it blank. - `audio-codec` = set your desired audio codecs. May specify multiple comma separated values (ex: ac3, aac). The first value specified will be the default conversion choice when an undesired codec is encountered; any codecs specified here will be remuxed/copied rather than converted.