
FFmpeg
文章平均质量分 94
hk78787878
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FFmpeg filter-DAR、SAR
11.185 setdar, setsar Thesetdarfilter sets the Display Aspect Ratio for the filter output video. This is done by changing the specified Sample (aka Pixel) Aspect Ratio, according to the following equation: DAR = HORIZONTAL_RESOLUTION / VERTICAL_RESOL..转载 2020-09-06 22:56:14 · 611 阅读 · 0 评论 -
ffmpage avframe内纯分配方式
https://blog.youkuaiyun.com/Blaze_bxh/article/details/80010857 https://blog.youkuaiyun.com/xionglifei2014/article/details/90693048 https://blog.51cto.com/fengyuzaitu/2449744 /* encode 1 second of video */ for (i = 0; i < 25; i++) { fflush(stdout); /*...转载 2020-07-16 15:01:37 · 12106 阅读 · 0 评论 -
AVFrame结构中linesize相关博客
http://blog.sina.com.cn/s/blog_88ad690b0100ugih.html https://blog.youkuaiyun.com/download_73/article/details/53302825 https://blog.youkuaiyun.com/lifei092/article/details/82684217 https://blog.youkuaiyun.com/beiliufangdegezhe/article/details/41623579 https://blog.csdn.n转载 2020-07-15 15:52:45 · 521 阅读 · 0 评论 -
ffmpeg fifi 和 tee muxer
fifo muxer The fifo pseudo-muxer allows the separation of encoding and muxing by using first-in-first-out queue and running the actual muxer in a separate thread. This is especially useful in combination with the @ref{tee} muxer and can be used to send d.原创 2020-05-08 18:18:46 · 631 阅读 · 1 评论 -
ffmpeg avformat_open_input函数定义中函数调用图
碰到回调会出现不准的情况,参考下就行。 标题原创 2020-05-08 17:20:57 · 290 阅读 · 0 评论