convert wmv to avi
I have down loaded from the internet a number of wmv files, I want to be able to burn them onto a dvd with menus, for a friend with no internet access. I'm using Kino to do the job, but it won't import the wmv files correctley. the audio plays normally, but video is in fast forward. I'm wanting a converter to convert wmv to avi, so the files will play and render properly in Kino. I'm using Ubuntu Hardy Heron, any help will be appreciated.
Thanks
Rossco.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu mplayer Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2008-07-01
- Last reply:
- 2008-07-01
Bhavani Shankar (bhavi) said : | #1 |
Hello
You can use mencoder
sudo apt-get install mencoder
Example usage:
mencoder infile.wmv -ofps 23.976 -ovc lavc -oac copy -o outfile.avi
For more info refer the man page
man mencoder
and
https:/
Regards
Bhavani Shankar.
Can you help with this problem?
Provide an answer of your own, or ask Rossco for more information if necessary.