Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 520 Bytes

FlvInteractiveRebase

一个对 FLV 文件进行 Tag 级别编辑的命令行工具

What's "Interactive Rebase"

因为设计思路是参考了 git 的 git rebase -i 所以起名为 Flv Interactive Rebase.

用法

.\FlvInteractiveRebase.exe parse input.flv tags.xml

.\FlvInteractiveRebase.exe build tags.xml output.flv

编译

dotnet publish -c release -r win-x64
dotnet publish -c release -r osx-x64
dotnet publish -c release -r linux-x64
dotnet publish -c release -r linux-arm