Lines Matching defs:start
336 av_log(NULL, AV_LOG_INFO, "Unable to identify start times for Inputs #%d and %d both. No sync adjustment made.\n", i, self->input_sync_ref);
1317 av_log(NULL, AV_LOG_WARNING, "-sseof value seeks to before start of file %s; ignored\n", filename);
1324 /* add the stream start time */
1901 int start, end, q;
1902 int e = sscanf(p, "%d,%d,%d", &start, &end, &q);
1914 video_enc->rc_override[i].start_frame = start;
2242 if (rt != INT64_MAX && in_ch->start > rt + ts_off)
2251 out_ch->start = FFMAX(0, in_ch->start - ts_off);
3695 "set the start time offset", "time_off" },
3698 "set the start time offset relative to EOF", "time_off" },
3757 "shift input timestamps to start at 0 when using copyts" },
3781 "copy or discard frames before start time" },