码迷,mamicode.com
首页 >  
搜索关键字:ffmpeg rtmp crtmpser    ( 2689个结果
ffmpeg P016 P010 YUV444P16LE 的打印的像素值
软解: AV_PIX_FMT_YUV420P10LE in fmt:64IN Y :0x7f45280084c0074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074.00 074 ...
分类:其他好文   时间:2021-04-19 15:05:14    阅读次数:0
ffmpeg -map参数分析
opt_map函数中对于指定了select program的分析 从过滤器中进行map static int open_output_file(OptionsContext *o, const char *filename) open_output_file函数中根据stream_map进行创建输出 ...
分类:其他好文   时间:2021-04-19 14:39:12    阅读次数:0
zimg 使用
/* * Copyright (c) 2015 Paul B Mahol * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under th ...
分类:其他好文   时间:2021-04-16 12:07:43    阅读次数:0
ubuntu nginx rtmp服务器配置
下载 wget http://nginx.org/download/nginx-1.10.3.tar.gz wget http://zlib.net/zlib-1.2.11.tar.gz wget https://ftp.pcre.org/pub/pcre/pcre-8.40.tar.gz wget ...
分类:系统相关   时间:2021-04-02 13:08:30    阅读次数:0
多媒体开发(10):提取图片以及位图保存
小白:提取视频中的图片吗?那很简单,播放视频再截图就行啦。 播放视频再截图的做法,当然可以。但是,手动截图会太累而且无法保证准确度,特别是需要反复提取图片时,或者需要提取“105秒那一瞬间的美女图片”时,或者我需要每秒出一张图片时,那有别的办法吗? 本文介绍,如何使用FFmpeg实现从视频中提取图片 ...
分类:其他好文   时间:2021-03-31 12:14:30    阅读次数:0
curl http3
Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche % cd quiche % cargo build --release --features ffi,pkg-config ...
分类:Web程序   时间:2021-03-29 11:40:19    阅读次数:0
【秒懂音视频开发】09_音频录制02_编程
通过编程录音 开发录音功能的主要步骤是: 注册设备 获取输入格式对象 打开设备 采集数据 释放资源 需要用到的FFmpeg库有3个。 extern "C" { // 设备相关API #include <libavdevice/avdevice.h> // 格式相关API #include <liba ...
分类:其他好文   时间:2021-03-26 15:27:48    阅读次数:0
FFMPEG 内部 YUV444P016 -> P010
1. hscale 2. vscale static void yuv2p010cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, const int16_t **chrUSrc, const int16_t **chrV ...
分类:其他好文   时间:2021-03-17 14:06:46    阅读次数:0
mac系统编译 ffmpeg ios 静态库
//https://blog.csdn.net/ternence_hsu/article/details/54380607 1、源码下载 ffmpeg 源码: https://ffmpeg.org/download.html#releases gas-preprocessor 工具 (编译脚本会自己 ...
分类:移动开发   时间:2021-03-09 12:56:06    阅读次数:0
FFmpeg 介绍和移植
FFmpeg FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec. Mplay,ffplay,暴风影音,QQ影音等视频播放器的内核就 ...
分类:其他好文   时间:2021-03-08 13:12:18    阅读次数:0
2689条   上一页 1 2 3 4 ... 269 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!