Media Converter and Muxer - Audio Tools

Easy to use video and audio converter and muxer based on FFmpeg multimedia command-line tool.

Media Converter and Muxer - Audio Tools क्या है?

Media Converter and Muxer - Audio Tools https://add0n.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to use video and audio converter and muxer based on FFmpeg multimedia command-line tool."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Media Converter and Muxer - Audio Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The "Media Converter and Muxer" is an easy-to-use extension to convert media files.

Features:
1. Convert video and audio files to MP3 format
2. Extract the original audio track from a video file (Lossless conversion)
3. Merge a video and an audio file to generate a single file
4. Reduce or increase the volume of a video or audio file
5. Cut a video file into a small segment
6. Fix syncing issue between audio and video tracks by shifting them
7. Rotate a video file by 90, 180, or 270 degrees.
8. Custom conversion to most well-known formats (MP4, MPEG, 3GP, AAC, APNG, GIF) with custom input and output parameters like bit-rate and video size

Operation modes:
1. WASM mode (experimental): For conversions in this mode, there is no need for any permission. It uses the embedded FFmpeg for converting media files. 
2. Native mode: You will be asked to install a minimal native client. This native client works as a bridge to the well-known FFmpeg binary. Here you can see how to install the native client for different operation systems:
1. Windows: https://www.youtube.com/watch?v=18jAqTXBiZA
2. Mac or Linux: https://www.youtube.com/watch?v=bB4Bj_APg4g
note that the video tutorial is steps for the "open-in" extension. Steps are similar for this extension as well.

Change Logs:
--- 0.1.3
1. Supporting non-Ascii characters in file-names
2. supporting native client version 0.3.1
--- 0.1.4
1. Allow external command "open". It is now possible for other extensions and applications to open the converter window from their UI.
--- 0.1.5
1. Uses browser's download manager to get FFmpeg executable
2. Fixes https://github.com/inbasic/media-converter/issues/25#issuecomment-336731517
--- 0.1.6
1. Fixes https://github.com/inbasic/media-converter/issues/27
--- 0.1.9
1. You can now convert very large files!                    

एक्सटेंशन की मूल जानकारी

नाम Media Converter and Muxer - Audio Tools Media Converter and Muxer - Audio Tools
ID ocnfecjfebnllnapjjoncgjnnkfmobjc
आधिकारिक URL https://chromewebstore.google.com/detail/media-converter-and-muxer/ocnfecjfebnllnapjjoncgjnnkfmobjc
विवरण Easy to use video and audio converter and muxer based on FFmpeg multimedia command-line tool.
फ़ाइल का आकार 8.59 MB
स्थापना संख्या 4,539
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2022-09-07
प्रकाशन तिथि 2019-05-14
रेटिंग 3.26/5 कुल 31 रेटिंग्स
डेवलपर https://add0n.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://add0n.com/media-converter.html
सहायता पृष्ठ URL http://add0n.com/media-converter.html
गोपनीयता नीति पृष्ठ URL https://add0n.com/policies/inb.cor.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Converter and Muxer - Audio Tools",
    "description": "Easy to use video and audio converter and muxer based on FFmpeg multimedia command-line tool.",
    "version": "0.4.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "nativeMessaging",
        "downloads"
    ],
    "optional_host_permissions": [
        "http:\/\/127.0.0.1\/"
    ],
    "homepage_url": "https:\/\/add0n.com\/media-converter.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "commands": {
        "_execute_action": []
    }
}