Skip to content

Commit

Permalink
space out abbreviated lines for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Aug 31, 2023
1 parent 04a0d54 commit 3d7c66b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion includes/abbreviations.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
*[open-source]: Something that is free in price with publically avaliable and modifiable code/internals.

*[RIFE]: An AI video interpolation that is slower, but generally more accurate

*[SVP]: A video interpolation algorithm that is faster, but generally less accurate

*[frame blending]: A process that combines frames together to produce a motion blur effect

*[artifacts]: A noticeable distortion (such as smearing) of your video, commonly caused by interpolation

*[artifacting]: A noticeable distortion (such as smearing) of your video, commonly caused by interpolation

*[encoding]: The process of converting a digital video file into another compressed format

*[encoder]: Something that converts a certain visual format (e.g. screen capture or another video file) into a compressed video format

*[decoding]: The process of converting a compressed digital video file into a usable and viewable format

*[decoder]: Something that converts a compressed video format into a recognizable visual format (e.g., screen display) for playback or editing purposes.

*[CBR]: Constant Bit Rate

*[VBR]: Variable Bit Rate

*[NVENC]: NVIDIA's Video Encoder

*[NVDEC]: NVIDIA's Video Decoder

*[AMF]: AMD's Video Framework (Encoder & Decoder)

*[QuickSync]: Intel's dedicated video encoding and decoding hardware core, found on iGPUs and their ARC GPUs
*[iGPU]: A CPU's integrated GPU, less powerful than desktop counterparts and most commonly used in laptops

*[iGPU]: A CPU's integrated GPU, less powerful than desktop counterparts and most commonly used in laptops

0 comments on commit 3d7c66b

Please sign in to comment.