mencoder - Video Convertion Tool
At the time of the development of mobshare, we had faced a huge problem in the convertion of a video format to other formats. Since our video contents are user generated, and we are providing facility to upload any format of the video. But for showing that video we used flash player, the player which is supported by all the browsers. So we need to convert all the video format into flv . In our earlier stage of developments we used ffmpeg, which is another video convertion tool. But it had many problems in some format, and we could not convert videos into flv with audio support, and another factor is our operating system was linux.
Mencoder gave us all the solution for video convertion problem. If you install mencoder by enabling all the support, you can convert any video into any format with a lot of convertion options such as resolution, frame rate, frame size, audio rate etc .
Example convertion: (WMV to AVI)
mencoder movie.wmv -o movie.avi -ovc lavc -oac lavc
For more details click here: http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide
Have a nice day,
Regards Sajith
|
|
|
|
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

