Commit b3046857 authored by shrabbit's avatar shrabbit
Browse files

移除自述中的徽章,修复-n时输出启动探测信息的问题。

parent 25428a24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@

按固定时间间隔从视频中抽取帧并导出为图片的命令行工具。

![Release](https://img.shields.io/badge/release-1.0.0-blue)

- **仓库**: https://org.shrabbit.com:3000/shrabbit/VideoSlice
- **Releases**: https://org.shrabbit.com:3000/shrabbit/VideoSlice/releases
- **许可证**: MIT(见 [LICENSE](LICENSE)
+2 −2
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ public class MainCommand : AsyncCommand<MainCommand.Settings>
        process.StartInfo.ArgumentList.Add("-i");
        process.StartInfo.ArgumentList.Add(file);

        if (verbose)
            ShowStartInfo(si, "启动探测:");

        if (!process.Start())
@@ -339,4 +340,3 @@ public class MainCommand : AsyncCommand<MainCommand.Settings>
        return process.ExitCode;
    }
}