aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fb2d10de1e620cdd802c749699312e26ca28022d (plain)
1
2
nyancat
*.pyc
bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#!/bin/sh

for f in $@
do /usr/X11R6/bin/convert  -geomtry 702x576 $f test.mpg
test_video test.mpg
rm test.mpg
done