You are not logged in.
Hi guys,
When I open a video file that is still downloaded I cannot go forward or backward.
Can this be changed or is mplayer simply not capable to do so?
I think other video players such as VLC support that by default.
Last edited by orschiro (2011-09-11 00:53:13)
Offline
Use 'mplayer -idx' or even 'mplayer -forceidx'. May not work for all filetypes.
Offline
I haven't noticed this with mplayer and .flv files (which I usually download through youtube-dl). What type of file are you talking about.
I laugh, yet the joke is on me
Offline
In the very special case it was a avi file I downloaded with Chromium.
And while it was downloading I opened it with GMplayer and realised that I couldn't go forward or backward but only stop/pause it.
@Gusar
Can I set this settings permanently to not always have to add the option on launch of mplayer?
Offline
~/.mplayer/config ![]()
Last edited by Army (2011-09-10 23:54:48)
Offline
Thanks Army. I know about the config file, it was just about the right setting there.
Obviously it has to be a global option. Defining it only for gnome-mplayer didn't work.
# Write your default config options here!
idx=yes
forceidx=yes
[gnome-mplayer]
msglevel=all=5
idx=yes
forceidx=yesThanks anyway!
Offline
I have to reopen the thread. Since I'm now using the idx option every (avi) file gets reindexed before starting to play it. However for a big file such as a movie this takes a lot of time.
Hence, is there any way to limit it only to incomplete files?
Regards
Last edited by orschiro (2011-09-13 12:24:54)
Offline
This should only happen with forceidx, just plain idx will not reindex if an index already exists.
Offline
Hi Gusar,
You're right. First I added also forceidx because it didn't work only with idx. However this was the case when I applied both settings just to gnome-mplayer.
That is, using just idx is very sufficient!
Regards
Offline