discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Improve rendering speed

P
Parkinbot
Tue, Jun 21, 2016 9:31 PM

Hi Ronaldo,

sorry, I can't play the video. None of my players will accept it. To animate
OpenSCAD frames into an video MovieMaker is a good choice.

BTW: this is one the YouTube films from the guy who coauthored the papier.
https://www.youtube.com/watch?v=WWLHPKsExaI
You can find more films in his channel.

--
View this message in context: http://forum.openscad.org/Improve-rendering-speed-tp17580p17788.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi Ronaldo, sorry, I can't play the video. None of my players will accept it. To animate OpenSCAD frames into an video MovieMaker is a good choice. BTW: this is one the YouTube films from the guy who coauthored the papier. https://www.youtube.com/watch?v=WWLHPKsExaI You can find more films in his channel. -- View this message in context: http://forum.openscad.org/Improve-rendering-speed-tp17580p17788.html Sent from the OpenSCAD mailing list archive at Nabble.com.
RP
Ronaldo Persiano
Tue, Jun 21, 2016 10:34 PM

What a shame your players don't play it. I use VLC as media player and it
plays everything I throw to it.

The Youtube video is awesome! It is one more motivation to read the paper.
Thank you.

2016-06-21 18:31 GMT-03:00 Parkinbot rudolf@parkinbot.com:

Hi Ronaldo,

sorry, I can't play the video. None of my players will accept it. To
animate
OpenSCAD frames into an video MovieMaker is a good choice.

BTW: this is one the YouTube films from the guy who coauthored the papier.
https://www.youtube.com/watch?v=WWLHPKsExaI
You can find more films in his channel.

--
View this message in context:
http://forum.openscad.org/Improve-rendering-speed-tp17580p17788.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

What a shame your players don't play it. I use VLC as media player and it plays everything I throw to it. The Youtube video is awesome! It is one more motivation to read the paper. Thank you. 2016-06-21 18:31 GMT-03:00 Parkinbot <rudolf@parkinbot.com>: > Hi Ronaldo, > > sorry, I can't play the video. None of my players will accept it. To > animate > OpenSCAD frames into an video MovieMaker is a good choice. > > BTW: this is one the YouTube films from the guy who coauthored the papier. > https://www.youtube.com/watch?v=WWLHPKsExaI > You can find more films in his channel. > > > > -- > View this message in context: > http://forum.openscad.org/Improve-rendering-speed-tp17580p17788.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
P
Parkinbot
Tue, Jun 21, 2016 11:44 PM

I had to update VLC (was still running 1.11) and now it plays the film. Nice.
Well done. Is it rendered with OpenSCAD?

--
View this message in context: http://forum.openscad.org/Improve-rendering-speed-tp17580p17790.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I had to update VLC (was still running 1.11) and now it plays the film. Nice. Well done. Is it rendered with OpenSCAD? -- View this message in context: http://forum.openscad.org/Improve-rendering-speed-tp17580p17790.html Sent from the OpenSCAD mailing list archive at Nabble.com.
RP
Ronaldo Persiano
Wed, Jun 22, 2016 12:14 AM

Yes. I rendered the Schwarz surface with the f-rep system with 8 increasing
resolutions and saved their stls. For lower resolution, the rendered model
is disconnected in many parts. For intermediate resolution, the model is
rendered with some holes. In another OpenSCAD code, I load the stl files
and do the camera animation, fading in and fading out each stl model in
turn. The dumped images were sequenced with ffmpeg. I borrowed the fade
functions from D.Bramley's AnimationMotionLibrary for OpenSCAD.

2016-06-21 20:44 GMT-03:00 Parkinbot rudolf@parkinbot.com:

I had to update VLC (was still running 1.11) and now it plays the film.
Nice.
Well done. Is it rendered with OpenSCAD?

--
View this message in context:
http://forum.openscad.org/Improve-rendering-speed-tp17580p17790.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Yes. I rendered the Schwarz surface with the f-rep system with 8 increasing resolutions and saved their stls. For lower resolution, the rendered model is disconnected in many parts. For intermediate resolution, the model is rendered with some holes. In another OpenSCAD code, I load the stl files and do the camera animation, fading in and fading out each stl model in turn. The dumped images were sequenced with ffmpeg. I borrowed the fade functions from D.Bramley's AnimationMotionLibrary for OpenSCAD. 2016-06-21 20:44 GMT-03:00 Parkinbot <rudolf@parkinbot.com>: > I had to update VLC (was still running 1.11) and now it plays the film. > Nice. > Well done. Is it rendered with OpenSCAD? > > > > -- > View this message in context: > http://forum.openscad.org/Improve-rendering-speed-tp17580p17790.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
P
Parkinbot
Wed, Jun 22, 2016 9:52 AM

Ah I see. This is a lot of work (and too much time) when doing it with
OpenSCAD. I wouldn't do more than basic animated functional descriptions of
designs made for 3D-printing with OpenSCAD.

There is a lot specialized Software for this:
https://www.youtube.com/watch?v=FIPu9_OGFgc
https://www.youtube.com/watch?v=Hw89cwVW_Lo
https://player.vimeo.com/video/80829002?title=0&byline=0&portrait=0&color=e84c3d

Your mp4 reports a framesize of 16x160. Maybe this is the problem, why most
players don't accept it.

--
View this message in context: http://forum.openscad.org/Improve-rendering-speed-tp17580p17795.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Ah I see. This is a lot of work (and too much time) when doing it with OpenSCAD. I wouldn't do more than basic animated functional descriptions of designs made for 3D-printing with OpenSCAD. There is a lot specialized Software for this: https://www.youtube.com/watch?v=FIPu9_OGFgc https://www.youtube.com/watch?v=Hw89cwVW_Lo https://player.vimeo.com/video/80829002?title=0&byline=0&portrait=0&color=e84c3d Your mp4 reports a framesize of 16x160. Maybe this is the problem, why most players don't accept it. -- View this message in context: http://forum.openscad.org/Improve-rendering-speed-tp17580p17795.html Sent from the OpenSCAD mailing list archive at Nabble.com.