个人工具

“UbuntuHelp:MEncoder”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第9行: 第9行:
 
Mencoder 是一个<u>MPlayer media player</u>的插件。能够用来将任何视频或者音频转化成Mplayer能够识别的码流。<br>
 
Mencoder 是一个<u>MPlayer media player</u>的插件。能够用来将任何视频或者音频转化成Mplayer能够识别的码流。<br>
  
== How To Use MEncoder ==
+
== How To Use MEncoder 怎么使用MEncoder<br> ==
=== Install ===
+
 
First, ensure that the mencoder package is installed with all appropriate dependencies with
+
=== Install&nbsp;&nbsp; 安装<br> ===
<pre><nowiki>
+
 
sudo apt-get install mencoder </nowiki></pre>
+
First, ensure that the mencoder package is installed with all appropriate dependencies with  
You may also consider finding and install the w32codecs package, if you will be working with proprietary formats, such as wmv.
+
 
=== Basic Usage ===
+
第一步,确保mencoder 包和其依赖的包都被安装好。可以用下面的命令来安装。<br>
To use mencoder, you must specify at least an input file, an output file, an audio encoder and a video encoder. As a general framework, you can use the following to convert a video from any type that mplayer can read, to an avi file using mp3 audio encoding.
+
<pre>sudo apt-get install mencoder </pre>  
<pre><nowiki>
+
You may also consider finding and install the w32codecs package, if you will be working with proprietary formats, such as wmv. <br>
mencoder <input_movie> -oac mp3lame -ovc lavc -o output_movie.avi </nowiki></pre>
+
 
=== Audio/Video encoders ===
+
如果你有一些专有格式(例如:wmv格式)的文件要运行,你也可以考虑安装 w32codecs 包。<br>
To see a list of audio encoders supported on your installation, run
+
 
<pre><nowiki>
+
=== Basic Usage 基本用法<br> ===
mencoder -oac help </nowiki></pre>
+
 
To use an audio encoder, specify it as in the example above with -oac <audio_encoder>.
+
To use mencoder, you must specify at least an input file, an output file, an audio encoder and a video encoder. As a general framework, you can use the following to convert a video from any type that mplayer can read, to an avi file using mp3 audio encoding.  
Similarly for video encoders, search with
+
<pre>mencoder &lt;input_movie&gt; -oac mp3lame -ovc lavc -o output_movie.avi </pre>  
<pre><nowiki>
+
=== Audio/Video encoders ===
mencoder -ovc help </nowiki></pre>
+
 
<<BR>>
+
To see a list of audio encoders supported on your installation, run  
=== See also ===
+
<pre>mencoder -oac help </pre>  
* The [[UbuntuHelp:MPlayer| MPlayer wiki page]]
+
To use an audio encoder, specify it as in the example above with -oac &lt;audio_encoder&gt;. Similarly for video encoders, search with  
* [http://www.mplayerhq.hu/DOCS/HTML/en/encoding-guide.html Guide to Encoding with MEncoder]
+
<pre>mencoder -ovc help </pre>  
* [http://videotranscoding.wikispaces.com/?token=23a6250c99d7f8cc9bbbbd70ce80c39f Video Transcoding Wiki]
+
&lt;<br>&gt;
* [http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide MEncoder Guide on the Gentoo Wiki]
+
 
<<BR>>
+
=== See also 也可以参考<br> ===
 +
 
 +
*The [[UbuntuHelp:MPlayer|MPlayer wiki page]]  
 +
*[http://www.mplayerhq.hu/DOCS/HTML/en/encoding-guide.html Guide to Encoding with MEncoder]  
 +
*[http://videotranscoding.wikispaces.com/?token=23a6250c99d7f8cc9bbbbd70ce80c39f Video Transcoding Wiki]  
 +
*[http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide MEncoder Guide on the Gentoo Wiki]
 +
 
 +
&lt;<br>&gt;
 +
 
 
----
 
----
[[category:CategorySoftware]]
 
  
[[category:UbuntuHelp]]
+
[[Category:CategorySoftware]] [[Category:UbuntuHelp]]

2009年8月21日 (五) 14:08的版本


<<Include(Tag/NeedsExpansion)>> IconsPage?action=AttachFile&do=get&target=mplayer.png

What is MEncoder?  什么是MEncoder?

Mencoder is a companion program to the MPlayer media player that can be used to encode or transform any audio or video stream that MPlayer can read. See the RestrictedFormats wiki page for instructions for enabling non-free formats in MPlayer and gmplayer. For more information visit the MPlayer web site. Filters include cropping, scaling, vertical flipping, horizontal mirroring, expanding to create letterboxes, rotating, brightness/contrast, changing the aspect ratio of the video's pixels, colorspace conversion, hue/saturation, color-specific gamma correction, filters for reducing the visibiltiy of compression artifacts caused by MPEG compression (deblocking, deringing), automatic brightness/contrast enhancement (autolevel), sharpness/blur, denoising filters, and several different ways of deinterlacing. Certain filters capable of reversing telecine that do not work well with MPlayer can be used as well.

Mencoder 是一个MPlayer media player的插件。能够用来将任何视频或者音频转化成Mplayer能够识别的码流。

How To Use MEncoder 怎么使用MEncoder

Install   安装

First, ensure that the mencoder package is installed with all appropriate dependencies with

第一步,确保mencoder 包和其依赖的包都被安装好。可以用下面的命令来安装。

sudo apt-get install mencoder 

You may also consider finding and install the w32codecs package, if you will be working with proprietary formats, such as wmv.

如果你有一些专有格式(例如:wmv格式)的文件要运行,你也可以考虑安装 w32codecs 包。

Basic Usage 基本用法

To use mencoder, you must specify at least an input file, an output file, an audio encoder and a video encoder. As a general framework, you can use the following to convert a video from any type that mplayer can read, to an avi file using mp3 audio encoding.

mencoder <input_movie> -oac mp3lame -ovc lavc -o output_movie.avi 

Audio/Video encoders

To see a list of audio encoders supported on your installation, run

mencoder -oac help 

To use an audio encoder, specify it as in the example above with -oac <audio_encoder>. Similarly for video encoders, search with

mencoder -ovc help 

<
>

See also 也可以参考

<
>