1
Software / Kino2 0.4.3 Series Released
« on: September 12, 2005, 11:32:11 am »Quote
If I wanted to reproduce smart crop feature without selecting it what command line switches would it require?
I tried to use the output debug to console and I saw the -identify there but how mplayer is supposed to use the info that -identify provides?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=95422\"][{POST_SNAPBACK}][/a][/div]
as root
backup /home/QtPalmtop/bin/mplayer
make a file there, name: mplayer
Code: [Select]
#!/bin/sh
echo "$1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16" > /home/zaurus/output
play a video in kino, with smart crop on/offyou will have what you want
so, smart crop = "-vf crop=x:y"
now i can play 352x240 in fullscreen
by putting "-vf crop=320:240" in options