WinFF / winff

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

More resent version of ffmpeg.exe #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current version of ffmpeg in winff is from April 28, 2009 and a lot have 
changed since then.
What steps will reproduce the problem?
1. Update to a newer ffmpeg (see 
http://ffmpeg.arrozcru.org/wiki/index.php?title=Builds)
2. Fix bugs (like not using kb as a rate specifier)

What version of the product are you using? On what operating system?
1.3.2 windows

Original issue reported on code.google.com by madsfoto...@gmail.com on 8 Mar 2011 at 2:07

GoogleCodeExporter commented 9 years ago
Yes, i haven't been able to build one myself or find that includes libfaac. So 
i have been waiting. At this point though, i don't think there is going to be 
one. In linux there are a good number of them but builder for windows are 
dwindling.

Original comment by bgg...@gmail.com on 9 Mar 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Ah. That's because FAAC contains some code which is published as Free Software, 
but as a whole it is only distributed under a proprietary license. And when you 
run ffmpeg it will tell you that the whole software is licensed under GPL 3, 
and thus libfaac can't be distributed with ffmpeg. ( see 
http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=15&t=1667&st=0&sk=t&sd=a&start=
30#p5823 )

It's not a problem to build the exe (if you understand mingw32 linux 
development) with libfaac though :)

Original comment by madsfoto...@gmail.com on 10 Mar 2011 at 5:15

GoogleCodeExporter commented 9 years ago
oh, the kb problem was fixed in code a while back. The kb's in the presets were 
recently updated in svn. You can download the file.

Original comment by bgg...@gmail.com on 11 Mar 2011 at 8:48

GoogleCodeExporter commented 9 years ago
presets-libavcodec52-v6.xml or ?

presets-libavcodec52-v6.xml rev 518 fails misserably (when copied both to the 
root dir and the profile/app data dir), so no :)

But if you want, I think I can give you a reasonably up to date ffmpeg with 
libfaac so we can get this show on the road.

Original comment by madsfoto...@gmail.com on 11 Mar 2011 at 9:11

GoogleCodeExporter commented 9 years ago
If you can build me one that would be great

Original comment by bgg...@gmail.com on 12 Mar 2011 at 4:45

GoogleCodeExporter commented 9 years ago
> presets-libavcodec52-v6.xml rev 518 fails misserably (when copied both to the 
root dir and the profile/app data dir), so no :)

Could you please elaborate on how that fails miserably? Do you mean it still 
doesn't work, or that it works even worse? I was responsible for the commit, 
but didn't know it failing.

Original comment by poipodec...@hotmail.com on 13 Mar 2011 at 8:43

GoogleCodeExporter commented 9 years ago
It is broken exactly the same way as the original presets.xml

Original comment by madsfoto...@gmail.com on 13 Mar 2011 at 9:13

GoogleCodeExporter commented 9 years ago
I noticed that I didn't change extension of the -maxrate setting. Are you by 
any chance using a preset that contains such a parameter? Else: which preset do 
you use and what change do you need to make to get it to work?

Original comment by poipodec...@hotmail.com on 13 Mar 2011 at 5:58

GoogleCodeExporter commented 9 years ago
I didn't make it work :(

Anyways, I found a libfaac enabled w32 build (although you seriously shouldn't 
use it): http://research.m1stereo.tv/wiki/index.php/FFMPEG_WIN32_DAILY

Original comment by madsfoto...@gmail.com on 17 Mar 2011 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by bgg...@gmail.com on 30 Apr 2011 at 3:39