Fix typo in remux.json

Should be a semicolon, not a comma
This commit is contained in:
NexusXe 2025-06-05 09:34:39 -05:00 committed by GitHub
parent 291f3401dd
commit aa7c158720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"bullet.purpose.title": "what does remux do?", "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.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.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.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.title": "on-device processing",
"bullet.privacy.description": "cobalt remuxes files locally. files never leave your device, so processing is nearly instant." "bullet.privacy.description": "cobalt remuxes files locally. files never leave your device, so processing is nearly instant."
} }