nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
260 stars 58 forks source link

Question: is there a way to add delay ( padding ) #33

Closed fortin-mo closed 5 years ago

fortin-mo commented 5 years ago

Hi,

I would like to know if there is a way to add delay when encoding ? The same way you can with your implementation of QAAC with --delay

thanks.

nu774 commented 5 years ago

No. As you can see in the man page or help message, there's no such option. As far as I know, other popular encoders such as lame, oggenc, opusenc, neroaacenc also don't implement such an option, so I think it's basically unnecessary. qaac is an abnormally versatile command line encoder but I want to keep fdkaac simple.

fortin-mo commented 5 years ago

Aight.. Thanks anyway for the quick answer :)