惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
博客园 - 聂微东
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
罗磊的独立博客
H
Help Net Security
L
LangChain Blog
T
Threat Research - Cisco Blogs
量子位
S
Securelist
Last Week in AI
Last Week in AI
L
Lohrmann on Cybersecurity
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
The Hacker News
The Hacker News
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
T
Threatpost
Security Latest
Security Latest
P
Palo Alto Networks Blog
Microsoft Security Blog
Microsoft Security Blog
NISL@THU
NISL@THU
F
Full Disclosure
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
J
Java Code Geeks
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
B
Blog RSS Feed
月光博客
月光博客
C
Cisco Blogs
V
Visual Studio Blog
D
DataBreaches.Net
H
Hacker News: Front Page
博客园 - 叶小钗
N
News and Events Feed by Topic
爱范儿
爱范儿
A
Arctic Wolf

博客园 - 梁小鱼

Debian镜像使用帮助 cups "跟远程计算机的连接被打断.这可能是网络错误引起的"的解决办法 对处理器性能影响从大到小排序依次是 解決Ubuntu休眠後重啟無聲 Wiine完全使用指南——从基本到高级 Ubuntu下挂载ISO文件挂载cue/bin文件 - 梁小鱼 - 博客园 Ubuntu 8.04 64位元 心得 RouterOS 端口映射 让Firefox3.0支持迅雷 1.怎样定制VC#DataGrid列标题? - 梁小鱼 - 博客园 打印口手柄 Ubuntu命令大全 XML换行 转义符 IIS 远程目录发布(Linux:Samba) & VS 远程目录开发 [Geoff原创] 开户行电话 各种 lightbox 实现 语言代码表 数据恢复技术揭秘:达思数据恢复案例
【Ubuntu】(for 64位元版本)讓ubuntu可以觀看wmv, mpg, rm, asx...等格式的影片
梁小鱼 · 2008-07-07 · via 博客园 - 梁小鱼

step1) 安裝gstreamer的解碼器
$ sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

step2) 安裝xine及解碼器
$ sudo apt-get install libxine-extracodecs totem-xine ffmpeg lame faad sox mjpegtools libxine-main1

 libxine-extracodecs -> libxine1-ffmpeg


step3) 安裝w32codecs
先把這一個伺服器位址http://packages.medibuntu.org/ feisty 加入sources.list清單,並且更新
$ echo "deb http://packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list
$ wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
接著就可以用apt-get輕鬆安裝了!
$ sudo apt-get install w64codecs

step4) 其他請參考【Ubuntu】讓ubuntu可以觀看wmv, mpg, rm, asx...等格式的影片

PS. 這在Ubuntu 7.04 64-bit上安裝成功,之前從64bit換回32bit就是w32decodecs搞不定,後來在網路上看到有阿肚仔說這解碼器for 64bit版本的套件名稱叫做w64decodecs,找了一下才發現Medibuntu已經提供Packages...,之前搞了好久的東西想不到只要幾個指令就簡單完成安裝了>"<

******************************************华丽的分割线**************************************************

1.安装mplayer

sudo apt-get install mplayer mplayer-fonts mozilla-mplayer

sudo cp /etc/mplayer/mplayer.conf /etc/mplayer/mplayer.conf_backup

sudo gedit /etc/mplayer/mplayer.conf

找出下面这一行

...

vo=x11, # To specify default video driver (see -vo help for

...

改为:

vo=xv, # To specify default video driver (see -vo help for

2.安装w32codecs解码器(或w64codecs)

添加源:

Ubuntu 8.04
deb http://packages.medibuntu.org/ hardy free non-free
Ubuntu 7.10
deb http://packages.medibuntu.org/ gutsy free non-free

Ubuntu 7.04

deb http://packages.medibuntu.org/ feisty free non-free

Ubuntu 6.06

deb http://packages.medibuntu.org/ dapper free non-free
sudo apt-get update

sudo apt-get install w32codecs

待续

3. 配置中文字幕显示(可选)

mkdir ~/.mplayer

ln -sf /usr/share/fonts/truetype/arphic/uming.ttf ~/.mplayer/subfont.ttf

gedit ~/.mplayer/gui.conf

sub_cp = "cp936"

font_text_scale = "4.000000"

font_osd_scale = "4.000000"

sub_fuzziness=2

4.mplayer皮肤的安装

将下载出来的包解压出来,注意是一个文件夹,把些文件夹复制到: /home/user/.mplayer/skins里即可