Re: [Audacity-devel] FFmpeg on Windows
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Leland (AudacityTeam) <le...@au...> - 2008-06-10 02:11:33
|
James Crook wrote: > > Whatever you decide around where to enable it, please add a note in > Experimental.h to say how it is turned on/off in Windows/Linux, because > that is where I look for features that are under development. I don't > mind being redirected elsewhere from there (e.g. to Configwin.h) if > that's appropriate. > I should mention that it works quite well on the Mac. I haven't hit any multi-stream files, but plain old WMV and the like import just fine. It did require that I built my own versions of the libraries. The reason is that the libavformat and brethren MUST be built as a "bundle" due to the way wxWidgets works on the Mac. The wxDynamicLibrary class will not load normal dynamic libraries (.dylib). I do not know if there are prebuilt OSX binaries that satisfy this requirement, so we may need to provide them ourselves...if the legal department say that's okay. ;-) Leland -- View this message in context: http://www.nabble.com/FFmpeg-on-Windows-tp17741696p17746361.html Sent from the Audacity - Dev mailing list archive at Nabble.com. |