List of codecs explained
The following is a list of compression formats and related codecs.
Audio compression formats
See main article: Audio coding format.
Non-compression
Lossless compression
See main article: Lossless data compression.
- Actively used
- Most popular
- Other
- Oddball
- ATRAC Advanced Lossless (AAL) Extremely unpopular
- FFmpeg (lossy decoder only)
- Direct Stream Transfer (DST) - Only used for Direct Stream Digital
- SSC, DST, ALS and SLS reference software (ISO/IEC 14496-5:2001/Amd.10:2007)
- FFmpeg (decoder only)
- Original Sound Quality (OSQ) - Only used in WaveLab
- Discontinued
Lossy compression
General/Speech hybrid
Neural audio codecs
General
AES3
Bluetooth
- Bluetooth Special Interest Group
- Low Complexity Subband Coding (SBC)
- BlueZ's SBC library (libsbc)
- Fluoride Bluetooth stack (successor of BlueDroid)
- FFmpeg
- CVSD 8 kHz - used in Hands-Free Profile (HFP)
- modified SBC (mSBC) - used in Hands-Free Profile (HFP)
- BlueZ's SBC library (libsbc)[11]
- Fluoride Bluetooth stack
- FFmpeg
- SBC XQ
- LC3 (Low Complexity Communication Codec)
- Google's liblc3 (open source) - used in Android 13 and later
- ETSI
- LC3plus (ETSI TS 103 634)
- Google's liblc3 (open source)
- Qualcomm Technologies International (formerly CSR)
- aptX (a.k.a. apt-X)
- Qualcomm libaptX[14]
- FFmpeg
- aptX HD
- Qualcomm libaptXHD[14]
- FFmpeg
- aptX Low Latency
- aptX Adaptive
- FastStream - a variant of SBC codec for bi-directional audio transmission
- Sony
- HWA Alliance/Savitech
- HiBy
- Ultra Audio Transmission (UAT)
- Samsung
- Samsung HD/UHQ-BT codec
- Samsung Scalable codec
- Samsung Seamless codec
- MQA
Digital radio
Voice
See main article: Speech coding. (low bit rate, optimized for speech)
- Linear predictive coding (LPC, used in most of the speech codecs listed below)
- Xiph.Org Foundation
- Speex, patent free[18]
- libspeex
- FFmpeg (decoder only)
- Dialogic ADPCM (VOX)
- ITU standards:
- G.711 (a-law and μ-law companding; 64 kbit/s), also known as PCM of voice frequencies
- G.711.0 (G.711 LLC)
- G.711.1 (Wideband extension for G.711; 64/80/96 kbit/s)
- G.711.1D (Super-wideband extension for G.711.1; 96/112/128 kbit/s)
- G.718 (8/12/16/24/32 kbit/s)
- G.718B (Super-wideband extension for G.718; 28–48 kbit/s)
- G.719
- G.721 (superseded by G.726; 32 kbit/s)
- G.722 (SB-ADPCM; 48/56/64 kbit/s)
- G.722B (Super-wideband extension for G.722; 64/80/96 kbit/s)
- G.722.2 (AMR-WB)
- 3GPP TS 26.173 AMR-WB speech Codec (C-source code) reference implementation[10]
- opencore-amr (decoder)
- FFmpeg (decoder only)
- G.723 (24 and 40 kbit/s DPCM, extension to G.721, superseded by G.726)
- G.723.1 (MPC-MLQ or ACELP; 5.3/6.3 kbit/s)
- G.726 (ADPCM; 16/24/32/40 kbit/s)
- G.727
- G.728 (LD-CELP; 16 kbit/s)
- G.729 (CS-ACELP; 8 kbit/s)
- G.729a
- G.729b
- G.729ab
- G.729d (6.4 kbit/s)
- G.729e (11.8 kbit/s)
- G.729.1 (G.729 Annex J; Wideband extension for G.711; 8–32 kbit/s)
- G.729.1E (Super-wideband extension for G.729.1)
- Google
- Nellymoser Asao Codec
- PictureTel PT716, PT716plus
- PictureTel PT724
- RTAudio used by Microsoft Live Communication Server
- SVOPC used by Skype
- OpenLPC created by Future Dynamics[19]
- ANSI/SCTE
- ANSI/SCTE 24-21 2006 (BroadVoice16)
- BroadVoice Speech Codec Open Source C Code
- ANSI/SCTE 24-22 2013 (iLBCv2.0)
- ANSI/SCTE 24-23 2007 (BroadVoice32)
- BroadVoice Speech Codec Open Source C Code
- IETF RFCs:
- IETF Internet Draft
- MPEG-4 Audio
- Skyphone MPLP
- Inmarsat
- INMARSAT-M IMBE
- Inmarsat Mini-M AMBE
Microsoft DirectPlay
Those codecs are used by many PC games which use voice chats via Microsoft DirectPlay API.
- Voxware MetaVoice
- Windows Media Player (voxmvdec.ax)
- Truespeech
- Windows Media Player (tssoft32.acm)
- FFmpeg (decoder only)
- MS GSM
- Windows Media Player (msgsm32.acm)
- libgsm
- FFmpeg (decoder only)
- MS-ADPCM
- Windows Media Player (msadp32.acm)
- FFmpeg
Digital Voice Recorder
- International Voice Association (IVA) standards:
- Sony LPEC
- Truespeech Triple Rate CODER (TRC)[22] used in some pocket recorders
- Intermetall MI-SC4 - used by voice recorders such as RadioShack Digital Recorder[23] and HyperHyde[24]
=Generation 2
=
=Generation 3/4
=
- 3rd Generation Partnership Project (3GPP)
- Adaptive Multi-Rate (AMR)
- AMR-NB
- 3GPP TS 26.073 AMR speech Codec (C-source code) reference implementation[25]
- opencore-amr (one may compile ffmpeg with—enable-libopencore-amrnb to incorporate the OpenCORE lib)
- FFmpeg (by default decoder only, but see above the compiling options to incorporate the OpenCORE lib)
- AMR-WB
- 3GPP TS 26.173 AMR-WB speech Codec (C-source code) reference implementation[10]
- opencore-amr (decoder), from OpenCORE (one may compile ffmpeg with—enable-libopencore-amrwb to incorporate the OpenCORE lib)
- vo-amrwbenc (encoder), from VisualOn, included in Android (one may compile ffmpeg with—enable-libvo-amrwbenc to incorporate the VisualOn lib)
- FFmpeg (by default decoder only, but see above the compiling options).
- AMR-WB+
- 3GPP TS 26.273 AMR-WB+ speech Codec (C-source code) reference implementation[26]
- Enhanced Voice Services (EVS)
- 3GPP TS.26.443 – Codec for Enhanced Voice Services (EVS) – ANSI C code (floating-point)[27]
- 3rd Generation Partnership Project 2 (3GPP2)
Professional mobile radio
- APCO
- Project 25 Phase 2 Enhanced Full-Rate (AMBE+2 4400bit/s with 2800bit/s FEC)
- Project 25 Phase 2 Half-Rate (AMBE+2 2450bit/s with 1150bit/s FEC) also used in NXDN and DMR
- Project 25 Phase 1 Full Rate (IMBE 7200bit/s)
- European Telecommunications Standards Institute (ETSI)
- ETS 300 395-2 (TETRA ACELP 4.6kbit/s)
- TETRAPOL
- D-STAR Digital Voice (AMBE 2400bit/s with 1200bit/s FEC)
- Professional Digital Trunking System Industry Association (PDT Alliance) standards:
- Spirit DSP RALCWI
- DSPINI
- Codec2
- RL-CELP (used in Japanese railways[28] [29])
Military
Video games
- Bink Audio, Smacker Audio
- Actimagine (Nintendo European Research & Development) FastAudio[31]
- MobiclipDecoder (decoder only)
- FFmpeg (decoder only)
- Nintendo GCADPCM (a.k.a. DSP ADPCM or THP ADPCM) - used in GameCube, Wii and Nintendo 3DS.
- vgmstream (decoder only)
- VGAudio
- FFmpeg (decoder only)
- Sony VAG[32] (a.k.a. Sony PSX ADPCM)
- vgmstream (decoder only)
- FFmpeg (decoder only)
- Sony HEVAG[32] - used in PS Vita.[33]
- Sony ATRAC9[32] - used in PS4 and PS Vita.
- VGAudio (decoder only)
- FFmpeg (decoder only)
- Microsoft XMA[32] - WMA variants for Xbox 360 hardware decoding.[34]
- Xbox ADPCM
- CRI ADX ADPCM
- vgmstream (decoder only)
- VGAudio
- FFmpeg
- CRI HCA/HCA-MX - used in CRI ADX2 middleware.[35]
- vgmstream (decoder only)
- VGAudio
- FFmpeg (decoder only)
- libcgss
- HCADecoder (decoder only)
- FMOD FADPCM[36]
Text compression formats
Video compression formats
See main article: Video coding format.
- RGB 4:4:4 (only linear, transfer-converted and bit-reduced also sort of compression up to about 3:1 for HDR)
- YUV 4:4:4/4:2:2/4:1:1/4:2:0 (all lower 4:4:4 is spatially compressed up to 2:1 for 4:2:0 with specific colour distortions).
- 10-bit uncompressed video
- Composite digital signal - used by SMPTE D-2 and D-3 broadcast digital videocassettes
- Avid DNxUncompressed
- V210
Analog signals
- PAL broadcast signal
- Pyctools-PAL (open source)
Lossless video compression
- ITU-T/ISO/IEC standards:
- IETF standards:
- FFV1 (RFC 9043)[41] FFV1's compression factor is comparable to Motion JPEG 2000, but based on quicker algorithms (allows real-time capture). Written by Michael Niedermayer and published as part of FFmpeg under GNU LGPL.
- SMPTE standards:
- VC-2 HQ lossless (a.k.a. Dirac Pro lossless)
- Alparysoft Lossless Video Codec (Alpary)
- Apple Animation (QuickTime RLE)
- ArithYuv
- AV1
- AVIzlib
- LCL (VfW codec) MSZH and ZLIB[42]
- FFmpeg
- Autodesk Animator Codec (AASC)
- CAI Format
- CamStudio GZIP/LZO
- Chennai Codec (EVX-1)
- Cairo Experimental Video Codec (open source)
- Dxtory
- FastCodec
- Flash Screen Video v1/v2[43]
- FM Screen Capture Codec
- Fraps codec (FPS1)[44]
- Grass Valley Lossless
- Grass Valley Codec Option
- FFmpeg (decoder only)
- Huffyuv Huffyuv (or HuffYUV) was written by Ben Rudiak-Gould and published under the terms of the GNU GPL as free software, meant to replace uncompressed YCbCr as a video capture format. It uses very little CPU but takes a lot of disk space. See also ffvhuff which is an "FFmpeg only" version of it.
- IgCodec
- Intel RLE
- innoHeim/Rsupport Screen Capture Codec
- Lagarith A more up-to-date fork of Huffyuv is available as Lagarith[45]
- Lagarith Codec (VfW codec)
- FFmpeg (decoder only)
- LOCO[46] - based on JPEG-LS
- MagicYUV[47]
- Microsoft RLE (MSRLE)
- MSU Lossless Video Codec
- MSU Screen Capture Lossless
- - based on PNG
- ScreenPresso (SPV1)
- ScreenPressor[48] - a successor of MSU Screen Capture Lossless
- SheerVideo
- Snow lossless
- TechSmith Screen Capture Codec (TSCC)[49]
- EnSharpen Video Codec for QuickTime
- FFmpeg (decoder only)
- Toponoky
- Ut Video Codec Suite[50] [51]
- VBLE[52]
- VMnc VMware screen codec[53] - used by VMware Workstation
- VP9 by Google[54]
- libvpx
- FFmpeg (decoder only)
- YULS
- ZeroCodec
- ZMBV (Zip Motion Block Video) Codec - used by DOSBox
Lossless game codecs
- DXA
- ScummVM Tools (encoder only)
- FFmpeg (decoder only)
Lossy compression
General
- ITU-T/ISO/IEC standards:
- H.120
- H.261 (a.k.a. Px64)
- MPEG-1 Part 2 (MPEG-1 Video)
- H.262/MPEG-2 Part 2 (MPEG-2 Video)
- H.263
- MPEG-4 Part 2 (MPEG-4 Advanced Simple Profile)
- H.264/MPEG-4 AVC or MPEG-4 Part 10 (MPEG-4 Advanced Video Coding), approved for Blu-ray
- MPEG-4 AVC variants:
- MPEG-4 Web Video Coding or MPEG-4 Part 29 a subset of MPEG-4 AVC baseline profile
- XAVC
- HEVC (High Efficiency Video Coding, H.265, MPEG-H part 2)
- Versatile Video Coding (H.266, VVC)
- VVC Test Model (VTM reference software for VVC; open source)
- Fraunhofer Versatile Video Decoder (open source; decoder only)
- Fraunhofer Versatile Video Encoder (open source; encoder only)
- FFmpeg (decoder only)
- Video Coding for Browsers (VCB)/VP8 (MPEG-4 Part 31, ISO/IEC 14496-31, RFC 6386)
- Internet Video Coding (ISO/IEC 14496-33, MPEG-4 IVC)
- Essential Video Coding (EVC; MPEG-5 Part 1; under-development)
- eXtra-fast Essential Video Encoder (open source; encoder only)
- eXtra-fast Essential Video Decoder (open source; decoder only)
- LCEVC, MPEG-5 Part 2 (Low Complexity Enhancement Video Coding)
- IETF Internet Draft (NETVC)
- xvc[56]
- Divideon's reference implementation (open source)
- Thor[57] (forms the basis of AV1)
- Cisco's reference implementation (open source)
- SMPTE standards:
- Alliance for Open Media
- AV1 (AOMedia Video 1)
- libaom
- SVT-AV1
- rav1e (encoder only)
- dav1d (decoder only)
- libgav1 (decoder only)
- Xiph.Org Foundation
- Daala (under development, basis (alongside other formats) of AV1)
- Theora (based on VP3)
- FFmpeg (decoding only)
- libtheora (open source)
- Apple Video (Apple RPZA)
- Blackbird FORscene video codec
- Firebird[58] Original FORscene video codec
- Digital Video Interactive standards:
- RTV 2.1 (a.k.a. Indeo 2)
- PLV (Production Level Video)
- ActionMedia II driver (decoder only)
- Indeo 3[59] /4/5[60]
- Microsoft Video 1 (MSV1, MS-CRAM, based on MotiVE)
- Open Media Commons standards:
- On2 Technologies TrueMotion VP3/VP4, VP5, VP6, VP7; under the name The Duck Corporation: TrueMotion S, TrueMotion 2, TrueMotion RT 2.0
- RealVideo 1, G2, 8, 9 and 10
- RealVideo Fractal Codec (a.k.a. Iterated Systems ClearVideo)
- RealMedia HD (a.k.a. RealVideo 11)
- Snow Wavelet Codec
- Sorenson Video,[61] Sorenson Spark
- VP9 by Google; VP10 was not released and instead was integrated into AV1
- Windows Media Video (WMV)
- WAX (Part of the Windows Media Series)
- FFmpeg
- Guobiao standards (GB/T)
- Audio Video Standard (AVS)
- AVS1-P2 (GB/T 20090.2-2006) - used in China Blue High-definition Disc.
- AVS1-P7 (AVS-M; under-development)
- AVS2-P2 (GB/T 33475.2-2016, IEEE 1857.4 (draft))
- uAVS2 Encoder
- xavs2 (encoder only)
- davs2 (libdavs2; decoder only)
- AVS3-P2 (draft, IEEE1857.10)
- uavs3e (encoder only)
- uavs3d (decoder only)
Scalable
VP8,[62] VP9,[62] AV1,[62] and H.266/VVC support scalable modes by default.
- Scalable Video Coding (H.264/SVC; an extension of H.264/MPEG-4 AVC)
- Scalable High Efficiency Video Coding (SHVC; an extension of H.265/HEVC)
Intra-frame-only
- Motion JPEG
- FFmpeg
- Morgan Multimedia M-JPEG[63]
- Pegasus PICVideo M-JPEG
- MainConcept M-JPEG
- ISO/IEC standard
- Motion JPEG 2000 (ISO/IEC 15444-3, ITU-T T.802)
- libopenjpeg
- FFmpeg
- Morgan Multimedia M-JPEG2000[64]
- Morgan Multimedia dcpPlayer (decoder only)[65]
- JPEG XS (ISO/IEC 21122) Lightweight Low latency video codec
- DV (IEC 61834)
- MPEG-4 SStP (ISO/IEC 14496-2)
- Motion JPEG XR (ISO/IEC 29199-3, ITU-T T.833)
- Animated JPEG XL (ISO/IEC 18181)
- Apple ProRes 422/4444
- Apple Intermediate Codec
- Apple Pixlet
- FFmpeg (decoder only)
- FFmpeg (decoder only)
- AVC-Ultra a subset of MPEG-4 AVC Hi444PP profile
- XAVC-I
- CineForm HD
- CineForm-SDK developed by GoPro (open source)
- FFmpeg
- SMPTE standard
- VC-2 SMPTE standard (a.k.a. Dirac Pro. SMPTE ST 2042)
- Schrödinger
- dirac-research
- VC-2 Reference Encoder and Decoder developed by BBC (open source)
- FFmpeg (the encoder only supports VC-2 HQ profile)
- VC-3 SMPTE standard (SMPTE ST 2019)
- VC-5 SMPTE standard (SMPTE ST 2073; a superset of CineForm HD)
- Grass Valley HQ/HQA/HQX
- Grass Valley Codec Option
- FFmpeg (decoder only)
- NewTek NT25
- NewTek SpeedHQ - used in Network Device Interface (NDI) protocol
Stereoscopic 3D
Security and surveillance cameras
- Guobiao standards (GB/T)
- AVS-S-P2 (suspended[70])
- SVAC (GB/T 25724-2010)
- Infinity CCTV Codec (IMM4/IMM5/IMM6)
- FFmpeg[71] [72] (IMM4 and IMM5 decoder only)
CD-ROM or CD-related video codecs
- CDXL codec
- Cinepak[73] (a.k.a. Apple Compact Video)
- Photo CD codec
- MotionPixels - used in MovieCD
- CD+G (CD+Graphics) codec
- FFmpeg (decoder only)
- VLC (decoder only)
- CD+EG (CD+Extended Graphics) codec
Network video codecs
Bayer video codecs
- CinemaDNG (created by Adobe; used in Blackmagic cameras)
- Redcode RAW (used in RED cameras) a modified version of JPEG 2000[76]
- ArriRaw (used in Arri cameras)
- Cineform RAW (used in Silicon Imaging cameras)
- Blackmagic RAW (used in Blackmagic cameras)
- Cintel RAW (used in Cintel Scanner[77])
- Apple ProRes RAW
- intoPIX TICO RAW[78]
- intoPIX fastTICO-RAW SDK & TICO-RAW FPGA/ASIC libraries[79]
- Canon CRX - used in Canon Cinema Raw Light movie
- Canon RAW Plugin for Avid Media Access
- LibRaw (decoder only; open source)
Video games
- Bink Video, Smacker video
- Nintendo Mobiclip video codec
- CRI Sofdec codec - a MPEG variant with 11-bit DC and color space correction;[80] used in Sofdec middleware
- CRI P256 - used in Sofdec middleware for Nintendo DS[81]
- Indeo Video Interactive (aka Indeo 4/5) - used in PC games for Microsoft Windows
- FFmpeg (decoder only)
- Intel Indeo Video
Real-time
- RivaTuner video codec (RTV1/RTV2)
- FFmpeg (RTV1 decoder only)
- Hap/Hap Alpha/Hap Q
- DXV Codec
- Resolume DXV Codec
- FFmpeg
- NotchLC
- VESA Display Stream Compression (DSC)
- VESA Display Compression-M (VDC-M)
See also
Notes and References
- http://www.digitalpreservation.gov/formats/fdd/fdd000198.shtml FLAC (Free Lossless Audio Codec), Version 1.1.2
- Web site: About lossless audio in Apple Music. 25 October 2021 .
- Web site: BFDLAC: A Fast lossless Audio Compression Algorithm For Drum Sounds.
- Web site: Matsui . Emiko . 2023-09-19 . Huawei L2HC 3.0 delivers 1.5Mbps lossless sound quality, 4X faster than Apple’s AAC . 2024-04-29 . Huawei Central . en-US.
- Web site: Lossless Audio Homepage. www.lossless-audio.com.
- http://www.digitalpreservation.gov/formats/fdd/fdd000199.shtml Shorten Lossless Audio Compression Format (SHN), Version 3.5.1
- Web site: RK Audio - Hydrogenaudio Knowledgebase. wiki.hydrogenaud.io.
- https://tools.ietf.org/html/draft-spiritdsp-ipmr-01 IPMR Speech Codec - draft-spiritdsp-ipmr-01.txt
- https://web.archive.org/web/20100130060347/http://www.spiritdsp.com/products/voice-video-engine-pc.php TeamSpirit Voice&Video Engine PC
- 3GPP (2008-12-11) 3GPP TS 26.173 - AMR-WB speech Codec; version 8.0.0 Release 8, retrieved 2009-09-09
- http://www.bluez.org/sbc-11/ Release of sbc-1.1
- https://www.phoronix.com/news/PulseAudio-15.0 PulseAudio 15 Released With Bluetooth Improvements, Better Hardware Support
- https://www.collabora.com/news-and-blog/news-and-events/pipewire-bluetooth-support-status-update.html PipeWire: Bluetooth support status update
- https://android.googlesource.com/platform/system/bt/+/3a3ec66a1bb7f5c99b17239021d6d184a3abd4ee%5E%21/ Integration of the aptX and aptX-HD codecs for A2DP source
- https://android.googlesource.com/platform/external/libldac/+/94704431a4da8fbf32cb7c2f964d7aeb140300b9 The contribution of LDAC encoder
- Web site: What is LHDC. hwa-audio. en. 2019-04-30.
- Web site: What is LLAC™?. LHDC org.
- http://www.digitalpreservation.gov/formats/fdd/fdd000259.shtml Speex Audio Codec, Version 1.2
- https://www.linux.com/news/finding-voice-codecs-free-software/ Finding voice codecs for free software
- https://tools.ietf.org/html/draft-vos-silk-02 SILK Speech Codec - draft-vos-silk-02
- https://tools.ietf.org/html/draft-valin-celt-codec-02 Constrained-Energy Lapped Transform (CELT) Codec - draft-valin-celt-codec-02
- Web site: DSP Group Unveils Total Telephony Solutions(TM) For Digital Cordless Telephony Applications . June 24, 2015 . https://web.archive.org/web/20160823021751/https://www.prnewswire.com/news-releases/dsp-group-unveils-total-telephony-solutionstm-for-digital-cordless-telephony-applications-73552597.html . August 23, 2016 . dead.
- https://www.manualslib.com/manual/690224/Radio-Shack-Digital-Recorder.html?page=38&term=sc4&selected=1#manual RadioShack Digital Recorder OWNER'S MANUAL p.38
- https://www.iodata.jp/lib/manual/pdf/45764_1_844_mdm-h2e_1.pdf HyperHyde Operation Manual
- 3GPP (2008-12-11) 3GPP TS 26.073 - AMR speech Codec; version 8.0.0 Release 8, retrieved 2009-09-08.
- 3GPP (2008-12-18) 3GPP TS 26.273 - AMR-WB+ speech Codec; version 8.0.0 Release 8, retrieved 2009-09-09
- 3GPP TS 26.443. Codec for Enhanced Voice Services (EVS); ANSI C code (floating-point).
- http://open_jicareport.jica.go.jp/pdf/12244661_01.pdf INFORMATION COLLECTION SURVEY FOR THE MEGA MANILA SUBWAY PROJECT IN THE REPUBLIC OF THE PHILIPPINES
- https://www.jreast.co.jp/development/tech/pdf_5/59-64.pdf 東北上越新幹線デジタル列車 無線システムの開発
- Book: 10.1109/MILCOM.2010.5680311 . 978-1-4244-8178-1. 300 BPS noise robust vocoder. 2010 - Milcom 2010 Military Communications Conference. 2010. Obranovich. Charles R.. Golusky. John M.. Preuss. Robert D.. Fabbri. Darren R.. Cruthirds. Daniel R.. Aylward. Erin M.. Freebersyser. James A.. Kolek. Stephen R.. 298–303. 8991597.
- https://www.industrie-techno.com/actimagine-allege-le-multimedia-sur-les-terminaux-portables.3463 Actimagine allège le multimédia sur les terminaux portables
- https://docs.unity3d.com/ScriptReference/AudioCompressionFormat.html AudioCompressionFormat
- https://docs.unity3d.com/Manual/class-AudioClip.html Audio Clip
- https://web.archive.org/web/20110115013527/https://msdn.microsoft.com/en-us/library/ee415706%28v%3Dvs.85%29.aspx Differences Between Windows and Xbox 360
- https://app.famitsu.com/20140926_446561/ 【ひらブラ vol.37】音数を諦めず/音質を妥協せず/負荷を極小にする方法(iOS&Android)
- https://www.gamasutra.com/view/pressreleases/236611/FMOD_Studio_106_and_FMOD_at_GDC_expo_programannounced.php FMOD Studio 1.06 and FMOD at GDC expo program announced
- Web site: Lossless. x265.readthedocs.io.
- Web site: HEVC Decoding. x265.
- Web site: FFmpeg Now Supports HEVC/H.265 Decoding. phoronix.
- Web site: Encode/H.265. FFmpeg.
- rfc9043 - FFV1 Video Coding Format Version 0, 1, and 3. August 2021. datatracker.ietf.org. Niedermayer. Michael. Rice. Dave. Martinez. Jérôme.
- Web site: Lossless Codec Libraries. multimedia.cx.
- Web site: FFmpeg: libavcodec/flashsv.c File Reference. ffmpeg.org.
- Web site: FRAPS show fps, record video game movies, screen capture software. www.fraps.com.
- Web site: Lagarith Lossless Video Codec. lags.leetcode.net.
- Web site: LOCO - MultimediaWiki. wiki.multimedia.cx.
- Web site: MagicYUV – Lossless video codec.
- Web site: ScreenPressor by Infognition - lossless video codec for screen capture. infognition.com.
- Web site: Downloads. TechSmith.
- Web site:
- 534 (Ut Video Support) – FFmpeg
. ffmpeg.org.
- Web site: Ut Video Codec Suite - a new lossless video codec for Windows! [Archive] - Doom9's Forum]. doom9.org.
- Web site: VBLE - MultimediaWiki. wiki.multimedia.cx.
- Web site: VMware Video. multimedia.cx.
- Web site: The WebM Project - VP8 Encode Parameter Guide. webmproject.org.
- Book: Portable Video: ENG & EFP. Medoff . Norman . Fink . Edward J.. 221 . September 10, 2012 . CRC Press . 9781136047701.
- The xvc video codec. J. and P. Hermansson. Samuelsson. July 2, 2018. datatracker.ietf.org.
- Thor Video Codec. October 31, 2016. tools.ietf.org. Fuldseth. Arild. Bjontegaard. Gisle. Midtskogen. Steinar. Davies. Thomas. Zanaty. Mo.
- Web site: Live demonstration. Forbidden.
- http://www.digitalpreservation.gov/formats/fdd/fdd000065.shtml Indeo Video Codec, Version 3
- http://www.digitalpreservation.gov/formats/fdd/fdd000085.shtml Indeo Video Codec, Version 5
- http://www.digitalpreservation.gov/formats/fdd/fdd000066.shtml Sorenson Video Codec, Version 3
- https://w3c.github.io/webrtc-svc/#operational-model Scalable Video Coding (SVC) Extension for WebRTC - 4. Operational model
- Web site: M-JPEG Codec . Morgan Multimedia . . April 28, 2018 .
- Web site: M-JPEG2000 Codec . Morgan Multimedia . Montpellier, France . April 28, 2018 .
- Web site: dcpPlayer . Morgan Multimedia . Montpellier, France . April 28, 2018 .
- Web site: FastTICO-XS Codec . intoPIX . Mont-Saint-Guibert, Belgium.
- http://ffmpeg.org/pipermail/ffmpeg-cvslog/2018-April/113234.html FFmpeg-cvslog - mpeg4video: Add support for MPEG-4 Simple Studio Profile.
- https://www.phoronix.com/news/FFmpeg-Animated-JPEG-XL FFmpeg Adds Support For Animated JPEG-XL
- https://web.archive.org/web/20170503095127/http://ftp.newtek.com/pub/download/Utilities/Notes/NewTek_Codec_Notes.htm NewTek Codec Notes
- http://www.avs.org.cn/english/achievement.asp Achievement
- http://ffmpeg.org/pipermail/ffmpeg-cvslog/2018-August/114851.html FFmpeg-cvslog - avcodec: add IMM4 decoder
- http://ffmpeg.org/pipermail/ffmpeg-cvslog/2019-August/118783.html FFmpeg-cvslog - avcodec: add IMM5 decoder
- http://www.digitalpreservation.gov/formats/fdd/fdd000064.shtml Cinepak
- https://docs.oracle.com/cd/E19125-01/video.plus13/805-2682-12/6j2iol6rn/index.html SunVideo Plus for PCI User's Guide - Audio Video Conferencing
- https://ee.lbl.gov/vic/CHANGES.html vic: Change History
- http://peter.schlaile.de/redcode/ libredcode
- https://documents.blackmagicdesign.com/UserManuals/BlackmagicCintelManual.pdf Cintel Scanner
- https://www.redsharknews.com/intopix-tico-raw-is-a-format-with-huge-potential intoPIX Tico Raw is a format with a huge potential
- https://www.intopix.com/tico-raw intoPIX Tico Raw
- https://web.archive.org/web/20110929213359/http://www.cri-mw.co.jp/product/column/2nt4hm0000001kot.html 独自コーデックを搭載したニンテンドーDS版Sofdec
- http://game.watch.impress.co.jp/docs/20070419/cri.htm CRI・ミドルウェア、ゲーム開発者向けブログ「CRIチャンネル」を開設