Viewing a single comment thread. View all comments

itszor t1_iyenct5 wrote

If you have linux command-line power, "youtube-dl -x $url".

5

Mallissin t1_iyepak0 wrote

Then FFMPEG to extract the audio, such as:

ffmpeg -i input.mp4 -vn -acodec copy output.aac

1