Reply
Thread Tools
Posts: 25 | Thanked: 2 times | Joined on Sep 2007
#1
I have N800 with OS2008 on it. I would like to have a media player with slow video playback and repeat from-to possibilities. Is there any software that can do it?

Alternatively, can I tweak/configure mplayer to do what I want?

Opps I have posted it under N810, would someone please move my post to N800 topic, sorry for this mistake.

Last edited by yenice; 2008-11-12 at 11:38. Reason: Wrong category
 
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#2
Mplayer can do it from a terminal.

For example: "mplayer -speed 0.5 -ss 60 -endpos 15 -loop 5 video.avi" will seek to 60sec, play at half speed for 15sec, and then repeat 5 times.
__________________
[SIGPIC][/SIGPIC]
 

The Following User Says Thank You to ace For This Useful Post:
Posts: 25 | Thanked: 2 times | Joined on Sep 2007
#3
Thank you very much. I tried it and it worked. :-)
 
Posts: 25 | Thanked: 2 times | Joined on Sep 2007
#4
There is also a file at:
/home/user/.mplayer/config

How can I make use of this file? Would there be any possibility using this file and than doing slow and repeat from mplayer user interface and not from command line?
 
ace's Avatar
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]
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:57.