damianociarla / node-ffmpeg

ffmpeg module for nodejs
MIT License
600 stars 140 forks source link

Extract x seconds from video/audio #91

Open manuel-dancingly opened 2 years ago

manuel-dancingly commented 2 years ago

Hi everyone,

I a video file that I need to turn to audio and only take 10-15 seconds of it at different parts of the video. If I could do it directly from the video it would save me a step but performance isn't an issue right now.

is that achievable and if so how?

Appreciate it !