Encodec
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) (Created page!) |
MihaiPopa7 (Talk | contribs) (→Software: A little bit more info.) |
||
(One intermediate revision by one user not shown) | |||
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 12: | Line 12: | ||
== Software == | == Software == | ||
* [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 (on Python, using "pip") by typing: <code>pip install encodec</code> |
+ | |||
+ | [[Category:Facebook]] |
Latest revision as of 14:53, 26 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.
[edit] Identification
Apparently Encodec files start with 'E' 'C' 'D' 'C' 0x00 0x00 0x00 0x00
.
[edit] Software
- Encodec at GitHub
- Also you can install (on Python, using "pip") by typing:
pip install encodec