Lines Matching defs:preset
1453 av_log(NULL, AV_LOG_FATAL, "Could not alloc buffer for reading preset.\n");
1580 char *buf = NULL, *arg = NULL, *preset = NULL;
1584 MATCH_PER_STREAM_OPT(presets, str, preset, oc, st);
1587 if (preset && (!(ret = get_preset_file_2(preset, ost->enc->name, &s)))) {
1596 av_log(NULL, AV_LOG_FATAL, "Invalid line found in the preset file.\n");
1608 preset, ost->file_index, ost->index);
3272 av_log(NULL, AV_LOG_FATAL, "Please use -preset <speed> -qp 0\n");
3274 av_log(NULL, AV_LOG_FATAL, "File for preset '%s' not found\n", arg);
3671 "preset name", "preset" },
4009 "set the audio options to the indicated preset", "preset" },
4011 "set the video options to the indicated preset", "preset" },
4013 "set the subtitle options to the indicated preset", "preset" },
4015 "set options from indicated preset file", "filename" },