Shingrace的个人博客分享 http://blog.sciencenet.cn/u/Shingrace

博文

待修改

已有 1921 次阅读 2017-11-27 16:08 |个人分类:深度学习keras|系统分类:科研笔记


FAQ


1. Install FFMpeg with X264 encoding


# Install libx264

git clone git://git.videolan.org/x264.git

cd x264


【改路径】

change this

./configure --enable-static --enable-shared --enable-mp4 --prefix=YOUR_INSTALL_LOCATION --extra-ldflags="-lswresample -lm -lz -llzma"

into

./configure --enable-static --enable-shared --enable-mp4 --prefix=/softwares/x264_install --extra-ldflags="-lswresample -lm -lz -llzma"


make -j64

make install


cd ..


# Install ffmpeg

git clone http://source.ffmpeg.org/git/ffmpeg.git

cd ffmpeg

./configure --enable-gpl --enable-libx264 --prefix=YOUR_INSTALL_LOCATION

make -j64

make install













https://wap.sciencenet.cn/blog-669638-1087088.html

上一篇:keras-回归,用多列温度预测温度【待修改】
下一篇:使用python从欧洲中心ecmwf下载气象数据
收藏 IP: 159.226.234.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-17 03:00

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部