Changes between Version 65 and Version 66 of WikiStart
- Timestamp:
- 09/14/2012 06:34:47 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v65 v66 59 59 * [[Using libav*]] Instructions for how to integrate FFmpeg's main libraries into your own custom programs. 60 60 61 == Other == 62 * [[Creating multiple outputs]] 63 * [[Encoding VBR (Variable Bit Rate) mp3 audio]] 61 == Other/FAQ == 62 63 * [[Creating multiple outputs]] from the same input 64 * [[Encoding VBR (Variable Bit Rate) mp3 audio]] using libmp3lame 64 65 * [[How to change audio volume up-down with FFmpeg]] 65 66 * [[How to concatenate (join, merge) media files]] 66 67 * [[How to encode Xvid / DivX video with ffmpeg]] 67 * [[How to speed up / slow down a video]] 68 * [[How to use -map option]] 69 * [[Seeking with FFmpeg]] if you need to split a file, or cut a part off one.70 * A small wikibook: [http://en.wikibooks.org/wiki/FFMPEG_An_Intermediate_Guide] .68 * [[How to speed up / slow down a video]] time lapse, etc. 69 * [[How to use -map option]] to select exactly which streams to process. 70 * [[Seeking with FFmpeg]] if you need to split a file, or select just a part of one. 71 * A small wikibook: [http://en.wikibooks.org/wiki/FFMPEG_An_Intermediate_Guide], though seems a bit unmaintained. 71 72 72 73 = Trac Documentation = 74 75 Trac is what FFmpeg uses for tracking bugs (and also hosts this wiki). 73 76 74 77 * TracGuide -- Built-in Documentation


