Skip to content

Commit

Permalink
Merge pull request #55 from leguye/master
Browse files Browse the repository at this point in the history
Add unit tests, refactor, new slideshow feature, other improvements
  • Loading branch information
aspiers committed Aug 6, 2014
2 parents f2d1a80 + 23033cd commit a10813b
Show file tree
Hide file tree
Showing 7 changed files with 1,454 additions and 590 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ build/
src/
ly2video.tmp/
README.html
*~
*.pyc
.project
.settings
.pydevproject
22 changes: 22 additions & 0 deletions doc/slideshow.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

--slide-show

The option --slide-show adds the possibility to display a slide shown up to the score.
This slide show is composed of a set of png files
- sharing a common prefix (for example "/path/to/dir/slide-")
- having each one a suffix with the format "0000.0000.png", giving
the offset (in quarters) when the image must be displayed.

For example, given these files:
/path/to/dir/slide-0000.0000.png
/path/to/dir/slide-0000.0050.png
/path/to/dir/slide-0008.0025.png

with the command:
ly2video --slide-show "/path/to/dir/slide-" ...

The first file will be displayed at the begining of the score.
The second one replaces the first one at offset 0.5000 (one eighth after the start), and so on.



Loading

0 comments on commit a10813b

Please sign in to comment.