Browse Source

Most things have 30 as a standard fps instead of 25

pull/68/head
Gabe Kangas 5 years ago
parent
commit
4559bde977
  1. 2
      core/ffmpeg/transcoder.go

2
core/ffmpeg/transcoder.go

@ -219,7 +219,7 @@ func (v *HLSVariant) getVariantString() string { @@ -219,7 +219,7 @@ func (v *HLSVariant) getVariantString() string {
}
if v.framerate == 0 {
v.framerate = 25
v.framerate = 30
}
if v.framerate != 0 {

Loading…
Cancel
Save