Page 1 of 3
Some files don't show video after first play
Posted:
Sat Jul 24, 2010 3:57 pm
by poltsy
Re: Some files don't show video after first play
Posted:
Sat Jul 24, 2010 9:33 pm
by rvm
It really sounds like a bug in mplayer.
What version of mplayer are you using?
Have you tried a newer build? Maybe the problem is already fixed.
Re: Some files don't show video after first play
Posted:
Sat Jul 24, 2010 10:07 pm
by poltsy
I'm using SVN-r31787-4.5.1. Searching for this on the mailing lists I found some talk about crashing when compiled with gcc-4.4 so I gave gcc-4.3 a try just to be sure but there's no change.
Think I'll put on my asbestos suit and go file a report.
Re: Some files don't show video after first play
Posted:
Mon Jul 26, 2010 6:04 pm
by poltsy
Re: Some files don't show video after first play
Posted:
Thu Jul 29, 2010 3:25 pm
by Henkk
Re: Some files don't show video after first play
Posted:
Thu Jul 29, 2010 10:11 pm
by rvm
I think it might be the problem with the -vid option that poltsy mentioned.
Re: Some files don't show video after first play
Posted:
Fri Jul 30, 2010 9:45 am
by planman
I can confirm this using MPlayer SVN-r31774-4.5.0 (C) 2000-2010 MPlayer Team.
Problem goes away if you disable 'Remember settings for all files (audio track, subtitles...)
Which is annoying as I love this feature.
Re: Some files don't show video after first play
Posted:
Sat Jul 31, 2010 9:33 am
by eris23
0.6.9+SVN-r3575 still has problem, but -vid 1 works as temporary (but inconvenient) workaround
Re: Some files don't show video after first play
Posted:
Sat Jul 31, 2010 9:54 am
by rvm
Re: Some files don't show video after first play
Posted:
Sun Aug 01, 2010 5:14 am
by santeesteve
I just started getting that with some mkv and mov files, but have been seeing the same problems with some mp4 files for a couple months. Fixed the mkv problem by adding to (this is Linux) $(HOME)/.mplayer/config:
[extension.mkv]
demuxer=mkv
will add the .mov fix and see if trying mp4 works.
Edit: using the mov demuxer fixed the problems with mp4 files too:
[extension.mp4]
demuxer=mov