curl --location --request GET '127.0.0.1:5372/api/getMediaInfo?path=D:/1.mp4'
{
"data": {
"mediaInfo": "General\nComplete name : 1.mp4\nFormat : MPEG-4\nFormat profile : Base Media\nCodec ID : isom (isom/iso2/avc1/mp41)\nFile size : 10.5 MiB\nDuration : 1 min 29 s\nOverall bit rate : 983 kb/s\nFrame rate : 25.000 FPS\nWriting application : Lavf58.12.100\n\nVideo\nID : 1\nFormat : AVC\nFormat/Info : Advanced Video Codec\nFormat profile : High@L5\nFormat settings : CABAC / 6 Ref Frames\nFormat settings, CABAC : Yes\nFormat settings, Reference frames : 6 frames\nCodec ID : avc1\nCodec ID / Info : Advanced Video Coding\nDuration : 1 min 29 s\nBit rate : 916 kb/s\nWidth : 1 080 pixels\nHeight : 1 920 pixels\nDisplay aspect ratio : 0.562\nFrame rate mode : Constant\nFrame rate : 25.000 FPS\nColor space : YUV\nChroma subsampling : 4:2:0\nBit depth : 8 bits\nScan type : Progressive\nBits/(Pixel*Frame) : 0.018\nStream size : 9.73 MiB (93%)\nCodec configuration box : avcC\n\nAudio #1\nID : 2\nFormat : AAC LC SBR\nFormat/Info : Advanced Audio Codec Low Complexity with Spectral Band Replication\nCommercial name : HE-AAC\nCodec ID : mp4a-40-2\nDuration : 1 min 29 s\nBit rate mode : Constant\nBit rate : 62.8 kb/s\nChannel(s) : 2 channels\nChannel layout : L R\nSampling rate : 44.1 kHz\nFrame rate : 21.533 FPS (2048 SPF)\nCompression mode : Lossy\nStream size : 684 KiB (6%)\nDefault : Yes\nAlternate group : 1\n\nCreated by Publish Helper",
"videoPath": "D:/video/1.mp4"
},
"message": "获取MediaInfo成功。",
"statusCode": "OK"
}