2022年11月24日 星期四

ffmpeg MKV to MP4 with embed subtitle

使用 ffmpeg MKV 轉 MP4 內嵌字幕

ffmpeg -i input.mkv -vf subtitles=input.mkv:si=2 output.mp4

si=2 是指第三個字幕 stream, 第一個是 0
可先用 ffprobe 查看有幾個字幕

沒有留言:

Using wgcf to export WARP WireGuard config

Cloudflare WARP 的底層是用 WireGuard tunnel wgcf 工具可以把它匯出成 WireGuard config curl -sL https://github.com/ViRb3/wgcf/releases/download/v2.2.29/w...