-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nodelay command to fdkaac #58
Comments
I mean need add parameter nodelay like qaac cause fdkaac always delay audio (it's always slower bit compare to original audio) after encode audio although i'm not set delay |
Yes, I'm aware of that, but why can't you just let muxer (ffmpeg) and container (mkv or mp4) do the job instead? |
Cause i encode BD stream with 7.1, 5.1 lossless very big data, i need encode to small data enough for me |
That's not what I'm asking. The amount of delay you mention is already taken care of, and is written in the M4A container by fdkaac. fdkaac even provides a option to control how to write delay information in the container. So, what is the exact reason why you want --no-delay? |
Oh, i use Megui so can't add ffmpeg command like that and i use Megui for easy to use. It's only click some function and run auto. It's not hard like cli batch need add command. So i think i need nodelay command like qaac for easy to use |
We want to use the AAC audio stream in the HLS stream, and HLS only supports the ADTS container, so we also need the no-delay parameter |
Hi, can you add nodelay to fdkaac? I'm always use karaoke subtitles so delay is important but fdkaac always delay compare to original audio although i'm not set delay
The text was updated successfully, but these errors were encountered: