sponsored ads

convert m4v to avi on ubuntu

sponsored ads

My OS is ubuntu, for some reason, i need convert m4v to avi, I can do this on windows, but I do not know how to convert m4v to avi on ubuntu, who can give me a help? Thanks

Asked Oct, 22 2010
add commentflag 

sponsored ads

answer this question

You should be able to use ffmpeg from the command line to do that. It should be installed by default, if not just use Synaptic (System -> Administration -> Synaptic Package Manager) and just search for ffmpeg to install it.

Try these lines in the terminal (obviously replace test.gif and test.avi with whatever you want):

Code:
convert test.gif test%05d.jpg
ffmpeg -r 5 -i test%05d.jpg -y -an test.avi

The first line should give you a collection of jpegs (1 for each frame of the gif). The second line actually puts it as an avi. You can edit any of the jpegs before the conversion if you need to edit a frame. The -r 5 is the rate, which you can change as needed.



You could potentially just use the ffmpeg to do the whole coversion in one line (without having to do the jpeg part), but your success may very with that method.



Check out this forum topic for details:



http://www.linuxquestions.org/questi...d.php?t=549839

Answered Oct, 04 2010
vote up 1 vote down

In my opinion, the best is handbrake.

http://handbrake.fr/?article=download

It lets you convert video.ts folders to avi. Answered Jan, 19 2011
vote up 1 vote down

Wow, thx. But I use Tune4mac iTunes Video Converter Platinum, which can not only convert M4V movies to MP3, but also convert M4V to MOV, MP4, AVI video formats. I love it. You may have a try.:) Answered Mar, 01 2012
vote up 0 vote down

Your Answer

community wiki:

The Verified Code is to stop spamming. It will be hidden once your reputation reached 100.
or
Create one

Options

sponsored ads

Download related software from AFC

M4V Player 1.0.1

Last Updated: Mar 16, 2011
License: Freeware
Filesize: 6.23MB

Continue to downloadPower by Afreecodec.com