ffmpeg获取时间方法(libavutil/time.c)

FFmpeg libavutil/time.c
int64_t av_gettime_relative(void)
{
#if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
/*
	如果有clock_gettime函数
	和定义了CLOCK_MONOTONIC(从系统重启到现在所经过的时间)
	就通过clock_gettime该函数来获取系统启动到现在经过的时间
*/
#ifdef __APPLE__
    if (clock_gettime)
#endif
    {
        struct timespec ts;
        clock_gettime(CLOCK_MONOTONIC, &ts);
        /*返回的时间是微秒级*/
        return (int64_t)ts.tv_sec * 1000000 + ts.tv_nsec / 1000;
    }
#endif
    return av_gettime() + 42 * 60 * 60 * INT64_C(1000000);
}

struct timespec {
	time_t tv_sec; /* 秒*/
    long tv_nsec; /* 纳秒*/
}
int64_t av_gettime(void)
{
#if HAVE_GETTIMEOFDAY
/*
	linux下的方法
	获取的是从1970.1.1到现在的时间,微妙级返回值
*/
    struct timeval tv;
    gettimeofday(&tv, NULL);
    return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
#elif HAVE_GETSYSTEMTIMEASFILETIME
/*
	windows下,获取utc时间,返回的是us级
*/
    FILETIME ft;

    int64_t t;
    GetSystemTimeAsFileTime(&ft);
    t = (int64_t)ft.dwHighDateTime << 32 | ft.dwLowDateTime;
    return t / 10 - 11644473600000000; 
    /* Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC时间). */
#else
    return -1;
#endif
}

