WinFF / winff

Automatically exported from code.google.com/p/winff
213 stars 50 forks source link

Make 64-bit version of WinFF to use with ffmpeg 64? #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are 64-bit ffmpeg builds for Win32 here:
http://ffmpeg.zeranoe.com/builds/
but they can't be used with WinFF, since it's 32-bit

Original issue reported on code.google.com by cpu...@gmail.com on 27 Jul 2011 at 7:40

GoogleCodeExporter commented 9 years ago
I don't believe this is a real issue in winff. As winff just calls ffmpeg, it 
will use the 64-bit ffmpeg if that is the version on your system.

Just make sure that the 64-bit is called, you may need to change the path to 
ffmpeg in the winff options.

Original comment by poipodec...@hotmail.com on 29 Jul 2011 at 4:44