Thread
:
Media Player with slow and repeat functions
View Single Post
ace
2008-11-12 , 20:32
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#
5
If you want to avoid repeated terminal use, the best thing I can think of is file-specific configuration files.
Add the following line to "/home/user/.mplayer/config":
Code:
use-filedir-conf=yes
Then for "video.avi" create a text file named "video.avi.conf" in the same dir. "video.avi.conf" should look like this:
Code:
loop=5 speed=0.5 ss=60 endpos=15
I haven't tested this myself, but I think it might work.
__________________
[SIGPIC][/SIGPIC]
Quote & Reply
|
ace
View Public Profile
Send a private message to ace
Find all posts by ace