Audio Joiner — Merge DASH Audio Files

Extract audio from video files then join tracks. Suitable to merge DASH or M3U8 streams into a single file.

Audio Joiner — Merge DASH Audio Files란 무엇입니까?

Audio Joiner — Merge DASH Audio Files은(는) brian.girko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract audio from video files then join tracks. Suitable to merge DASH or M3U8 streams into a single file."입니다.

확장 프로그램 스크린샷

screenshot

Audio Joiner — Merge DASH Audio Files 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        There is a growing interest in streaming media tracks in segments to eliminate buffering delays and ensure a responsive player, even on low-quality networks. This extension is designed to address merging these  DASH tracks by locally merging them into a single playable track, compatible with any standard media player. Users can set or remove delays between tracks before merging. To maintain quality, each track is initially converted to a PCM buffer, and then they are merged in the user-defined order with optional delays. The output format of this extension is WAV (equivalent to the "audio/wav" MIME type), which is a lossless but large format. To reduce file size, users can use online tools or browser extensions to convert the WAV format to a lossy but compressed format like MP3.

Notes:
- This extension operates entirely offline, with no data transmitted to or from a remote service.
- Unlike some counterparts, this extension does not rely on native complements for the merging process. Instead, it leverages the robust built-in AudioContext component of HTML5.                    

확장 프로그램 기본 정보

이름 Audio Joiner — Merge DASH Audio Files Audio Joiner — Merge DASH Audio Files
ID kdnhapgpmgmldieekcafjmnfpmpnemed
공식 URL https://chromewebstore.google.com/detail/audio-joiner-%E2%80%94-merge-dash/kdnhapgpmgmldieekcafjmnfpmpnemed
설명 Extract audio from video files then join tracks. Suitable to merge DASH or M3U8 streams into a single file.
파일 크기 109 KB
설치 횟수 1,000
현재 버전 0.2.1
최근 업데이트 2023-11-22
출시 날짜 2020-01-11
평점 5.00/5 총 3 개의 평점
개발자 brian.girko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/audio-joiner.html
도움말 페이지 URL https://webextension.org/listing/audio-joiner.html
지원되는 언어 de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "Audio Joiner \u2014 Merge DASH Audio Files",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "offline_enabled": true,
    "homepage_url": "https:\/\/webextension.org\/listing\/audio-joiner.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": [],
    "commands": {
        "_execute_action": []
    }
}