Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Video-Downloader/web/i18n/en/remux.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8 lines (8 sloc)
664 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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." | |
} |