POV-Ray : Newsgroups : povray.binaries.utilities : pov -> ffmpeg -> ogg theora tool. Server Time
28 Mar 2024 04:29:18 EDT (-0400)
  pov -> ffmpeg -> ogg theora tool. (Message 1 to 3 of 3)  
From: Jaap
Subject: pov -> ffmpeg -> ogg theora tool.
Date: 22 Mar 2005 19:10:01
Message: <web.4240b2b0f6941213a8399d8d0@news.povray.org>
i have been experimenting with conversion of images (+sound) to
the new (and open!) ogg theora video format.

the biggest problem so far is that ffmpeg can't use the filenames
produced by pov. ( name0001.jpg needs to be converted to name1.jpg)

this tool (povray file) generates a rename script (dos or unix)
witch will remove leading zero's from the filenames.

the file also contains a mini-HOWTO for how to use ffmpeg and ffmpeg2theora.
it can also be used to re-number a set of images, to edit animations, or to
combine separate animations (shots) into a single image sequence.

jaap.


Post a reply to this message


Attachments:
Download 'rename.pov.txt' (7 KB)

From: Jaap
Subject: Re: pov -> ffmpeg -> ogg theora tool.
Date: 30 Apr 2005 15:10:01
Message: <web.4273d6d6d14aebcba8399d8d0@news.povray.org>
updated rename.pov:
- now actually using fileExt
- added re-naming/re-numbering


Post a reply to this message


Attachments:
Download 'rename.pov.txt' (8 KB)

From: Richy
Subject: Re: pov -> ffmpeg -> ogg theora tool.
Date: 28 Mar 2006 10:50:00
Message: <web.44295ae0d14aebcb555731440@news.povray.org>
> the biggest problem so far is that ffmpeg can't use the filenames
> produced by pov. ( name0001.jpg needs to be converted to name1.jpg)

ffmpeg -i name%04d.jpg output.mpg

Where's the Problem?


Post a reply to this message

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