Results 1 to 2 of 2
I have a basch script to play my video but I want i want to do is have the video play at double sieze. In noraml video play i just ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-09-2011 #1Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 136
mplayer video script question
I have a basch script to play my video but I want i want to do is have the video play at double sieze. In noraml video play i just right click the video screen and say double size but with the script i can not use the mouse.
#!/bin/bash
#update video list
find /media/M*port/torrent -type f \( -name "*" ! -name "video.txt" ! -name "playvideo" \) > video.txt
mplayer -shuffle -playlist video.txt
- 05-10-2011 #2Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 136
mplayer -xy 2 -shuffle -playlist video.txt
thank you for your help


Reply With Quote
