tungs / timecut

Node.js program to record smooth movies of web pages with JavaScript animations
BSD 3-Clause "New" or "Revised" License
623 stars 72 forks source link

Stitch audio to output file in-between to ffmpeg process #18

Open vasanthudhaya opened 4 years ago

vasanthudhaya commented 4 years ago

Hi, @tungs this package is very useful to render web videos. Here i need one more development process while output rendering process. ie) need to stitch audio at a particular duration while rendering the output mp4 with the use of ffmpeg.

Cc : @varunarora

varunarora commented 4 years ago

I think this is out the scope of timecut, but what are you trying to accomplish on the whole? Perhaps there is a better project out there for you to use

JenishaDalin commented 4 years ago

@varunarora , Are you telling that processing audio along with video as impossible task in timecut?

varunarora commented 4 years ago

@JenishaDalin

(a) it's not remotely impossible. nothing is. (b) I am not the maintainer here (c) I just think that if you are trying to process video inside timecut, you probably have a goal that can be better accomplished by another tool or process. I am trying to understand the use cases.

JenishaDalin commented 4 years ago

@varunarora ,

Kindly mention some tool names which is similar to timecut.

Vinlic commented 12 months ago

@vasanthudhaya @JenishaDalin I've recently completed an open-source project similar to timecut, which includes audio track synthesis. You might want to take a look: WebVideoCreator