[Mjpeg-users] perl bindings for LAV-Tools and SDL

2003-11-23 Thread Torsten Mohr
Hi, i just uploaded the C++ wrapper and the perl bindings for lavtools: http://www.s.netic.de/tmohr/lavperl-0.3.0.tar.bz2 This one: - fixes a bug that prevented the previous version from working. - contains a pach for SDL_perl-1.20.0 that adds the a functionality to return a Surfaces data

Re: [Mjpeg-users] Perl bindings

2003-11-16 Thread dmitriy
Hi!!! Wow!! Nice!!! i have some questions: 1) how i can write sinfle frame in jpeg(or other) format. 2) or how i can get array of array frame data i RGB massiv of massives (for example 122,222,222 for one pixel with num of 123)? 3) -rw-r--r--1 root root 2992294 Ноя 16 23:42 out.av

[Mjpeg-users] Perl bindings

2003-11-16 Thread Torsten Mohr
Hi everybody, i wrote a C++ wrapper lib and based on that some perl bindings that let me execute this little script attached at the bottom. It can be downloaded at: http://www.s.netic.de/tmohr/lavperl-0.1.0.tar.bz2 Best regards, Torsten. #! /usr/bin/perl -w use LAV; # some objects to hold