Compare commits
2 commits
convert-go
...
mistress
| Author | SHA1 | Date | |
|---|---|---|---|
| 56cfdb5e17 | |||
| 474ae1479c |
1 changed files with 4 additions and 4 deletions
8
video.go
8
video.go
|
|
@ -198,14 +198,14 @@ func getFrameSkipSeconds(totalSeconds int) int {
|
|||
case totalSeconds <= 60:
|
||||
return 5
|
||||
case totalSeconds <= 120:
|
||||
return 10
|
||||
return 7
|
||||
case totalSeconds <= 300:
|
||||
return 12
|
||||
return 10
|
||||
case totalSeconds <= 1000:
|
||||
return 15
|
||||
case totalSeconds <= 1200:
|
||||
return 40
|
||||
return 20
|
||||
default:
|
||||
return 60
|
||||
return 26
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue