I am trying to get Open Office Impress so I can do some flash creation. But I can't seem to find the link to download. Anyone know where it is. I am runnig OS X 10.8.2
Any help would be appreciated.
I am trying to get Open Office Impress so I can do some flash creation. But I can't seem to find the link to download. Anyone know where it is. I am runnig OS X 10.8.2
Any help would be appreciated.
Following and , here is an up-to-date, practical guide for delivering presentation output that will actually work in modern browsers and devices. Flash/SWF—often sought in older threads—has been retired and is no longer a safe or reliable target, so alternatives are recommended.
Best targets today are MP4 (video) or HTML5 (interactive slides). Typical, repeatable workflows:
Example ffmpeg command (each slide shown 5 seconds; adjust timing as needed):
ffmpeg -framerate 1/5 -i slide%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p presentation.mp4 Notes on that command: 1/5 means one frame every five seconds (so 5s per slide). slide%03d.png expects files named slide001.png, slide002.png, etc. -pix_fmt yuv420p improves browser compatibility.
Alternatives:
Cautions and recommendations: do not distribute SWF to users—Flash is end-of-life and insecure. Use an actively maintained suite (LibreOffice or current Apache OpenOffice builds) and prefer MP4/HTML5 for compatibility. If legacy SWF output is absolutely required in a closed environment, isolate and audit that workflow carefully.
Jump to Post— pritaeas 2,276It's part of the OpenOffice Suite (or it should be).
It's part of the OpenOffice Suite (or it should be).
I couldn't see it as part of the office suite when I first installed. But I have since be told elsewhere in the office suite it is title "Presentation"so gonna give that a go
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.