当前位置: 首页 > news >正文

动态表单的设计与实现aso优化app推广

动态表单的设计与实现,aso优化app推广,家教网站建设,网站app下载平台怎么做首先上官方filter的链接:https://ffmpeg.org/ffmpeg-filters.html 关于filter命令行:FFmpeg-4.0 的filter机制的架构与实现.之一 Filter原理 1、下面是一个avfilter的graph 上图是ffmpeg中doc/examples中filtering_video.c案例的示意图。 特别注意上面蓝…

首先上官方filter的链接:https://ffmpeg.org/ffmpeg-filters.html
关于filter命令行:FFmpeg-4.0 的filter机制的架构与实现.之一 Filter原理

1、下面是一个avfilter的graph在这里插入图片描述
上图是ffmpeg中doc/examples中filtering_video.c案例的示意图。
特别注意上面蓝色方块箭头,其就是query_format()后的结果,也是filter协商fmt的关键步骤。
本章节主要查看avfilter中的数据是怎么进入的,然后又是怎么出来的。
主要考察两个函数:

av_buffersrc_add_frame_flags()
av_buffersink_get_frame()

下面是其具体用法:

 /* read all packets */while (1) {if ((ret = av_read_frame(fmt_ctx, &packet)) < 0)break;if (packet.stream_index == video_stream_index) {ret = avcodec_send_packet(dec_ctx, &packet);if (ret < 0) {av_log(NULL, AV_LOG_ERROR, "Error while sending a packet to the decoder\n");break;}while (ret >= 0) {ret = avcodec_receive_frame(dec_ctx, frame);if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF) {break;} else if (ret < 0) {av_log(NULL, AV_LOG_ERROR, "Error while receiving a frame from the decoder\n");goto end;}frame->pts = frame->best_effort_timestamp;/* push the decoded frame into the filtergraph */if (av_buffersrc_add_frame_flags(buffersrc_ctx, frame, AV_BUFFERSRC_FLAG_KEEP_REF) < 0) {av_log(NULL, AV_LOG_ERROR, "Error while feeding the filtergraph\n");break;}/* pull filtered frames from the filtergraph */while (1) {ret = av_buffersink_get_frame(buffersink_ctx, filt_frame);if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF)break;if (ret < 0)goto end;display_frame(filt_frame, buffersink_ctx->inputs[0]->time_base);av_frame_unref(filt_frame);}av_frame_unref(frame);}}av_packet_unref(&packet);}

整个函数关系调用图如下:
在这里插入图片描述

http://www.zhongyajixie.com/news/63943.html

相关文章:

  • 湛江网站建设开发如何做好推广工作
  • 网销都是在那些网站做推广网络营销的特点是什么
  • 网站加入悬浮客服互联网营销专家
  • 做网站应聘平台安徽做网站公司哪家好
  • 网站用ps下拉效果怎么做上海关键词优化排名软件
  • 如何鉴定网站做的好坏如何在各大网站发布信息
  • 昆山公司做网站太原网站关键词推广
  • 空间网站购买百度上首页
  • 如何做网站的的关键词怎样做平台推广
  • 郑州响应式网站制作搜狗搜索引擎入口
  • 学做网站需要多久时间互联网培训机构排名前十
  • h5网站开发环境河南网站seo
  • 学校诗歌网站建设抖音seo推广外包公司好做吗
  • .net建设网站步骤详解头条新闻
  • 网站建设包含哪些费用怎么制作公司网页
  • 深圳网警北京网站seo哪家公司好
  • iis 网站打不开刷外链网站
  • 男的做直播网站小说推文推广平台
  • 微信小程序网站建设哪家好北京网站seowyhseo
  • 展示网站百度指数批量查询工具
  • 大型网站建设完全教程seo短期培训班
  • php做的网站如何该样式建网站用什么软件
  • 一站式服务广告语百度广告联盟平台的使用知识
  • 国外网页素材网站网页友情链接
  • 湖南网站制作收费标准市场营销十大经典案例
  • 怎么做盗版小说网站吗seo培训机构
  • 创一个app需要多少钱seo搜索是什么意思
  • 彩票游戏网站开发最简短的培训心得
  • 网站定制开发怎么写谷歌推广怎么做
  • 初创企业网站建设流程seo手机优化软件哪个好用