Difference between revisions of "Video encoding"
Thestinger (talk | contribs) m ({{poor writing}}) |
(→Encode Video: Some initial attempts to expand and make the article cover a broader range) |
||
Line 2: | Line 2: | ||
{{poor writing}} | {{poor writing}} | ||
− | = | + | = Video Encoding = |
− | == | + | |
− | === | + | Videos can be encoded through methods as minimal as a single command line, or as complex as a GUI interface to command line options. This article covers some of the possible choices available. |
+ | |||
+ | == GUI And Scripted Conversions === | ||
+ | |||
+ | ==GUI Conversions== | ||
+ | |||
+ | Several graphical user interfaces exist to assist with the conversion of video to new formats. | ||
+ | * winff | ||
+ | * ogmrip | ||
+ | * dvdrip | ||
+ | |||
+ | ==Scripted Conversions== | ||
xvidenc is a script available in the [[AUR]]. It uses [[mencoder]] and might be a good fit, if want to convert some videos but lack most of the knowledge: While there are (probably?) even easier scripts out there, this one still gives you a lot of choices (most of which you can ignore by pressing enter to use a decent default settings). | xvidenc is a script available in the [[AUR]]. It uses [[mencoder]] and might be a good fit, if want to convert some videos but lack most of the knowledge: While there are (probably?) even easier scripts out there, this one still gives you a lot of choices (most of which you can ignore by pressing enter to use a decent default settings). | ||
yaourt -S xvidenc | yaourt -S xvidenc | ||
+ | |||
=== Maximum efficiency with minimum knowledge === | === Maximum efficiency with minimum knowledge === | ||
(Some links for people who don't have much time to get in-depth?) | (Some links for people who don't have much time to get in-depth?) |
Revision as of 13:59, 22 October 2010
Contents
Video Encoding
Videos can be encoded through methods as minimal as a single command line, or as complex as a GUI interface to command line options. This article covers some of the possible choices available.
GUI And Scripted Conversions =
GUI Conversions
Several graphical user interfaces exist to assist with the conversion of video to new formats.
- winff
- ogmrip
- dvdrip
Scripted Conversions
xvidenc is a script available in the AUR. It uses mencoder and might be a good fit, if want to convert some videos but lack most of the knowledge: While there are (probably?) even easier scripts out there, this one still gives you a lot of choices (most of which you can ignore by pressing enter to use a decent default settings).
yaourt -S xvidenc
Maximum efficiency with minimum knowledge
(Some links for people who don't have much time to get in-depth?)
Specific Commands
Encoding AVI Videos in Windows and Mac Readable Formats
Use these commands:
opt="vbitrate=2160000:mbd=2:keyint=132:vqblur=1.0:cmp=2:subcmp=2:dia=2:mv0:last_pred=3" mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2:vpass=1:$opt -oac mp3lame -o /dev/null input.avi mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2:vpass=2:$opt -oac mp3lame -o output.avi input.avi
"input.avi" is the AVI you made using Linux utilities, and "output.avi" is the AVI you want to make which will be readable by Windows and Mac users.
Common Misconceptions
(Easy one-liners? I'll think I'll do this Section first, as I did & do have a LOT of misconceptions and I'm sure a lot of people who mostly used windows to convert videos in the past have, too;))
Codecs v.s. Containers
encoder v.s. codec
I want to learn some basics
look (I'm not sure where: links some starting points to look depending on what one needs?)
Contrainers
avi, mkv etc... (max one line description + one link for the most used ones?)
Codecs
xvid, stuff (..same...?)
Choosing the right stuff
no idea