tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
400 stars 51 forks source link

Is metadata and tags editable? #150

Closed SpQuyt closed 4 years ago

SpQuyt commented 4 years ago

Description I'm using react-native-ytdl to download mp3 files from Youtube videos. But those mp3 files has no metadata and no artist and title tag. So those mp3 files cannot be played by default player on my phone.

Expected behavior I want to ask if this library of yours can edit or modify metadata or add title and artist tags? Thank you in advanced!

Current behavior No tags and metadata.

Screenshots image

Logs

Environment

Other

tanersener commented 4 years ago

Please see FFmpeg Metadata.

SpQuyt commented 4 years ago

Thank you so much!