BUT, unlike the various audio players, the Youtube player pauses when you lock the screen. So, here's some incantations to grab the audio.
- grab video. I'm using: https://github.com/gantt/downloadyoutube
- ffmpeg -i foo.mp4 -c copy foo.aac
- avconvert --preset PresetAppleM4VCellular-s foo.aac -o foo.mp3
- ffmpeg -i foo.mp4 -c:a libmp3lame -ac 2 -q:a 2 foo.mp3
blogodex = {"idx" : ["video conversion", "audio extraction", "Youtube"]};
No comments:
Post a Comment