How to get metadata from MXF file MXF (Material Exchange Format) files are complex container files used primarily for professional video and audio workflows. They encapsulate not only the media essence but also an extensive set of metadata—usually encoded in a Key-Length-Value (KLV) structure—that describes aspects of the media (such as timecode, essence descriptors, operational […]
Month: May 2025
Analyzing K-Frame Switcher Logs
How to get metadata from MXF file
扩容Seafile磁盘空间
扩容Seafile磁盘空间 因为默认Seafile安装位置额空间仅剩不到10G,所以需要扩展Seafile的数据存储空间 seafile使用容器安装在centOS7中,其数据存储在/opt目录下,在确定扩容方案前需要确定: 扩容前准备 1. 查看/opt目录占用空间大小 [nick@192 ~]$ sudo du -sh /opt 35G /opt 可以看到目录对应的占用的空间是35G 2. 确认剩余空间,查看目录分区类型,即/opt目录是根分区还是逻辑卷 df -h查看挂载点 [nick@192 ~]$ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.8G 0 3.8G 0% /dev tmpfs 3.8G 0 3.8G 0% /dev/shm tmpfs 3.8G 18M 3.8G 1% /run tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup /dev/mapper/centos-root […]