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

c sharp merging audio video #63

Open
OurIslam opened this issue Feb 1, 2017 · 2 comments
Open

c sharp merging audio video #63

OurIslam opened this issue Feb 1, 2017 · 2 comments

Comments

@OurIslam
Copy link

OurIslam commented Feb 1, 2017

i try to merge a video merg audio
ffmpeg -i video.mp4 -i audio.mp3 -c copy merged_output.mp4
how can i do it with mediatoolkit c#

@OrhanTozan
Copy link

OrhanTozan commented Nov 19, 2017

I also wanted to do this but I think you have to do it this way:

using (var engine = new Engine())
{
    engine.CustomCommand("-i video.mp4 -i audio.mp3 -c copy merged_output.mp4");
}

@WaGi-Coding
Copy link

WaGi-Coding commented Jan 2, 2019

i can't get custom commands to work

EDIT: Still no success :/

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