static/abbreviation.json
curl --location --request GET '127.0.0.1:5372/api/getVideoInfo?path=D:/video/1.mp4'
{ "data": { "audioCodec": "AAC", "bitDepth": "", "channels": "2.0", "frameRate": "", "hdrFormat": "", "videoCodec": "AVC", "videoFormat": "1080p", "videoPath": "D:/video/1.mp4" }, "message": "获取视频关键参数成功。", "statusCode": "OK" }