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

how to use custom arguments? #6

Closed
Steiger-3068 opened this issue Jan 2, 2019 · 3 comments
Closed

how to use custom arguments? #6

Steiger-3068 opened this issue Jan 2, 2019 · 3 comments
Labels
bug Something isn't working question Further information is requested

Comments

@Steiger-3068
Copy link

Hello how exactly can i use custom arguments?

i was doing await ffmpeg.ExecuteAsync(args) where args are arguments which normally work when writing them in concole after ffmpeg.exe

When i start it just does nothing. Also if i write a total nonsene argument, it does not throw an error or something, it just does nothing :/

@WaGi-Coding
Copy link

Want to know this aswell. I am not able to make something working it just skips over it

@cmxl
Copy link
Owner

cmxl commented Feb 7, 2019

sorry for the late response.

There is a function in Engine.cs which takes custom arguments:

public async Task ExecuteAsync(string arguments, CancellationToken cancellationToken = default)

The FFMpegArgumentBuilder will then just return them as arguments for the FFMpegProcess.

The Process should crash if arguments are nonesense.
Has anyone a reproducible example for me to check this out?

@cmxl cmxl added bug Something isn't working question Further information is requested labels Feb 7, 2019
@cmxl
Copy link
Owner

cmxl commented Apr 26, 2019

Here is a working example for custom arguments: #5 (comment)

@cmxl cmxl closed this as completed Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants