sealedtx / java-youtube-downloader

Simple, almost zero-dependency java parser for retrieving youtube video metadata
Other
426 stars 117 forks source link

Is there function support video convert to mp3 format? #87

Closed hk200 closed 3 years ago

hk200 commented 3 years ago

In some scenario, there is need to convert video to mp3 format. Is there function support video convert to mp3 format?

xibr commented 3 years ago

you need ffmpeg to convert audio to mp3. #5

sealedtx commented 3 years ago

@hk200 this library does not support any converting, it only parses data provided by youtube. To convert you may use other libraries such as ffmpeg

hk200 commented 3 years ago

@hk200 this library does not support any converting, it only parses data provided by youtube. To convert you may use other libraries such as ffmpeg

many thanks