ffmpegwasm / ffmpegwasm/ffmpeg.wasm
How to extract subtitle from video using ffmpegwasm?
Open
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.