-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ly2video depends on unmaintained pyPdf module #12
Comments
Is this the reason behind the following warning when ly2video is invoked?
|
I'm not sure what generates that warning; please can you paste the command-line you invoked ly2video with, and a gist URL for the resulting output? |
It occurs no matter what file I attempt to build with. e.g. for the file I just sent you via email: $ ~/code/ly2video/ly2video.py -i ly2videotest.ly -o ly2videotest.avi --height=100
LilyPond was found.
ffmpeg version 0.8.5-6:0.8.5-0ubuntu1, Copyright (c) 2000-2012 the Libav developers
built on Jan 24 2013 14:20:32 with gcc 4.7.2
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
FFmpeg was found.
TiMidity++ was found. So, by the look of it, it's a the choice of function in ffmpeg, not PyPDF. |
Description of ffmpeg package from Ubuntu repositories:
I'll file a separate issue on this: #32 |
Thanks! |
pyPdf stopped being maintained 2 years ago. It has been superceded by the PyPDF2 friendly fork which is actively being maintained. ly2video should probably switch for that reason alone, even though it doesn't need the wider range of support of PDF formats.
The text was updated successfully, but these errors were encountered: