Skip to content

Commit 2c3e4e8

Browse files
authored
[Stream] fix: Update max frame rate Stream encoding output (#33127)
This has been 90 FPS for a while, but the docs were never updated.
1 parent 6d05886 commit 2c3e4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/stream/uploading-videos

‎src/content/docs/stream/uploading-videos/index.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Files must be less than 30 GB, and content should be encoded and uploaded in the
5454

5555
## Frame rates
5656

57-
Stream accepts video uploads at any frame rate. During encoding, Stream re-encodes videos for a maximum of 70 FPS playback. If the original video has a frame rate lower than 70 FPS, Stream re-encodes at the original frame rate.
57+
Stream accepts video uploads at any frame rate. During encoding, Stream re-encodes videos for a maximum of 90 FPS playback. If the original video has a frame rate lower than 90 FPS, Stream re-encodes at the original frame rate.
5858

5959
For variable frame rate content, Stream drops extra frames. For example, if there is more than one frame within a 1/30 second window, Stream drops the extra frames within that period.

0 commit comments

Comments
 (0)