dhowden / tag

ID3, MP4 and OGG/FLAC metadata parsing in Go
BSD 2-Clause "Simplified" License
558 stars 72 forks source link

why my video always parse noting! #90

Open 1Accepted1 opened 2 years ago

1Accepted1 commented 2 years ago

when i use ope 微信截图_20220527145202

1Accepted1 commented 2 years ago

root@iZ2ze0jazgwtuuz8tpne7pZ:/usr/local/go/myGoProject/bin# ./tag ../test/video/ 3/'3挺好的!1653633098.mp4'
Metadata Format: MP4
File Type:
Title:
Album:
Artist:
Composer:
Genre:
Year: 0
Track: 0 of 0
Disc: 0 of 0
Picture:
Lyrics:
Comment:
root@iZ2ze0jazgwtuuz8tpne7pZ:/usr/local/go/myGoProject/bin# ./tag ../test/video/ 3/1.mp4

^C
root@iZ2ze0jazgwtuuz8tpne7pZ:/usr/local/go/myGoProject/bin# ./tag ../test/video/ 3/1.mp4
Metadata Format: MP4
File Type:
Title:
Album:
Artist:
Composer:
Genre:
Year: 0
Track: 0 of 0
Disc: 0 of 0
Picture:
Lyrics:
Comment:
root@iZ2ze0jazgwtuuz8tpne7pZ:/usr/local/go/myGoProject/bin#

dhowden commented 2 years ago

We only really support MP4 audio files, but if the video is using the same metadata fields then it should be extracted correctly.

Do other programs show that this information is set in your video files?