Lines Matching refs:stderr
29 fprintf(stderr, "%s [-b bytespersec] [-d duration] [-oi <options>] [-oo <options>] [-v] input_url output_url\n", argv0);
30 fprintf(stderr, "<options>: AVOptions expressed as key=value, :-separated\n");
56 fprintf(stderr, "Cannot parse option string %s\n",
63 fprintf(stderr, "Cannot parse option string %s\n",
84 fprintf(stderr, "Unable to open %s: %s\n", input_url, errbuf);
90 fprintf(stderr, "aviocat: input size: %"PRId64"\n", size);
92 fprintf(stderr, "aviocat: input size: unknown\n");
99 fprintf(stderr, "Unable to get size of %s: %s\n", input_url, errbuf);
107 fprintf(stderr, "Unable to open %s: %s\n", output_url, errbuf);
121 fprintf(stderr, "Unable to write %s: %s\n", output_url, errbuf);