Skip to content

Instantly share code, notes, and snippets.

Get/set ID3 meta tags using ffmpeg

A quick guide on how to read/write/modify ID3 metadata tags for audio / media files using ffmpeg.

FFmpeg has a free-form command line option that allows the user to specify key-value-pairs for encoding metadata. Let's take a look.

1. Read ID3 metadata

To list all global metadata tags for a media file, just set an input but no output file.

@peacechu
peacechu / switch-to-WTG.md
Created May 4, 2024 01:16 — forked from muink/switch-to-WTG.md
普通系统切换为WTG的方法

Windows To Go 与 典型的 Windows 安装的区别

  • 本机磁碟不会自动联机
  • 没有WinRE环境

Windows To Go 的部署过程可以参考我前面的文章

除了以上两个区别,Windows To Go 与传统 Windows 系统的差别在于两个注册表键值BootDriverFlagsPortableOperatingSystem

  • BootDriverFlags 用于控制硬件启动顺序,让系统能在USB介面上启动的最重要的控制项
  • PortableOperatingSystem 用于控制系统是否允许进行更新
#!/bin/bash
## Install USB WiFi adapter AC-1200 on Ubuntu 18.04
## Bus 002 Device 006: ID 0e8d:7612 MediaTek Inc.
## https://askubuntu.com/questions/1119004/usb-wifi-adapter-problem
## https://bbs.archlinux.org/viewtopic.php?id=250273
## http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=4&t=2830&view=next
## https://github.com/kaduke/Netgear-A6210
sudo apt install git dkms build-essential
git clone https://github.com/jeremyb31/mt7612u.git