unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Bill Clementson <billclem@gmail.com>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: emacs list <help-gnu-emacs@gnu.org>
Subject: Re: doc-view.el blog posting
Date: Mon, 03 Sep 2007 16:04:17 -0700	[thread overview]
Message-ID: <m0bqcj8i6m.fsf@gmail.com> (raw)
In-Reply-To: 2A6E274D-F68F-4A30-B0F3-662A8F205585@Web.DE

Hi Peter,

Peter Dyballa <Peter_Dyballa@Web.DE> writes:
> Am 03.09.2007 um 20:58 schrieb Bill Clementson:
>
>> Wouldn't libtheora be necessary for outputting OGG format videos?
>
> Yes, libtheora is needed to encode video material. Ogg is just a
> container format for *some* streams of compressed data (audio, video,
> text).
>
>
> Perian does not offer any ready to use tools. It only has the APIs
> and library functions. With QuickTime Pro or iMovie or such gadgets
> it might work to save the recorded scene in an Ogg container with
> Vorbis audio and Theora video contents.
>
> If Perian is missing things like Theora, the XiphQT plug-in has it:
> http://www.xiph.org/quicktime/.
>
>
> I am not doing anything with video or audio programmes (and my clone
> is missing spare time, too), except listening to some free music
> recorded at concerts or watching some funny video.

Ok, thanks for the info. I've had "partial" success in creating an ogg
video file from my QT movie. I did the following:

1. Downloaded XiphQT package from:
http://www.xiph.org/quicktime/download.html
2. Moved XiphQT.component to ~/Library/Components/
3. Loaded my doc-view.mov movie into iMovie
4. In iMovie, selected File/Share... menu option
5. Selected "Expert Settings" from the drop down menu
6. Selected "Movie to Ogg" as the Export: option and pressed
"Options..."
7. Under "Video Settings", I selected "Best" for Frames per Second and
"Best" for Compressor Quality and "High" for Sharpness

The movie was converted to OGG format (e.g. - an OGG container with
the sound in the Vorbis codec and the video in the Theora
code). However, although the resulting sound quality was ok, the video
quality was very poor. It was so poor that, although I could make out
what was happening in the movie, it is doubtful that anyone would want
to watch it. So, I guess converting .MOV movies to OGG format isn't
really a viable option.

On Mac OS X, I can use VLC to view OGG videos; however, I haven't been
able to find any screenrecording utility that will save to OGG. Does
anyone have any recommendations?

