add ffmpeg abbreviations

pull/98/head
Paul Philippov 2023-05-27 22:14:41 -04:00 committed by GitHub
parent 52e9668cdf
commit 900a05f07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -59,3 +59,10 @@ IPC Glossary
- UPnP - Universal Plug and Play - UPnP - Universal Plug and Play
- USB - Universal Serial Bus - USB - Universal Serial Bus
- WDR - Wide Dynamic Range - WDR - Wide Dynamic Range
#### ffmpeg/ffplay
- PTS - Presentation Time Stamp
- fps - Average frame rate in frames per second (`AVStream.avg_frame_rate`)
- tbr - Real base framerate of the stream (`AVStream.r_frame_rate`)
- tbn - Timescale in ticks per second (`AVStream.time_base`)