- Blender for Video Production Quick Start Guide
- Allan Brito
- 130字
- 2021-06-10 18:45:32
Data compression types
Another important aspect about a CODEC is the type of compression it applies to data. There are two types of compression available:
- Lossy compression: Here we have a process that tries to exclude unnecessary data to save on file size. As a result, files are usually smaller.
- Lossless compression: Some compression types will try to shrink data with no data loss, resulting in larger files but with all data intact.
Which one is the compression from an H.264 file? It uses lossy compression, the same that you will also find in a JPEG image file.
That means you must avoid processing the video data as much as possible because, every time you treat the data, your CODEC will try to exclude something to shrink down your file.
推薦閱讀
- 零點(diǎn)起飛學(xué)Xilinx FPG
- 圖解西門(mén)子S7-200系列PLC入門(mén)
- Linux KVM虛擬化架構(gòu)實(shí)戰(zhàn)指南
- Manage Partitions with GParted How-to
- 分布式微服務(wù)架構(gòu):原理與實(shí)戰(zhàn)
- VCD、DVD原理與維修
- Intel Edison智能硬件開(kāi)發(fā)指南:基于Yocto Project
- 基于Proteus仿真的51單片機(jī)應(yīng)用
- Internet of Things Projects with ESP32
- 數(shù)字媒體專(zhuān)業(yè)英語(yǔ)(第2版)
- Python Machine Learning Blueprints
- FL Studio Cookbook
- The Artificial Intelligence Infrastructure Workshop
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機(jī)端程序設(shè)計(jì)
- FPGA實(shí)戰(zhàn)訓(xùn)練精粹