Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: I can't use libav like this: (Read 8770 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

I can't use libav like this:

aac-libav-0.8.17-win32:
ffmpeg aac -i input.wav output.aac -quality 00001 cutoff 22050 bitrate 387kbps.

Re: I can't use libav like this:

Reply #1
Internal aac encoder in libav still experimental until now, unlike ffmpeg, so you have to add command " -strict -2 " or " -strict experimental " for it to work...
qaac -cvbr 0 -he

Re: I can't use libav like this:

Reply #2
Internal aac encoder in libav still experimental until now, unlike ffmpeg, so you have to add command " -strict -2 " or " -strict experimental " for it to work...
Did i get this? :
Libav (pre-3.0 FFmpeg) AAC encoder.

Re: I can't use libav like this:

Reply #3
Anyone?