You are not logged in.

#1 2010-10-16 16:20:40

TwosComplement
Member
Registered: 2010-10-16
Posts: 11

Is there an OGV to MNG converter?

I've recorded a video using recordmydesktop and I need to convert it to an mng and crop it for use in an fbsplash theme. Unfortunately, I cant figure out how the heck to do this. Any suggestions?

Offline

#2 2010-10-16 17:09:17

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Is there an OGV to MNG converter?

You can dump all the frames with ffmpeg and rebuild using a mng converter of some sort (warning: this can get very large, very fast):

ffmpeg -i YOUR.OGV frame_%06d.png

This will name the frames as:

frame_000001.png
frame_000002.png
...
frame_999999.png

Offline

#3 2010-10-16 18:33:54

Pank
Member
From: IT
Registered: 2009-06-13
Posts: 371

Re: Is there an OGV to MNG converter?

Naturally, you'd be able to similar with mplayer/mencoder for image files.

Imagemagick can produce mng files.


Arch x64 on Thinkpad X200s/W530

Offline

Board footer

Powered by FluxBB