Recent Changes - Search:

Documents

Download

Building

Support

Wiki Stuff

edit SideBar

FFMpegOnWindows

Main.FFMpegOnWindows History

Hide minor edits - Show changes to output

Changed lines 18-25 from:
- Download and unpack the pre-compiled tarball. The recommended location is C:\FFMPEG. The remainder of these instructions will refer to this directory as %FFMPEG%

- Add the directory %FFMPEG%\BIN to the PATH environment variable

- Open MSVC and add the directory %FFMPEG%\LIB to the VC++ Lib directories in the Tools->Options menu

-
Compile the H.263-1998 project in the Opal plugins solution
to:
!!!!Method 1

*
Download and unpack the pre-compiled tarball into ...\opal\plugins\video\H.263=1998\ffmpeg

* Copy the contents
of ...\opal\plugins\video\H.263=1998\ffmpeg\bin to C:\PTLib_PlugIns

* Compile the H.263-1998 project in the Opal plugins solution

!!!!Method 2
* Download and unpack the pre
-compiled tarball. The recommended location is C:\FFMPEG. The remainder of these instructions will refer to this directory as %FFMPEG%

* Add the directory %FFMPEG%\BIN to the PATH environment variable

* Open MSVC and add the directory %FFMPEG%\LIB to the VC++ Lib directories in the Tools->Options menu

*
Compile the H.263-1998 project in the Opal plugins solution
May 29, 2009, at 06:24 AM by 64.34.176.218 -
Changed lines 18-23 from:
- Download and unpack the pre-compiled tarball. The recommended location is C:\FFMPEG. The remainder of these instructions will refer to this directory as %FFMPEG%

- Add the directory %FFMPEG%\BIN to the PATH environment variable

- Open MSVC and add the directory %FFMPEG%\LIB to the VC++ Lib directories in the Tools->Options menu
to:
- Download and unpack the pre-compiled tarball. The recommended location is C:\FFMPEG. The remainder of these instructions will refer to this directory as %FFMPEG%

- Add the directory %FFMPEG%\BIN to the PATH environment variable

- Open MSVC and add the directory %FFMPEG%\LIB to the VC++ Lib directories in the Tools->Options menu
May 29, 2009, at 06:17 AM by 64.34.176.218 -
Changed lines 22-23 from:

to:
- Open MSVC and add the directory %FFMPEG%\LIB to the VC++ Lib directories in the Tools->Options menu

- Compile the H.263-1998 project in the Opal plugins solution

May 29, 2009, at 06:13 AM by 64.34.176.218 -
Changed lines 20-21 from:
-
to:
- Add the directory %FFMPEG%\BIN to the PATH environment variable


May 29, 2009, at 06:11 AM by 64.34.176.218 -
Changed lines 10-15 from:
The best way to use FFMpeg on Windows is to use a precompiled version from the [[http://ffmpeg.arrozcru.org/builds/ | Unoffical FFmpeg Win32 Build site]]

The recommended version is r16537, which is also [[ http://files.opalvoip.org/bin/ffmpeg-r16537.tar.bz2 | available to download from here]]

If you simply must compile it yourself, then read on...
to:
The best way to use FFMpeg on Windows is to use a precompiled shared library version from the [[http://ffmpeg.arrozcru.org/builds/ | Unoffical FFmpeg Win32 Build site]]

The recommended version is r16537, which is also [[ http://files.opalvoip.org/bin/ffmpeg-r16537-gpl-lshared-win32.tar.bz2 | available to download from here]]

If you simply must compile it yourself, then read on below...

!!Using a precompiled version of FFmpeg

- Download and unpack the pre-compiled tarball. The recommended location is C:\FFMPEG. The remainder of these instructions will refer to this directory as %FFMPEG%

-

May 29, 2009, at 06:07 AM by 64.34.176.218 -
Added lines 6-17:
Most importantly, don't try to compile FFMpeg for Windows unless you enjoy pain.

Seriously. Many have tried and failed.

The best way to use FFMpeg on Windows is to use a precompiled version from the [[http://ffmpeg.arrozcru.org/builds/ | Unoffical FFmpeg Win32 Build site]]

The recommended version is r16537, which is also [[ http://files.opalvoip.org/bin/ffmpeg-r16537.tar.bz2 | available to download from here]]

If you simply must compile it yourself, then read on...

!!For hard-core fanatics only.

November 26, 2008, at 07:08 AM by 123.243.254.105 -
Added lines 9-10:
'''IMPORTANT''': You will need to add "c:\msys" to the VSNET2005_PWLIB_CONFIGURE_EXCLUDE_DIRS environment variable to avoid Opal configure from attempting to use the new header files.
November 26, 2008, at 05:51 AM by 123.243.254.105 -
Changed lines 10-11 from:
This is apparently a known issue when compiling with MingW toolchain.
to:
This is apparently a known issue when compiling with the MingW toolchain.
November 26, 2008, at 05:50 AM by 123.243.254.105 -
Changed line 9 from:
If you experience a "hang" while running the "./configure" for FFmpeg, try opening the Task Manager and killing the "lvprcsrv.exe" process.
to:
'''Note 1''': If you experience a "hang" while running the "./configure" for FFmpeg, try opening the Task Manager and killing the "lvprcsrv.exe" process.
Added lines 11-13:

'''Note 2''': If the compile fails with errors relating to "vfw", add the "--disable-devices" option when confguring FFmpeg

November 26, 2008, at 05:44 AM by 123.243.254.105 -
Changed lines 6-7 from:
FFmpeg can only be built on Windows using the Msys toolchain.
The [[http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page|FFMpeg on Windows Wiki]] gives detailed instructions on how to do this.
to:
FFmpeg can only be built on Windows using the Msys+MingW toolchain.
The [[http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page|FFMpeg on Windows Wiki]] gives detailed instructions on how to do this.

If you experience a "hang" while running the "./configure" for FFmpeg, try opening the Task Manager and killing the "lvprcsrv.exe" process.
This is apparently a known issue when compiling with MingW toolchain
.
November 26, 2008, at 05:28 AM by 123.243.254.105 -
Changed line 7 from:
The [[http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page|FFMpeg on Windows Wiki]] gives details instructions on how to do this.
to:
The [[http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page|FFMpeg on Windows Wiki]] gives detailed instructions on how to do this.
November 26, 2008, at 05:28 AM by 123.243.254.105 -
Added lines 4-7:
!!Building and installing FFmpeg on Windows

FFmpeg can only be built on Windows using the Msys toolchain.
The [[http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page|FFMpeg on Windows Wiki]] gives details instructions on how to do this.
November 26, 2008, at 05:26 AM by 123.243.254.105 -
Added lines 1-3:
(:notitle:)
%width=200% http://ffmpeg.mplayerhq.hu/ffmpeg-logo.png

Edit - History - Print - Recent Changes - Search
Page last modified on June 01, 2009, at 06:59 AM