web/remux: add bullet points explaining what remux is

This commit is contained in:
wukko
2024-11-18 15:24:50 +06:00
parent 152ba6d443
commit b015af7dde
2 changed files with 80 additions and 35 deletions

View File

@@ -1,3 +1,8 @@
{
"description": "remuxing often fixes compatibility issues with old software. it's fast, lossless, and everything is processed on-device."
"bullet.purpose.title": "what does remux do?",
"bullet.purpose.description": "remux fixes any issues with the file container, such as missing time info. it helps increase compatibility with old software, such as vegas pro and windows media player.",
"bullet.explainer.title": "how does it work?",
"bullet.explainer.description": "remuxing takes existing codec data and copies it over to a new media container. it's lossless, media data doesn't get re-encoded.",
"bullet.privacy.title": "on-device processing",
"bullet.privacy.description": "cobalt remuxes files locally. files never leave your device, so processing is nearly instant."
}