推荐
专栏
教程
课程
飞鹅
本次共找到1789条
ffmpeg命令
相关的信息
GoCoding
•
3年前
RTSP 流相关工具介绍
RTSP(RealTimeStreamingProtocol),实时流协议,是一种应用层协议,专为流媒体使用。本文将介绍GStreamer,VLC,FFmpeg这几个工具,如何发送、接收RTSP流。前提GStreamerGStreamer:https://gstreamer.freedesktop.org/GStre
Stella981
•
3年前
FFmpeg结构体彻底分析——AVRational
FFMPEG的很多结构中有AVRationaltime\_base;这样的一个成员,它是AVRational结构的typedefstructAVRational{ intnum;///<numerator intden;///<denominator}AVRational;AVRational这个结构
Stella981
•
3年前
FFmpeg + OpenGL ES 实现 3D 全景播放器
!(https://oscimg.oschina.net/oscnet/d1020a46dbca480c8182261315bad94d.jpg"FFmpegOpenGLES实现3D全景播放器")FFmpegOpenGLES实现3D全景播放器FFmpeg开发系列连载:FFmpe
Wesley13
•
3年前
OSG3.4编译FFMPEG插件
0、加入你要读a.mp4,那个正确的写法是osg::Image\imageosgDB::readImageFile("a.mp4.ffmpeg");1、在github上下载最新的osg3.4源码https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph3.4,你会发
Wesley13
•
3年前
Ubuntu 编译ffmpeg 实现GPU 转码
前言,公司转码集群服务器资源有限,需要考虑GPU方案,本文记录下整个实现ffmpeggpu转码的过程。 该文章后续仍在不断的更新修改中,请移步到原文地址http://dmwan.cc(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdmwan.cc)环
Stella981
•
3年前
FFMPEG结构体分析:AVCodec
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrame(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fleixiaohua1020%2Farticle%2Fdetails%2F14214577)FFMPE
Stella981
•
3年前
FFmpeg数据结构AVPacket
本文为作者原创,转载请注明出处:https://www.cnblogs.com/leisure\_chn/p/10410320.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fleisure_chn%2Fp%2F10410320.html)
Stella981
•
3年前
FFmpeg4.0笔记:封装ffmpeg的解码功能类CDecode
Githubhttps://github.com/gongluck/FFmpeg4.0study/tree/master/Cff(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fgongluck%2FFFmpeg4.0study%2Ftree%2Fma
Stella981
•
3年前
FFMEPG 平台移植,接口简化和外部模块接入 (一)ffmpeg android移植(ndk 编译)
CareyeFFMPEG项目是Careye开源平台的一个新项目,目的是在FFMPEG项目和其外部模块,如freetype,X264的基础上建立一个多平台编译,接口调用简单的工具集。本博客是一个连载,首先从android开始写吧。因为FFMPEG本身对android编译的支持就不是特别好。本文开发环境是ubuntu分步来做:1\.建立
Stella981
•
3年前
FFmpeg4.0笔记:封装ffmpeg的音频重采样功能类CSwr
Githubhttps://github.com/gongluck/FFmpeg4.0study/tree/master/Cff(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fgongluck%2FFFmpeg4.0study%2Ftree%2Fma
1
2
3
4
•••
179