Lines Matching refs:value
264 av_dict_set(&ret, e->key, e->value, 0);
279 av_log(NULL, AV_LOG_FATAL, "Invalid value %s specified for fps_mode of #%d:%d.\n", arg, file_idx, st_idx);
1131 filename = e->value;
1174 av_log(NULL, AV_LOG_ERROR, "-to value smaller than -ss; aborting.\n");
1311 av_log(NULL, AV_LOG_ERROR, "-sseof value must be negative; aborting\n");
1317 av_log(NULL, AV_LOG_WARNING, "-sseof value seeks to before start of file %s; ignored\n", filename);
1812 av_log(NULL, AV_LOG_FATAL, "Invalid framerate value: %s\n", frame_rate);
1818 av_log(NULL, AV_LOG_FATAL, "Invalid maximum framerate value: %s\n", max_frame_rate);
2196 /* arg format is "output-stream-index:streamid-value". */
2208 "Invalid value '%s' for option '%s', required syntax is 'index:value'\n",
2436 av_log(NULL, AV_LOG_ERROR, "-to value smaller than -ss; aborting.\n");
3279 char *key = tmp_line, *value, *endptr;
3284 if (!av_strtok(key, "=", &value) ||
3285 !av_strtok(value, "\r\n", &endptr)) {
3289 av_log(NULL, AV_LOG_DEBUG, "ffpreset[%s]: set '%s' = '%s'\n", filename, key, value);
3291 if (!strcmp(key, "acodec")) opt_audio_codec (o, key, value);
3292 else if (!strcmp(key, "vcodec")) opt_video_codec (o, key, value);
3293 else if (!strcmp(key, "scodec")) opt_subtitle_codec(o, key, value);
3294 else if (!strcmp(key, "dcodec")) opt_data_codec (o, key, value);
3295 else if (opt_default_new(o, key, value) < 0) {
3297 filename, line, key, value);
3849 "set frame rate (Hz value, fraction or abbreviation)", "rate" },
3852 "set max frame rate (Hz value, fraction or abbreviation)", "rate" },
3871 "set initial TimeCode value.", "hh:mm:ss[:;.]ff" },
3912 "set the value of an outfile streamid", "streamIndex:value" },