On 2012-12-30, Francisco Ares wrote:

> Hello All,
>
> I know this is WAY off- topic, but I have seen topics in many different
> areas, probably some gentooers will be glad to share experiences.
>
> I am trying to create some videos for a M$ Office presentation. Some are
> from "recordmydesktop", which produces an OGG video, that I have to
> convert, so "Powerpoint" will open it without complaining. (I know the
> trick about renaming the video file to AVI extension, but this does not
> work always)
>
> So I would like to know witch is the best/correct codec to encode/convert a
> video file for proper use with M$ Powerpoint.
>
> I have being using this script for testing:
>
> #! /bin/bash
> mencoder "$1" -oac pcm -ovc lavc -lavcopts
> vcodec=ffv1:vbitrate=1200:vme=4:mbd=2:v4mv:dia=-1 -ofps 25 -o test.avi
>
> Any ideas/suggestions?

Keep in mind that the support for videos in powerpoint presentations
will vary greatly across different powerpoint versions, windows versions
and even across different installs of the same versions. Even if you
manage to get a version of powerpoint to "like" the container and
codecs, it may not work on all computers.

The AVI container has been used by windows for a long time, so I'd say
chances are that it will work on more systems, but I can't say for sure.


-- 
Nuno Silva (aka njsg)
http://njsg.sdf-eu.org/


Reply via email to