Xabe.FFmpeg icon indicating copy to clipboard operation
Xabe.FFmpeg copied to clipboard

Standing on FFmpeg.Conversions.FromSnippet.AddAudio, not running or do anything

Open dim0147 opened this issue 3 years ago • 0 comments

Hi, I create Window Form GUI and when init Form 1 I run startTest which add audio to video and output to result.mp4, but when debug the program is waiting for await FFmpeg.Conversions.FromSnippet.AddAudio(videoDir, audioDir, outputDir); to be done but at this line I'm waiting around 1 hour and no response, I don't know it's encounter error or something wrong because it not respond anything (didn't throw an error or something), and I really sure can I add audio to this video only around few seconds (tested using ffmpeg command line) but when implementing in this it not do anything image image

dim0147 avatar Jul 18 '21 10:07 dim0147