Lines Matching defs:output

619                        const struct section *sections, int nb_sections, const char *output)
695 if ((ret = avio_open(&(*wctx)->avio, output, AVIO_FLAG_WRITE)) < 0) {
697 "Failed to open output '%s' with error: %s\n", output, av_err2str(ret));
1016 /* Default output */
1115 /* Compact output */
1295 /* CSV output */
1326 /* Flat output */
1450 /* INI format output */
1505 writer_put_str(wctx, "# ffprobe output\n\n");
1554 /* JSON output */
1567 { "compact", "enable compact output", OFFSET(compact), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 },
1568 { "c", "enable compact output", OFFSET(compact), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 },
1721 /* XML output */
1735 {"fully_qualified", "specify if the output should be fully qualified", OFFSET(fully_qualified), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 },
1736 {"q", "specify if the output should be fully qualified", OFFSET(fully_qualified), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 },
1737 {"xsd_strict", "ensure that the output is XSD compliant", OFFSET(xsd_strict), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 },
1738 {"x", "ensure that the output is XSD compliant", OFFSET(xsd_strict), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1 },
1753 "XSD-compliant output selected but option '%s' was selected, XML output may be non-compliant.\n" \
3722 "Argument '%s' provided as output filename, but '%s' was already specified.\n",
3969 "set the output printing format (available formats are: default, compact, csv, flat, ini, json, xml)", "format" },
3996 { "bitexact", OPT_BOOL, {&do_bitexact}, "force bitexact output" },
3999 { "o", HAS_ARG, {.func_arg = opt_output_file_o}, "write to specified output", "output_file"},
4098 "No name specified for the output format\n");
4121 av_log(NULL, AV_LOG_ERROR, "Unknown output format with name '%s'\n", w_name);
4158 av_log(NULL, AV_LOG_ERROR, "Writing output failed: %s\n", av_err2str(ret));