mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
8.08k stars 647 forks source link

Audio not encoding #486

Open pidgeonman opened 8 years ago

pidgeonman commented 8 years ago

I've installed ffmpeg with mp3lame, configured mpsyt to encode in mp3 256k and edited the text config file to point to ffmpeg binary, but all dowloads are still saved with the source encoding. What am I missing? Edit: I'm running it in a Raspberry Pi 3.

speedemonV12 commented 8 years ago

I am also experiencing this problem. Both on Arch and Ubuntu. Any help appreciated. Thanks!

speedemonV12 commented 8 years ago

Update: Encoder seems to work when downloading the m4a source. That seems to be the only one that mps automatically converts to mp3. The rest all download in their source encoding and not being converted to mp3

spcmd commented 8 years ago

@speedemonV12 I had to add webm to the "valid for:" lines in the transcode file. See this comment from #389

ZaxonXP commented 6 years ago

Indeed, when the source is m4a AND the "download_command" is set to "none" then the conversion take place. Otherwise the file is not converted. It would be nice if the conversion is also done when the external downloader is in use.