mxpv / podsync

Turn YouTube or Vimeo channels, users, or playlists into podcast feeds
MIT License
1.55k stars 265 forks source link

add m4a/aac, ogg audio codec support #187

Open jinyuzu99 opened 4 years ago

jinyuzu99 commented 4 years ago

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

mxpv commented 4 years ago

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

sean89503 commented 4 years ago

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

reactorcoremeltdown commented 3 years ago

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).