python 单片机一键编译_Ffmpeg Mplayer一键编译脚本

原创内容,转载请注明出处: https://www.myzhenai.com.cn/post/2378.html https://www.myzhenai.com/thread-17964-1-1.html

关键词 ffmpeg mplayer

Ffmpeg是一款非常强大的音视频编解码软件, Mplayer同样也是一款功能强大的播放器. 我写了一个简单的编译安装的脚本, 这脚本只适用于Linux

#wget https://www.myzhenai.com.cn/script/ffmpeg.sh

#chmod +x ffmpeg.sh

#sh ffmpeg.sh 2>&1 | tee ffmpeg.log

#!/usr/bin/env bash

##############################################################################################################################################

# This is ffmpeg in mplayer install script tool

# Author: RucLinux 海南胡说 海南仙岛

# Website: www.myzhenai.com www.myzhenai.com.cn www.haikou-china.com jiayu.mybabya.com www.0898-shop.com

##############################################################################################################################################

yum install yasm* nasm* -y

wget https://www.ffmpeg.org/releases/ffmpeg-3.2.tar.gz

tar -xzvf ffmpeg-3.2.tar.gz

cd ffmpeg-3.2

./configure && make && make install

wget https://www.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2

tar -jxvf all-20110131.tar.bz2

mkdir /usr/local/lib/codecs/

mv -f all-20110131/* /usr/local/lib/codecs/

wget https://www.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20071007.zip

unzip windows-all-20071007.zip

mkdir /usr/local/lib/win32

mv windows-all-20071007/* /usr/local/lib/win32/

wget https://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.3.0.tar.gz

tar -zxvf MPlayer-1.3.0.tar.gz

cd mplayer-1.3.0

./configure --enable-gui --enable-menu --language=zh_CN,en --charset=utf8 && make && make install

printf "

##############################################################################################################################################

# This is ffmpeg in mplayer install script tool

# Author: RucLinux

# Website: www.myzhenai.com www.myzhenai.com.cn www.haikou-china.com jiayu.mybabya.com www.0898-shop.com

##############################################################################################################################################

"

sicnature ---------------------------------------------------------------------

Your current IP address is: 121.206.142.205

Your IP address location: 福建省三明市 电信

其它参考数据(埃文科技提供)

Your IP address country and region: 中国

Your current browser is:

Your current system is:

Original content, please indicate the source:

同福客栈论坛 | 蟒蛇科普 | 海南乡情论坛 | JiaYu Blog

sicnature ---------------------------------------------------------------------

Welcome to reprint. Please indicate the source https://www.myzhenai.com.cn/post/2378.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值