|
Notes |
|
|
(0023165)
|
|
David Partyka
|
|
2010-11-11 08:21
|
|
I did some experimentation with the vtkAviWriter and can conclude that what we are seeing are compression artifacts due to the small variations in the grey color of the can. If you color by some array it does look a bit better.
That said, If I disable all compression in vtkAviWriter and write out raw avi it looks perfect but produces around 6MB of video per second resulting in a 255MB file. With compression we get a 2MB file.
The only built in codec Windows provides is MJPEG wich isn't a very code codec. Perhaps we should leverage this to provide an option to save animations using the oggtheora library in vtk which I assume performs much better. Though the trade off is that it may not play out of the box without the user installing the necessary codec. |
|
|
|
(0023172)
|
|
David Partyka
|
|
2010-11-11 10:04
|
|
|
After further discussion with Utkarsh I am going to change the default compressor that vtkAviWriter uses to be DIB instead of MSVC. This produces better quality images but at the expense of a fair amount of diskspace. Please try it out and let us know what you think. |
|
|
|
(0023287)
|
|
David Partyka
|
|
2010-11-16 10:11
|
|
|
Resolving this for now. Feel free to reopen. |
|
|
|
(0024301)
|
|
Alan Scott
|
|
2010-12-20 16:29
|
|
I think this is good enough. If we get any complaints, we will reopen.
tested Windows client, remote server, trunk. |
|