ffmpegwasm / ffmpegwasm/ffmpeg.wasm
How to extract subtitle from video using ffmpegwasm?
Offen
- Vorherrschende Sprache
- C
- Sterne
- 17.8k
- Forks
- 1.1k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Is your feature request related to a problem? Please describe.**
Would like to know if we can use ffmpegwasm to extract the embedded subtitle tracks
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
ffmepg.run('-i', 'input.mp4', '-map', '0:s:0"', subs.srt);
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.