[MPlayer-cygwin] mpdvdkit on mingw

Gábor Békési gbe at nmc-m.dtag.de
Thu Jul 10 10:53:04 CEST 2003


Diego Biurrun wrote:

>On Wed, Jul 09, 2003 at 11:27:17AM +0200, Gábor Békési wrote:
>  
>
>>I'm sorry, that I cannot give some output showing the errors, but there
>>is no such. So I cannot report the way it's requested by the manual.
>>:-/// So take this just as a feedback. ;->
>>    
>>
>
>Nothing is printed to the console?  Just post an mplayer -v log and let's
>see...
>
>Diego
>
>_______________________________________________
>MPlayer-cygwin mailing list
>MPlayer-cygwin at mplayerhq.hu
>http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin
>
>  
>
Diego.

Here it comes... please ignore the part, which doesn't interest.

I use a lot of options in the command line, because the mingw exe still 
tries to get the config from my cygwin's mplayer configs.

1. case: I simply try to start DVD playback. Crashes.
mplayer -vo directx -ao win32 -font c:\winnt\fonts\arial.ttf -double 
-dvd-device I:\ -autosync 100 -aid 129 -v -v -v dvd://1 > 
chapter1.crashes.out
: No such file or directory
can't open 'C:\CygWin\home\Bekesi/mplayer/codecs.conf': No such file or 
directory
can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Cannot load font: c:\winnt\fonts\arial.ttf
Can't open input config file C:\CygWin\home\Bekesi/mplayer/input.conf : 
No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such 
file or directory
Falling back on default (hardcoded) input config
Using SSE optimized IMDCT transform
Using MMX optimized resampler
The selected video_out device is incompatible with this codec.

For the rest see chapter1.crashes.zip

2. case: I start DVD playback with specifying the chapter to start with. OK.
D:\mplayer_mingw32-dev\mplayer>mplayer -vo directx -ao win32 -font 
c:\winnt\fonts\arial.ttf -double -dvd-device I:\ -autosync 100 -aid 129 
-v -v -v dvd://1 -chapter 1 > chapter1.ok.out
: No such file or directory
can't open 'C:\CygWin\home\Bekesi/mplayer/codecs.conf': No such file or 
directory
can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Cannot load font: c:\winnt\fonts\arial.ttf
Can't open input config file C:\CygWin\home\Bekesi/mplayer/input.conf : 
No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such 
file or directory
Falling back on default (hardcoded) input config
Using SSE optimized IMDCT transform
Using MMX optimized resampler
The selected video_out device is incompatible with this codec.

For the rest see chapter1.ok.zip

3. case: I try to start DVD playback from chapters after the first 33 
minutes. Seekproblem.
D:\mplayer_mingw32-dev\mplayer>mplayer -vo directx -ao win32 -font 
c:\winnt\fonts\arial.ttf -double -dvd-device I:\ -autosync 100 -aid 129 
-v -v -v dvd://1 -chapter 10> chapter10.seekproblem.out
: No such file or directory
can't open 'C:\CygWin\home\Bekesi/mplayer/codecs.conf': No such file or 
directory
can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Cannot load font: c:\winnt\fonts\arial.ttf
Can't open input config file C:\CygWin\home\Bekesi/mplayer/input.conf : 
No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such 
file or directory
Falling back on default (hardcoded) input config
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363
libdvdread: Can't seek to block 4294401363

For the rest see chapter10.seekproblem.zip

4. case: I start from chapter 1 and try to seek after the dividing 33 
minutes by pushing PageUp key thrice. Seekproblem.
D:\mplayer_mingw32-dev\mplayer>mplayer -vo directx -ao win32 -font 
c:\winnt\fonts\arial.ttf -double -dvd-device I:\ -autosync 100 -aid 129 
-v -v -v dvd://1 -chapter 1 > chapter1.seekproblem.out
: No such file or directory
can't open 'C:\CygWin\home\Bekesi/mplayer/codecs.conf': No such file or 
directory
can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Cannot load font: c:\winnt\fonts\arial.ttf
Can't open input config file C:\CygWin\home\Bekesi/mplayer/input.conf : 
No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such 
file or directory
Falling back on default (hardcoded) input config
Using SSE optimized IMDCT transform
Using MMX optimized resampler
The selected video_out device is incompatible with this codec.

For the rest, see chapter1.seekproblem.zip

Have fun with 'em. I hope it helps You to root out some bugs and make 
mplayer an even better coolness.

Bekecs.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chapter1.seekproblem.zip
Type: application/zip
Size: 125977 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cygwin/attachments/20030710/510fdefe/attachment.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chapter1.ok.zip
Type: application/zip
Size: 50994 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cygwin/attachments/20030710/510fdefe/attachment-0001.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chapter1.crashes.zip
Type: application/zip
Size: 4409 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cygwin/attachments/20030710/510fdefe/attachment-0002.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chapter10.seekproblem.zip
Type: application/zip
Size: 1749 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cygwin/attachments/20030710/510fdefe/attachment-0003.zip>


More information about the MPlayer-cygwin mailing list