Problem 1170

Summary: G4OpenGLQtViewer.cc refers to obsolete mpeg_encode and URL is wrong.
Product: Geant4 Reporter: Olivier LAHAYE <olivier.lahaye>
Component: visualization/OpenGLAssignee: garnier
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: 9.4   
Hardware: All   
OS: All   

Description Olivier LAHAYE 2011-02-08 16:22:16 CET
mpeg_encode is obsolete and hard to find. mpeg_encore-1.5c61.src.rpm can be rebuilt for linux thants to internet memory, but the homepage URL has disapeared.

Thus ./source/visualization/OpenGL/src/G4OpenGLQtViewer.cc line 1448 is wrong as it points to http://bmrc.berkeley.edu/frame/research/mpeg/ which has vanished.

At least, fix the message or the url in the message.
At best, use a mpeg_encode replacement. ffmpeg or the like?
Comment 1 garnier 2011-02-10 12:07:58 CET
Yes, problem is documented in http://geant4.in2p3.fr/spip.php?article60&lang=en (at the end)
but there is a mistake in source code, sorry I will update it.
The new external software to do this could be "ppmtompeg". Qt driver record each frame on OpenGL scene, ppmtompeg will merge all picture in one movie file. http://netpbm.sourceforge.net/
Comment 2 garnier 2011-10-26 10:47:00 CEST
Fixed in next release