comparison org/capture-video.org @ 4:50c92af2018e

fixed headers, make compat symlink
author Robert McIntyre <rlm@mit.edu>
date Thu, 20 Oct 2011 15:10:38 -0700
parents 92f8d83b5d0b
children 97703c7f020e
comparison
equal deleted inserted replaced
3:6c93f2018655 4:50c92af2018e
1 #+title: Capture Live Video Feeds from JMonkeyEngine 1 #+title: Capture Live Video Feeds from JMonkeyEngine
2 #+author: Robert McIntyre 2 #+author: Robert McIntyre
3 #+email: rlm@mit.edu 3 #+email: rlm@mit.edu
4 #+MATHJAX: align:"left" mathml:t path:"../aurellem/src/MathJax/MathJax.js"
5 #+STYLE: <link rel="stylesheet" type="text/css" href="../aurellem/src/css/aurellem.css"/>
6 #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
7 #+BABEL: :exports both :noweb yes :cache no :mkdirp yes
8 #+description: Capture video from a JMonkeyEngine3 Application with Xuggle, and use gstreamer to compress the video to upload to YouTube. 4 #+description: Capture video from a JMonkeyEngine3 Application with Xuggle, and use gstreamer to compress the video to upload to YouTube.
9 #+keywords: JME3, video, Xuggle, JMonkeyEngine, youtube, capture video, Java 5 #+keywords: JME3, video, Xuggle, JMonkeyEngine, youtube, capture video, Java
10 #+INCLUDE: ../aurellem/src/templates/level-0.org 6 #+SETUPFILE: ../../aurellem/org/setup.org
11 :PROPERTIES: 7 #+INCLUDE: ../../aurellem/org/level-0.org
12 :EXPORT_FILE_NAME: ../whatever.html
13 :END:
14 8
15 9
16 * The Problem 10 * The Problem
17 So you've made your cool new JMonkeyEngine3 game and you want to 11 So you've made your cool new JMonkeyEngine3 game and you want to
18 create a demo video to show off your hard work. Screen capturing is 12 create a demo video to show off your hard work. Screen capturing is