Lines Matching defs:time
26 #include <sys/time.h>
808 struct tm time = *gmtime((time_t*)&recording_timestamp);
809 if (!strftime(buf, sizeof(buf), "creation_time=%Y-%m-%dT%H:%M:%S%z", &time))
1324 /* add the stream start time */
1624 av_log(NULL, AV_LOG_FATAL, "Invalid time base: %s\n", time_base);
1635 av_log(NULL, AV_LOG_FATAL, "Invalid time base: %s\n", time_base);
3208 time_t today2 = time(NULL);
3212 av_log(NULL, AV_LOG_FATAL, "Unable to get current time: %s\n", strerror(errno));
3690 "record or transcode stop time", "time_stop" },
3695 "set the start time offset", "time_off" },
3698 "set the start time offset relative to EOF", "time_off" },
3715 "set the recording timestamp ('now' to set the current time)", "time" },
3732 "set max runtime in seconds in CPU user time", "limit" },
3759 "copy input stream time base when stream copying", "mode" },
3781 "copy or discard frames before start time" },
3816 "set the period at which ffmpeg updates stats and -progress output", "time" },
3994 "set the desired time base hint for output stream (1:24, 1:48000 or 0.04166, 2.0833e-5)", "ratio" },
3996 "set the desired time base for the encoder (1:24, 1:48000 or 0.04166, 2.0833e-5). "
3999 "-1 = match source time base", "ratio" },