Converting OpenOffice Impress presentation to video without screen recording












1















how can I convert OO Impress presentation to video without setting up screen recording? The goal is to have a server that produces a MPEG stream with the presentation. I want to avoid screen recording to avoid having a GUI on that server.



The conversion should either be done with a script (on Linux) or be a very easy to use program, so I could ask the user to convert the presentation to video and the upload it to the server.










share|improve this question



























    1















    how can I convert OO Impress presentation to video without setting up screen recording? The goal is to have a server that produces a MPEG stream with the presentation. I want to avoid screen recording to avoid having a GUI on that server.



    The conversion should either be done with a script (on Linux) or be a very easy to use program, so I could ask the user to convert the presentation to video and the upload it to the server.










    share|improve this question

























      1












      1








      1








      how can I convert OO Impress presentation to video without setting up screen recording? The goal is to have a server that produces a MPEG stream with the presentation. I want to avoid screen recording to avoid having a GUI on that server.



      The conversion should either be done with a script (on Linux) or be a very easy to use program, so I could ask the user to convert the presentation to video and the upload it to the server.










      share|improve this question














      how can I convert OO Impress presentation to video without setting up screen recording? The goal is to have a server that produces a MPEG stream with the presentation. I want to avoid screen recording to avoid having a GUI on that server.



      The conversion should either be done with a script (on Linux) or be a very easy to use program, so I could ask the user to convert the presentation to video and the upload it to the server.







      linux video conversion openoffice openoffice-impress






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 3 '15 at 8:45









      Pentium100Pentium100

      231138




      231138






















          1 Answer
          1






          active

          oldest

          votes


















          0














          You can make a Flash video natively in LibreOffice which is a fork of OpenOffice so hopefully this applies to OpenOffice too.



          Set your slide transitions to automatic (Slide Show > Slide Transition > Advance Slide > Automatically after...)



          Export > Save as type: Macromedia Flash (SWF)






          share|improve this answer
























          • I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

            – Pentium100
            Jun 3 '15 at 11:24











          • I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

            – Jack
            Jun 3 '15 at 13:05











          • Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

            – Pentium100
            Jun 3 '15 at 13:16











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f923171%2fconverting-openoffice-impress-presentation-to-video-without-screen-recording%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          You can make a Flash video natively in LibreOffice which is a fork of OpenOffice so hopefully this applies to OpenOffice too.



          Set your slide transitions to automatic (Slide Show > Slide Transition > Advance Slide > Automatically after...)



          Export > Save as type: Macromedia Flash (SWF)






          share|improve this answer
























          • I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

            – Pentium100
            Jun 3 '15 at 11:24











          • I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

            – Jack
            Jun 3 '15 at 13:05











          • Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

            – Pentium100
            Jun 3 '15 at 13:16
















          0














          You can make a Flash video natively in LibreOffice which is a fork of OpenOffice so hopefully this applies to OpenOffice too.



          Set your slide transitions to automatic (Slide Show > Slide Transition > Advance Slide > Automatically after...)



          Export > Save as type: Macromedia Flash (SWF)






          share|improve this answer
























          • I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

            – Pentium100
            Jun 3 '15 at 11:24











          • I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

            – Jack
            Jun 3 '15 at 13:05











          • Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

            – Pentium100
            Jun 3 '15 at 13:16














          0












          0








          0







          You can make a Flash video natively in LibreOffice which is a fork of OpenOffice so hopefully this applies to OpenOffice too.



          Set your slide transitions to automatic (Slide Show > Slide Transition > Advance Slide > Automatically after...)



          Export > Save as type: Macromedia Flash (SWF)






          share|improve this answer













          You can make a Flash video natively in LibreOffice which is a fork of OpenOffice so hopefully this applies to OpenOffice too.



          Set your slide transitions to automatic (Slide Show > Slide Transition > Advance Slide > Automatically after...)



          Export > Save as type: Macromedia Flash (SWF)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 3 '15 at 10:14









          JackJack

          579210




          579210













          • I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

            – Pentium100
            Jun 3 '15 at 11:24











          • I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

            – Jack
            Jun 3 '15 at 13:05











          • Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

            – Pentium100
            Jun 3 '15 at 13:16



















          • I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

            – Pentium100
            Jun 3 '15 at 11:24











          • I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

            – Jack
            Jun 3 '15 at 13:05











          • Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

            – Pentium100
            Jun 3 '15 at 13:16

















          I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

          – Pentium100
          Jun 3 '15 at 11:24





          I tried this with LibeOffice and got a swf file that could not be played by VLC. I tried then to convert that file to mpeg2 with ffmpeg and got a very short (31 frames for 88 slides) video with images from the presentation (but no text).

          – Pentium100
          Jun 3 '15 at 11:24













          I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

          – Jack
          Jun 3 '15 at 13:05





          I would suggest using your web browser to play the files, I realise this is not the best solution, but it may be the easiest to implement.

          – Jack
          Jun 3 '15 at 13:05













          Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

          – Pentium100
          Jun 3 '15 at 13:16





          Web browser will not produce a MPEG2 stream. The MPEG2 stream is then supposed to go to a device that expects it. If I have to use a web browser, then I might as well just use OO Impress itself with a screen grabber (which I want to avoid).

          – Pentium100
          Jun 3 '15 at 13:16


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f923171%2fconverting-openoffice-impress-presentation-to-video-without-screen-recording%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Plaza Victoria

          Brian Clough

          Cáceres