Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ffmpeginstall [2016/07/09 11:02] slackermedia |
ffmpeginstall [2021/06/03 19:48] (current) |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| <WRAP alert> | <WRAP alert> | ||
| - | For each codec that you choose to build into ffmpeg, you need to compile //and install// them prior to compiling ffmpeg. | + | For each codec that you choose to support in ffmpeg, you need to compile //and install// them prior to compiling ffmpeg. |
| </WRAP> | </WRAP> | ||
| Line 37: | Line 37: | ||
| </code> | </code> | ||
| - | Where the string ''AND SO ON'' is all the other optional codecs listed in the build script. | + | Where the string ''AND SO ON'' is all the other optional codecs listed in the build script. For a list of all possible codec support, look at the configure output: |
| - | For tips on using ffmpeg as a stand-alone application, see the Slackermedia [[ffmpeg|ffmpeg howto]]. | + | <code> |
| + | $ cd /path/to/ffmpeg-x.y.z | ||
| + | $ ./configure --help | ||
| + | </code> | ||
| + | The list is very long; it's basically impossible to include everything, so look through the codecs listed, install what you think you might need, and then build ffmpeg. | ||
| + | |||
| + | For tips on using ffmpeg as a stand-alone application, see the Slackermedia [[ffmpeg|ffmpeg howto]]. | ||
| <WRAP centeralign> | <WRAP centeralign> | ||