|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello,
I'm currently doing some simple animations for a friend who
will need to composite them with other video sources.
Do you know of any video format that preserves the alpha
channel of the rendered frames ? Or any other procedure
that will allow us to manage the transparency information
with the compositing software ?
Fabien.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Fabien Mosen" <fab### [at] skynetbe> wrote in message
news:3e5ca2b6$1@news.povray.org...
> Hello,
> I'm currently doing some simple animations for a friend who
> will need to composite them with other video sources.
>
> Do you know of any video format that preserves the alpha
> channel of the rendered frames ? Or any other procedure
> that will allow us to manage the transparency information
> with the compositing software ?
See 6.7.1.5.3 Using the Alpha Channel in the docs. I've never actually used it, but
it seems
fairly clear.
Andy Cocker
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Fabien Mosen <fab### [at] skynetbe> wrote:
> Do you know of any video format that preserves the alpha
> channel of the rendered frames ? Or any other procedure
> that will allow us to manage the transparency information
> with the compositing software ?
I suppose that the best way would be to use the alpha-channeled png files
created by POV-Ray directly, if that's possible in the video compositing
software (ie. if it can read them automatically).
I haven't heard of any video format which supported alpha channel.
I wonder if some type of raw AVI could support them; never heard of one,
though.
--
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Fabien Mosen wrote:
>
> Hello,
> I'm currently doing some simple animations for a friend who
> will need to composite them with other video sources.
>
> Do you know of any video format that preserves the alpha
> channel of the rendered frames ? Or any other procedure
> that will allow us to manage the transparency information
> with the compositing software ?
>
> Fabien.
It depends on what you're looking for exactly. I don't know of any
solution in a program or a video format but I'm going to work on some
bits of video that may include some sort of blue screen stuff. The best
I can think of is to do it in separate frames.
Remco
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Fabien Mosen wrote:
>
> Hello,
> I'm currently doing some simple animations for a friend who
> will need to composite them with other video sources.
>
> Do you know of any video format that preserves the alpha
> channel of the rendered frames ? Or any other procedure
> that will allow us to manage the transparency information
> with the compositing software ?
ULead VideoStudio (bundled with my ATI card) specifically mentions
in the help docs how to use a still or anim with alpha channel combined
with a video source. I have not used this feature.
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3e5cb6d0$1@news.povray.org> , "Andrew Cocker"
<mai### [at] andrewcockercouk> wrote:
>> Do you know of any video format that preserves the alpha
>> channel of the rendered frames ? Or any other procedure
>> that will allow us to manage the transparency information
>> with the compositing software ?
>
> See 6.7.1.5.3 Using the Alpha Channel in the docs. I've never actually
> used it, but it seems
> fairly clear.
It doesn't talk about video formats, does it? ;-)
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3e5ca2b6$1@news.povray.org Fabien Mosen wrote:
> Do you know of any video format that preserves the alpha
> channel of the rendered frames ?
Not realy a video format but have a look at MNG for animations.
http://www.libpng.org/pub/mng/
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Remco de Korte wrote:
> It depends on what you're looking for exactly. I don't know of any
> solution in a program or a video format but I'm going to work on some
> bits of video that may include some sort of blue screen stuff. The best
> I can think of is to do it in separate frames.
Do you know if Adobe Premiere or After Effects can work with a set
of individual frames ? (that's what my friend uses, he's in a
multimedia-stuff school, doing a big project for the end of the
academic year).
(BTW, it would greatly help if POV-Ray was able to output the alpha
channel as separate grayscale frames, as it seems that it's what
commercial renderers do.)
Fabien.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Fabien Mosen wrote:
>
> Remco de Korte wrote:
>
> > It depends on what you're looking for exactly. I don't know of any
> > solution in a program or a video format but I'm going to work on some
> > bits of video that may include some sort of blue screen stuff. The best
> > I can think of is to do it in separate frames.
>
> Do you know if Adobe Premiere or After Effects can work with a set
> of individual frames ? (that's what my friend uses, he's in a
> multimedia-stuff school, doing a big project for the end of the
> academic year).
>
> (BTW, it would greatly help if POV-Ray was able to output the alpha
> channel as separate grayscale frames, as it seems that it's what
> commercial renderers do.)
>
> Fabien.
Sorry, I have no idea about the programs you mention. I only know them
by name.
My solution will probably turn out to be some homewritten tool (or an
enhancement).
That way I can make it do exactly what I want and process any amount of
frames I'd need.
I'm supposed to be already working on it...
I'm also looking for some cheap (or free) editing program. I don't
really expect that to do the kind of thing I need (= blend live action
over a rendered background - probably...)
Remco
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3e5ce649@news.povray.org...
> In article <3e5cb6d0$1@news.povray.org> , "Andrew Cocker"
> <mai### [at] andrewcockercouk> wrote:
>
> >> Do you know of any video format that preserves the alpha
> >> channel of the rendered frames ? Or any other procedure
> >> that will allow us to manage the transparency information
> >> with the compositing software ?
> >
> > See 6.7.1.5.3 Using the Alpha Channel in the docs. I've never actually
> > used it, but it seems
> > fairly clear.
>
> It doesn't talk about video formats, does it? ;-)
No... :-(
Andy Cocker
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |