Compn | 1 May 2004 02:29
Picon
Favicon

Re: Quicktime-Audio failes on new files...

works fine here :)

f230c863279102e670ebe444e5e96b0f *c:\\programs\\mplayer\\quicktime.qts
md5sum of my quicktime.qts
maybe you have old quicktime or quicktime in the wrong dir (mine is
next to mplayer.exe) or you have two quicktime.qts's (check
system dir, etc)

MPlayer 1.0pre4-3.2.3 (C) 2000-2004 MPlayer Team

CPU: Intel Pentium MMX P55C 449.5 MHz (Family: 5, Stepping: 3)
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directo
ry
Reading config file C:/programs/mplayer/mplayer/config
Reading C:/programs/mplayer/mplayer/codecs.conf: 61 audio & 169 video codecs
Font c:\programs\mplayer\font-arial-18-iso-8859-1\font.desc loaded successfully!
 (206 chars)
Using usleep() timing
Input config file C:/programs/mplayer/mplayer/input.conf parsed: 53 binds

Playing spider-man_2_us_fs2.mov.
QuickTime/MOV file format detected.
Compressed header uses zlib algo!
Compressed header size: 17450 / 35747
--------------
MOV track #0: 1 chunks, 0 samples
(Continue reading)

Sascha Sommer | 1 May 2004 22:30
Picon
Favicon

keepaspect support for vo directx

Hi,
I just commited -keepaspect support into vo directx. The default is now to
keep the aspect
when resizing in windowed mode. If you want the old behaviour
add nokeepaspect=yes into your config file.

Sascha
Rune | 1 May 2004 23:03
Picon

[bug] secondary monitor powers off when using -adapter

Hi,
It's been a while.

I've found that when using the secondary monitor (-adapter)
the monitor powers off after the minutes set in power management.
This is not normal, the original patch didn't do this.

I don't much time the next 2 weeks, feel free to try to fix it.
If of not then I'll have a look in 2 weeks.

Rune Petersen
Sascha Sommer | 2 May 2004 11:32
Picon
Favicon

Re: winvidix dhahelper.sys problem

> Hello,
>
> I am running mplayer-mingw32-dev-CVS-040408 and tried the experimental
> vidix support on my Toshiba 5100 notebook (GeForce 440MX, Windows XP).
> Somehow I don't think the driver is being loaded at all, even when I run
'dhasetup.exe
> install'. All it does is copy the .sys driver to my /system32 path. But
> if I reboot, the driver is not being loaded (as shown by various process
> managers). So when I try the '-vo winvidix' option, all I receive is
> this:

Really strange. Can you remove it and try again or are you admin when doing
this?
Ah and please try again with pre4.

> Any idea why dhahelper is not installed? Shouldn't dhahelper.exe also do
> some appropriate registry changes to make the driver start at boottime?
>

Yes and it does for me.

Sascha
Sascha Sommer | 2 May 2004 11:34
Picon
Favicon

Re: help :mplayer error

>       i install cygwin and mplayer via cvs.
> but when playing mplayer with an asf  format files from internet(i mean
> directly from an url) it fails.
> i dwnload an asf  files that  i play from harddisk ;no problem
> please help me
> this is the error output(i hide the ip adress this must not be a problem):
> i wait for answer my email is arafa75 <at> yahoo.fr
>

Can you update to latest cvs? There were quite a few changes for streaming.

Sascha
Sascha Sommer | 2 May 2004 11:56
Picon
Favicon

Re: Re: colorspaces vs graphics cards

> Just as a thought.. Which drivers are you using on your radeon, and have
you
> tried setting vsync to always off in them?
> See if that helps.. For what it's worth, I recommend the omega drivers
from
> www.omegacorner.com :-)
>

Now if you could tell me where I can alter these settings ;)

In the tweakers I tryed so far the options where only there for direct3d and
not
for directdraw.

Sascha
Sahin Görenekli | 3 May 2004 09:46
Picon

Video Capture in windows

Hi,

i wrote a program to capture video like a video recorder in windows. I use
the mplayer to watch and convert videos. But i can*t capture video with
mplayer in windows. i search a programm witch can capture videos in windows
by using parameters in the commandline. Can someone helmp me?

Thanks!

Sahin
Diego Biurrun | 3 May 2004 13:26
Picon
Gravatar

Re: [PATCH] live.com on mingw

Ross Finlayson writes:
> FYI, your (second) patch has now been included in the "LIVE.COM Streaming 
> Media" source code release (starting with version 2004.04.23).

It fails to compile on MinGW for me, though:

BasicUDPSink.cpp: In member function `virtual Boolean 
   BasicUDPSink::continuePlaying()':
BasicUDPSink.cpp:47: `gettimeofday' undeclared (first use this function)
BasicUDPSink.cpp:47: (Each undeclared identifier is reported only once for each 
   function it appears in.)
make[1]: *** [BasicUDPSink.o] Error 1
make[1]: Leaving directory `/home/Diego/live/liveMedia'
make: *** [liveMedia/libliveMedia.a] Error 2

I just did

  ./genMakefiles mingw
  make

Diego
Diego Biurrun | 3 May 2004 13:37
Picon
Gravatar

Re: [PATCH] live.com on mingw

Joey Parrish writes:
> List: Please test with these latest versions, and write back whether it
>       works or not on your system.

I wanted to test, but unfortunately live.com (2004-05-02) does not
compile for me atm.  The patch looks safe to commit, though.  Sascha,
what do you say?

>  <at>  <at>  -4975,6 +4975,10  <at>  <at> 
>  LIVE_LIBS += \$(LIVE_LIB_DIR)/UsageEnvironment/libUsageEnvironment.a
>  LIVE_LIBS += \$(LIVE_LIB_DIR)/BasicUsageEnvironment/libBasicUsageEnvironment.a
>  LIVE_LIBS += -lstdc++"
> +  if mingw32 ; then
> +    _live_libs_def="$_live_libs_def
> +LIVE_LIBS += -lws2_32"
> +  fi

I'd keep the indentation..

> +// on mingw, we must include windows.h before the things it conflicts

> +#define _OLE2_H // to avoid conflict on mingw

> +#ifndef _WINDEF_H // this file conflicts with windef.h on mingw32

My nitpicky self would always write MinGW for consistency reasons.

Diego
Stefan Gürtler | 3 May 2004 17:44
Picon

Re: Video Capture in windows


----- Original Message -----
From: "Sahin Görenekli" <sahin.goerenekli <at> mni.fh-giessen.de>
To: "Win32/CygWin porting" <mplayer-cygwin <at> mplayerhq.hu>
Sent: Monday, May 03, 2004 9:46 AM
Subject: [MPlayer-cygwin] Video Capture in windows

> Hi,
>
> i wrote a program to capture video like a video recorder in windows. I use
> the mplayer to watch and convert videos. But i can*t capture video with
> mplayer in windows. i search a programm witch can capture videos in
windows
> by using parameters in the commandline. Can someone helmp me?
>
> Thanks!
>
> Sahin
>

For analog capturing on Win32 i suggest to use VirtualVCR and VirtualVCR
sheduler.
There is a guid for this on doom9.org
http://www.doom9.org/index.html?/capture/start.html ->3.2 Capturing with
VirtualVCR.
The sheduler can be found here: http://www.zisoft.de/video/
It uses the Windows task services to start the capturing via a batch file.
Learning from those batchfiles you have a good starting point for creating
your own comand line triggered captures.

(Continue reading)


Gmane