7月 22nd, 2009 by i43z
The Windows Blogによると、TechNet、MSDNでのWindows 7 RTMダウンロードは、
- 英語版: 8月6日
- その他言語: 10月1日までに
とのこと。先日のブログ記事は誤報だったのでしょうか。
7月 19th, 2009 by i43z
いよいよ、Windows 7のRTMが出るようです。7月24日には、TechNetなどを通じてダウンロードできるかと思います。
ちなみに最終のビルド番号は、600.16385.090713-1255とのこと。
各エディションの詳細情報。
MICROSOFT.WINDOWS.7.ULTIMATE.7600.16385.RTM.X86.RETAIL.ENGLISH.DVD-WZT
BUILD: 7600.16385.090713-1255
7600.16385.090713-1255_x86fre_client_en-us_Retail_Ultimate-GRMCULFRER_EN_DVD.iso
SIZE: 2,501,892,096 byte
Windows 7 ultimate build 7600 x64
BUILD: 7600.16385.090713-1255
7600.16385.090713-1255_x64fre_client_en-us_Retail_Ultimate-GRMCULXFRER_EN_DVD.iso
SIZE: 3,223,209,984 byte
Windows 7 Enterprise build 7600 x86
BUILD: 7600.16385.090713-1255
7600.16385.090713-1255_x86fre_enterprise_en-us_VL-GRMCENVOL_EN_DVD.iso
SIZE: 2,400,387,072 byte
Windows 7 Enterprise build 7600 x63
BUILD: 7600.16385.090713-1255
7600.16385.090713-1255_x64fre_enterprise_en-us_VL-GRMCULXFRER_EN_DVD.iso
SIZE: 3,119,726,592 byte
MICROSOFT.WINDOWS.2008.SERVER.R2.7600.16385.RTM.X64.VOLUME.ENGLISH.DVD-WZT
BUILD: 7600.16385.090713-1255
7600.16385.090713-1255_x64fre_server_en-us_VL-GRMSXVOL_EN_DVD.iso
SIZE: 2,995,314,688 byte
7月 19th, 2009 by i43z

FFmpegの最新版(2009/7/19現在)、rev.19461のWindows向けバイナリを置きました。(FFmpegのビルド方法の記事)
さらに最新版ファイルのチェックはこちらから
download: ffmpeg_rev_19461.zip (3.37MB)
added: 2010/05/07
clicks: 701
description: ffmpeg_rev_19461.zip
使用コンパイラ、オプションは以下の通り
関連ライブラリ
x264 r1183
faad2 2.7
mp3lame 398-2
libtheora 1.0
libvorbis 1.2.0
xvidcore 1.2.2
libgsm 1.0-pl13
libnut rev.662
./configure \
--prefix=/mingw \
--enable-static \
--disable-shared \
--extra-version=i43z.com \
--enable-gpl \
--enable-pthreads \
--enable-libx264 \
--enable-libfaad \
--enable-libxvid \
--enable-libmp3lame \
--enable-libtheora \
--enable-libvorbis \
--enable-libnut \
--enable-libgsm \
--enable-avisynth \
--enable-postproc \
--enable-zlib \
--enable-avfilter \
--enable-avfilter-lavf \
--enable-memalign-hack \
--enable-runtime-cpudetect \
--target-os=mingw32 \
--cpu=i686 \
--arch=i686 \
--disable-debug \
--disable-ffserver \
--disable-ffplay \
--disable-network
7月 4th, 2009 by i43z
MPlayer,MEncoderの最新版(2009/7/4現在)、rev.29409のWindows向けバイナリを置きました。(MPlayer,MEncoderのビルド方法の記事)
download: ffmpeg_rev_19645.zip (3.37MB)
added: 2010/05/07
clicks: 335
description: ffmpeg_rev_19645.zip
使用コンパイラ、オプションは以下の通り
関連ライブラリ
x264 r1173
faad2 2.7
mp3lame 398-2
libtheora 1.0
libvorbis 1.2.0
xvidcore 1.2.2
libgsm 1.0-pl13
libnut rev.662
libpng 1.2.35
libmng 1.0.10
giflib 4.1.6.
libtga 1.0.1
libdvdnav 0.1.10
freetype 2.1.9
./configure \
--prefix=/mingw \
--enable-runtime-cpudetection \
--enable-static \
--enable-md5sum \
--with-freetype-config=/mingw/bin/freetype-config \
--enable-png \
--enable-mng \
--enable-jpeg \
--enable-gif \
--enable-tga \
--enable-mad \
--disable-liba52-internal \
--enable-dvdread \
--enable-dvdread-internal \
--enable-libdvdcss-internal \
--enable-theora \
--enable-xvid \
--enable-x264 \
--enable-faad \
--enable-mp3lame \
--enable-gl \
--language=all \
--disable-faac \
--disable-faac-lavc \
--disable-tv \
--disable-dvb \
--disable-enca \
--disable-vdpau \
--disable-vidix \
--disable-sdl \
--disable-menu \
--disable-caca \
--disable-dvbhead \
--disable-ftp \
--extra-cflags="-I/usr/src/live" \
--extra-libs="-lx264 -lxvidcore -lpthread"
7月 3rd, 2009 by i43z

FFmpegの最新版(2009/7/3現在)、rev.19334のWindows向けバイナリを置きました。(FFmpegのビルド方法の記事)
さらに最新版ファイルのチェックはこちらから
download: ffmpeg_rev_19334.zip (3.35MB)
added: 2010/05/07
clicks: 79
description: ffmpeg_rev_19334.zip
使用コンパイラ、オプションは以下の通り
関連ライブラリ
x264 r1173
faad2 2.7
mp3lame 398-2
libtheora 1.0
libvorbis 1.2.0
xvidcore 1.2.2
libgsm 1.0-pl13
libnut rev.662
./configure \
--prefix=/mingw \
--enable-static \
--disable-shared \
--extra-version=i43z.com \
--enable-gpl \
--enable-pthreads \
--enable-libx264 \
--enable-libfaad \
--enable-libxvid \
--enable-libmp3lame \
--enable-libtheora \
--enable-libvorbis \
--enable-libnut \
--enable-libgsm \
--enable-avisynth \
--enable-postproc \
--enable-zlib \
--enable-avfilter \
--enable-avfilter-lavf \
--enable-memalign-hack \
--enable-runtime-cpudetect \
--target-os=mingw32 \
--cpu=i686 \
--arch=i686 \
--disable-debug \
--disable-ffserver \
--disable-ffplay \
--disable-network