Media_Dev
-
ffmpeg linking error C3861: 'img_convert': identifier not foundMedia_Dev 2010. 1. 18. 14:45
If you using a FFmpeg Revision 13712 imgconvert is the old code that converted colorspaces and re-sized images. It has been deprecated and finally removed from FFmpeg some time ago. You should update the code to use swscale instead.
-
About FFmpegMedia_Dev 2010. 1. 15. 15:52
The project is made of several components: ffmpeg is a command line tool to convert multimedia files between formats. ffserver is a multimedia streaming server for live broadcasts. ffplay is a simple media player based on SDL and the FFmpeg libraries. libavutil is a library containing functions for simplifying programming, including random number generators, data structures, mathematics routines..
-
Compiling X264 on WindowsMedia_Dev 2010. 1. 15. 01:44
1_ Firstly you should install NASM http://sourceforge.net/projects/nasm/files/Win32%20binaries/2.05.01/nasm-2.05.01-win32.zip/download and Copy to your bin directory at msys. 2_ download Git http://code.google.com/p/msysgit/downloads/list I just downloaded Git-1.6.5.1-preview20091022.exe version. and entering command like that "git clone git://git.videolan.org/x264.git c:\x264" 3_download yasm h..
-
Installing MinGW From FFmpeg on WindowsMedia_Dev 2010. 1. 11. 15:47
Jump to: navigation, search Go to MinGW on Sourceforge Get these packages: binutils-2.19.1-mingw32-bin.tar.gz mingwrt-3.15.2-mingw32-dll.tar.gz mingwrt-3.15.2-mingw32-dev.tar.gz w32api-3.13-mingw32-dev.tar.gz And you also need to choose a compiler. In this guide we use GCC, but there have been reports in the ffmpeg-devel mailinglist about people getting Intel's ICC to work. Each version of GCC h..