Skip to content

Commit

Permalink
发版
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiming748 committed Jul 28, 2024
1 parent abd1b1d commit c6a1abe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
)

var (
Root string = "/media/zen/swap/telegram/new" // 工作目录 如果为空 默认/data
Root string = "/data" // 工作目录 如果为空 默认/data
//Root string = "C:\\Users\\zen\\Github\\ConvertVideo\\video" // 工作目录 如果为空 默认/data
//To string = "clip" // 转换到的编码 如果为空 默认vp9
To string = "vp9" // 转换到的编码 如果为空 默认vp9
To string = "h265" // 转换到的编码 如果为空 默认vp9
//To string = "merge" // 转换到的编码 如果为空 默认vp9
Direction string = "ToRight"
CpuNums int = runtime.NumCPU() // 核心数
Expand Down

0 comments on commit c6a1abe

Please sign in to comment.