Lines Matching defs:file

4  * This file is part of FFmpeg.
431 av_log(NULL, AV_LOG_FATAL, "Invalid sync file index: %d.\n", sync_file_idx);
470 av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx);
566 "[file.stream.channel|-1][:syncfile:syncstream]\n");
570 if (n != 5) // only file.stream.channel specified
575 av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file index: %d\n",
581 av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file stream index #%d.%d\n",
862 /* Add all the streams from the given input file to the global
1086 if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) {
1105 if (proto_name && !strcmp(proto_name, "file")) {
1107 InputFile *file = input_files[i];
1108 if (file->ctx->iformat->flags & AVFMT_NOFILE)
1110 if (!strcmp(filename, file->ctx->url)) {
1141 av_log(NULL, AV_LOG_FATAL, "Could not open file %s for writing.\n",
1266 /* open the input file with generic avformat function */
1271 av_log(NULL, AV_LOG_ERROR, "Did you mean file:%s?\n", filename);
1317 av_log(NULL, AV_LOG_WARNING, "-sseof value seeks to before start of file %s; ignored\n", filename);
1355 /* dump the file content */
1414 "input file #%d (%s) is not a decoding option.\n", e->key,
1421 "input file #%d (%s) has not been used for any stream. The most "
1596 av_log(NULL, AV_LOG_FATAL, "Invalid line found in the preset file.\n");
1739 /* read file contents into a string */
1748 av_log(NULL, AV_LOG_ERROR, "Error opening file %s.\n", filename);
1965 av_log(NULL, AV_LOG_FATAL, "Error reading log file '%s' for pass-2 encoding\n",
1975 "Cannot write log file '%s' for pass-1 encoding: %s\n",
2692 av_log(NULL, AV_LOG_FATAL, "Could not open attachment file %s.\n",
2723 av_log(NULL, AV_LOG_ERROR, "Output file #%d does not contain any stream\n", nb_output_files - 1);
2750 "output file #%d (%s) is not an encoding option.\n", e->key,
2761 "output file #%d (%s) has not been used for any stream. The most "
2847 /* open the file */
2868 av_log(NULL, AV_LOG_FATAL, "Invalid input file index %d while processing metadata maps\n", in_file_index);
2879 /* copy chapters from the first input file that has them*/
2887 av_log(NULL, AV_LOG_FATAL, "Invalid input file index %d in chapter mapping.\n",
3435 /* per-file options have at least one of those set */
3462 "instead of just one file):",
3468 show_help_options(options, "Per-file main options:", 0,
3472 show_help_options(options, "Advanced per-file options:",
3536 av_log(NULL, AV_LOG_ERROR, "Error parsing options for %s file "
3542 av_log(NULL, AV_LOG_DEBUG, "Opening an %s file: %s.\n", inout, g->arg);
3546 av_log(NULL, AV_LOG_ERROR, "Error opening %s file %s.\n",
3550 av_log(NULL, AV_LOG_DEBUG, "Successfully opened the file.\n");
3677 "map an audio channel from one stream to another", "file.stream.channel[:syncfile.syncstream]" },
3692 "set the limit file size in bytes", "limit_size" },
3744 "specify target file type (\"vcd\", \"svcd\", \"dvd\", \"dv\" or \"dv50\" "
3800 "read stream filtergraph description from a file", "filename" },
3810 "read complex filtergraph description from a file", "filename" },
3819 "add an attachment to the output file", "filename" },
3822 "extract an attachment into a file", "filename" },
3876 "select two pass log file name prefix", "prefix" },
3880 "dump video coding statistics to file" },
3882 "dump video coding statistics to file", "file" },
3991 "specify a file in which to print sdp information", "file" },
4015 "set options from indicated preset file", "filename" },