- Bill

  reply	other threads:[~2007-09-03 23:04 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87wsvnfoyp.fsf@baldur.tsdh.de>
2007-08-22 20:28 ` doc-view.el --- View PDF/PostStript/DVI files in Emacs Reiner Steib
     [not found] ` <mailman.5132.1187810757.32220.gnu-emacs-sources@gnu.org>
     [not found]   ` <87zm0i6gq2.fsf@gnu.org>
     [not found]     ` <87d4xe6f6z.fsf@gnu.org>
     [not found]       ` <mailman.5174.1187854510.32220.gnu-emacs-sources@gnu.org>
     [not found]         ` <87zm0hq6kz.fsf@gnu.org>
     [not found]           ` <87hcmoc1tg.fsf@baldur.tsdh.de>
     [not found]             ` <m0ir7448cj.fsf@gmail.com>
     [not found]               ` <87d4xcoxyn.fsf@baldur.tsdh.de>
     [not found]                 ` <mailman.5331.1188079187.32220.gnu-emacs-sources@gnu.org>
2007-08-26  5:18                   ` Stefan Monnier
2007-08-26  6:34                     ` Bill Clementson
2007-08-26 13:49                     ` Martin Rubey
2007-08-26 16:55                       ` Tassilo Horn
     [not found]                 ` <m0ejhr46ol.fsf@gmail.com>
     [not found]                   ` <878x7ylhdk.fsf@baldur.tsdh.de>
     [not found]                     ` <m0y7fyjhwv.fsf@gmail.com>
     [not found]                       ` <87fy26gn55.fsf@baldur.tsdh.de>
     [not found]                         ` <m0tzqmjev6.fsf@gmail.com>
     [not found]                           ` <m04pilk28l.fsf@gmail.com>
     [not found]                             ` <874pil8f2m.fsf@baldur.tsdh.de>
2007-08-27 16:07                               ` Bill Clementson
     [not found]                                 ` <mailman.5478.1188334117.32220.help-gnu-emacs@gnu.org>
2007-08-29  7:06                                   ` Tassilo Horn
2007-08-29 14:41                                     ` Bill Clementson
     [not found]                                 ` <45D3FC07-69EB-471D-9502-BF208EAFBC79@Web.DE>
     [not found]                                   ` <m0bqcsejqq.fsf@gmail.com>
2007-08-29 23:42                                     ` Xavier Maillard
     [not found]                                     ` <mailman.36.1188431692.18990.help-gnu-emacs@gnu.org>
2007-08-30  7:16                                       ` Tassilo Horn
     [not found]                               ` <mailman.5410.1188230840.32220.help-gnu-emacs@gnu.org>
     [not found]                                 ` <87odgsjef5.fsf@baldur.tsdh.de>
     [not found]                                   ` <slrnfd7sum.ucr.joostkremers@j.kremers4.news.arnhem.chello.nl>
     [not found]                                     ` <87absbg53e.fsf@baldur.tsdh.de>
2007-08-29 16:25                                       ` Joost Kremers
2007-08-29 19:36                                         ` Tassilo Horn
2007-08-29 21:44                                           ` Joost Kremers
2007-08-30  7:14                                             ` Tassilo Horn
2007-08-30  9:37                                               ` Joost Kremers
2007-08-30 11:52                                                 ` doc-view.el now allows searching (was: doc-view.el --- View PDF/PostStript/DVI files in Emacs) Tassilo Horn
2007-08-30 17:25                                                   ` Bill Clementson
2007-08-30 22:02                                                     ` doc-view.el blog posting Bill Clementson
2007-09-02  1:00                                                       ` Xavier Maillard
2007-09-02  5:09                                                         ` Bill Clementson
2007-09-03  1:00                                                           ` Xavier Maillard
     [not found]                                                         ` <mailman.159.1188709811.18990.help-gnu-emacs@gnu.org>
2007-09-02  8:32                                                           ` Tassilo Horn
2007-09-03  0:41                                                             ` Bill Clementson
2007-09-03 11:15                                                               ` Peter Dyballa
2007-09-03 18:58                                                                 ` Bill Clementson
2007-09-03 21:00                                                                   ` Peter Dyballa
2007-09-03 23:04                                                                     ` Bill Clementson [this message]
2007-09-05  1:10                                                                       ` Bill Clementson
2007-09-03  1:00                                                             ` Xavier Maillard
     [not found]                                                     ` <mailman.77.1188511380.18990.help-gnu-emacs@gnu.org>
2007-08-31  7:47                                                       ` Tassilo Horn
2007-08-31  1:00                                                   ` doc-view.el now allows searching (was: doc-view.el --- View PDF/PostStript/DVI files in Emacs) Xavier Maillard
     [not found]                                                   ` <mailman.83.1188525985.18990.help-gnu-emacs@gnu.org>
2007-08-31  7:42                                                     ` doc-view.el now allows searching Tassilo Horn
2007-09-02  8:21                                                       ` Xavier Maillard
2007-08-31 11:55                                                   ` doc-view.el now allows searching (was: doc-view.el --- View PDF/PostStript/DVI files in Emacs) Joost Kremers
2007-08-31 14:42                                                     ` doc-view.el now allows searching Tassilo Horn
2007-08-31 15:27                                                       ` Joost Kremers
2007-08-31 15:38                                                       ` Joost Kremers
2007-08-31 17:15                                                         ` Tassilo Horn
     [not found]                                                   ` <mailman.72.1188494731.18990.help-gnu-emacs@gnu.org>
2007-08-31  7:55                                                     ` Tassilo Horn
2007-08-31 16:44                                                       ` Bill Clementson
2007-08-31 13:02                                                     ` Tassilo Horn
2007-08-31 16:38                                                       ` Bill Clementson
2007-08-31 19:06                                                         ` Peter Dyballa
2007-08-31 20:56                                                           ` Bill Clementson
     [not found]                                                         ` <mailman.123.1188587537.18990.help-gnu-emacs@gnu.org>
2007-08-31 20:16                                                           ` Tassilo Horn
     [not found]                                                       ` <mailman.117.1188578356.18990.help-gnu-emacs@gnu.org>
2007-08-31 17:46                                                         ` Tassilo Horn
2007-08-31 20:29                                                           ` Bill Clementson
     [not found]                                                           ` <mailman.124.1188592219.18990.help-gnu-emacs@gnu.org>
2007-08-31 21:54                                                             ` Tassilo Horn
2007-09-01  0:28                                                               ` Bill Clementson
     [not found]                                                               ` <mailman.128.1188606528.18990.help-gnu-emacs@gnu.org>
2007-09-01  8:32                                                                 ` Tassilo Horn
2007-09-01 17:45                                                                   ` Bill Clementson
     [not found]                                                                   ` <mailman.135.1188668772.18990.help-gnu-emacs@gnu.org>
2007-09-01 21:59                                                                     ` Tassilo Horn
2007-09-02  0:42                                                                       ` Bill Clementson
     [not found]                                                                       ` <mailman.146.1188693912.18990.help-gnu-emacs@gnu.org>
2007-09-02  8:58                                                                         ` Tassilo Horn
2007-09-03  0:30                                                                           ` Bill Clementson
2007-09-03  1:00                                                                           ` Xavier Maillard
     [not found]                                                                           ` <mailman.203.1188785343.18990.help-gnu-emacs@gnu.org>
2007-09-03 11:12                                                                             ` Tassilo Horn
2007-09-04  1:00                                                                               ` Xavier Maillard
2007-08-29 21:50                                           ` doc-view.el --- View PDF/PostStript/DVI files in Emacs Bill Clementson
     [not found]                                           ` <mailman.20.1188424257.18990.help-gnu-emacs@gnu.org>
2007-08-30  7:09                                             ` Tassilo Horn
2007-08-30  7:51                                               ` Tassilo Horn
2007-08-30 17:15                                               ` Daniel Jensen
2007-08-30 17:34                                                 ` Tassilo Horn
2007-08-29 23:42                                       ` Xavier Maillard
     [not found]                                       ` <mailman.35.1188431691.18990.help-gnu-emacs@gnu.org>
2007-08-30  0:14                                         ` Joost Kremers
2007-08-31  1:00                                           ` Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0bqcj8i6m.fsf@gmail.com \
    --to=billclem@gmail.com \
    --cc=Peter_Dyballa@Web.DE \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).