[FFmpeg] 환경 구축
1) FFmpeg 공식홈페이지( http://ffmpeg.zeranoe.com/builds/ )에서 share, dev파일을 다운로드 한다. 2) share파일 에서 bin 폴더를, dev파일에서 include와 lib폴더를 꺼내 셋이 한 곳에 모아둔다.--> bin 폴더 안에는 DDL파일, include폴더 안에는 헤더파일, lib폴더 안에는 lib파일이 있다! 3) VisualStudio에서 새 프로젝트를 만든 뒤 프로젝트 property를 연다. x64용 라이브러리를 받았다면 Platform을 Win32에서 x64로 바꿔준다. x64가 없다면 오른쪽의 Configuration Manager에서 x64를 추가할 수 있다. 4) Configuration Properties > Debugging > En..
2016.08.27