Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Redundant postprocessor for "--extract-audio" #2607
Comments
|
You may want to convert it to another format using |
|
Asking YT for M4A always results in broken files for me, so I want an option to force downlading of the MP4 and post-process to M4A locally. |
|
@tewe Can you tell me where you did look for existing options that do that? |
|
Thank you. I did not cross my mind that when a post-processing option doesn't do any post-processing I might turn to completely unrelated options to fix that. |
|
@tewe > M4A always results in broken files for me Winamp technical support said their player does not support MPEG DASH. This is what I use to convert m4a DASH audio to m4a AAC LC without losing quality. @phihag > Will this parameter download the entire mp4 then extract the audio out of it? Are downloading more data we need then discard the video portion? If that is true, seems like we are wasting bandwidth unnecessarily? |
|
youtube-dl 2015.01.23.4 and newer will automatically correct the header of the m4a file if ffmpeg is present on the system. I am therefore closing this issue. See our FAQ if you need help updating. Thank you for the report! |
It looks like the postprocessor isn't needed anymore when you use
--extract-audioon a youtube url:It saved it directly to an
m4aaudio file, but still tried to run the audio extraction postprocessor.Maybe a simple solution is to have the postprocessor ignore audio files (m4a, mp3, etc.)?