Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

you should add some ffmpeg's params like this #64

Open
kingyazh opened this issue Jun 24, 2020 · 2 comments
Open

you should add some ffmpeg's params like this #64

kingyazh opened this issue Jun 24, 2020 · 2 comments

Comments

@kingyazh
Copy link

this.spawnOptions = [ ...this.frontFlags, "-i", this.url, ...this.midFlags, '-f', 'mpegts', '-codec:v', 'mpeg1video', // additional ffmpeg options go here ...this.additionalFlags, '-' ]

@kingyazh kingyazh changed the title you cloud add some ffmpeg's params like this you should add some ffmpeg's params like this Jun 24, 2020
@rogeliozx
Copy link

let me check that with the library but if it doesn't work I recommend dividing it into microservices

@kyriesent
Copy link
Owner

@kingyazh I might add an option to do something like:

ffmpegOptionsOverride: [ whatever you want ]
}

and just drop it straight in. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants