Lines Matching refs:stderr
43 fprintf(stderr, "Dump (up to maxpkts) AVPackets as they are demuxed by libavformat.\n");
44 fprintf(stderr, "Each packet is dumped in its own file named like\n");
45 fprintf(stderr, "$(basename file.ext)_$PKTNUM_$STREAMINDEX_$STAMP_$SIZE_$FLAGS.bin\n");
46 fprintf(stderr, "pktdumper [-nw] file [maxpkts]\n");
47 fprintf(stderr, "-n\twrite No file at all, only demux.\n");
48 fprintf(stderr, "-w\tWait at end of processing instead of quitting.\n");
82 fprintf(stderr, "cannot use filenames containing '%%'\n");
86 fprintf(stderr, "filename too long\n");
94 fprintf(stderr, "cannot open input: error %d\n", err);
100 fprintf(stderr, "avformat_find_stream_info: error %d\n", err);
106 fprintf(stderr, "av_packet_alloc: error %d\n", AVERROR(ENOMEM));
121 fprintf(stderr, "write: error %d\n", err);