[opendx-users] DX elements (tets, etc.)

2000-08-21 Thread Chris Pelkie
Interesting that Steve E. is asking about mixed (FE-type) elements, and I'm glad for Lloyd's responses, since I'm currently working with Fluent to try to work around the inherent limited set of elements supported by DX, so that Fluent can update their Fluent2DX filter. In particular, Fluent's

[opendx-users] mpeg_encode

2000-08-21 Thread Trevor Wood
I think I've successfully saved a sequence of images in YUV format using the DX sequencer. Now, I'd like to use the Berkeley mpeg_encode utility (v. 1.5) to generate an mpeg animation. Can anyone give me a sample parameter-file to use with mpeg_encode and the DX YUV output? I have, for

Re: [opendx-users] mpeg_encode

2000-08-21 Thread Chris Pelkie
I think I've successfully saved a sequence of images in YUV format using the DX sequencer. Now, I'd like to use the Berkeley mpeg_encode utility (v. 1.5) to generate an mpeg animation. Can anyone give me a sample parameter-file to use with mpeg_encode and the DX YUV output? I have, for example,

Re: [opendx-users] mpeg_encode

2000-08-21 Thread lloydt
May I make a modest suggestion, use ImageMagick to invoke the encoder. For example, output a sequence of images at 960x720 in the miff format. Then use IM convert, e.g., convert -geometry 320x240 foo.miff foo.mpg. Convert will do the rgb-yuv conversion and pass the results to the encoder. You