As per my requirement I have to create video file from one single image and audio file in asp.net application.
where user can upaload image and select audio from database and system will automatically create video and share that in facebook and twitter.
So How can we create this video from image and audio file?
Your help will really help to me.
Thanks,
Amit
My Tech Blogs MCPD Enterprise and Web Application
MCTS Web, Window and Enterprise Application
I don't know of anyone who has really done this. I did research into a long time ago and determined that I would either need to use a third-party component, which I couldn't find any, or use DirectX's DirectShow features to generate a video and save it.
Keep in mind, this is all stuff normally done with a non-linear editing program (NLE) so there doesn't seem to be a great demand for programmatic creation that is easily done with a component.
Don't forget to mark useful responses as Answer if they helped you towards a solution.
amitpatel.it
Star
8070 Points
1880 Posts
Create video from image and audio file
Jun 26, 2012 05:38 AM|LINK
Hi Team,
As per my requirement I have to create video file from one single image and audio file in asp.net application.
where user can upaload image and select audio from database and system will automatically create video and share that in facebook and twitter.
So How can we create this video from image and audio file?
Your help will really help to me.
Thanks,
Amit
MCPD Enterprise and Web Application
MCTS Web, Window and Enterprise Application
amitpatel.it
Star
8070 Points
1880 Posts
Re: Create video from image and audio file
Jun 26, 2012 08:17 AM|LINK
Please let me know if any once have implemented above senario.
MCPD Enterprise and Web Application
MCTS Web, Window and Enterprise Application
amitpatel.it
Star
8070 Points
1880 Posts
Re: Create video from image and audio file
Jun 26, 2012 11:37 AM|LINK
Is there any hint for this senario?
MCPD Enterprise and Web Application
MCTS Web, Window and Enterprise Application
markfitzme
All-Star
15389 Points
2366 Posts
Re: Create video from image and audio file
Jun 29, 2012 12:49 PM|LINK
I don't know of anyone who has really done this. I did research into a long time ago and determined that I would either need to use a third-party component, which I couldn't find any, or use DirectX's DirectShow features to generate a video and save it. Keep in mind, this is all stuff normally done with a non-linear editing program (NLE) so there doesn't seem to be a great demand for programmatic creation that is easily done with a component.