POV-Ray : Newsgroups : povray.unix : linux video encoder : Re: linux video encoder Server Time
28 Sep 2024 18:00:59 EDT (-0400)
  Re: linux video encoder  
From: Ross
Date: 16 Jun 2005 19:08:16
Message: <42b20660$1@news.povray.org>
"Greg M. Johnson" <gregj;-)565### [at] aolcom> wrote in message
news:42b1fa07@news.povray.org...
> Any recs for apps to turn a stack-o-bitmaps into an MPG?
>
> Apparently TMPGENc requires Win
>
>

mencoder which is a part of mplayer works. It's a little complex, but there
are some examples.

http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-enc-images.html

with some success, i was using:
mencoder mf://*.png -mf w=400:h=300:fps=25:type=png -ovc copy  -o output.avi

but i'm not sure what players that would work on. works with mplayer anyway
:)


here's another helpfull site:
http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide

but i had problems with mencoder giving a segmentation fault with anything
other than "-ovc copy". for instance, "-ovc lavc" plus lavc options caused
seg faults.


good luck!

-r


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.