Changes between Version 34 and Version 35 of Getting-Started/Windows
- Timestamp:
- Jun 15, 2012 10:56:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows
v34 v35 50 50 1. [http://ffmpeg.org/ ffmpeg] development library. We tested with ffmpeg version ranging from 0.5.1 (from circa 2009) to 0.10. 51 51 - Note that for H.264 support, you need newer releases (October 2011 onwards), and it needs libz too. 52 - You may be able to use the binary distributions , we haven't tested them.52 - You may be able to use the binary distributions (such as from [http://ffmpeg.zeranoe.com/builds/ Zeranoe], we haven't tested them. 53 53 - Otherwise, get [http://www.mingw.org/wiki/MSYS MSYS|MinGW] for building libx264 and ffmpeg, and also its [http://www.mingw.org/wiki/InstallationHOWTOforMinGW gcc compiler suite]. Note: 54 54 - It is recommended to use gcc 4 or above to build ffmpeg.