TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
611
126.4k
Video Conversion in .net core MVC.
Sep 25 2020 12:38 AM
I have use this code for video convert but i have face a issue .
var ffmpeg =
new
NReco.VideoConverter.FFMpegConverter();
NReco.VideoConverter.License.SetLicenseKey(
"************"
);
ffmpeg.FFMpegExeName =
"ffmpeg.exe"
;
// for Linux/MacOS: "ffmpeg"
ffmpeg.FFMpegToolPath = webHost.WebRootPath +
"//lib//"
;
ffmpeg.ConvertMedia(pathToVideoFile,outputFile+
".mp4"
,
"mp4"
);
FFMpegException: (exit code: 1) --this error face .Please help me.
Reply
Answers (
3
)
SQL query for updation with result within 5 minutes
What is meant by Owin based application?