본문으로 바로가기

mplayer TCL for linux 0.1.0

category 카테고리 없음 2024. 8. 13. 15:51

홈페이지 : http://membres.lycos.fr/scriptdevel/mplayertcl/

 

MPlayerTcl allows to play movie file in linux tcl/tk application. 
MPlayerTcl uses MPlayer, to load on :  http://mplayerhq.hu 

Example tcl/tk script code, using MPlayerTcl :

#!/usr/bin/wish -f 

package require MPlayerTcl 

media  .m    -dvd 1   -width 160    -height 120     -scale 3 
pack     .m    -expand yes -fill both

See Also : proptest.tcl include in package. 

Movie command description, on media.html 
Convert a XanimTcl script to MPLayerTcl script is easy, see here 

Install MPlayerTcl package : 

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

MPlayerTcl-0.1.0.tar.gz
0.08MB
mplayertcl-0.1.rh8pre.tgz
0.12MB