casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
741 stars 53 forks source link

feat: Use external encoder to encode like LAME #37

Open VikasRana opened 1 year ago

VikasRana commented 1 year ago

Would be nice to direct this to LAME to encode to MP3s.

casualsnek commented 1 year ago

Hello, can you test the latest development branch. If your ffmpeg was build with lame support the latest version adds 'ffmpeg_args' key to your config which you can edit and set to ['-acodec', 'lame'] to use lame or any encoder you prefer using !