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
Dharmesh Parekh
NA
45
6.6k
I want code of c#.net
Apr 2 2013 11:14 AM
I am developing a web application Video On Demand in c#.net. I have video conver code in flv format using ffmpeg but I want video convert code in any format. Code to convert flv format gin below
string fname1 = System.Guid.NewGuid().ToString().Replace("-", "") + ".flv";
string cmd = "-i \"" + Inputpath + "\\" + fnm2 + "\" \"" + outputpath + "\\" + fname1 + "\"";
Please help me to convert any video in any format like 3gp, Mp4, avi etc in c#.net.
Reply
Answers (
1
)
How to create charts using run time data in VS2008?
latest and oldest file in a directory