SourceForge Logo

[DOWNLOAD]
 
XanimTcl allows to play movie file in linux tcl/tk application.

XanimTcl uses xanim-XXXXX-X.i386.rpm package written by Mark Podlipec
    to load on :

  http://xanim.polter.net
 

Example tcl/tk script code, using XanimTcl : 

                #!/usr/bin/wish -f

                package require XanimTcl

                movie  .m     -file  your_file.avi  -volume 80     -width 160     -height 120     -scale 3
                pack     .m    -expand yes -fill both

                .m    toggle

    (replace your_file.avi by a movie file)

    See Also : proptest.tcl include in package.

Movie command description, on movie.html

Download XanimTcl package :

    http://www.sourceforge.net/projects/xanimtcl
 

Install XanimTcl package :

                # tar     -xvzf     xanimtcl-X.X.X.tar.gz
                # cd     xanimtcl/generic
                # make ; make install

Bugs, please report bugs on :

    cyril.barbato@yahoo.fr

THANKS TO :

        Mark Podlipec
        Mats Bengtsson

See Also :

 A other movie package  http://mplayertcl.sourceforge.net

   http://hem.fyristorg.com/matben/qt/
 



2001-2008 (c) Cyril BARBATO
 * DISCLAMER OF ALL WARRANTIES *
http://xanimtcl.sourceforge.net
<cyril.barbato@yahoo.fr>