如何将艺术家标题日期等添加到变量中?from ffprobe import FFProbemetadata = FFProbe("01-leo_lausemaus_-_leo_lausemaus_titelsong.mp3")print(metadata)输出结果:<FFprobe: {'title': 'Leo Lausemaus Titelsong', 'artist': 'Leo Lausemaus', 'track': '1/0', 'album': 'Folge 1', 'disc': '1', 'date': '2015', 'TLEN': '78', 'album_artist': 'Leo Lausemaus', 'Duration': '00:01:18.99', 'start': '0.025056', 'bitrate': '329 kb/s'}, [<Stream: #1 [video] Motion JPEG, 0, (512x512)>], [<Stream: #0 [audio] MP3 (MPEG audio layer 3), channels: 2 (stereo), 44100Hz> ], [], []>我希望能够单独输出每个变量我在 Windows 上使用 python 3.8。
添加回答
举报
0/150
提交
取消