ytdl-js / react-native-ytdl

A YouTube downloader for React Native
121 stars 46 forks source link

Convert to MP3? #67

Closed HenryHengZJ closed 3 years ago

HenryHengZJ commented 3 years ago

How can I convert the downloaded webm or mp4 file to mp3?

HenryHengZJ commented 3 years ago

I used https://github.com/tanersener/react-native-ffmpeg to extract audio from mp4/webm files.