podsync icon indicating copy to clipboard operation
podsync copied to clipboard

add m4a/aac, ogg audio codec support

Open yuzujin99 opened this issue 4 years ago • 3 comments

aac, ogg have much higher quality and lower size compared to mp3, and they are widely supported by almost all the podcast client.

yuzujin99 avatar Oct 18 '20 14:10 yuzujin99

Could you please provide an example of youtube-dl configuration you use?

mxpv avatar Oct 18 '20 20:10 mxpv

For m4a youtube-dl -f 140 https://www.youtube.com/watch?v=7E-cwdnsiow

sean89503 avatar Oct 22 '20 16:10 sean89503

For better audio quality something like youtube_dl_args = [ "--audio-quality", "192K" ] could help maybe? This tells ffmpeg which bitrate to use for encoding (there's no mp3 hosted on youtube anyways).

reactorcoremeltdown avatar Mar 21 '21 20:03 reactorcoremeltdown