tag icon indicating copy to clipboard operation
tag copied to clipboard

why my video always parse noting!

Open 1Accepted1 opened this issue 3 years ago • 2 comments

when i use ope 微信截图_20220527145202

1Accepted1 avatar May 27 '22 06:05 1Accepted1

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#

1Accepted1 avatar May 27 '22 06:05 1Accepted1

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?

dhowden avatar Jun 19 '22 01:06 dhowden