Encodec
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) (Created page!) |
(Category:Facebook) |
||
Line 5: | Line 5: | ||
|released=2022 | |released=2022 | ||
}} | }} | ||
− | '''Encodec''', also sometimes named as '''EnCodec''' is a audio format that uses neural networks to compress audio. It's made by Facebook. Slow to encode and decode, no player available. | + | '''Encodec''', also sometimes named as '''EnCodec''' is a audio format that uses neural networks to compress audio. It's made by [[Facebook]]. Slow to encode and decode, no player available. |
== Identification == | == Identification == | ||
Line 13: | Line 13: | ||
* [https://github.com/facebookresearch/encodec Encodec at GitHub] | * [https://github.com/facebookresearch/encodec Encodec at GitHub] | ||
* Also you can install by typing: <code>pip install encodec</code> | * Also you can install by typing: <code>pip install encodec</code> | ||
+ | |||
+ | [[Category:Facebook]] |
Revision as of 11:59, 18 May 2024
Encodec, also sometimes named as EnCodec is a audio format that uses neural networks to compress audio. It's made by Facebook. Slow to encode and decode, no player available.
Identification
Apparently Encodec files start with 'E' 'C' 'D' 'C' 0x00 0x00 0x00 0x00
.
Software
- Encodec at GitHub
- Also you can install by typing:
pip install encodec