View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003855ParaView(No Category)public2006-10-06 15:182006-10-11 16:34
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003855: Save Animation should enforce multiple-of-4 precondition
DescriptionI just tried to save out an mpeg animation and I got the following errors:

Generic Warning: In C:\kmorel\src\ParaView3\VTK\IO\vtkMPEG2Writer.cxx, line 64
vertical_size must be a even (4:2:0)


Generic Warning: In C:\kmorel\src\ParaView3\VTK\IO\vtkMPEG2Writer.cxx, line 64
vertical_size must be a even (field pictures)


Generic Warning: In C:\kmorel\src\ParaView3\VTK\IO\vtkMPEG2Writer.cxx, line 64
vertical_size must be a multiple of 4 (4:2:0 field pictures)



The MPEG2 writer requires the images to have dimensions that are divisible by 4. ParaView 2 enforced this and so should ParaView 3.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0005353)
Utkarsh Ayachit (administrator)
2006-10-11 16:34

BUG: Fixes BUG 0003855. We now enfore size restrictions on animations.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqSimpleAnimationManager.cxx,v <-- pqSimpleAnimationManager.cxx
new revision: 1.5; previous revision: 1.4

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team