<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi,<br>
<br>
After you got the export of several frames, from rock-export
giving i.e. --start 0 --end 100, you can use ffmpeg to put them
together in any format. ffmpeg (mplayer) supports it by using the
"image2" format as input for ffmpeg:<br>
<br>
$> ffmpeg -f image2 image%02d.png out.mpg<br>
<br>
puts together all images with a two digit number image01.png,
image02.png<br>
<br>
You'll need leading zeros for a correct order in the video.<br>
I don't knot the output filename of rock-export, but the "%02d"
is for two digit numbers, %03d for three. <br>
<br>
For bitrates, resolution and stuff see the ffmpeg manual.<br>
<br>
Best, <br>
Steffen<br>
<br>
Am 21.06.2013 00:35, schrieb Fabian Franzen:<br>
</div>
<blockquote
cite="mid:djv8ss7b9c34fi8ojyrl2fso.1371766919534@email.android.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
Hi,
<div><br>
</div>
<div>is it possible in rock to convert/export a log file with
frames to a movie file format like MPEG or avi? If looked around
in rock and today and the only way I found is via the png/jpeg
export of rock-export... I have tried that command with my log
file but no pictures was created... </div>
<div><br>
</div>
<div>My idea was to export a camera log of avalon for the open
campus day. I finally used some non rock log files for this, but
I can't belive that there is no easy way for rock log files.... </div>
<div><br>
</div>
<div>Regards </div>
<div>Fabian </div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Rock-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Rock-dev@dfki.de">Rock-dev@dfki.de</a>
<a class="moz-txt-link-freetext" href="http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev">http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Steffen Planthaber
Weltraumrobotik
###############################################
#### Neue Anschrift und neue Kontaktdaten! ####
###############################################
DFKI Bremen
Robotics Innovation Center
Mary-Somerville-Straße 9
28359 Bremen, Germany
Phone: +49 (0)421 178 45 - 4125
Fax: +49 (0)421 218 - 64150
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:steffen.planthaber@dfki.de">steffen.planthaber@dfki.de</a>
Weitere Informationen: <a class="moz-txt-link-freetext" href="http://www.dfki.de/robotik">http://www.dfki.de/robotik</a>
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.: DE 148646973
Steuernummer: 19/673/0060/3
-----------------------------------------------------------------------
</pre>
</body>
</html>