ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
14.08k stars 825 forks source link

How to extract subtitle from video using ffmpegwasm? #462

Open mobilelifeful opened 1 year ago

mobilelifeful commented 1 year ago

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.

Dass1010 commented 1 year ago

extract subtitle from video using ffmpegwasm? link for reference - click here