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
127.1k
Video Conversion in .net core MVC.
Sep 23 2020 5:48 AM
Hello I have use this code for video convert .mts to .mp4 with NReco.VideoConverter.LicenseKey
string fileNameonly = Path.GetFileNameWithoutExtension(Video.FileName);
string outputFileName = Path.ChangeExtension(Video.FileName, ".mp4");
//#pragma warning disable CS0618 // Type or member is obsolete
// Conversion.ToMp4(Video.FileName, outputFileName).Start();
//#pragma warning restore CS0618 // Type or member is obsolete
string filePath = fileNameonly + ".mp4";
but i have face a problem.Format are not correct Please help me
Reply
Answers (
1
)
SQL Time out Exception
How to get oauth2.0 token using asp.net mvc