必要なもの
・Visual Studio 2015
・MSYS2
・gas-preprocessor
順番にインストールしていきますが、VS2015はすでにインストール済みである前提で進めます。
Step1.download MSYS2. and install
http://msys2.github.io/
Step2.set to PATH
MSYS2_BIN = D:\msys64\usr\bin\bash.exe
→ドライブレターは任意。
Step3.run MSYS2
$ pacman -Sy pacman
$ pacman -Syu
$ pacman -Su
$ pacman -S make
$ pacman -S gcc
$ pacman -S diffutils
$ exit
Download gas-preprocessor.pl Perl script from https://github.com/FFmpeg/gas-preprocessor
Place the downloaded Perl script in your MSYS2 path.
E.g. C:\msys64\usr\bin\gas-preprocessor.pl
Step4.Clone ffmpeginterop in GitHub
https://github.com/Microsoft/FFmpegInterop
Step5.Execute BuildFFmpeg.bat
バッチファイル実行で終わり。
これでC#からffmpegが使えるようになったので、
MediaElement使って色々できるそうです。
参考URL
・https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT
・http://qiita.com/azk0305/items/a546da060f3ab8d6a8bf
0 件のコメント:
コメントを投稿