Skip to content
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

Closed
aspiers opened this issue Dec 30, 2012 · 5 comments
Closed

ly2video depends on unmaintained pyPdf module #12

aspiers opened this issue Dec 30, 2012 · 5 comments
Assignees

Comments

@aspiers
Copy link
Owner

aspiers commented Dec 30, 2012

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.

@WebDrake
Copy link

WebDrake commented Feb 5, 2013

Is this the reason behind the following warning when ly2video is invoked?

*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.

@aspiers
Copy link
Owner Author

aspiers commented Feb 5, 2013

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?

@WebDrake
Copy link

WebDrake commented Feb 5, 2013

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.

@WebDrake
Copy link

WebDrake commented Feb 5, 2013

Description of ffmpeg package from Ubuntu repositories:

This package contains the deprecated ffmpeg program. This package also serves as a transitional package to libav-tools. Users are advised to use avconv from the libav-tools package instead of ffmpeg.

I'll file a separate issue on this: #32

@aspiers
Copy link
Owner Author

aspiers commented Feb 5, 2013

Thanks!

@ghost ghost assigned aspiers Feb 24, 2013
aspiers added a commit that referenced this issue Feb 24, 2013
pyPdf has been redundant since the revamped synchronization algorithm
introduced by c2ab06e, which no longer depends on point-and-click
data in the PDF.

#12
@aspiers aspiers closed this as completed Feb 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants