Gentoo Archives: gentoo-user

From: Francisco Ares <frares@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] [OT] codec for video embedded in presentation
Date: Sun, 30 Dec 2012 02:06:34
Message-Id: CAHH9eM6qiq5v3UzncVw-jNCdUTyc8r0qYUj8VWv2D6ZN-P-5MQ@mail.gmail.com
1 Hello All,
2
3 I know this is WAY off- topic, but I have seen topics in many different
4 areas, probably some gentooers will be glad to share experiences.
5
6 I am trying to create some videos for a M$ Office presentation. Some are
7 from "recordmydesktop", which produces an OGG video, that I have to
8 convert, so "Powerpoint" will open it without complaining. (I know the
9 trick about renaming the video file to AVI extension, but this does not
10 work always)
11
12 So I would like to know witch is the best/correct codec to encode/convert a
13 video file for proper use with M$ Powerpoint.
14
15 I have being using this script for testing:
16
17 #! /bin/bash
18 mencoder "$1" -oac pcm -ovc lavc -lavcopts
19 vcodec=ffv1:vbitrate=1200:vme=4:mbd=2:v4mv:dia=-1 -ofps 25 -o test.avi
20
21 Any ideas/suggestions?
22
23 Thanks a lot
24 Francisco

Replies

Subject Author
Re: [gentoo-user] [OT] codec for video embedded in presentation Michael Mol <mikemol@×××××.com>
[gentoo-user] Re: [OT] codec for video embedded in presentation nunojsilva@ist.utl.pt (Nuno J. Silva)