typedef struct _FILETIME {

   DWORDdwLowDateTime;

   DWORDdwHighDateTime;

} FILETIME;

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
数据来源:中经数据库 主要指标110多个(全部都是纯粹的 市辖区 指标),大致是: GDP GDP增速 第一产业增加值占GDP比重 第二产业增加值占GDP比重 第三产业增加值占GDP比重 人均GDP 社会消费品零售总额 固定资产投资(不含农户) 新设外商投资企业数_外商直接投资 实际利用外资金额(美元) 一般公共预算收入 一般公共预算支出 一般公共预算支出_教育 一般公共预算支出_科学技术 金融机构人民币各项存款余额_个人储蓄存款 金融机构人民币各项存款余额 金融机构人民币各项贷款余额 规模以上工业企业单位数 规模以上工业企业单位数_内资企业 规模以上工业企业单位数_港澳台商投资企业 规模以上工业企业单位数_外商投资企业 规模以上工业总产值 规模以上工业总产值_内资企业 规模以上工业总产值_港澳台商投资企业 规模以上工业总产值_外商投资企业 规模以上工业企业流动资产合计 规模以上工业企业固定资产合计 规模以上工业企业利润总额 规模以上工业企业应交增值税 规模以上工业企业主营业务税金及附加 户籍人口数 年均户籍人口数 户籍人口自然增长率 第一产业就业人员占全部城镇单位就业人员比重 第二产业就业人员占全部城镇单位就业人员比重 第三产业就业人员占全部城镇单位就业人员比重 城镇非私营单位就业人员数 城镇非私营单位就业人员数_第一产业 城镇非私营单位就业人员数_第二产业 城镇非私营单位就业人员数_第三产业 城镇非私营单位就业人员数_农、林、牧、渔业 城镇非私营单位就业人员数_采矿业 城镇非私营单位就业人员数_制造业 城镇非私营单位就业人员数_电力、热力、燃气及水生产和供应业 城镇非私营单位就业人员数_建筑业 城镇非私营单位就业人员数_批发和零售业 城镇非私营单位就业人员数_交通运输、仓储和邮政业 城镇非私营单位就业人员数_住宿和餐饮业 城镇非私营单位就业人员数_信息传输、软件和信息技术服务业 城镇非私营单位就业人员数_金融业 城镇非私营单位就业人员数_房地产业 城镇非私营单位就业人员数_租赁和商务服务业 城镇非私营单位就业人员数_科学研究和技术服务业 城镇非私营单位就业人员数_水利、环境和公共设施管理业 城镇非私营单位就业人员数_居民服务、修理和其他服务业 城镇非私营单位就业人员数_教育 城镇非私营单位就业人员数_卫生和社会工作 城镇非私营单位就业人员数_文化、体育和娱乐业 城镇非私营单位就业人员数_公共管理、社会保障和社会组织 城镇非私营单位在岗职工平均人数 城镇就业人员数_私营企业和个体 城镇非私营单位在岗职工工资总额 城镇非私营单位在岗职工平均工资 城镇登记失业人员数 建成区面积 建设用地面积 建设用地面积_居住用地 液化石油气供气总量 液化石油气供气总量_居民家庭 人工煤气、天然气供气总量 人工煤气、天然气供气总量_居民家庭 液化石油气用气人口 人工煤气、天然气用气人口 城市公共汽电车运营车辆数 城市出租汽车运营车辆数 城市公共汽电车客运总量 道路面积 排水管道长度 建成区绿化覆盖面积 建成区绿化覆盖率 绿地面积 公园绿地面积 维护建设资金支出 土地面积 生活用水供水量 供水总量 全社会用电量 城乡居民生活用电量 工业生产用电量 房地产开发投资 房地产开发投资_住宅 限额以上批发和零售业法人单位数 限额以上批发和零售业商品销售总额 普通中学学校数 中等职业教育学校数 普通小学学校数 普通高等学校专任教师数 普通中学专任教师数 中等职业教育专任教师数 普通小学专任教师数 普通高等学校在校生数 普通中学在校生数 中等职业教育在校生数 普通小学在校生数 电视节目综合人口覆盖率 公共图书馆总藏量_图书 医疗卫生机构数_医院和卫生院 卫生人员数_执业(助理)医师 医疗卫生机构床位数_医院和卫生院 城镇职工基本养老保险参保人数 职工基本医疗保险参保人数 失业保险参保人数
以下是使用 ffmpeg 获取 rtsp 视频流的 C++ 代码示例: ``` #include <iostream> #include <string> #include <thread> #include <mutex> extern "C" { #include <libavutil/imgutils.h> #include <libavutil/parseutils.h> #include <libavformat/avformat.h> #include <libswscale/swscale.h> } // mutex for accessing the global frame buffer std::mutex frame_mutex; AVFrame* frame_buffer = nullptr; // thread function for decoding and storing frames void decode_thread(AVFormatContext* format_ctx, int video_stream_idx) { AVCodec* codec = nullptr; AVCodecContext* codec_ctx = nullptr; AVPacket packet; AVFrame* frame = nullptr; // find decoder for the video stream codec = avcodec_find_decoder(format_ctx->streams[video_stream_idx]->codecpar->codec_id); if (!codec) { std::cerr << "Error: could not find decoder for video stream." << std::endl; return; } // allocate codec context and open the codec codec_ctx = avcodec_alloc_context3(codec); if (!codec_ctx) { std::cerr << "Error: could not allocate codec context." << std::endl; return; } if (avcodec_open2(codec_ctx, codec, nullptr) < 0) { std::cerr << "Error: could not open codec." << std::endl; return; } // allocate frame for decoding frame = av_frame_alloc(); if (!frame) { std::cerr << "Error: could not allocate frame." << std::endl; return; } // read packets and decode frames while (av_read_frame(format_ctx, &packet) >= 0) { if (packet.stream_index == video_stream_idx) { // send packet to decoder if (avcodec_send_packet(codec_ctx, &packet) < 0) { std::cerr << "Error: could not send packet to decoder." << std::endl; break; } // receive frames from decoder while (avcodec_receive_frame(codec_ctx, frame) >= 0) { // lock the frame buffer before storing the new frame std::unique_lock<std::mutex> lock(frame_mutex); // free the previous frame if it exists if (frame_buffer) { av_frame_free(&frame_buffer); } // store the new frame frame_buffer = av_frame_clone(frame); } } av_packet_unref(&packet); } // free resources avcodec_free_context(&codec_ctx); av_frame_free(&frame); } int main(int argc, char* argv[]) { if (argc != 2) { std::cerr << "Usage: " << argv[0] << " rtsp_url" << std::endl; return 1; } // register all codecs and formats av_register_all(); avformat_network_init(); AVFormatContext* format_ctx = nullptr; AVDictionary* options = nullptr; // open input stream if (avformat_open_input(&format_ctx, argv[1], nullptr, &options) < 0) { std::cerr << "Error: could not open input stream." << std::endl; return 1; } // find stream information if (avformat_find_stream_info(format_ctx, nullptr) < 0) { std::cerr << "Error: could not find stream information." << std::endl; return 1; } // find video stream int video_stream_idx = av_find_best_stream(format_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &nullptr, 0); if (video_stream_idx < 0) { std::cerr << "Error: could not find video stream." << std::endl; return 1; } // start decoding thread std::thread decode_thread(decode_thread, format_ctx, video_stream_idx); // initialize scaler for converting the decoded frames to RGB SwsContext* scaler = sws_getContext( frame_buffer->width, frame_buffer->height, (AVPixelFormat)frame_buffer->format, frame_buffer->width, frame_buffer->height, AV_PIX_FMT_RGB24, SWS_BILINEAR, nullptr, nullptr, nullptr); // main loop for displaying frames while (true) { // lock the frame buffer before accessing it std::unique_lock<std::mutex> lock(frame_mutex); // display the current frame if it exists if (frame_buffer) { // allocate buffer for the RGB frame uint8_t* rgb_buffer = (uint8_t*)av_malloc(frame_buffer->width * frame_buffer->height * 3); // convert the frame to RGB sws_scale(scaler, frame_buffer->data, frame_buffer->linesize, 0, frame_buffer->height, &rgb_buffer, (int*)&(frame_buffer->width)); // display the RGB frame (here you would use a GUI library or write the image to a file) // ... // free the RGB buffer av_free(rgb_buffer); } // unlock the frame buffer lock.unlock(); // sleep for a short time to reduce CPU usage std::this_thread::sleep_for(std::chrono::milliseconds(10)); } // free resources avformat_close_input(&format_ctx); avformat_network_deinit(); return 0; } ``` 该代码使用 FFmpeg 库从 RTSP 视频流中获取帧,并将它们转换为 RGB 格式以进行显示。它使用一个单独的线程来解码和存储帧,并使用互斥量进行线程同步。在主线程中,它不断地从全局帧缓冲区中获取并显示最新的帧,直到用户中断程序。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值