visioforge / .Net-SDK-s-samples

VisioForge .Net SDKs samples - Video Capture SDK, Video Edit SDK, Media Player SDK, Media Blocks SDK, Video Fingerprinting SDK
https://www.visioforge.com
MIT License
51 stars 24 forks source link

Output file not saving #2

Closed muradibrahimli closed 3 years ago

muradibrahimli commented 3 years ago

when I deploy the app using ClickOnce and installing from setup.exe file, I get the following errors (highlighted). Seems that there is a problem with deployment. Can you explain how deployment should be done?

[DEBUG] Machine.PageMain.videoCap_OnError-1 - This message Unable to create filter: VisioForge MP4 muxer

videoCap.Video_CaptureDevice = videoCap.Video_CaptureDevicesInfo[0].Name;
videoCap.Audio_CaptureDevice = videoCap.Audio_CaptureDevicesInfo[0].Name;
 videoCap.Output_Format = new VFMP4v8v10Output();
videoCap.Mode = VisioForge.Types.VFVideoCaptureMode.VideoCapture; 
videoCap.Output_Filename = @"C:\Terminal\test\output.mp4";
ElshadR commented 3 years ago

I have same problem .net 5

Haciyev0110 commented 3 years ago

Output file not saving to folder. net core 3.1

visioforge commented 3 years ago

Please update SDK to the 14.x.