Re: Build Python Application and Python Module from the same source

2015-03-21 Thread Josue Ortega
On Sun, Mar 22, 2015 at 02:11:58PM +1100, Ben Finney wrote: > Josue Ortega writes: > > > Currently I'm packaging Glue (Linked data visualization in Python)[0] > > which provides a Python Application with a QT UI and a Python > > Module[1]. > > Thank you for working to package more Python works i

Re: Build Python Application and Python Module from the same source

2015-03-21 Thread Ben Finney
Josue Ortega writes: > Currently I'm packaging Glue (Linked data visualization in Python)[0] > which provides a Python Application with a QT UI and a Python > Module[1]. Thank you for working to package more Python works in Debian. > I would like to know what is the propper way to generate the

Build Python Application and Python Module from the same source

2015-03-21 Thread Josue Ortega
Hi, Currently I'm packaging Glue (Linked data visualization in Python)[0] which provides a Python Application with a QT UI and a Python Module[1]. I have tested the build from the same source of the module and the application packages and both work as expected. I would like to know what is the p

Re: libraries for processing video

2015-03-21 Thread Benjamin Lau
Why not wrap avconv and ffmpeg using the Python sh module[1]? I was kind of curious about the problem myself so I did an implementation of the thumbnail extraction using ffprobe and ffmpeg (attached).[2] [1] python-pbs pre-jessie, python-sh in jessie and sid https://github.com/amoffat/sh [2] base

Re: libraries for processing video

2015-03-21 Thread Etienne Millon
* Brian May [150321 11:07]: > I need to be able to generate a thumbnail of designated size and > also tell what the width and height in pixels of the video; Being > able to scale the video would be even better, but optional, I > currently use avconv to do this. You should be able to get metadata