Skip to content

rayz90/paper2movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Paper2Movie

A few months ago, I stumbled upon a timelapse of a research paper by Tim Weninger. At the time I just started writing my master thesis and I decided I would make a timelapse from my thesis as well. Unfortuantely, Weninger did not release his software, so I took matter into my own hands.

This bash script loops through a git repository to create all the intermediate versions of the paper from the Latex source files. It then calculates the dimensions of the images in the video. Next, the images are created from the PDFs using the montage tool from ImageMagick. In the last part of the script, the movie is created using ffmpeg.

Requirements

  • A Unix-based operating system (tested on Ubuntu 12.10);
  • A versioned research paper in Git;
  • ImageMagick installed;
  • FFMPEG with the libx264 encoder installed (Ubuntu users: follow this guide).

Usage

  1. Open the script file with your favorite text editor.
  2. Modify the input parameters.
  3. Run the script.
  4. Enjoy your movie!

Example

My master thesis on "The Security Risks of Mobile Payment Applications Using Near-Field Communication".

Thanks to

  • Tim Weninger, for coming up with the idea for a paper timelapse.
  • Andrew Ferguson, for creating a non-generic svn version of a paper2movie script, on which this script was inspired.
  • My thesis supervisors and everybody else that helped me with my thesis.

License

Copyright (c) 2013 Raymond Vermaas, licensed under LGPL(2.1). See LICENSE for more details.

Creator

Raymond Vermaas

mail: info at momentofgeekiness.com

website: www.momentofgeekiness.com

About

A bash script that turns a version-controlled paper into a cool timelapse.

Resources

License

Stars

14 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages