| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CMD_OPT_ASSIGNMENT |
" " |
protected static final String |
CMD_OPT_AUDIO_BITRATE_v0 |
"-ab" |
protected static final String |
CMD_OPT_AUDIO_BITRATE_v1 |
"-b:a" |
protected static final String |
CMD_OPT_AUDIO_CHANNELS |
"-ac" |
protected static final String |
CMD_OPT_AUDIO_CODEC_v0 |
"-acodec" |
protected static final String |
CMD_OPT_AUDIO_CODEC_v1 |
"-c:a" |
protected static final String |
CMD_OPT_AUDIO_SAMPLING_RATE |
"-ar" |
protected static final String |
CMD_OPT_DELIMITER |
" " |
protected static final String |
CMD_OPT_DISABLE_AUDIO |
"-an" |
protected static final String |
CMD_OPT_DISABLE_SUBTITLES |
"-sn" |
protected static final String |
CMD_OPT_DISABLE_VIDEO |
"-vn" |
protected static final String |
CMD_OPT_DURATION |
"-t" |
protected static final String |
CMD_OPT_ENABLE_EXPERIMENTAL |
"-strict experimental" |
protected static final String |
CMD_OPT_FORMAT |
"-f" |
protected static final String |
CMD_OPT_FRAME_RATE |
"-r" |
protected static final String |
CMD_OPT_FRAME_RATE_FILTER |
"-vf fps=fps" |
protected static final String |
CMD_OPT_MOV_FLAGS |
"-movflags" |
protected static final String |
CMD_OPT_MOV_FLAGS_FASTSTART |
"+faststart" |
protected static final String |
CMD_OPT_MULTI_TARGET_INDEX_FORMATTER |
"%03d" |
protected static final String |
CMD_OPT_MULTI_TARGET_INDEX_REGEX |
"\\\\d{3}" |
protected static final String |
CMD_OPT_NUM_VIDEO_FRAMES |
"-vframes" |
protected static final String |
CMD_OPT_OFFSET |
"-ss" |
protected static final String |
CMD_OPT_PAIR_1_FRAME |
"-vframes 1" |
protected static final String |
CMD_OPT_PARAM_ASSIGNMENT |
"=" |
protected static final String |
CMD_OPT_SCALE |
"-vf scale" |
protected static final String |
CMD_OPT_SIZE |
"-s" |
protected static final String |
CMD_OPT_VIDEO_BITRATE_v0 |
"-vb" |
protected static final String |
CMD_OPT_VIDEO_BITRATE_v1 |
"-b:v" |
protected static final String |
CMD_OPT_VIDEO_CODEC_v0 |
"-vcodec" |
protected static final String |
CMD_OPT_VIDEO_CODEC_v1 |
"-c:v" |
protected static final String |
CMD_OPT_VIDEO_PRESET |
"-vpre" |
protected static final String |
DEFAULT_OFFSET |
"00:00:00" |
protected static final String |
DEFAULT_VIDEO_PRESET |
"libx264-default" |
protected static final String |
DEFAULT_VIDEO_PRESET_PREFIX |
"" |
protected static final String |
DEFAULT_VIDEO_PRESET_SUFFIX |
".ffpreset" |
public static final String |
VAR_DURATION |
"duration" |
public static final String |
VAR_OFFSET |
"offset" |
public static final String |
VAR_SOURCE_OPTIONS |
"sourceOptions" |
public static final String |
VAR_TARGET_OPTIONS |
"targetOptions" |
Copyright © 2017 Alfresco Software. All rights reserved.