24 May 05:05
24 May 04:28
[Bug] image blinking 2
Zongyao Qu <zongyao.qu <at> gmail.com>
2012-05-24 02:28:27 GMT
2012-05-24 02:28:27 GMT
OS Mac OS X 10.7.4 latest mplayer and ffmpeg I still find some files are rendered incorrectly. and I upload the file to the following link https://docs.google.com/open?id=0B2umiuXHhxj5MTJVT0VFeG5XZ1k still, switch -ass is the key point. So I think it may be related to the previous tearing problem. As long as it is off, blinking does not happen. the phenomena is that, on the top of frame, the image is blinking between the correct one and green box.
24 May 04:23
Suggestion: Resume screensaver when video is paused
Dennis Nezic <dennisn <at> dennisn.dyndns.org>
2012-05-24 02:23:38 GMT
2012-05-24 02:23:38 GMT
I think it would be a good idea for mplayer to "resume" normal screensaver operation when a video is paused, and then block it again when the video resumes playing. For example, if I pause a video, and minimize it, and don't resume it for hours -- my screensaver will not be functional for all those hours.
21 May 15:42
[Bug] image tearing
Zongyao Qu <zongyao.qu <at> gmail.com>
2012-05-21 13:42:05 GMT
2012-05-21 13:42:05 GMT
OS: Mac OS X 10.7.4 lastest mplayer and ffmpeg The image starts tearing, looks like the image which is still updating in the buffer list shows out. I have made some research, to reproduce this bug 1. ass should be on. 2. multi-thread seams to be related with this issue. in all, when I use this command ./mplayer -lavdopts threads=8 -v -ass "/Volumes/Work/MPX/MediaTest/embeddedsub.mkv" this issue reproduced, definitely. if I use ./mplayer -lavdopts threads=8 -v "/Volumes/Work/MPX/MediaTest/embeddedsub.mkv" Image is super clear and no tearing. if I use ./mplayer -lavdopts threads=2(or1) -v -ass "/Volumes/Work/MPX/MediaTest/embeddedsub.mkv" It looks like tearing becomes less severe, but still exists. the reproduced log --- QZY:mplayer NILTSH$ ./mplayer -lavdopts threads=8 -v -ass /Volumes/Work/MPX/MediaTest/0.\ still/tearing/The\ Big\ Bang\ Theory\ 5x11.m4v(Continue reading)
21 May 05:49
rtc setting
krishna e bera <keb <at> cyblings.on.ca>
2012-05-21 03:49:51 GMT
2012-05-21 03:49:51 GMT
The documentation refers to RTC http://www.mplayerhq.hu/DOCS/HTML/en/rtc.html but at least since kernel 2.6.27 i think it is called HPET and also the sysctl.conf might now use a .d/ layout. So the page could be updated to say " echo 1024 > /proc/sys/dev/hpet/max-user-freq sysctl dev/hpet/max-user-freq=1024 You can make this setting permanent by adding dev/hpet/max-user-freq=1024 to either sysctl.conf or to something like /etc/sysctl.d/60-hpet.conf depending on your system's file layout. "
21 May 02:56
20 May 22:04
Svn 34933 fails while trying to link on Fedora 17 beta x86_64
stan <RegBur_Flydan8 <at> q.com>
2012-05-20 20:04:13 GMT
2012-05-20 20:04:13 GMT
I did the usual update to pull in the latest subversion version of mplayer, and configured and compiled it. Did make clean and make distclean, before update and configure and make. The compile completes without error, but when it is trying to link the final executable, I get the following error: cc -o mplayer command.o m_property.o mixer.o ... b-2.0 -lesd -lpulse -ljack -lopenal -lfaac -lx264 -lpthread -lmp3lame libmpdemux/demux_rtp.o: In function `demux_close_rtp': demux_rtp.cpp:(.text+0xbf): undefined reference to `RTSPClient::teardownMediaSession(MediaSession&)' libmpdemux/demux_rtp.o: In function `demux_open_rtp': demux_rtp.cpp:(.text+0x758): undefined reference to `RTSPClient::setupMediaSubsession(MediaSubsession&, unsigned char, unsigned char, unsigned char)' demux_rtp.cpp:(.text+0x7f3): undefined reference to `RTSPClient::playMediaSession(MediaSession&, double, double, float)' demux_rtp.cpp:(.text+0xa64): undefined reference to `RTSPClient::createNew(UsageEnvironment&, int, char const*, unsigned short)' demux_rtp.cpp:(.text+0xaab): undefined reference to `RTSPClient::describeWithPassword(char const*, char const*, char const*, unsigned char, int)' demux_rtp.cpp:(.text+0xbc9): undefined reference to `RTSPClient::describeURL(char const*, Authenticator*, unsigned char, int)' collect2: error: ld returned 1 exit status make: *** [mplayer] Error 1 Is there a new library that I now need?
20 May 21:21
Bash mplayer slave
Floris <jkfloris <at> dds.nl>
2012-05-20 19:21:54 GMT
2012-05-20 19:21:54 GMT
Maybe this is a stupid question, but I can't find an answer.
#!/bin/bash
mkfifo /tmp/phone/pipe
mplayer -slave -quiet -idle -input file=/tmp/phone/pipe music.mp3 &
while [ i > 1 ]; do
sleep 1
echo get_percent_pos > /tmp/phone/pipe | cut -d= -f2
done
or
while [ 1 = 1 ]; do
sleep 1
echo get_percent_pos > /tmp/phone/pipe | awk -F\= '{print $2}'
done
The output is the same:
...
ANS_PERCENT_POSITION=1
ANS_PERCENT_POSITION=1
ANS_PERCENT_POSITION=2
ANS_PERCENT_POSITION=2
...
Is it possible to have this:
1
1
2
2
(Continue reading)
20 May 15:29
compilation error on latest ffmpeg
Zongyao Qu <zongyao.qu <at> gmail.com>
2012-05-20 13:29:12 GMT
2012-05-20 13:29:12 GMT
OS: Mac OS X 10.7.4
Latest mplayer and latest ffmpeg
error msg is
CC libavformat/sctp.o
CC libavformat/seek.o
CC libavformat/segafilm.o
CC libavformat/segment.o
CC libavformat/sierravmd.o
CC libavformat/siff.o
CC libavformat/smjpeg.o
CC libavformat/smacker.o
libavformat/sctp.c:41:10:
fatal error: 'netinet/sctp.h' file not found
#include <netinet/sctp.h>
^
1 error generated.
make[1]: *** [libavformat/sctp.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [ffmpeg/libavformat/libavformat.a] Error 2
sctp support is pushed into ffmpeg tree
on May, 9th, by Luca Barbato
the hash is
5699884c2e2b76c43df405b8613e40a953338738
16 May 01:34
Opaque Blu-ray PGS subtitle?
Dâniel Fraga <fragabr <at> gmail.com>
2012-05-15 23:34:48 GMT
2012-05-15 23:34:48 GMT
I'm watching blu-ray using mplayer but the PGS subtitle is a bit transparent. How can I force it to be completely opaque? I searched on google, but I couldn't find any solution for PGS subtitle. Thanks. -- -- Linux 3.4.0-rc6: Saber-toothed Squirrel http://www.youtube.com/DanielFragaBR
15 May 13:57
Problem with avc1 mp4
Ingo Brückl <ib <at> wupperonline.de>
2012-05-15 11:57:02 GMT
2012-05-15 11:57:02 GMT
I have problems playing avc1 encoded mp4 files (like the short sample http://www.html5tutorial.info/media/html5iscool.mp4). When calling MPlayer without any options, I get tons of "Too many buffered pts" until the playback finally starts, but: no video, only audio. With -demuxer mov, playback starts immediately, but again: no video, only audio. What might be the problem? There is no problem with mp4 normally. Ingo
_______________________________________________ MPlayer-users mailing list MPlayer-users <at> mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users

RSS Feed