In the latest ffmpeg, libfaac is no longer supported. Should references to it be replaced with the experimental aac, which is?

In get_iplayer.cgi, replace:
push @cmd_aopts, ( '-acodec', 'libfaac',
with:
push @cmd_aopts, ( '-acodec', 'aac', '-strict', 'experimental',


_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to