WinFF / winff

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

use aac instead of libvo_aacenc #231

Closed serpent7776 closed 6 years ago

serpent7776 commented 7 years ago

use native aac encoder instead of libvo_aacenc which is removed. https://trac.ffmpeg.org/wiki/Encode/AAC#libvo_aacenc

serpent7776 commented 7 years ago

So Debian is not getting presets from this repo? Or this is not right place to submit preset PR?

paulgevers commented 7 years ago

@serpent7776 no, Debian has it's own presets file, which you can view on-line here¹. And yes, this is the right place for PR for the general presets. It is just that the requirements for the presets shipped with the MS Windows Winff executable (the main driver for the included presets file) are not always the same as for the ffmpeg/libav version included in Debian and/or Ubuntu. Therefore, I decided long ago to maintain a separate version for Debian. You can even see on the WinFF.org web-site that we provided multiple preset files depending on ones ffmpeg version.

¹ https://anonscm.debian.org/cgit/pkg-pascal/winff.git/tree/debian/presets.xml

serpent7776 commented 7 years ago

Ok, thanks for clarification.