• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/

Lines Matching defs:of

4  * This file is part of FFmpeg.
7 * modify it under the terms of the GNU Lesser General Public
9 * version 2.1 of the License, or (at your option) any later version.
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * You should have received a copy of the GNU Lesser General Public
156 /* return a copy of the input with the stream specifiers removed from the keys */
562 * list of input streams. */
792 int orig_nb_streams; // number of streams before avformat_find_stream_info
910 /* update the current parameters so that they match the one of the input stream */
964 "no video streams) or that it is a private option of some decoder "
1713 OutputFile *of;
1740 of = av_mallocz(sizeof(*of));
1741 if (!of)
1743 output_files[nb_output_files - 1] = of;
1745 of->ost_index = nb_output_streams;
1746 of->recording_time = o->recording_time;
1747 of->start_time = o->start_time;
1748 of->limit_filesize = o->limit_filesize;
1749 of->shortest = o->shortest;
1750 av_dict_copy(&of->opts, o->g->format_opts, 0);
1761 of->ctx = oc;
1828 /* pick the "best" stream of each type */
1947 av_log(NULL, AV_LOG_FATAL, "Could not get size of the attachment %s.\n",
1970 for (i = nb_output_streams - oc->nb_streams; i < nb_output_streams; i++) { //for all streams of this output file
1983 for (i = of->ost_index; i < nb_output_streams; i++) {
2012 "no video streams) or that it is a private option of some encoder "
2018 /* check filename in case of an image number is expected */
2033 &of->opts)) < 0) {
2043 av_dict_set(&of->opts, "preload", buf, 0);
2078 copy_chapters(input_files[o->chapters_input_file], of,
2090 for (i = of->ost_index; i < nb_output_streams; i++) {
2260 av_dict_set(&o->g->format_opts, "packetsize", "2048", AV_DICT_DONT_OVERWRITE); // from www.mpucoder.com: DVD sectors contain 2048 bytes of data, this is also the size of one pack.
2546 /* per-file options have at least one of those set */
2565 " See man %s for detailed description of the options.\n"
2572 "instead of just one file:",
2753 "set metadata information of outfile from infile",
2760 "record or transcode \"duration\" seconds of audio/video",
2784 "set the number of data frames to record", "number" },
2833 "set the number of frames to record", "number" },
2868 "maximum error rate", "ratio of errors (0.0: no errors, 1.0: 100% errors) above which ffmpeg returns an error instead of success." },
2875 "set the number of video frames to record", "number" },
2889 "set the number of bits per raw sample", "number" },
2914 "calculate PSNR of compressed frames" },
2943 "set the value of an outfile streamid", "streamIndex:value" },
2960 "set the number of audio frames to record", "number" },
2968 "set number of audio channels", "channels" },
2988 "set the maximum number of channels to try to guess the channel layout" },
3018 "A comma-separated list of bitstream filters", "bitstream_filters" },