Linux下可以利用mencoder将视频里的音频提取出来。方法如下:1、首先安装mencoder.对于Ubuntu来说,软件仓库里就有mencoder,可直接输入如下命令安装sudo apt-get install mencoder2、在命令行输入mencoder -oac mp3lame -ovc copy -of rawaudio 视频文件 -o音频文件其中视频文件是你的视频源文件路径,音频文件是你要输出的文件名。该命令提取的音频文件格式为mp3格式。在Debian Squeeze下安装配置SAMBALinux下获取用户主目录的方法相关资讯 Linux教程
- Linux教程:如何在命令行中查看目 (07/28/2014 12:22:23)
- Linux 修改root密码 (11/03/2012 07:53:38)
- su - root 与su root的区别 (06/06/2012 00:39:40)
| - Linux进程间通信:消息队列 (01/28/2013 09:43:00)
- U盘安装Linux开机无法启动解决方法 (10/07/2012 08:55:52)
- Windows 7/Linux 同步时间 (05/15/2012 06:17:55)
|
本文评论 查看全部评论 (0)