使用如下命令推流时: ffmpeg -re -i a.mp4 -vcodec libx264 -acodec aac -f flv rtmp://172.31.102.165:1935/myapp 可能会出现如下错误: Unknown encoder 'libx264' 即,缺少libx264库,需 ...
分类:
Web程序 时间:
2018-08-01 14:00:53
阅读次数:
4613
libavformat下的hls.c和mpegts.c实际上是同一个级别的,同属于demuxer。 只不过实际使用的hls协议是先解协议(hls.c)后解封装(mpegts.c),这里的协议和封装都是demuxer。 ...
分类:
其他好文 时间:
2018-07-28 15:26:38
阅读次数:
137
语法:ffmpeg [全局选项][输入文件选项] -i [输入文件]...[输出文件选项][输出文件]主要选项 :-f 指定输入或者输出文件格式-i 输入文件-y 默认覆盖-n 不覆盖,如果输出文件存在立即退出-codec 指定编码格式-t 限制输入或者输出时间-ss 设置开始时间-fiiter_c ...
分类:
其他好文 时间:
2018-07-26 18:26:28
阅读次数:
293
ijkplayer: Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. TheAmazingAudioEngine: Core Audio, Cordially: A sophi ...
分类:
移动开发 时间:
2018-07-25 17:45:28
阅读次数:
242
系统环境:10.13以前系统版本,没有升级到macOS High Sierra。正常情况是直接输入 即可安装ffmpeg,但是该过程还是有一些坑需要填。 一、mac命令行输入 这时候会提示错误: 这是因为没有安装Homebrew,解决办法参照第二步 二、max下安装Homebrew max下安装Ho ...
分类:
系统相关 时间:
2018-07-24 17:39:08
阅读次数:
262
很久之前装caffe的时候需要编译opencv就报错了、usr/local/lib/libavcodex.a(***.o) relocation。。。。。recompile with -fPIC 现在又要装今天又搞了一天:( 还搜了一堆静态库的问题,后来发现这些都是ffmpeg的问题,然后还是在ff ...
分类:
系统相关 时间:
2018-07-23 20:21:40
阅读次数:
570
# pip3 install -i https://mirrors.aliyun.com/pypi/simple/ m3u8 # pip3 install --upgrade pip # 在Centos中安装ffmpeg和aria2c # https://www.cnblogs.com/little... ...
分类:
其他好文 时间:
2018-07-22 00:16:13
阅读次数:
256
# 安装ffmpegyum install epel-release -yrpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.rorpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x8 ...
分类:
其他好文 时间:
2018-07-21 22:49:52
阅读次数:
455
https://blog.csdn.net/jywowaa/article/details/52263711 学习中用到深度学习的框架,需要搭建caffe、theano和torch框架。经过一个月的不懈奋战,终于搭建好了框架。现在分享简单的搭建过程,为后面要用到深度学习框架的同学节省时间,写了这个博 ...
分类:
系统相关 时间:
2018-07-21 15:06:53
阅读次数:
232
1.安装 sudo apt-get install ffmpeg libav-tools 2.基本操作 avconv [options] [[infile options] -i infile] [[outfile options] outfile] e.g.: avconv -i GOPR7617 ...
分类:
系统相关 时间:
2018-07-21 15:06:14
阅读次数:
207