Converting OpenOffice Impress presentation to video without screen recording
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
add a comment |
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
add a comment |
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
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
linux video conversion openoffice openoffice-impress
asked Jun 3 '15 at 8:45
Pentium100Pentium100
231138
231138
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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)
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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)
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
add a comment |
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)
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
add a comment |
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)
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)
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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