From jebrhansen at gmail.com Sat Sep 1 01:21:29 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Fri, 31 Aug 2007 17:21:29 -0600 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: References: Message-ID: > My first thought was that I might be missing the Quicktime codec even > though I saw the line > Selected video codec: [ffrpza] vfm: ffmpeg (QuickTime Apple Video) > so I downloaded Linux AMD64 20062003, untarred it and read the README > file. Didn't know how to tell where to put them so I tried > /usr/local/lib/codecs, /usr/lib/codecs, /usr/lib/win32 and even > /usr/lib64/codecs. Reran mplayer and got the same result. You need to rebuild mplayer with either the codecs in the directory mentioned in the README or specify where they are at. The ffrpza codec is one that is included with ffmpeg so it doesn't always do as well as the binary. It might also help to have a sample file for others to test it with. Good Luck Jeremy From happy.cerberus at gmail.com Sat Sep 1 02:11:40 2007 From: happy.cerberus at gmail.com (=?ISO-8859-2?Q?=A9imon_T=F3th?=) Date: Sat, 01 Sep 2007 02:11:40 +0200 Subject: [MPlayer-users] Generating film strips Message-ID: <46D8AE3C.5040006@gmail.com> Hi, i have recently been forced to move to Linux and there are only few things which I miss. One of them is software for generating film strip / video previews (media player classic does this very good). I have tried writing my own bash script using mplayer and imagemagick, the problem is that the only working way is to save ALL frames thru png video output. This is not only completely stupid, but also very slow and requires a lot of disk space. I have tried calculating the required frames and then using "mplayer -frames 1 -ss frame -vo png file" and "mplayer -sstep timestep -vo png file" but the first one creates odd results (artifacts in screens) and the second one sometimes jumps thru keyframes and doesn't generate the desired number of frames. So, is there any way how I can make video preview using mplayer, or is there any chance that this feature will be added (should be a realy small peace of code). Thx for answers -- Simon Toth From jack.delbert at gmail.com Sat Sep 1 02:41:37 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 31 Aug 2007 20:41:37 -0400 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: References: Message-ID: On 8/31/07, Jack Smith wrote: > On 8/31/07, Jeremy Hansen wrote: > > > My first thought was that I might be missing the Quicktime codec even > > > though I saw the line > > > Selected video codec: [ffrpza] vfm: ffmpeg (QuickTime Apple Video) > > > so I downloaded Linux AMD64 20062003, untarred it and read the README > > > file. Didn't know how to tell where to put them so I tried > > > /usr/local/lib/codecs, /usr/lib/codecs, /usr/lib/win32 and even > > > /usr/lib64/codecs. Reran mplayer and got the same result. > > > > You need to rebuild mplayer with either the codecs in the directory > > mentioned in the README or specify where they are at. The ffrpza codec > > is one that is included with ffmpeg so it doesn't always do as well as > > the binary. > > > > It might also help to have a sample file for others to test it with. > > > > Good Luck > > Jeremy > > OK, I'm off to learn how to install mplayer (it just came with > Redhat). If anyone cares to try the file that's messing me up, it's > attached. > Thanks, > Jack It isn't attached, it was too big. It is at http://www.fast-forward.tv/blog/ if you want to download it. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From jack.delbert at gmail.com Sat Sep 1 03:20:10 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 31 Aug 2007 21:20:10 -0400 Subject: [MPlayer-users] What version should I use? Message-ID: I seem to remember some discussion on this list about using a particular up-to-date version of mplayer but I don't remember what it is. So what should I go get and install? If it matters, I'm running Fedora Core 7 with an AMD Athlon 64-bit processor. Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From inverseparadox at comcast.net Sat Sep 1 03:33:29 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 31 Aug 2007 21:33:29 -0400 Subject: [MPlayer-users] What version should I use? In-Reply-To: References: Message-ID: <46D8C169.1080807@comcast.net> Jack Smith wrote: > I seem to remember some discussion on this list about using a > particular up-to-date version of mplayer but I don't remember what it > is. So what should I go get and install? If it matters, I'm > running Fedora Core 7 with an AMD Athlon 64-bit processor. You should install a Subversion client, check out the latest development source, compile that and install the result. This is strictly required for submitting bug reports, and is recommended for the MPlayer project in any case. (Not all projects advise running the latest development code, and in some cases it may even be a bad idea, but this one certainly does.) -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From verykang at 163.com Sat Sep 1 03:57:16 2007 From: verykang at 163.com (verykang) Date: Sat, 1 Sep 2007 09:57:16 +0800 (CST) Subject: [MPlayer-users] Can anyone tell me how to patch a .diff files In-Reply-To: <200708312326.52400.ivop@euronet.nl> References: <200708312326.52400.ivop@euronet.nl> <340243540.14281188590822681.JavaMail.coremail@bj163app120.163.com> Message-ID: <628238245.94661188611836373.JavaMail.coremail@bj163app113.163.com> Very Appreciated! It works find. Thanks again. Larry ?2007-09-01?Ivo ??? On Friday 31 August 2007 22:07, verykang wrote: > As I said in the title of this letter. > Can anyone tell me how to patch .diff files to MPlayer source code? > Sorry for this simple question. > one of MPlayer fans Try from the root of the source tree: patch --dry-run -p1 < some.patch.file.patch If it gives a run of Patching filename.c with no errors, you are ok to go and rerun the command without --dry-run. You might need to change -p1 to -p0, depending on how the patch was created. --dry-run is a GNU patch extension IIRC. If your patch program does not support it, make a backup of your source tree first. --Ivo _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From jack.delbert at gmail.com Sat Sep 1 04:15:48 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 31 Aug 2007 22:15:48 -0400 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: References: Message-ID: On 8/31/07, Jack Smith wrote: > On 8/31/07, Jack Smith wrote: > > On 8/31/07, Jeremy Hansen wrote: > > > > My first thought was that I might be missing the Quicktime codec even > > > > though I saw the line > > > > Selected video codec: [ffrpza] vfm: ffmpeg (QuickTime Apple Video) > > > > so I downloaded Linux AMD64 20062003, untarred it and read the README > > > > file. Didn't know how to tell where to put them so I tried > > > > /usr/local/lib/codecs, /usr/lib/codecs, /usr/lib/win32 and even > > > > /usr/lib64/codecs. Reran mplayer and got the same result. > > > > > > You need to rebuild mplayer with either the codecs in the directory > > > mentioned in the README or specify where they are at. The ffrpza codec > > > is one that is included with ffmpeg so it doesn't always do as well as > > > the binary. > > > > > > It might also help to have a sample file for others to test it with. > > > > > > Good Luck > > > Jeremy > > > > OK, I'm off to learn how to install mplayer (it just came with > > Redhat). If anyone cares to try the file that's messing me up, it's > > attached. > > Thanks, > > Jack > > It isn't attached, it was too big. It is at > http://www.fast-forward.tv/blog/ if you want to download it. > > Jack OK, still the same problem. I used subversion and downloaded r24313. The README said to put the binary codecs in /usr/local/lib/codecs which I did. Then I did a straight ./configure make and make install and ran mplayer and it still used ffrpza and still failed the same way. [root at natsumi Download]# mplayer -fs * MPlayer dev-SVN-r24313-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing Worldcon2007_01.mov. ISO: File Type Major Brand: Original QuickTime Quicktime/MOV file format detected. MOV: WARNING: Variable FourCC detected!? [mov] Video stream found, -vid 0 [mov] Audio stream found, -aid 1 [mov] Video stream found, -vid 2 [mov] Video stream found, -vid 3 [mov] Video stream found, -vid 4 [mov] Video stream found, -vid 5 [mov] Video stream found, -vid 6 [mov] Video stream found, -vid 7 [mov] Video stream found, -vid 8 [mov] Video stream found, -vid 9 [mov] Video stream found, -vid 10 [mov] Video stream found, -vid 11 [mov] Video stream found, -vid 12 [mov] Video stream found, -vid 13 [mov] Video stream found, -vid 14 [mov] Video stream found, -vid 15 [mov] Video stream found, -vid 16 [mov] Video stream found, -vid 17 [mov] Video stream found, -vid 18 VIDEO: [rpza] 320x240 16bpp 15.000 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffrpza] vfm: ffmpeg (QuickTime Apple Video) ========================================================================== ========================================================================== Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding) AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder) ========================================================================== AO: [oss] 44100Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 320 x 240 (preferred colorspace: BGR 15-bit) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using BGR 15-bit as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. SwScaler: reducing / aligning filtersize 1 -> 4 SwScaler: reducing / aligning filtersize 1 -> 4 SwScaler: reducing / aligning filtersize 1 -> 1 SwScaler: reducing / aligning filtersize 9 -> 8 [swscaler @ 0xdb8470]SwScaler: BICUBIC scaler, from bgr555 to yuv420p using MMX2 [swscaler @ 0xdb8470]SwScaler: using 4-tap MMX scaler for horizontal luminance scaling [swscaler @ 0xdb8470]SwScaler: using 4-tap MMX scaler for horizontal chrominance scaling [swscaler @ 0xdb8470]SwScaler: using 1-tap MMX "scaler" for vertical scaling (YV12 like) [swscaler @ 0xdb8470]SwScaler: 320x240 -> 320x240 VO: [xv] 320x240 => 320x240 Planar YV12 [fs] [rpza @ 0xdbfa80]First chunk byte is 0x00 instead of 0xe1 [rpza @ 0xdbfa80]MOV chunk size != encoded chunk size; using MOV chunk size [rpza @ 0xdbfa80]Unknown opcode 245 in rpza chunk. Skip remaining 602 bytes of chunk data. New_Face failed. Maybe the font path is wrong. Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. [rpza @ 0xdbfa80]First chunk byte is 0x00 instead of 0xe1??,?% 0 0 [rpza @ 0xdbfa80]MOV chunk size != encoded chunk size; using MOV chunk size [rpza @ 0xdbfa80]Unknown opcode 253 in rpza chunk. Skip remaining 406 bytes of chunk data. [rpza @ 0xdbfa80]First chunk byte is 0x00 instead of 0xe1??,?% 1 0 [rpza @ 0xdbfa80]MOV chunk size != encoded chunk size; using MOV chunk size Help? Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From jack.delbert at gmail.com Sat Sep 1 04:57:30 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 31 Aug 2007 22:57:30 -0400 Subject: [MPlayer-users] Is dvdnav separate from mplayer? Message-ID: I threw out the old version of mplayer from Fedora Core 7 and downloaded the latest subversion version. Now dvdnav doesn't even come close to running (it didn't run correctly before). [kizoku at natsumi ~]$ mplayer dvdnav://1 -dvd-device /dev/scd0 -mouse-movements MPlayer dev-SVN-r24313-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing dvdnav://1. No stream found to handle url dvdnav://1 Do I have to do something special in the configure step or download something else? Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From openworld at uralweb.ru Sat Sep 1 07:11:41 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Sat, 1 Sep 2007 11:11:41 +0600 Subject: [MPlayer-users] MPlayer-users Digest, Vol 44, Issue 73 References: Message-ID: <003601c7ec56$994afec0$1854000a@bibika> Henry Garcia wrote: > Maybe you need to compile nasm from source and install it. You're in a misunderstanding. I'm compiling it just from the source. I follow to the instructions from MinGWHOWTO. And all my questions are related just to nasm compilation. Though I saw similar errors in OGG and Vorbis sources compilation. > Also, you should probably use the old make-3.79.1.exe instead of the new > make-3.81.exe. OK, now I have GNU make 3.80. Will seek for 3.79 one. Thanks. From amidk75 at gmail.com Sat Sep 1 09:29:40 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 01 Sep 2007 09:29:40 +0200 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: References: Message-ID: <46D914E4.3010606@gmail.com> Jack Smith pisze: > OK, still the same problem. I used subversion and downloaded r24313. > The README said to put the binary codecs in /usr/local/lib/codecs > which I did. Then I did a straight ./configure make and make > install and ran mplayer and it still used ffrpza and still failed the > same way. [cut] > Help? AOL #01 It wont play in VLC too if thats help. As for mplayer useing "-vid X" with stream number provided does nothing as well. Strange file with 18 streams inside, sometimes with 100bps differences between it. MediaInfo status if someone care: General #0 Complete name : Worldcon2007_01.mov Format : QuickTime Format/Info : Quictime movie Format/Family : MPEG-4 File size : 6.37 MiB PlayTime : 1mn 52s Bit rate : 476 Kbps StreamSize : 319 KiB Encoded date : UTC 2007-08-30 16:12:42 Tagged date : UTC 2007-08-30 16:14:52 Video #0 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 1mn 52s Bit rate : 132 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 1.76 MiB Encoded date : UTC 2007-08-30 14:16:14 Tagged date : UTC 2007-08-30 16:14:22 Video #1 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 571 Kbps Width : 128 pixels Height : 96 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 4.60 KiB Encoded date : UTC 2007-08-30 14:28:52 Tagged date : UTC 2007-08-30 16:14:22 Video #2 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 3244 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 26.1 KiB Encoded date : UTC 2007-08-30 14:30:21 Tagged date : UTC 2007-08-30 16:14:22 Video #3 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 3037 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 24.5 KiB Encoded date : UTC 2007-08-30 14:33:24 Tagged date : UTC 2007-08-30 16:14:22 Video #4 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 2979 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 24.0 KiB Encoded date : UTC 2007-08-30 14:38:41 Tagged date : UTC 2007-08-30 16:14:22 Video #5 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 3216 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 25.9 KiB Encoded date : UTC 2007-08-30 14:42:25 Tagged date : UTC 2007-08-30 16:14:22 Video #6 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 3436 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 27.7 KiB Encoded date : UTC 2007-08-30 14:43:32 Tagged date : UTC 2007-08-30 16:14:22 Video #7 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 2881 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 23.2 KiB Encoded date : UTC 2007-08-30 14:47:16 Tagged date : UTC 2007-08-30 16:14:22 Video #8 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 2879 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 23.2 KiB Encoded date : UTC 2007-08-30 14:49:26 Tagged date : UTC 2007-08-30 16:14:22 Video #9 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 3679 Kbps Width : 321 pixels Height : 241 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 29.6 KiB Encoded date : UTC 2007-08-30 14:52:20 Tagged date : UTC 2007-08-30 16:14:22 Video #10 Codec : H.264 Codec/Info : H.264 (3GPP) PlayTime : 6s 733ms Bit rate : 1389 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 1.12 MiB Encoded date : UTC 2007-08-30 15:32:47 Tagged date : UTC 2007-08-30 16:14:22 Video #11 Codec : H.264 Codec/Info : H.264 (3GPP) PlayTime : 6s 866ms Bit rate : 1388 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 1.14 MiB Encoded date : UTC 2007-08-30 15:38:17 Tagged date : UTC 2007-08-30 16:14:22 Video #12 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 4202 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 33.9 KiB Encoded date : UTC 2007-08-30 15:42:12 Tagged date : UTC 2007-08-30 16:14:22 Video #13 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 2236 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 18.0 KiB Encoded date : UTC 2007-08-30 15:43:40 Tagged date : UTC 2007-08-30 16:14:22 Video #14 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 2730 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 22.0 KiB Encoded date : UTC 2007-08-30 15:45:15 Tagged date : UTC 2007-08-30 16:14:22 Video #15 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 3892 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 31.4 KiB Encoded date : UTC 2007-08-30 15:49:23 Tagged date : UTC 2007-08-30 16:14:22 Video #16 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 1630 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 13.1 KiB Encoded date : UTC 2007-08-30 15:57:06 Tagged date : UTC 2007-08-30 16:14:22 Video #17 Codec : Road Pizza Codec/Info : Apple Video 16 bit road pizza PlayTime : 66ms Bit rate : 893 Kbps Width : 320 pixels Height : 240 pixels Aspect ratio : 4/3 Frame rate : 15.000 fps StreamSize : 7.20 KiB Encoded date : UTC 2007-08-30 16:05:31 Tagged date : UTC 2007-08-30 16:14:22 Audio #0 Codec : AAC LC Codec/Info : AAC Low Complexity PlayTime : 1mn 52s Bit rate : 128 Kbps Bit rate mode : CBR Channel(s) : 2 channels Sampling rate : 44 KHz Resolution : 16 bits StreamSize : 1.71 MiB Encoded date : UTC 2007-08-30 14:16:14 Tagged date : UTC 2007-08-30 16:14:52 -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From mtlagm at gmail.com Sat Sep 1 10:24:06 2007 From: mtlagm at gmail.com (mtlagm at gmail.com) Date: Sat, 1 Sep 2007 10:24:06 +0200 (CEST) Subject: [MPlayer-users] [MP-users] Quicktime video doesn't play In-Reply-To: References: Message-ID: On Fri, 31 Aug 2007, Jack Smith wrote: > On 8/31/07, Jack Smith wrote: > > On 8/31/07, Jack Smith wrote: > > > On 8/31/07, Jeremy Hansen wrote: > > > > > My first thought was that I might be missing the Quicktime codec even > > > > > though I saw the line > > > > > Selected video codec: [ffrpza] vfm: ffmpeg (QuickTime Apple Video) > > > > > so I downloaded Linux AMD64 20062003, untarred it and read the README > > > > > file. Didn't know how to tell where to put them so I tried > > > > > /usr/local/lib/codecs, /usr/lib/codecs, /usr/lib/win32 and even > > > > > /usr/lib64/codecs. Reran mplayer and got the same result. > > > > mentioned in the README or specify where they are at. The ffrpza codec > > > > is one that is included with ffmpeg so it doesn't always do as well as > > > > the binary. > > > > > > > > It might also help to have a sample file for others to test it with. Perhaps this can help both the viewer and the developers: xine played it for me. Usually mplayers plays more things than xine. :) Cheers, Mihai From nicola_sabbi at fastwebnet.it Sat Sep 1 10:48:52 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 01 Sep 2007 10:48:52 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: References: Message-ID: <46D92774.7030008@fastwebnet.it> Jack Smith wrote: >I threw out the old version of mplayer from Fedora Core 7 and >downloaded the latest subversion version. Now dvdnav doesn't even >come close to running (it didn't run correctly before). > >[kizoku at natsumi ~]$ mplayer dvdnav://1 -dvd-device /dev/scd0 >-mouse-movements >MPlayer dev-SVN-r24313-4.1.2 (C) 2000-2007 MPlayer Team >CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) >CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 >Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > >Playing dvdnav://1. >No stream found to handle url dvdnav://1 > >Do I have to do something special in the configure step or download >something else? > >Thanks, >Jack > > > RTFML dvdnav from svn://svn.mplayerhq.hu/dvdnav/ From Reimar.Doeffinger at stud.uni-karlsruhe.de Sat Sep 1 11:14:47 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sat, 1 Sep 2007 11:14:47 +0200 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: <46D914E4.3010606@gmail.com> References: <46D914E4.3010606@gmail.com> Message-ID: <20070901091447.GA7306@1und1.de> Hello, On Sat, Sep 01, 2007 at 09:29:40AM +0200, Krzysztof Duchnowski wrote: > Jack Smith pisze: > > > OK, still the same problem. I used subversion and downloaded r24313. > > The README said to put the binary codecs in /usr/local/lib/codecs > > which I did. Then I did a straight ./configure make and make > > install and ran mplayer and it still used ffrpza and still failed the > > same way. > > [cut] > > > Help? > > AOL #01 > > It wont play in VLC too if thats help. > > As for mplayer useing "-vid X" with stream number provided does nothing > as well. Works fine with -demuxer lavf > Strange file with 18 streams inside, sometimes with 100bps differences > between it. Some of them are only still pictures... Greetings, Reimar D?ffinger From inverseparadox at comcast.net Sat Sep 1 13:31:07 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Sat, 01 Sep 2007 07:31:07 -0400 Subject: [MPlayer-users] MPlayer-users Digest, Vol 44, Issue 73 In-Reply-To: <003601c7ec56$994afec0$1854000a@bibika> References: <003601c7ec56$994afec0$1854000a@bibika> Message-ID: <46D94D7B.50908@comcast.net> Alexander Bokovikov wrote: > Henry Garcia wrote: > >> Maybe you need to compile nasm from source and install it. > > You're in a misunderstanding. I'm compiling it just from the source. > I follow to the instructions from MinGWHOWTO. And all my questions > are related just to nasm compilation. Though I saw similar errors in > OGG and Vorbis sources compilation. I understand this as saying that you are attempting to compile NASM so as to be able to use it when compiling MPlayer. To state the obvious, NASM is not the same project as MPlayer; to state the slightly less obvious, it is not developed by the same people. If you're having trouble compiling a different project, you should ask on the mailing lists for that project. We do not support anything but MPlayer here. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From jack.delbert at gmail.com Sat Sep 1 13:36:18 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sat, 1 Sep 2007 07:36:18 -0400 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: <20070901091447.GA7306@1und1.de> References: <46D914E4.3010606@gmail.com> <20070901091447.GA7306@1und1.de> Message-ID: -demuxer lavf worked for me too, thanks. Jack On 9/1/07, Reimar D?ffinger wrote: > Hello, > On Sat, Sep 01, 2007 at 09:29:40AM +0200, Krzysztof Duchnowski wrote: > > Jack Smith pisze: > > > > > OK, still the same problem. I used subversion and downloaded r24313. > > > The README said to put the binary codecs in /usr/local/lib/codecs > > > which I did. Then I did a straight ./configure make and make > > > install and ran mplayer and it still used ffrpza and still failed the > > > same way. > > > > [cut] > > > > > Help? > > > > AOL #01 > > > > It wont play in VLC too if thats help. > > > > As for mplayer useing "-vid X" with stream number provided does nothing > > as well. > > Works fine with -demuxer lavf > > > Strange file with 18 streams inside, sometimes with 100bps differences > > between it. > > Some of them are only still pictures... > > Greetings, > Reimar D?ffinger > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From amidk75 at gmail.com Sat Sep 1 14:05:28 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 01 Sep 2007 14:05:28 +0200 Subject: [MPlayer-users] Quicktime video doesn't play In-Reply-To: <20070901091447.GA7306@1und1.de> References: <46D914E4.3010606@gmail.com> <20070901091447.GA7306@1und1.de> Message-ID: <46D95588.5040302@gmail.com> Reimar D?ffinger pisze: >> As for mplayer useing "-vid X" with stream number provided does nothing >> as well. > Works fine with -demuxer lavf AOL #01 -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From cooleyr at gmail.com Sat Sep 1 15:28:11 2007 From: cooleyr at gmail.com (RC) Date: Sat, 01 Sep 2007 06:28:11 -0700 Subject: [MPlayer-users] Generating film strips In-Reply-To: <46D8AE3C.5040006@gmail.com> References: <46D8AE3C.5040006@gmail.com> Message-ID: <20070901062811.5939a7a2.cooleyr@gmail.com> On Sat, 01 Sep 2007 02:11:40 +0200 ?imon T?th wrote: > I have tried writing my own bash script using mplayer and imagemagick, I fail to see why you need imagemagick. > the problem is that the only working way is to save ALL frames thru > png video output. No it isn't. > I have tried calculating the required frames and then using "mplayer > -frames 1 -ss frame -vo png file" and "mplayer -sstep timestep -vo png > file" but the first one creates odd results (artifacts in screens) and > the second one sometimes jumps thru keyframes and doesn't generate the > desired number of frames. Yes, the first 2-3 after a seek should be discarded. In the past it generated one less frame than requested, but that appears to have been fixed, and you're just using an old version. > So, is there any way how I can make video preview using mplayer, There are dozens of different ways to do it. From johnbrown105 at hotmail.com Sat Sep 1 16:46:29 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Sat, 01 Sep 2007 10:46:29 -0400 Subject: [MPlayer-users] SVN compiling problem In-Reply-To: <014e01c7ebf7$05798d10$1854000a@bibika> Message-ID: Alexander Bokovikov wrote: > >JonY wrote: >>The configure eval problem is possibly >>caused by a bug in bash, use the snapshot bash 3.1... > >... I've untar-ed it, but where to copy the files to? I've copied them into >the MSYS\bin, etc. direstories. Is it correct? Yes. > Anyway the same error is appeared. Then I've opened "configure" file, >have found that line (2315) and have changed the tilda signs to quotes. That was probably the wrong thing to do. By tilde, I assume you mean ` (backquote). When a command is enclosed in backquotes, the screen output of the command is converted to a string which can be, for example, stored in a variable. > >===============><8================ >gcc -o ndisasm.exe ndisasm.o disasm.o sync.o nasmlib.o insnsd.o >nroff -man nasm.1 > nasm.man >/cygdrive/c/cygwin/bin/groff: can't find `DESC' file >/cygdrive/c/cygwin/bin/groff:fatal error: invalid device `ascii' >c:\MinGW\bin\make.exe: *** [nasm.man] Error 3 >===============><8================ > >I see some references to cygwin here... Is it correct? Yes, I installed >cygwin earlier, but then I installed MinGW. Maybe I need to remove cygwin >from the system? If so, then how to do it correctly? AFAIK, cygwin has no >uninstaller. > No need to remove Cygwin totally. Just remove the Cygwin bin directory from your %PATH%, and run configure again. I don't know if there is a "correct" way, but you can simply delete the entire Cygwin folder. I do not think that Cygwin makes entries in the Registry, or copies files to \WINDOWS\SYstem32 >>I wasn't aware that Mplayer uses nasm!? Does it? > >As far as I see, LAME uses it... xvidcore also uses nasm. You mentioned in an earlier post that you used "the latest version available". I have never tried 0.99.01 (if that is the one that you mean), but I had no problem building 0.98.39. I am using make 3.79.1. _________________________________________________________________ Can you find the hidden words?? Take a break and play Seekadoo! http://club.live.com/seekadoo.aspx?icid=seek_hotmailtextlink1 From jack.delbert at gmail.com Sat Sep 1 17:33:43 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sat, 1 Sep 2007 11:33:43 -0400 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <46D92774.7030008@fastwebnet.it> References: <46D92774.7030008@fastwebnet.it> Message-ID: On 9/1/07, Nico Sabbi wrote: > Jack Smith wrote: > > >I threw out the old version of mplayer from Fedora Core 7 and > >downloaded the latest subversion version. Now dvdnav doesn't even > >come close to running (it didn't run correctly before). > > > >[kizoku at natsumi ~]$ mplayer dvdnav://1 -dvd-device /dev/scd0 > >-mouse-movements > >MPlayer dev-SVN-r24313-4.1.2 (C) 2000-2007 MPlayer Team > >CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) > >CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > >Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > > >Playing dvdnav://1. > >No stream found to handle url dvdnav://1 > > > >Do I have to do something special in the configure step or download > >something else? > > > >Thanks, > >Jack > > > > > > > RTFML > dvdnav from svn://svn.mplayerhq.hu/dvdnav/ OK, figured out how (more-or-less) to find my way around the archives and found a long thread on how to compile with dvdnav support. Eventually got it done but now get mplayer dvdnav:// -dvd-device /dev/scd0 -mouse-movements mplayer: error while loading shared libraries: libdvdnavmini.so: cannot open shared object file: No such file or directory libdvdnavmini.so does exist in /usr/local/lib [kizoku at natsumi ~]$ ls -la /usr/local/lib | grep mini -rwxr-xr-x 1 root root 86400 2007-09-01 09:58 libdvdnavmini.a lrwxrwxrwx 1 root root 18 2007-09-01 09:57 libdvdnavmini.so -> libdvdnavmini.so.4 lrwxrwxrwx 1 root root 22 2007-09-01 09:57 libdvdnavmini.so.4 -> libdvdnavmini.so.4.1.1 -rwxr-xr-x 1 root root 94424 2007-09-01 09:57 libdvdnavmini.so.4.1.1 Looking in the archives some more I found a suggestion to use [root at natsumi mplayer]# ./configure --libdir=/usr/local/lib Which I did, with no more success. To be certain what I had done, I completely removed the mplayer and libdvdnav files and started over. svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer cd mplayer svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav cd libdvdnav ./configure2 --with-dvdread=/usr/include/dvdread/ make install /usr/local/bin/dvdnav-config --minilibs && echo I AM USING THE RIGHT VERSION OF DVDNAV it agreed that I had the right version cd .. ./configure ?libdir=/usr/local/lib make make install and re-ran mplayer. It still cannot open the shared object file. Any idea what I'm still doing wrong? Now mplayer itself fails with the same message. [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 mplayer: error while loading shared libraries: libdvdnavmini.so: cannot open shared object file: No such file or directory Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From nicola_sabbi at fastwebnet.it Sat Sep 1 17:39:44 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 01 Sep 2007 17:39:44 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: References: <46D92774.7030008@fastwebnet.it> Message-ID: <46D987C0.6000507@fastwebnet.it> Jack Smith wrote: > > [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 > mplayer: error while loading shared libraries: libdvdnavmini.so: > cannot open shared object file: No such file or directory > > > Thanks, > Jack > add /usr/local/lib either to LD_LIBRARY_PATH or to /etc/ld.so.conf and re-run ldconfig. What broken distribution doesn't include /usr/local/lib to the default library path?? From amidk75 at gmail.com Sat Sep 1 18:19:50 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 01 Sep 2007 18:19:50 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: References: <46D92774.7030008@fastwebnet.it> Message-ID: <46D99126.1070906@gmail.com> Jack Smith pisze: > [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 > mplayer: error while loading shared libraries: libdvdnavmini.so: > cannot open shared object file: No such file or directory I have no any issues thought that I'm running full libdvdnav2 not a mini version and I'm useing "mplayer dvdnav://1 -dvd-device /dev/hda" -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From nicola_sabbi at fastwebnet.it Sat Sep 1 18:30:56 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 01 Sep 2007 18:30:56 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <46D99126.1070906@gmail.com> References: <46D92774.7030008@fastwebnet.it> <46D99126.1070906@gmail.com> Message-ID: <46D993C0.7060100@fastwebnet.it> Krzysztof Duchnowski wrote: > Jack Smith pisze: > > >>[root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 >>mplayer: error while loading shared libraries: libdvdnavmini.so: >>cannot open shared object file: No such file or directory > > > I have no any issues thought that I'm running full libdvdnav2 not a mini > version and I'm useing "mplayer dvdnav://1 -dvd-device /dev/hda" > you didn't RTFML very well. You need libdvdnav, not libdvdnav2 From defsyn at gmail.com Sat Sep 1 18:45:53 2007 From: defsyn at gmail.com (Henry Garcia) Date: Sat, 1 Sep 2007 12:45:53 -0400 Subject: [MPlayer-users] SVN compiling problem In-Reply-To: References: <014e01c7ebf7$05798d10$1854000a@bibika> Message-ID: On 9/1/07, John Brown wrote: > > Alexander Bokovikov wrote: > > > >JonY wrote: > >>The configure eval problem is possibly > >>caused by a bug in bash, use the snapshot bash 3.1... > > > >... I've untar-ed it, but where to copy the files to? I've copied them > into > >the MSYS\bin, etc. direstories. Is it correct? > > Yes. > > > Anyway the same error is appeared. Then I've opened "configure" file, > >have found that line (2315) and have changed the tilda signs to quotes. > > That was probably the wrong thing to do. By tilde, I assume you mean > ` (backquote). When a command is enclosed in backquotes, the screen > output of the command is converted to a string which can be, for example, > stored in a variable. > > > > >===============><8================ > >gcc -o ndisasm.exe ndisasm.o disasm.o sync.o nasmlib.o insnsd.o > >nroff -man nasm.1 > nasm.man > >/cygdrive/c/cygwin/bin/groff: can't find `DESC' file > >/cygdrive/c/cygwin/bin/groff:fatal error: invalid device `ascii' > >c:\MinGW\bin\make.exe: *** [nasm.man] Error 3 > >===============><8================ > > > >I see some references to cygwin here... Is it correct? Yes, I installed > >cygwin earlier, but then I installed MinGW. Maybe I need to remove cygwin > >from the system? If so, then how to do it correctly? AFAIK, cygwin has no > >uninstaller. > > > > No need to remove Cygwin totally. Just remove the Cygwin bin directory > from > your %PATH%, and run configure again. You really should read the MingwHOWTO.txt and save yourself a lot of headaches. There are a lot of good pointers on how to build the necessary libraries like ./configure --disable-shared --prefix=/mingw I don't know if there is a "correct" > way, but you can simply delete the entire Cygwin folder. I do not think > that > Cygwin makes entries in the Registry, Check the software section HKEY_Current_USER, HKEY_Current_CONFIG. You'll find the Cygnus Solutions Entry in the registry. Again, Cygwin has its own documentation on how to install and remove their software. You might be better off reading their documentation instead of asking on this list. or copies files to \WINDOWS\SYstem32 > > >>I wasn't aware that Mplayer uses nasm!? Does it? > > > >As far as I see, LAME uses it... > > xvidcore also uses nasm. > > You mentioned in an earlier post that you used "the latest version > available". > I have never tried 0.99.01 (if that is the one that you mean), but I had > no > problem building 0.98.39. I am using make 3.79.1. Nasm 98.38 and 98.39 compile and work with mplayer But if you really enjoy beating your head against the wall, disregard all advice to read and follow the advice on the MingwHOWTO.txt http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/MPlayer-MinGW-Howto.txt There is another caveat you have to watch when compiling with Windows Mingw even if you follow the advice on the HOWTO. What's your user name in mingw? If there are any spaces such as in the following: Joe Blow at mycomputer ~. This will cause compile problems with mplayer. Just change back into the home directory and make a directory with no spaces: e.g. /c/msys/1.0/home/JoeBlow and move your sources back into that directory and compile from there or just change your username: e.g. Joe_Blow. _________________________________________________________________ > Can you find the hidden words? Take a break and play Seekadoo! > http://club.live.com/seekadoo.aspx?icid=seek_hotmailtextlink1 > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From 10walls at gmail.com Sat Sep 1 18:45:08 2007 From: 10walls at gmail.com (JonY) Date: Sun, 02 Sep 2007 00:45:08 +0800 Subject: [MPlayer-users] SVN compiling problem In-Reply-To: References: <014e01c7ebf7$05798d10$1854000a@bibika> Message-ID: <46D99714.4010403@gmail.com> Henry Garcia wrote: > On 8/31/07, Alexander Bokovikov wrote: >> Hi, >> >> JonY wrote: >> >>> Anyway, the new tools are available here, get the .tar.gz packages >>> http://sourceforge.net/project/showfiles.php?group_id=2435 >> Thanks, have done it. >> >>> The configure eval problem is possibly >>> caused by a bug in bash, use the snapshot bash 3.1, also >>> from the above site. >> I've downloaded it, but have no idea of how to install it. I've untar-ed >> it, >> but where to copy the files to? I've copied them into the MSYS\bin, etc. >> direstories. Is it correct? Anyway the same error is appeared. Then I've >> opened "configure" file, have found that line (2315) and have changed the >> tilda signs to quotes. Now I see another behaviour: >> >> ===============><8================ >> checking whether make sets $(MAKE)... ac_maketemp=\c:/MinGW/bin/make.exe" >> no >> ===============><8================ >> >> Some strange string appears, but at least there are no errors. Have you >> any >> idea why tilda signs here produce an error, though they work correctly at >> other places? >> >> Then I'm calling "make", it goes and some new errors appear at the end of >> listing: > > > Maybe you need to compile nasm from source and install it. Follow the > instructions from the MingwHowTO.txt file on the mplayerhq.hu site. You > should find a link to it inside the html documention. > > Also, you should probably use the old make-3.79.1.exe instead of the new > make-3.81.exe. Check the version of make that you are using: make --version. > The make-3.81.exe fails when including live555 in the build. That's probably > the source of the "invalid device 'ascii'" error. > > ===============><8================ >> gcc -o ndisasm.exe ndisasm.o disasm.o sync.o nasmlib.o insnsd.o >> nroff -man nasm.1 > nasm.man >> /cygdrive/c/cygwin/bin/groff: can't find `DESC' file >> /cygdrive/c/cygwin/bin/groff:fatal error: invalid device `ascii' >> c:\MinGW\bin\make.exe: *** [nasm.man] Error 3 >> ===============><8================ >> >> I see some references to cygwin here... Is it correct? Yes, I installed >> cygwin earlier, but then I installed MinGW. Maybe I need to remove cygwin >> from the system? > Hi, You should not mix Cygwin and MinGW executables. You can have both Cygwin and MinGW installed at the same time by removing their respective bin directories from your Windows PATH environmental variable. Also, the MinGW installer warns about placing make.exe under C:\MinGW\bin, you should move it to C:\msys\1.0\bin. As far as groff in concerned, you can use the Gnuwin32 version and place the .exe programs in C:\msys\1.0\local\bin, don't forget the dep package, it contains the needed dlls. If you don't need the nasm docs, you can skip groff entirely, just don't let nasm configure find it (make sure "which groff" command doesn't point to it). Building nasm should be straight forward ./configure && make. > > Cygwin is not the problem. You need to compile and install nasm: check out > ftp.gnu.org for the nasm source code. Again, read the MingwHOWTO.txt file > linked to in the html documentation. When all else fails, please read the > instruction manual. > > If so, then how to do it correctly? AFAIK, cygwin has no >> uninstaller. >> >>> I wasn't aware that Mplayer uses nasm!? Does it? > > > Yes, read the HOWTO file. Yes, agreed, nasm is needed but mplayer doesn't need it directly, lame and xvid needed it. From jack.delbert at gmail.com Sat Sep 1 19:09:19 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sat, 1 Sep 2007 13:09:19 -0400 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <46D987C0.6000507@fastwebnet.it> References: <46D92774.7030008@fastwebnet.it> <46D987C0.6000507@fastwebnet.it> Message-ID: On 9/1/07, Nico Sabbi wrote: > Jack Smith wrote: > > > > > [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 > > mplayer: error while loading shared libraries: libdvdnavmini.so: > > cannot open shared object file: No such file or directory > > > > > > Thanks, > > Jack > > > > add /usr/local/lib either to LD_LIBRARY_PATH or to /etc/ld.so.conf > and re-run ldconfig. What broken distribution doesn't include > /usr/local/lib to the default library path?? I'm running bash in Fedora Core 7 :-) I don't even have a library path. If I add it and run ldconfig then mplayer runs, but I just get a black screen until I give up and kill it. [root at natsumi ~]# LD_LIBRARY_PATH=/usr/local/lib [root at natsumi ~]# export LD_LIBRARY_PATH [root at natsumi ~]# ldconfig [root at natsumi ~]# mplayer dvd:// -dvd-device /dev/scd0 -mouse-movements MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing dvd://. There are 29 titles on this DVD. There are 24 chapters in this DVD title. There are 2 angles in this DVD title. audio stream: 0 format: ac3 (stereo) language: en aid: 128. audio stream: 1 format: ac3 (stereo) language: ja aid: 129. number of audio channels on disk: 2. subtitle ( sid ): 0 language: en subtitle ( sid ): 1 language: en number of subtitles on disk: 2 MPEG-PS file format detected. VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9800.0 kbps (1225.0 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. Try appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [xv] 720x480 => 854x480 Planar YV12 New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 1 0 Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. A: 0.7 V: 0.6 A-V: 0.024 ct: 0.032 13/ 11 ??% ??% ??,?% 1 0 demux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate. A: 5.8 V: 5.8 A-V: 0.017 ct: 0.109 139/136 6% 0% 0.9% 1 0 Sigh. Any help cheerfully accepted. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From vesstbullftnow at gmail.com Sat Sep 1 19:15:39 2007 From: vesstbullftnow at gmail.com (Contact Liaison) Date: Sat, 1 Sep 2007 12:15:39 -0500 Subject: [MPlayer-users] dvdnav Message-ID: <254590a10709011015n7b117fccp95a942d81f0aedf4@mail.gmail.com> how do you get this feature to work, I just ran a compiled version of Windows RC1 and dvdnav does not work, is there a setting to make the menus appear? Thank you in advance for any support. From amidk75 at gmail.com Sat Sep 1 19:27:42 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 01 Sep 2007 19:27:42 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <46D993C0.7060100@fastwebnet.it> References: <46D92774.7030008@fastwebnet.it> <46D99126.1070906@gmail.com> <46D993C0.7060100@fastwebnet.it> Message-ID: <46D9A10E.7040903@gmail.com> Nico Sabbi pisze: >>> [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 >>> mplayer: error while loading shared libraries: libdvdnavmini.so: >>> cannot open shared object file: No such file or directory >> I have no any issues thought that I'm running full libdvdnav2 not a mini >> version and I'm useing "mplayer dvdnav://1 -dvd-device /dev/hda" > you didn't RTFML very well. You need libdvdnav, not libdvdnav2 mkey, I haven't any problem with dvdnav when I used libdvdnav2 from mplayer svn but when I downed libdvdnav, compiled it and installed it then mplayer config find it that it is version 4.1.1 but have no support for it: ============ Checking for DVD support (libdvdnav) ============ 4.1.1 Usage: dvdnav-config [OPTIONS] [LIBRARIES] Options: [--prefix[=DIR]] [--version] [--libs] [--cflags] Result is: no But with libdvdnav2 I havent any problem - so? -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From jack.delbert at gmail.com Sat Sep 1 20:22:57 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sat, 1 Sep 2007 14:22:57 -0400 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: References: <46D92774.7030008@fastwebnet.it> <46D987C0.6000507@fastwebnet.it> Message-ID: On 9/1/07, Jack Smith wrote: > On 9/1/07, Nico Sabbi wrote: > > Jack Smith wrote: > > > > > > > > [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 > > > mplayer: error while loading shared libraries: libdvdnavmini.so: > > > cannot open shared object file: No such file or directory > > > > > > > > > Thanks, > > > Jack > > > > > > > add /usr/local/lib either to LD_LIBRARY_PATH or to /etc/ld.so.conf > > and re-run ldconfig. What broken distribution doesn't include > > /usr/local/lib to the default library path?? > > I'm running bash in Fedora Core 7 :-) > > I don't even have a library path. If I add it and run ldconfig then > mplayer runs, but I just get a black screen until I give up and kill > it. > > [root at natsumi ~]# LD_LIBRARY_PATH=/usr/local/lib > [root at natsumi ~]# export LD_LIBRARY_PATH > [root at natsumi ~]# ldconfig > [root at natsumi ~]# mplayer dvd:// -dvd-device /dev/scd0 -mouse-movements > MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team > CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > Playing dvd://. > There are 29 titles on this DVD. > There are 24 chapters in this DVD title. > There are 2 angles in this DVD title. > audio stream: 0 format: ac3 (stereo) language: en aid: 128. > audio stream: 1 format: ac3 (stereo) language: ja aid: 129. > number of audio channels on disk: 2. > subtitle ( sid ): 0 language: en > subtitle ( sid ): 1 language: en > number of subtitles on disk: 2 > MPEG-PS file format detected. > VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9800.0 kbps (1225.0 kbyte/s) > ========================================================================== > Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES) > Could not find matching colorspace - retrying with -vf scale... > Opening video filter: [scale] > The selected video_out device is incompatible with this codec. > Try appending the scale filter to your filter list, > e.g. -vf spp,scale instead of -vf spp. > VDecoder init failed :( > Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b > Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) > ========================================================================== > ========================================================================== > Opening audio decoder: [liba52] AC3 decoding with liba52 > Using SSE optimized IMDCT transform > Using MMX optimized resampler > AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000) > Selected audio codec: [a52] afm: liba52 (AC3-liba52) > ========================================================================== > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) > Starting playback... > VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12) > VDec: using Planar YV12 as output csp (no 0) > Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. > VO: [xv] 720x480 => 854x480 Planar YV12 > New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 1 0 > Please supply the text font file (~/.mplayer/subfont.ttf). > subtitle font: load_sub_face failed. > A: 0.7 V: 0.6 A-V: 0.024 ct: 0.032 13/ 11 ??% ??% ??,?% 1 0 > demux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate. > A: 5.8 V: 5.8 A-V: 0.017 ct: 0.109 139/136 6% 0% 0.9% 1 0 > > Sigh. Any help cheerfully accepted. > Jack Sorry, mplayer dvd:// works just fine when I changed out my DVD and it works on my AVIs too. mplayer dvdnav:// works as well as it ever has (it shows the menu, but I can't do anything with it) But at least I can use mplayer again. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From happy.cerberus at gmail.com Sat Sep 1 20:23:33 2007 From: happy.cerberus at gmail.com (=?ISO-8859-1?Q?S=28imon_T=F3th?=) Date: Sat, 01 Sep 2007 20:23:33 +0200 Subject: [MPlayer-users] Generating film strips In-Reply-To: <20070901062811.5939a7a2.cooleyr@gmail.com> References: <46D8AE3C.5040006@gmail.com> <20070901062811.5939a7a2.cooleyr@gmail.com> Message-ID: <46D9AE25.3030704@gmail.com> >> I have tried writing my own bash script using mplayer and imagemagick, > > I fail to see why you need imagemagick. How else would you combine the frames into one image? >> the problem is that the only working way is to save ALL frames thru >> png video output. > > No it isn't. Well, it is the only one working for me. >> So, is there any way how I can make video preview using mplayer, > > There are dozens of different ways to do it. Well thats great, could you name at least one? -- Simon Toth From happy.cerberus at gmail.com Sat Sep 1 20:25:47 2007 From: happy.cerberus at gmail.com (=?ISO-8859-1?Q?S=28imon_T=F3th?=) Date: Sat, 01 Sep 2007 20:25:47 +0200 Subject: [MPlayer-users] Generating film strips In-Reply-To: References: <46D8AE3C.5040006@gmail.com> Message-ID: <46D9AEAB.60706@gmail.com> > #!/bin/bash > > mplayer -nosound -ao null -vo png -benchmark -vf framestep=1000 "$1" > mogrify -thumbnail 250x250 00*.png > montage 00*.png -geometry +3+3 -frame 4 -shadow -tile 3x3 $1.preview.jpg Nice one, do you have a safe way of calculating the framestep? -- Simon Toth From nicola_sabbi at fastwebnet.it Sat Sep 1 20:42:31 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 01 Sep 2007 20:42:31 +0200 Subject: [MPlayer-users] dvdnav In-Reply-To: <254590a10709011015n7b117fccp95a942d81f0aedf4@mail.gmail.com> References: <254590a10709011015n7b117fccp95a942d81f0aedf4@mail.gmail.com> Message-ID: <46D9B297.3020606@fastwebnet.it> Contact Liaison wrote: > how do you get this feature to work, I just ran a compiled version of > Windows RC1 and dvdnav does not work, is there a setting to make the menus > appear? Thank you in advance for any support. read the mailing list of mplayer-users From nicola_sabbi at fastwebnet.it Sat Sep 1 21:22:49 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 01 Sep 2007 21:22:49 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <46D9A10E.7040903@gmail.com> References: <46D92774.7030008@fastwebnet.it> <46D99126.1070906@gmail.com> <46D993C0.7060100@fastwebnet.it> <46D9A10E.7040903@gmail.com> Message-ID: <46D9BC09.8000207@fastwebnet.it> Krzysztof Duchnowski wrote: > >mkey, I haven't any problem with dvdnav when I used libdvdnav2 from >mplayer svn but when I downed libdvdnav, compiled it and installed it >then mplayer config find it that it is version 4.1.1 but have no support >for it: >============ Checking for DVD support (libdvdnav) ============ >4.1.1 >Usage: dvdnav-config [OPTIONS] [LIBRARIES] >Options: > [--prefix[=DIR]] > [--version] > [--libs] > [--cflags] > >Result is: no > > >But with libdvdnav2 I havent any problem - so? > > > you have an old version lying around. Remove all dvdnavs you have and start from scratch From rvm3000 at ya.com Sun Sep 2 00:15:30 2007 From: rvm3000 at ya.com (Pepe) Date: Sun, 2 Sep 2007 00:15:30 +0200 Subject: [MPlayer-users] Generating film strips In-Reply-To: <46D8AE3C.5040006@gmail.com> References: <46D8AE3C.5040006@gmail.com> Message-ID: <200709020015.30260.rvm3000@ya.com> El S?bado, 1 de Septiembre de 2007 02:11, ?imon T?th escribi?: > So, is there any way how I can make video preview using mplayer, or is > there any chance that this feature will be added (should be a realy > small peace of code). I made a script for myself which maybe you can find useful: http://www.escomposlinux.org/rvm/temp/videopreview.tar.gz Requires php4 (it's written in php), ImageMagick and mplayer. You use it this way: videopreview.php video.avi -tile 3x3 -o output_image.jpg There are some other options: -step specifies the number of seconds that it should skip at the beginning of the video -w the width that the ouput image should have -- Pepe From santiagoroza at gmail.com Sun Sep 2 02:20:19 2007 From: santiagoroza at gmail.com (Santiago Roza) Date: Sat, 1 Sep 2007 21:20:19 -0300 Subject: [MPlayer-users] Audio filters (FIR / Noise reduction) for Mplayer/Mencoder ...? Message-ID: Hello everyone. I'm sending this email because I need some kind of Noise reduction / FIR filter for Mplayer/Mencoder; is there any? It has to be for (commandline) Mencoder, because no other software I've tried is able to produce AVI files that play in my new MP4 player (it needs a specific configuration: 22 fps, XviD, MP2 audio, and some other things). And I need that filter because I usually bump up the volume of my converted files, since I'll end up watching those movies in a crowded bus, on my way to work (and maxing out the volume produces a lot of noise, of course). With my old MP4 player (which only played "AMV" files), I used to apply ffdshow filters (including FIR) on-the-fly, while converting, since the conversion software (which only worked on win32) used DirectShow. But Mencoder doesn't seem to have anything like that filter. I read that it can use LADSPA filters, but I don't know of any that does what I need, and I guess it would be hard to configure anyway. So I'm pretty much depending on you guys. Greetings and thanks in advance, -- Santiago Roza santiagoroza at gmail.com From kdekorte at gmail.com Sun Sep 2 02:28:19 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Sat, 1 Sep 2007 18:28:19 -0600 (MDT) Subject: [MPlayer-users] Generating film strips In-Reply-To: <46D9AEAB.60706@gmail.com> References: <46D8AE3C.5040006@gmail.com> <46D9AEAB.60706@gmail.com> Message-ID: <1850.68.118.33.152.1188692899.squirrel@dekorte.homeip.net> >> #!/bin/bash >> >> mplayer -nosound -ao null -vo png -benchmark -vf framestep=1000 "$1" >> mogrify -thumbnail 250x250 00*.png >> montage 00*.png -geometry +3+3 -frame 4 -shadow -tile 3x3 $1.preview.jpg > > Nice one, do you have a safe way of calculating the framestep? Have you tried 'nailer' it is a C program that creates a preview of a media file with film strip borders. You can get nailer from http://dekorte.homeip.net/download Kevin From openworld at uralweb.ru Sun Sep 2 05:16:32 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Sun, 2 Sep 2007 09:16:32 +0600 Subject: [MPlayer-users] MPlayer-users Digest, Vol 45, Issue 5 References: Message-ID: <003101c7ed0f$ddb35bc0$1854000a@bibika> Henry Garcia wrote: > You really should read the MingwHOWTO.txt and save yourself > a lot of headaches. I use just this document. Of course it "saves a time", but it can't help to resolve the issue. The issue appears just when I follow to its suggestions! And this is the only reason why I'm asking here! So, please everybody do not advice "to read the howto". I'm already reading it... for a long time :( Here are the lines where I'm getting the errors (described :in my initial post): =============><8=============== Step 6 lame, xvid and x264 Get the nasm sources from http://sourceforge.net/project/showfiles.php?group_id=6208 tar -xvvzf nasm-0.98.38.tar.gz cd nasm-0.98.38 ./configure --prefix=c:/mingw <<<<<<<<<<<<<<<<<< make <<<<<<<<<<<<<<<<<< mkdir c:/mingw/man/man1 make install cd =============><8=============== As for cygwin removing and make.exe moving, OK, I'll check it all, and will try to find nasm of the version 0.98.38. My user name in Mingv is Alex. So, it has no blanks. Thanks. From Bircoph at list.ru Sun Sep 2 18:30:21 2007 From: Bircoph at list.ru (Andrew Savchenko) Date: Sun, 2 Sep 2007 20:30:21 +0400 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <46D9A10E.7040903@gmail.com> References: <46D993C0.7060100@fastwebnet.it> <46D9A10E.7040903@gmail.com> Message-ID: <200709022030.45005.Bircoph@list.ru> Hi, On Saturday 01 September 2007 21:27, Krzysztof Duchnowski wrote: [...] > mkey, I haven't any problem with dvdnav when I used libdvdnav2 > from mplayer svn but when I downed libdvdnav, compiled it and > installed it then mplayer config find it that it is version > 4.1.1 but have no support for it: > ============ Checking for DVD support (libdvdnav) ============ > 4.1.1 > Usage: dvdnav-config [OPTIONS] [LIBRARIES] > Options: > [--prefix[=DIR]] > [--version] > [--libs] > [--cflags] > > Result is: no I had the same problem with libdvdnav-0.1.10, update to 0.1.11 fixes this problem. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: not available URL: From bayrouni at brutele.be Sun Sep 2 18:37:17 2007 From: bayrouni at brutele.be (bayrouni) Date: Sun, 02 Sep 2007 18:37:17 +0200 Subject: [MPlayer-users] Can't read a DVD Message-ID: <46DAE6BD.5030804@brutele.be> Hello all, When I try to read a dvd, I get : Playing dvd://1. There are 99 titles on this DVD. There are 28 chapters in this DVD title. There are 2 angles in this DVD title. *** Zero check failed in ifo_read.c:618 for cell_position[i].zero_1 = 0x04 *** Zero check failed in ifo_read.c:618 for cell_position[i].zero_1 = 0x04 ... audio stream: 0 format: ac3 (5.1) language: en aid: 128. audio stream: 1 format: ac3 (5.1) language: fr aid: 129. audio stream: 2 format: ac3 (stereo) language: en aid: 130. number of audio channels on disk: 3. subtitle ( sid ): 0 language: en subtitle ( sid ): 1 language: fr subtitle ( sid ): 2 language: fr number of subtitles on disk: 3 MPEG-PS file format detected. VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 9800.0 kbps (1225.0 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [xv] 720x576 => 1024x576 Planar YV12 VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12( VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [xv] 720x576 => 1024x576 Planar YV12 A: 30.2 V: 27.9 A-V: 2.241 ct: 2.826 818/818 5% 2% 1.0% 0 0 A: 46.2 V: 45.7 A-V: 0.472 ct: 4.602 1262/1262 4% 2% 1.0% 4 0 After reading few seconds of title 1, mplayer freezes. I changed the DVD, (but still the same movie) but without any success. I am using mplayer MPlayer 1.0rc1. libdvdcss and libdvdread are installed. Thanks. From nicola_sabbi at fastwebnet.it Sun Sep 2 19:49:14 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sun, 02 Sep 2007 19:49:14 +0200 Subject: [MPlayer-users] Can't read a DVD In-Reply-To: <46DAE6BD.5030804@brutele.be> References: <46DAE6BD.5030804@brutele.be> Message-ID: <46DAF79A.4020107@fastwebnet.it> bayrouni wrote: >After reading few seconds of title 1, mplayer freezes. > >I changed the DVD, (but still the same movie) but without any success. > >I am using mplayer MPlayer 1.0rc1. >libdvdcss and libdvdread are installed. > >Thanks. > > try dvdnav:// Mailing lists archive are available for a reason: to search what people did to solve your own problem before posting the same question (and receiving the same answer) for the millionth time From amidk75 at gmail.com Sun Sep 2 21:01:35 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sun, 02 Sep 2007 21:01:35 +0200 Subject: [MPlayer-users] Is dvdnav separate from mplayer? In-Reply-To: <200709022030.45005.Bircoph@list.ru> References: <46D993C0.7060100@fastwebnet.it> <46D9A10E.7040903@gmail.com> <200709022030.45005.Bircoph@list.ru> Message-ID: <46DB088F.2080804@gmail.com> Andrew Savchenko pisze: > I had the same problem with libdvdnav-0.1.10, update to 0.1.11 > fixes this problem. No, even 4.1.1 works but it have featurless Makefile: it don't have "make uninstall" and "make distclean" don't cleanup as you can expect and after wrong "./configure2" you are forced to delete whole catalog and download it again to make good build. It works now but I have strange mapping ;PPPp -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From jack.delbert at gmail.com Sun Sep 2 21:21:26 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sun, 2 Sep 2007 15:21:26 -0400 Subject: [MPlayer-users] Problem with DVD playback In-Reply-To: <46804CFD.7040904@fastwebnet.it> References: <389601.86677.qm@web50903.mail.re2.yahoo.com> <467E913E.7070009@roalter.it> <20070624201243.GA11693@ryvius.pekin.waw.pl> <467EE21C.9050908@fastwebnet.it> <467EE994.9000504@fastwebnet.it> <46804CFD.7040904@fastwebnet.it> Message-ID: On 6/25/07, Nico Sabbi wrote: > Jack Smith wrote: > > On 6/24/07, Nico Sabbi wrote: > > > >>Nico Sabbi wrote: > >> > >> > >>>Jack, a binary search to detect the version that broke playback is the > >>>best thing that you can do, immediately followed by a merciful stop of > >>>your top-posting. > >> > >>found: the regression was introduced when we switched to the mini > >>version of dvdnav (thus excluding its dvdread); evidently the > >>management of selection buttons is different, thus I have to update dvdnav > >> > > > > > > Great. I'll wait a while, do an update on mplayer, and see what happens. > > Jack > > > > easily fixed (almost). > download dvdnav from the repository, then run > > ./configure2 --with-dvdread=/usr/include/dvdread (assuming that you > installed the system-wide dvdread with prefix in /usr), then rename > src/dvdread to src/dvdread.no and run > > make && make install > > recompile mplayer with --disable-dvdread-internal and enjoy the > navigation. > > The problem is due the messy #include directives that end up including > headers from the wrong position. > > I'll come up with a cleaner fix in the next few days Since I recently downloaded the latest and greatest dvdnav and mplayer and my screen still didn't work right, I decided to try this fix. I get the proper screen, but nothing clicked with the mouse works. [root at natsumi mplayer]# mplayer dvdnav:// -dvd-device /dev/scd0 -mouse-movements -nocache MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing dvdnav://. libdvdnav: Using dvdnav version SVN-r955 from http://dvd.sf.net libdvdnav: DVD Title: GODDESS libdvdnav: DVD Serial Number: 32FA8566 libdvdnav: DVD Title (Alternative): GODDESS libdvdnav: Unable to find map file '/root/.dvdnav/GODDESS.map' libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1 libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet. dvdnav_stream, you didn't specify a track number (as in dvdnav://1), playing whole disc INIT ERROR: couldn't get init pos New position not yet determined. Remember to disable MPlayer's cache when playing dvdnav:// streams (adding -nocache to your command line) DVDNAV, switched to title: 1 MPEG-PS file format detected. VIDEO: MPEG2 720x480 (aspect 2) 29.970 fps 7000.0 kbps (875.0 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. Try appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO: [xv] 720x480 => 720x540 Planar YV12 No bind found for key 'MOUSE_BTN0'.-MOUSE_BTN0_DBL No bind found for key 'MOUSE_BTN2'. 2% 1 0 No bind found for key 'MOUSE_BTN1'. 2% 1 0 A: 16.4 V: 16.4 A-V: -0.006 ct: 0.077 487/487 9% 1% 1.1% 1 0 Exiting... (Quit) But no luck, I just get the screen with Play and Audio setup and neither of my mouse buttons work. -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From nicola_sabbi at fastwebnet.it Sun Sep 2 21:31:11 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sun, 02 Sep 2007 21:31:11 +0200 Subject: [MPlayer-users] Problem with DVD playback In-Reply-To: References: <389601.86677.qm@web50903.mail.re2.yahoo.com> <467E913E.7070009@roalter.it> <20070624201243.GA11693@ryvius.pekin.waw.pl> <467EE21C.9050908@fastwebnet.it> <467EE994.9000504@fastwebnet.it> <46804CFD.7040904@fastwebnet.it> Message-ID: <46DB0F7F.5090200@fastwebnet.it> Jack Smith wrote: > >Since I recently downloaded the latest and greatest dvdnav and mplayer >and my screen still didn't work right, I decided to try this fix. I >get the proper screen, but nothing clicked with the mouse works. > >[root at natsumi mplayer]# mplayer dvdnav:// -dvd-device /dev/scd0 >-mouse-movements -nocache >MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team >CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) >CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 >Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > >VO: [xv] 720x480 => 720x540 Planar YV12 >No bind found for key 'MOUSE_BTN0'.-MOUSE_BTN0_DBL >No bind found for key 'MOUSE_BTN2'. 2% 1 0 >No bind found for key 'MOUSE_BTN1'. 2% 1 0 >A: 16.4 V: 16.4 A-V: -0.006 ct: 0.077 487/487 9% 1% 1.1% 1 0 >Exiting... (Quit) > >But no luck, I just get the screen with Play and Audio setup and >neither of my mouse buttons work. > > > did you try dvdnav://1 (or dvdnav://N) ? what's the content of ~/mplayer/config and of /usr/local/etc/mplayer/config ? From jack.delbert at gmail.com Sun Sep 2 21:53:54 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sun, 2 Sep 2007 15:53:54 -0400 Subject: [MPlayer-users] Problem with DVD playback In-Reply-To: <46DB0F7F.5090200@fastwebnet.it> References: <389601.86677.qm@web50903.mail.re2.yahoo.com> <20070624201243.GA11693@ryvius.pekin.waw.pl> <467EE21C.9050908@fastwebnet.it> <467EE994.9000504@fastwebnet.it> <46804CFD.7040904@fastwebnet.it> <46DB0F7F.5090200@fastwebnet.it> Message-ID: On 9/2/07, Nico Sabbi wrote: > Jack Smith wrote: > > > > >Since I recently downloaded the latest and greatest dvdnav and mplayer > >and my screen still didn't work right, I decided to try this fix. I > >get the proper screen, but nothing clicked with the mouse works. > > > >[root at natsumi mplayer]# mplayer dvdnav:// -dvd-device /dev/scd0 > >-mouse-movements -nocache > >MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team > >CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) > >CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > >Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > > >VO: [xv] 720x480 => 720x540 Planar YV12 > >No bind found for key 'MOUSE_BTN0'.-MOUSE_BTN0_DBL > >No bind found for key 'MOUSE_BTN2'. 2% 1 0 > >No bind found for key 'MOUSE_BTN1'. 2% 1 0 > >A: 16.4 V: 16.4 A-V: -0.006 ct: 0.077 487/487 9% 1% 1.1% 1 0 > >Exiting... (Quit) > > > >But no luck, I just get the screen with Play and Audio setup and > >neither of my mouse buttons work. > > > > > > > did you try dvdnav://1 (or dvdnav://N) ? > what's the content of ~/mplayer/config and of > /usr/local/etc/mplayer/config ? I tried dvdnav://1 thru 13. They all gave me different scenes, extras, previews, etc. I could get to the movie that way, but none of them gave me the scene selection or setup windows. FYI, "j" and "#" didn't do much for me either. No subtitles at all and the audio selection only gave me unknown. ~/.mplayer/config has # Write your default config options here! fs=yes vf=screenshot subfont-text-scale=3 and I don't have the /usr/local/etc/mplayer/config file cat: /usr/local/etc/mplayer/config: No such file or directory Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From jack.delbert at gmail.com Sun Sep 2 23:42:15 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sun, 2 Sep 2007 17:42:15 -0400 Subject: [MPlayer-users] Problem with DVD playback In-Reply-To: References: <389601.86677.qm@web50903.mail.re2.yahoo.com> <20070624201243.GA11693@ryvius.pekin.waw.pl> <467EE21C.9050908@fastwebnet.it> <467EE994.9000504@fastwebnet.it> <46804CFD.7040904@fastwebnet.it> <46DB0F7F.5090200@fastwebnet.it> Message-ID: On 9/2/07, Jack Smith wrote: > On 9/2/07, Nico Sabbi wrote: > > Jack Smith wrote: > > > > > > > >Since I recently downloaded the latest and greatest dvdnav and mplayer > > >and my screen still didn't work right, I decided to try this fix. I > > >get the proper screen, but nothing clicked with the mouse works. > > > > > >[root at natsumi mplayer]# mplayer dvdnav:// -dvd-device /dev/scd0 > > >-mouse-movements -nocache > > >MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team > > >CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2) > > >CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > > >Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > > > > >VO: [xv] 720x480 => 720x540 Planar YV12 > > >No bind found for key 'MOUSE_BTN0'.-MOUSE_BTN0_DBL > > >No bind found for key 'MOUSE_BTN2'. 2% 1 0 > > >No bind found for key 'MOUSE_BTN1'. 2% 1 0 > > >A: 16.4 V: 16.4 A-V: -0.006 ct: 0.077 487/487 9% 1% 1.1% 1 0 > > >Exiting... (Quit) > > > > > >But no luck, I just get the screen with Play and Audio setup and > > >neither of my mouse buttons work. > > > > > > > > > > > did you try dvdnav://1 (or dvdnav://N) ? > > what's the content of ~/mplayer/config and of > > /usr/local/etc/mplayer/config ? > > I tried dvdnav://1 thru 13. They all gave me different scenes, > extras, previews, etc. I could get to the movie that way, but none of > them gave me the scene selection or setup windows. FYI, "j" and "#" > didn't do much for me either. No subtitles at all and the audio > selection only gave me unknown. > > ~/.mplayer/config has > # Write your default config options here! > > fs=yes > vf=screenshot > subfont-text-scale=3 > > and I don't have the /usr/local/etc/mplayer/config file > > cat: /usr/local/etc/mplayer/config: No such file or directory > > Thanks, > Jack A slight correction. The "j" and "#" keys DO work in dvdnav, if I specify aid and sid first. mplayer dvdnav://10 -dvd-device /dev/scd0 -aid 129 -sid 1 will play the DVD, and allow me to change the audio and subtitles with te keys, but won't give me the scene selection menu. That's dvdnav://1 and the mouse doesn't work. Thanks again, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From defsyn at gmail.com Mon Sep 3 02:12:05 2007 From: defsyn at gmail.com (Henry Garcia) Date: Sun, 2 Sep 2007 20:12:05 -0400 Subject: [MPlayer-users] MPlayer-users Digest, Vol 45, Issue 5 In-Reply-To: <003101c7ed0f$ddb35bc0$1854000a@bibika> References: <003101c7ed0f$ddb35bc0$1854000a@bibika> Message-ID: On 9/1/07, Alexander Bokovikov wrote: > > Henry Garcia wrote: > > > You really should read the MingwHOWTO.txt and save yourself > > a lot of headaches. > > I use just this document. Good. Of course it "saves a time", but it can't help to > resolve the issue. The issue appears just when I follow to its > suggestions! > And this is the only reason why I'm asking here! So, please everybody do > not > advice "to read the howto". I'm already reading it... for a long time :( > > Here are the lines where I'm getting the errors (described :in my initial > post): =============><8=============== > Step 6 lame, xvid and x264 Well, just one step at at time: but what step are you stuck on? nasm, lame, xvid, x264? Get the nasm sources from > http://sourceforge.net/project/showfiles.php?group_id=6208 > > tar -xvvzf nasm-0.98.38.tar.gz > cd nasm-0.98.38 > ./configure --prefix=c:/mingw <<<<<<<<<<<<<<<<<< > make <<<<<<<<<<<<<<<<<< > mkdir c:/mingw/man/man1 > make install > cd > =============><8=============== You can disregard some of the conventions you see in the HOWTO. It's kind of old. I'd leave out the drive names. I don't know if that's your problem, but the current and testing mingw versions on the net don't require that you use windows naming conventions for the drive letters. ./configure --prefix=/mingw As for cygwin removing and make.exe moving, OK, I'll check it all, and will > try to find nasm of the version 0.98.38. My user name in Mingv is Alex. > So, > it has no blanks. If you want to verify your executables, just use the objdump program: ~ objdump -p /usr/bin/make-3.79.1.exe | grep "DLL Name" That should show you which libraries your make program is actually using. Shouldn't have any cygwin libraries: just KERNEL32.dll, msvcrt.dll You can do the same with your gcc compiler ~ objdump -p /usr/bin/gcc.exe | grep "DLL Name" I have to switch between make programs because some sources will not compile with the newer make-3.81.exe. So I still use the original make-3.79.1.exe to use with some of those sources. Thanks. > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From openworld at uralweb.ru Mon Sep 3 10:19:02 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Mon, 3 Sep 2007 14:19:02 +0600 Subject: [MPlayer-users] SVN compiling problem References: Message-ID: <021b01c7ee03$18578550$1854000a@bibika> Hi, All, Finally I've resolved the nasm, etc. making problem: -- I've removed cygwin\bin from the PATH -- I've checked the make.exe versions -- I've renamed C:\MINGW\bin\make.exe to *.ex -- I've renamed C:\MINGW\bin\mingw32-make.exe to *.ex After these actions (I have C:\MSYS\bin\make.exe of version 3.79.1) all compilations look OK. Nevertheless MPlayer making gives the next error and fails: ===================><8===================== make[1]: *** No rule to make target `native/RTjpegN.o', needed by `libmpcodecs.a'. Stop. ===================><8===================== What could be the reason? Appreciate it, if anybody will check my compilation logs at: MPlayer ./configure screen output: http://home.bokovikov.com/mplayer/configure.txt MPlayer configure.log: http://home.bokovikov.com/mplayer/configure.log MPlayer make screen output: http://home.bokovikov.com/mplayer/make.txt Appreciate any help! Thanks. ----- Original Message ----- From: To: Sent: Sunday, September 02, 2007 12:22 AM Subject: MPlayer-users Digest, Vol 45, Issue 5 > Send MPlayer-users mailing list submissions to > mplayer-users at mplayerhq.hu > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > or, via email, send a message with subject or body 'help' to > mplayer-users-request at mplayerhq.hu > > You can reach the person managing the list at > mplayer-users-owner at mplayerhq.hu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of MPlayer-users digest..." > > > Today's Topics: > > 1. Re: SVN compiling problem (Henry Garcia) > 2. Re: SVN compiling problem (JonY) > 3. Re: Is dvdnav separate from mplayer? (Jack Smith) > 4. dvdnav (Contact Liaison) > 5. Re: Is dvdnav separate from mplayer? (Krzysztof Duchnowski) > 6. Re: Is dvdnav separate from mplayer? (Jack Smith) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 1 Sep 2007 12:45:53 -0400 > From: "Henry Garcia" > Subject: Re: [MPlayer-users] SVN compiling problem > To: "MPlayer usage questions, feature requests, bug reports" > > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On 9/1/07, John Brown wrote: >> >> Alexander Bokovikov wrote: >> > >> >JonY wrote: >> >>The configure eval problem is possibly >> >>caused by a bug in bash, use the snapshot bash 3.1... >> > >> >... I've untar-ed it, but where to copy the files to? I've copied them >> into >> >the MSYS\bin, etc. direstories. Is it correct? >> >> Yes. >> >> > Anyway the same error is appeared. Then I've opened "configure" file, >> >have found that line (2315) and have changed the tilda signs to quotes. >> >> That was probably the wrong thing to do. By tilde, I assume you mean >> ` (backquote). When a command is enclosed in backquotes, the screen >> output of the command is converted to a string which can be, for example, >> stored in a variable. >> >> > >> >===============><8================ >> >gcc -o ndisasm.exe ndisasm.o disasm.o sync.o nasmlib.o insnsd.o >> >nroff -man nasm.1 > nasm.man >> >/cygdrive/c/cygwin/bin/groff: can't find `DESC' file >> >/cygdrive/c/cygwin/bin/groff:fatal error: invalid device `ascii' >> >c:\MinGW\bin\make.exe: *** [nasm.man] Error 3 >> >===============><8================ >> > >> >I see some references to cygwin here... Is it correct? Yes, I installed >> >cygwin earlier, but then I installed MinGW. Maybe I need to remove >> >cygwin >> >from the system? If so, then how to do it correctly? AFAIK, cygwin has >> >no >> >uninstaller. >> > >> >> No need to remove Cygwin totally. Just remove the Cygwin bin directory >> from >> your %PATH%, and run configure again. > > > You really should read the MingwHOWTO.txt and save yourself a lot of > headaches. There are a lot of good pointers on how to build the necessary > libraries like ./configure --disable-shared --prefix=/mingw > > I don't know if there is a "correct" >> way, but you can simply delete the entire Cygwin folder. I do not think >> that >> Cygwin makes entries in the Registry, > > > Check the software section HKEY_Current_USER, HKEY_Current_CONFIG. You'll > find the Cygnus Solutions Entry in the registry. Again, Cygwin has its > own > documentation on how to install and remove their software. You might be > better off reading their documentation instead of asking on this list. > > or copies files to \WINDOWS\SYstem32 >> >> >>I wasn't aware that Mplayer uses nasm!? Does it? >> > >> >As far as I see, LAME uses it... >> >> xvidcore also uses nasm. >> >> You mentioned in an earlier post that you used "the latest version >> available". >> I have never tried 0.99.01 (if that is the one that you mean), but I had >> no >> problem building 0.98.39. I am using make 3.79.1. > > > Nasm 98.38 and 98.39 compile and work with mplayer > > But if you really enjoy beating your head against the wall, disregard all > advice to read and follow the advice on the > MingwHOWTO.txt > > http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/MPlayer-MinGW-Howto.txt > > There is another caveat you have to watch when compiling with Windows > Mingw > even if you follow the advice on the HOWTO. > > What's your user name in mingw? > > If there are any spaces such as in the following: Joe Blow at mycomputer ~. > > This will cause compile problems with mplayer. Just change back into the > home directory and make a directory with no spaces: e.g. > /c/msys/1.0/home/JoeBlow and move your sources back into that directory > and > compile from there or just change your username: e.g. Joe_Blow. > > > _________________________________________________________________ >> Can you find the hidden words? Take a break and play Seekadoo! >> http://club.live.com/seekadoo.aspx?icid=seek_hotmailtextlink1 >> >> >> _______________________________________________ >> MPlayer-users mailing list >> MPlayer-users at mplayerhq.hu >> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users >> > > > ------------------------------ > > Message: 2 > Date: Sun, 02 Sep 2007 00:45:08 +0800 > From: JonY <10walls at gmail.com> > Subject: Re: [MPlayer-users] SVN compiling problem > To: "MPlayer usage questions, feature requests, bug reports" > > Message-ID: <46D99714.4010403 at gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Henry Garcia wrote: >> On 8/31/07, Alexander Bokovikov wrote: >>> Hi, >>> >>> JonY wrote: >>> >>>> Anyway, the new tools are available here, get the .tar.gz packages >>>> http://sourceforge.net/project/showfiles.php?group_id=2435 >>> Thanks, have done it. >>> >>>> The configure eval problem is possibly >>>> caused by a bug in bash, use the snapshot bash 3.1, also >>>> from the above site. >>> I've downloaded it, but have no idea of how to install it. I've untar-ed >>> it, >>> but where to copy the files to? I've copied them into the MSYS\bin, etc. >>> direstories. Is it correct? Anyway the same error is appeared. Then I've >>> opened "configure" file, have found that line (2315) and have changed >>> the >>> tilda signs to quotes. Now I see another behaviour: >>> >>> ===============><8================ >>> checking whether make sets $(MAKE)... >>> ac_maketemp=\c:/MinGW/bin/make.exe" >>> no >>> ===============><8================ >>> >>> Some strange string appears, but at least there are no errors. Have you >>> any >>> idea why tilda signs here produce an error, though they work correctly >>> at >>> other places? >>> >>> Then I'm calling "make", it goes and some new errors appear at the end >>> of >>> listing: >> >> >> Maybe you need to compile nasm from source and install it. Follow the >> instructions from the MingwHowTO.txt file on the mplayerhq.hu site. You >> should find a link to it inside the html documention. >> >> Also, you should probably use the old make-3.79.1.exe instead of the new >> make-3.81.exe. Check the version of make that you are using: >> make --version. >> The make-3.81.exe fails when including live555 in the build. That's >> probably >> the source of the "invalid device 'ascii'" error. >> >> ===============><8================ >>> gcc -o ndisasm.exe ndisasm.o disasm.o sync.o nasmlib.o insnsd.o >>> nroff -man nasm.1 > nasm.man >>> /cygdrive/c/cygwin/bin/groff: can't find `DESC' file >>> /cygdrive/c/cygwin/bin/groff:fatal error: invalid device `ascii' >>> c:\MinGW\bin\make.exe: *** [nasm.man] Error 3 >>> ===============><8================ >>> >>> I see some references to cygwin here... Is it correct? Yes, I installed >>> cygwin earlier, but then I installed MinGW. Maybe I need to remove >>> cygwin >>> from the system? >> > > Hi, > > You should not mix Cygwin and MinGW executables. You can have both > Cygwin and MinGW installed at the same time by removing their respective > bin directories from your Windows PATH environmental variable. > > Also, the MinGW installer warns about placing make.exe under > C:\MinGW\bin, you should move it to C:\msys\1.0\bin. > > As far as groff in concerned, you can use the Gnuwin32 version and place > the .exe programs in C:\msys\1.0\local\bin, don't forget the dep > package, it contains the needed dlls. If you don't need the nasm docs, > you can skip groff entirely, just don't let nasm configure find it (make > sure "which groff" command doesn't point to it). > > Building nasm should be straight forward ./configure && make. > >> >> Cygwin is not the problem. You need to compile and install nasm: check >> out >> ftp.gnu.org for the nasm source code. Again, read the MingwHOWTO.txt file >> linked to in the html documentation. When all else fails, please read the >> instruction manual. >> >> If so, then how to do it correctly? AFAIK, cygwin has no >>> uninstaller. >>> >>>> I wasn't aware that Mplayer uses nasm!? Does it? >> >> >> Yes, read the HOWTO file. > > Yes, agreed, nasm is needed but mplayer doesn't need it directly, lame > and xvid needed it. > > > ------------------------------ > > Message: 3 > Date: Sat, 1 Sep 2007 13:09:19 -0400 > From: "Jack Smith" > Subject: Re: [MPlayer-users] Is dvdnav separate from mplayer? > To: "MPlayer usage questions, feature requests, bug reports" > > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On 9/1/07, Nico Sabbi wrote: >> Jack Smith wrote: >> >> > >> > [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 >> > mplayer: error while loading shared libraries: libdvdnavmini.so: >> > cannot open shared object file: No such file or directory >> > >> > >> > Thanks, >> > Jack >> > >> >> add /usr/local/lib either to LD_LIBRARY_PATH or to /etc/ld.so.conf >> and re-run ldconfig. What broken distribution doesn't include >> /usr/local/lib to the default library path?? > > I'm running bash in Fedora Core 7 :-) > > I don't even have a library path. If I add it and run ldconfig then > mplayer runs, but I just get a black screen until I give up and kill > it. > > [root at natsumi ~]# LD_LIBRARY_PATH=/usr/local/lib > [root at natsumi ~]# export LD_LIBRARY_PATH > [root at natsumi ~]# ldconfig > [root at natsumi ~]# mplayer dvd:// -dvd-device > /dev/scd0 -mouse-movements > MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team > CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: > 2) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > Playing dvd://. > There are 29 titles on this DVD. > There are 24 chapters in this DVD title. > There are 2 angles in this DVD title. > audio stream: 0 format: ac3 (stereo) language: en aid: 128. > audio stream: 1 format: ac3 (stereo) language: ja aid: 129. > number of audio channels on disk: 2. > subtitle ( sid ): 0 language: en > subtitle ( sid ): 1 language: en > number of subtitles on disk: 2 > MPEG-PS file format detected. > VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9800.0 kbps (1225.0 > kbyte/s) > ========================================================================== > Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES) > Could not find matching colorspace - retrying with -vf scale... > Opening video filter: [scale] > The selected video_out device is incompatible with this codec. > Try appending the scale filter to your filter list, > e.g. -vf spp,scale instead of -vf spp. > VDecoder init failed :( > Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b > Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) > ========================================================================== > ========================================================================== > Opening audio decoder: [liba52] AC3 decoding with liba52 > Using SSE optimized IMDCT transform > Using MMX optimized resampler > AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000) > Selected audio codec: [a52] afm: liba52 (AC3-liba52) > ========================================================================== > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) > Starting playback... > VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12) > VDec: using Planar YV12 as output csp (no 0) > Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. > VO: [xv] 720x480 => 854x480 Planar YV12 > New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 1 0 > Please supply the text font file (~/.mplayer/subfont.ttf). > subtitle font: load_sub_face failed. > A: 0.7 V: 0.6 A-V: 0.024 ct: 0.032 13/ 11 ??% ??% ??,?% 1 0 > demux_mpg: 24000/1001fps progressive NTSC content detected, switching > framerate. > A: 5.8 V: 5.8 A-V: 0.017 ct: 0.109 139/136 6% 0% 0.9% 1 0 > > Sigh. Any help cheerfully accepted. > Jack > > -- > English doesn't borrow from other languages -- English follows other > languages down dark alleys and takes what it wants. > > > ------------------------------ > > Message: 4 > Date: Sat, 1 Sep 2007 12:15:39 -0500 > From: "Contact Liaison" > Subject: [MPlayer-users] dvdnav > To: mplayer-users at mplayerhq.hu > Message-ID: > <254590a10709011015n7b117fccp95a942d81f0aedf4 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > how do you get this feature to work, I just ran a compiled version of > Windows RC1 and dvdnav does not work, is there a setting to make the menus > appear? Thank you in advance for any support. > > > ------------------------------ > > Message: 5 > Date: Sat, 01 Sep 2007 19:27:42 +0200 > From: Krzysztof Duchnowski > Subject: Re: [MPlayer-users] Is dvdnav separate from mplayer? > To: "MPlayer usage questions, feature requests, bug reports" > > Message-ID: <46D9A10E.7040903 at gmail.com> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Nico Sabbi pisze: > >>>> [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 >>>> mplayer: error while loading shared libraries: libdvdnavmini.so: >>>> cannot open shared object file: No such file or directory > >>> I have no any issues thought that I'm running full libdvdnav2 not a mini >>> version and I'm useing "mplayer dvdnav://1 -dvd-device /dev/hda" > > >> you didn't RTFML very well. You need libdvdnav, not libdvdnav2 > > mkey, I haven't any problem with dvdnav when I used libdvdnav2 from > mplayer svn but when I downed libdvdnav, compiled it and installed it > then mplayer config find it that it is version 4.1.1 but have no support > for it: > ============ Checking for DVD support (libdvdnav) ============ > 4.1.1 > Usage: dvdnav-config [OPTIONS] [LIBRARIES] > Options: > [--prefix[=DIR]] > [--version] > [--libs] > [--cflags] > > Result is: no > > > But with libdvdnav2 I havent any problem - so? > > -- > Krzysztof 'DK75' Duchnowski > GetFirefox - http://www.mozilla.com/firefox/ > Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ > > > ------------------------------ > > Message: 6 > Date: Sat, 1 Sep 2007 14:22:57 -0400 > From: "Jack Smith" > Subject: Re: [MPlayer-users] Is dvdnav separate from mplayer? > To: "MPlayer usage questions, feature requests, bug reports" > > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On 9/1/07, Jack Smith wrote: >> On 9/1/07, Nico Sabbi wrote: >> > Jack Smith wrote: >> > >> > > >> > > [root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0 >> > > mplayer: error while loading shared libraries: libdvdnavmini.so: >> > > cannot open shared object file: No such file or directory >> > > >> > > >> > > Thanks, >> > > Jack >> > > >> > >> > add /usr/local/lib either to LD_LIBRARY_PATH or to /etc/ld.so.conf >> > and re-run ldconfig. What broken distribution doesn't include >> > /usr/local/lib to the default library path?? >> >> I'm running bash in Fedora Core 7 :-) >> >> I don't even have a library path. If I add it and run ldconfig then >> mplayer runs, but I just get a black screen until I give up and kill >> it. >> >> [root at natsumi ~]# LD_LIBRARY_PATH=/usr/local/lib >> [root at natsumi ~]# export LD_LIBRARY_PATH >> [root at natsumi ~]# ldconfig >> [root at natsumi ~]# mplayer dvd:// -dvd-device >> /dev/scd0 -mouse-movements >> MPlayer dev-SVN-r24316-4.1.2 (C) 2000-2007 MPlayer Team >> CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: >> 2) >> CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 >> Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 >> >> Playing dvd://. >> There are 29 titles on this DVD. >> There are 24 chapters in this DVD title. >> There are 2 angles in this DVD title. >> audio stream: 0 format: ac3 (stereo) language: en aid: 128. >> audio stream: 1 format: ac3 (stereo) language: ja aid: 129. >> number of audio channels on disk: 2. >> subtitle ( sid ): 0 language: en >> subtitle ( sid ): 1 language: en >> number of subtitles on disk: 2 >> MPEG-PS file format detected. >> VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9800.0 kbps (1225.0 >> kbyte/s) >> ========================================================================== >> Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough >> VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES) >> Could not find matching colorspace - retrying with -vf scale... >> Opening video filter: [scale] >> The selected video_out device is incompatible with this codec. >> Try appending the scale filter to your filter list, >> e.g. -vf spp,scale instead of -vf spp. >> VDecoder init failed :( >> Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b >> Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) >> ========================================================================== >> ========================================================================== >> Opening audio decoder: [liba52] AC3 decoding with liba52 >> Using SSE optimized IMDCT transform >> Using MMX optimized resampler >> AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000) >> Selected audio codec: [a52] afm: liba52 (AC3-liba52) >> ========================================================================== >> AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) >> Starting playback... >> VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12) >> VDec: using Planar YV12 as output csp (no 0) >> Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. >> VO: [xv] 720x480 => 854x480 Planar YV12 >> New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 1 0 >> Please supply the text font file (~/.mplayer/subfont.ttf). >> subtitle font: load_sub_face failed. >> A: 0.7 V: 0.6 A-V: 0.024 ct: 0.032 13/ 11 ??% ??% ??,?% 1 0 >> demux_mpg: 24000/1001fps progressive NTSC content detected, switching >> framerate. >> A: 5.8 V: 5.8 A-V: 0.017 ct: 0.109 139/136 6% 0% 0.9% 1 0 >> >> Sigh. Any help cheerfully accepted. >> Jack > > Sorry, mplayer dvd:// works just fine when I changed out my DVD and it > works on my AVIs too. mplayer dvdnav:// works as well as it ever has > (it shows the menu, but I can't do anything with it) But at least I > can use mplayer again. > > Jack > > -- > English doesn't borrow from other languages -- English follows other > languages down dark alleys and takes what it wants. > > > ------------------------------ > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > End of MPlayer-users Digest, Vol 45, Issue 5 > ******************************************** From zhj.zhao at gmail.com Mon Sep 3 13:21:30 2007 From: zhj.zhao at gmail.com (jerry zhao) Date: Mon, 3 Sep 2007 13:21:30 +0200 Subject: [MPlayer-users] How to control the buffer of Mplayer Message-ID: >Hello, >you can set cache size and min cache fill to adjust mplayer cache engine >for your needs, it is really better to determine experimentally. Hello, I am not familiar with Mplayer. How can I set the cache size and min cache fill for mplayer? Thanks for your help in advanced. Best regards Jerry. From zhj.zhao at gmail.com Mon Sep 3 13:48:49 2007 From: zhj.zhao at gmail.com (jerry zhao) Date: Mon, 3 Sep 2007 13:48:49 +0200 Subject: [MPlayer-users] How can I set the cache size and min cache Cache size and min cache fill for mplayer Message-ID: >*Hello, *>*you can set cache size and min cache fill to adjust mplayer cache engine *>*for your needs, it is really better to determine experimentally. * Hello, I am not familiar with Mplayer. How can I set the cache size and min cache fill for mplayer? Thanks for your help in advanced. Best regards Jerry. From cehoyos at ag.or.at Mon Sep 3 14:32:35 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Mon, 3 Sep 2007 12:32:35 +0000 (UTC) Subject: [MPlayer-users] How to control the buffer of Mplayer References: Message-ID: Hi! jerry zhao gmail.com> writes: > Hello, > I used the mplayer and live555 library to stream video. Are you sure? I only use them to receive streamed (audio and) video. > I am not familiar > with mplayer. > Now the system works. The mplayer begins to play back the stream while it > receives the first frame. > My question is: How should I do in order to play back the video after 20 > frames are received? Sorry, you can't play the stream if your network connection is too slow. (And there is no way to set the buffer if you are using live555) That said, there are a few workarounds: You can pause the stream with "p" the moment it starts: live555 library will continue to receive frames and they will be played back when you stop pause. Unfortunately, if you pause for too long, frames will get lost in live555's buffer. You can play the stream once with -dumpvideo and once with -dumpaudio. The resulting files may be muxed afterwards. Carl Eugen From 10walls at gmail.com Mon Sep 3 14:45:58 2007 From: 10walls at gmail.com (JonY) Date: Mon, 03 Sep 2007 20:45:58 +0800 Subject: [MPlayer-users] SVN compiling problem In-Reply-To: <021b01c7ee03$18578550$1854000a@bibika> References: <021b01c7ee03$18578550$1854000a@bibika> Message-ID: <46DC0206.8080202@gmail.com> Alexander Bokovikov wrote: > Hi, All, > > Finally I've resolved the nasm, etc. making problem: > > -- I've removed cygwin\bin from the PATH > -- I've checked the make.exe versions > -- I've renamed C:\MINGW\bin\make.exe to *.ex > -- I've renamed C:\MINGW\bin\mingw32-make.exe to *.ex > > After these actions (I have C:\MSYS\bin\make.exe of version 3.79.1) all > compilations look OK. > > Nevertheless MPlayer making gives the next error and fails: > ===================><8===================== > make[1]: *** No rule to make target `native/RTjpegN.o', needed by > `libmpcodecs.a'. Stop. > > ===================><8===================== > > What could be the reason? > > Appreciate it, if anybody will check my compilation logs at: > > MPlayer ./configure screen output: > http://home.bokovikov.com/mplayer/configure.txt > > MPlayer configure.log: > http://home.bokovikov.com/mplayer/configure.log > > MPlayer make screen output: > http://home.bokovikov.com/mplayer/make.txt > > > Appreciate any help! > > Thanks. Hi, Please do avoid top posting if possible. Check for the existence of libmpcodecs/native/RTjpegN.c . If the file is missing, your svn checkout is incomplete. There might be something wrong with the makefile, try updating mplayer to the latest svn. Revision 24333 builds successfully using mingw. The following is unrecommended but you may try to fix it by using the bellow command while in the libmpcodecs dir: gcc -I../libavcodec -I../libavformat -Wdisabled-optimization -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i486 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -Ic:/mingw/include/freetype2 -Ic:/mingw/include -c -o native/RTjpegN.o native/RTjpegN.c After that continue by using "cd .. && make". Hope that helps. From oleynik.phil at mail.ioffe.ru Mon Sep 3 16:19:07 2007 From: oleynik.phil at mail.ioffe.ru (Phil Oleynik) Date: Mon, 03 Sep 2007 18:19:07 +0400 Subject: [MPlayer-users] How can I set the cache size and min cache Cache size and min cache fill for mplayer In-Reply-To: References: Message-ID: <46DC17DB.1010608@mail.ioffe.ru> jerry zhao wrote: >> *Hello, >> > *>*you can set cache size and min cache fill to adjust mplayer cache engine > *>*for your needs, it is really better to determine experimentally. > * > Hello, > I am not familiar with Mplayer. How can I set the cache size and min cache > fill for mplayer? > Thanks for your help in advanced. > > Hello, please read the manual -cache -cache-min best regards, Phil From zhj.zhao at gmail.com Mon Sep 3 16:59:08 2007 From: zhj.zhao at gmail.com (jerry zhao) Date: Mon, 3 Sep 2007 16:59:08 +0200 Subject: [MPlayer-users] How can I set the cache size and min cache Cache size and min cache fill for mplayer Message-ID: Hello, >Are you sure? I only use them to receive streamed (audio and) video. Sorry, I use live555 to stream audio and video. Mplayer is used to receive streamed auido and video. >Sorry, you can't play the stream if your network connection is too slow. >(And there is no way to set the buffer if you are using live555) The network is LAN. So the network connection is fast enough. But there exists jitter. So I want to use the cache in order to play back the video more smoothly. I used the parameter "-cache xx -cache-min xx". But it does't work. Best regards Jerry From zhj.zhao at gmail.com Mon Sep 3 17:01:56 2007 From: zhj.zhao at gmail.com (jerry zhao) Date: Mon, 3 Sep 2007 17:01:56 +0200 Subject: [MPlayer-users] How can I set the cache size and min cache Cache size and min cache fill for mplayer Message-ID: Hello, First sorry for sending the same email two times. >*Are you sure? I only use them to receive streamed (audio and) video. * Sorry, I use live555 to stream audio and video. Mplayer is used to receive streamed auido and video. >*Sorry, you can't play the stream if your network connection is too slow. *>*(And there is no way to set the buffer if you are using live555) * The network is LAN. So the network connection is fast enough. But there exists jitter. So I want to use the cache in order to play back the video more smoothly. I used the parameter "-cache xx -cache-min xx". But it does't work. Best regards Jerry From svz90 at pipeline.com Mon Sep 3 17:46:47 2007 From: svz90 at pipeline.com (Sean Zimmermann) Date: Mon, 3 Sep 2007 15:46:47 +0000 (UTC) Subject: [MPlayer-users] =?utf-8?q?SVN_make_fails_on_Mac_OS_X=2C=09Undefin?= =?utf-8?q?ed_symbols=3A_=5FFT=5FGlyph=5FStrokeBorder=5FFT=5FReques?= =?utf-8?q?t=5FSize?= References: <33531acd0706141622l4766167fo79c91f78488b23cb@mail.gmail.com> <871wgeccx7.wl%nomiya@galaxy.dti.ne.jp> <33531acd0706141851icdd4ecs37a0fae99ecf8643@mail.gmail.com> <87vedpc4bz.wl%nomiya@galaxy.dti.ne.jp> <33531acd0706150425k442337fel83753ee4fd6ef3af@mail.gmail.com> <873b0t4f17.wl%nomiya@galaxy.dti.ne.jp> Message-ID: I'm not sure if this is still relevant, but I found a way to compile SVN on Mac and fix the freetype problem. Running: ./configure --with-freetype-config=/usr/X11R6/bin/freetype-config fixed the problem for me. I have apple X11 installed, so I used their freetype. This might be different for other people if their own version of freetype. I hope this helps, Sean From openworld at uralweb.ru Mon Sep 3 18:14:42 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Mon, 3 Sep 2007 22:14:42 +0600 Subject: [MPlayer-users] SVN compiling problem - resolved! References: Message-ID: <026001c7ee45$a8658c90$1854000a@bibika> Hi, All, I've downloaded the SVN-checkout-2007-09-03 and (after two miles of warnings) the make is finished and mplayer.exe and mencoder.exe are created. Previos SVN I downloaded, has missing file. Is it a normal situation (I'm about warnings large number)? If you can, please check these logs, which I've got while making mplayer: http://home.bokovikov.com/mplayer/mplayer-logs.zip Especially it is interesting what are the lines in make-stderr.txt. There are some missing directories as well as a lot of warnings. Also I've noticed, that mencoder, built from SVN, has different parameters list than RC1 one. Are these changes reflected in the docs, available at the website? If yes, then I'll definitely need to redownload the docs! If anybody knows the correct command line to convert some format into FLV, please let me know a sample, because the old format (which included "i_certify_blah-blah-blah...") is obsolete now. Are there other changes here? I can update the MINGW-HOWTO file, taking into account my recent experience, but I'd like to know, what version of packages should be used now, because the latest versions of some packages (like theora, nasm) are not built here. Can you, guys, let me know what exact versions of packages, mentioned in the HOWTO, are correct for mplayer building? Personally I used the next: libogg-1.1.3 libvorbis-1.1.2 libtheora-1.0-alpha4 libiconv-1.11 freetype-2.3.2 zlib-1.2.3 libpng-1.2.16 jpegsrc-v6b libregif-4.1.7 nasm-0.98.39 lame-3.97 xvidcore-1.1.2 x264-svn-2007-04-02 live-2007-02-20 Appreciate it if you'll let me know what packages versions are correct now. Thanks a lot to all, who helped me to understand what is my problem's origin! Best regards, Alex From defsyn at gmail.com Mon Sep 3 19:16:51 2007 From: defsyn at gmail.com (Henry Garcia) Date: Mon, 3 Sep 2007 13:16:51 -0400 Subject: [MPlayer-users] mplayer mingw compile solved Message-ID: On 9/3/07, Alexander Bokovikov wrote: > > Hi, All, > > I've downloaded the SVN-checkout-2007-09-03 and (after two miles of > warnings) the make is finished and mplayer.exe and mencoder.exe are > created. Good.|:)| Previos SVN I downloaded, has missing file. Is it a normal situation (I'm > about warnings large number)? > > > Also I've noticed, that mencoder, built from SVN, has different parameters > list than RC1 one. Are these changes reflected in the docs, available at > the > website? If yes, then I'll definitely need to redownload the docs! check your man folders for mplayer.1 and mencoder.1 Should be present in your compilation for the most recent documentation If anybody knows the correct command line to convert some format into FLV, > please let me know a sample, because the old format (which included > "i_certify_blah-blah-blah...") is obsolete now. Are there other changes > here? > > I can update the MINGW-HOWTO file, taking into account my recent > experience, > but I'd like to know, what version of packages should be used now, because > the latest versions of some packages (like theora, nasm) are not built > here. > Can you, guys, let me know what exact versions of packages, mentioned in > the > HOWTO, are correct for mplayer building? Just use the latest that compiles and builds with mingw. Some of the latest won't compile. Personally I used the next: > > libogg-1.1.3 > libvorbis-1.1.2 > libtheora-1.0-alpha4 > libiconv-1.11 > freetype-2.3.2 > zlib-1.2.3 > libpng-1.2.16 > jpegsrc-v6b > libregif-4.1.7 > nasm-0.98.39 That's about the latest that will work. 98.39 lame-3.97 That's what I use xvidcore-1.1.2 x264-svn-2007-04-02 I use the latest : svn 672 live-2007-02-20 live 2007 05 24 works Appreciate it if you'll let me know what packages versions are correct now. There's no really set answer as to what is correct. But I suspect new mingw compilers would prefer to have an up-to-date HOWTO that would list the latest working packages and list some of the more common pitfalls: e.g. which version of make to use if the newer version fails, keeping spaces out of the user name. Thanks a lot to all, who helped me to understand what is my problem's > origin! > From cooleyr at gmail.com Mon Sep 3 19:58:06 2007 From: cooleyr at gmail.com (RC) Date: Mon, 03 Sep 2007 10:58:06 -0700 Subject: [MPlayer-users] How to control the buffer of Mplayer In-Reply-To: References: Message-ID: <20070903105806.0647dd00.cooleyr@gmail.com> On Mon, 3 Sep 2007 13:21:30 +0200 "jerry zhao" wrote: > Hello, > I am not familiar with Mplayer. How can I set the cache size and min > cache fill for mplayer? See -cache in the man page. From lucio at sulweb.org Mon Sep 3 17:05:24 2007 From: lucio at sulweb.org (Lucio) Date: Mon, 3 Sep 2007 17:05:24 +0200 Subject: [MPlayer-users] Encoding performances Message-ID: <200709031705.25002.lucio@sulweb.org> Hello *, I'm new here. I plan to convert some SWF files (vector based) to mpeg4 or other format fully supported by mplayer. My intention is to use the Adobe Flash Player plug in to grab the frames and save them in one jpeg file each, and then to use mencoder to convert the jpeg files to a movie. However before starting this kind of work I'd like to know a few things about mencoder and mplayer: 1. How long does it take approx to convert 30 seconds of jpegs into mpeg4 at 800kbit/s and 30 fps, using a fairly slow CPU (Via C7 1GHz)? 2. Assuming 30fps and 30 seconds I should have 900 jpegs. Assuming I have, say, 1800 jpegs because the original swf had been made at 60pfs, is it possibile to ask mencoder to drop 30 fps, which is one frame every two? 3. What's the best quality/speed/fps tradeoff to have a decent mpeg4 playing smoothly with mplayer on a Via C7 1Ghz with Unichrome Pro IGP graphics adapter, openchrome drivers at 1024x768x32? Thanks in advance, Lucio. -- Virtual Bit di Lucio Crusca via Isonzo, 5 10069 - Villar Perosa (TO) http://www.sulweb.org From lucio at sulweb.org Mon Sep 3 17:51:48 2007 From: lucio at sulweb.org (Lucio) Date: Mon, 3 Sep 2007 17:51:48 +0200 Subject: [MPlayer-users] Encoding performances Message-ID: <200709031751.48571.lucio@sulweb.org> Hello *, I'm new here. I plan to convert some SWF files (vector based) to mpeg4 or other format fully supported by mplayer. My intention is to use the Adobe Flash Player plug in to grab the frames and save them in one jpeg file each, and then to use mencoder to convert the jpeg files to a movie. However before starting this kind of work I'd like to know a few things about mencoder and mplayer: 1. How long does it take approx to convert 30 seconds of jpegs into mpeg4 at 800kbit/s and 30 fps, using a fairly slow CPU (Via C7 1GHz)? 2. Assuming 30fps and 30 seconds I should have 900 jpegs. Assuming I have, say, 1800 jpegs because the original swf had been made at 60pfs, is it possibile to ask mencoder to drop 30 fps, which is one frame every two? 3. What's the best quality/speed/fps tradeoff to have a decent mpeg4 playing smoothly with mplayer on a Via C7 1Ghz with Unichrome Pro IGP graphics adapter, openchrome drivers at 1024x768x32? Thanks in advance, Lucio. -- Virtual Bit di Lucio Crusca via Isonzo, 5 10069 - Villar Perosa (TO) http://www.sulweb.org From Reimar.Doeffinger at stud.uni-karlsruhe.de Mon Sep 3 22:05:54 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Mon, 3 Sep 2007 22:05:54 +0200 Subject: [MPlayer-users] Encoding performances In-Reply-To: <200709031705.25002.lucio@sulweb.org> References: <200709031705.25002.lucio@sulweb.org> Message-ID: <20070903200554.GA5332@1und1.de> Hello, On Mon, Sep 03, 2007 at 05:05:24PM +0200, Lucio wrote: [...] > 1. How long does it take approx to convert 30 seconds of jpegs into mpeg4 at > 800kbit/s and 30 fps, using a fairly slow CPU (Via C7 1GHz)? If I had to guess, I'd say you can tune the options to make it take anything between 20 and 2000 seconds. > 2. Assuming 30fps and 30 seconds I should have 900 jpegs. Assuming I have, > say, 1800 jpegs because the original swf had been made at 60pfs, is it > possibile to ask mencoder to drop 30 fps, which is one frame every two? That happens automatically when setting -mf fps to 60 and -ofps to 30, but you might not like the result. You can also use -vf framestep=2 (with -mf fps set to 30 I think). > 3. What's the best quality/speed/fps tradeoff to have a decent mpeg4 playing > smoothly with mplayer on a Via C7 1Ghz with Unichrome Pro IGP graphics > adapter, openchrome drivers at 1024x768x32? I don't know how much this Unichrome model sucks, but on my old Athlon 800 I always had enough CPU left during MPEG4 decoding (though resolutions were only around 720x576, but I'd expect it could have handled 1024x768 as well). But honestly, the only proper answer is: Try it out! Greetings, Reimar D?ffinger From johnbrown105 at hotmail.com Mon Sep 3 22:24:35 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Mon, 03 Sep 2007 16:24:35 -0400 Subject: [MPlayer-users] SVN compiling problem - resolved! In-Reply-To: <026001c7ee45$a8658c90$1854000a@bibika> Message-ID: Alexander Bokovikov wrote: >Hi, All, > > Is it a normal situation (I'm about warnings large number)? > Yes. Apparently, keeping warnings to a minimum is not one of the developers' goals. You log file would hav been much larger if it recorded all the warnings, instead of just those generated during your final, successful attempt. >If you can, please check these logs, which I've got while making mplayer: >http://home.bokovikov.com/mplayer/mplayer-logs.zip > > You can generate your output in a more useful format with: make > make.txt 2>&1 This will redirect stdout and stderr to the same file, so that you can see the comand followed by the warning or error message. That way you can be sure which command caused the message. >Especially it is interesting what are the lines in make-stderr.txt. There >are some missing directories as well as a lot of warnings. > Something has gone wrong there. If you really want to find out what, you can run 'bash -x make > make.txt 2>&1'. -x Print commands and their arguments as they are executed. In particular, you will see the values of variables used on the command line. Assuming that the culprit is version.sh, it may be simpler to read it. >Also I've noticed, that mencoder, built from SVN, has different parameters >list than RC1 one. Are these changes reflected in the docs, available at >the website? If yes, then I'll definitely need to redownload the docs! > The documentation is generated daily from svn. It is possible to build the documentation with MinGW/MSYS, but a trick is necessary. I do not have a proper procedure written down, but the following steps should work. See DOCS/xml/README for details on where to download the files. Later versions may work, but these are the ones that I am using now. 1) Download and install (configure --enable-static --disable-shared --prefix=) libxml2-2.6.27 libxslt-1.1.20 in that order, as libxslt depends on libxml2 2) Download docbook-xml-4.1.2. The trick is that, for some reason, xsltproc will not work properly if the path to the docbook files is an absolute one, e.g. /usr/share/sgml.... Instead, extract the ZIP file into DOCS/xml/usr, then edit configure so that it will find docbook in DOCS/xml/usr. In the configure script, whenever you see "Searching for ", add the path to the file in question, but write a *relative* path, i.e., usr/share/sgml 3) Do as above with dockbook-xsl. I am not sure which version I used, but the highest number I see here is 1.70.1 4) You *MUST* use make 3.80. Make-3.79.1 definitely does not work. There is a problem with make-3.81, but I do not remember what. Run make help to see all available build targets and make your choice. > Can you, guys, let me know what exact versions of packages, mentioned >in the HOWTO, are correct for mplayer building? > Listing only the versions that are more recent than yours: libvorbis-1.2.0 libtheora-1.0-alpha7 freetype-2.3.4 I also use: amrnb-6.1.0.3 amrwb-7.0.0.0 fontconfig-2.4.2 facc-1.25 gettext-0.16.1 libcdio-0.77 lzo-2.0.2 speex-1.2beta1 twolame-0.3.8 zlib-1.2.3 I have a few other multimedia libraries which may be needed for ffpeg or something else, and not MPlayer. _________________________________________________________________ Share your special parenting moments! http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us From carnold at electrichendrix.com Mon Sep 3 23:36:51 2007 From: carnold at electrichendrix.com (Chris Arnold) Date: Mon, 03 Sep 2007 17:36:51 -0400 Subject: [MPlayer-users] MPlayer crash? In-Reply-To: <200708300903.56895.albert1@autocom.pl> References: <46D491D0.2010201@electrichendrix.com> <200708292050.43355.albert1@autocom.pl> <46D61B8B.80007@electrichendrix.com> <200708300903.56895.albert1@autocom.pl> Message-ID: <46DC7E73.4070609@electrichendrix.com> Still trying to get my mplayer to work under xgl/compiz. I have downloaded snapshot dated today and when compiling, i get this; Checking for GUI ... yes Error: The GUI requires libavcodec with PNG support. Check "configure.log" if you do not understand why it failed. I want mplayer to have gui support and play all video files (mpeg2, avi and xvid) and audio files (mp3, lossless files and wav). I already have MPlayer-1.0rc1try3-1.pm.1 rpm installed from packman site so why can't i compile snapshot? Chris From defsyn at gmail.com Tue Sep 4 03:04:24 2007 From: defsyn at gmail.com (Henry Garcia) Date: Mon, 3 Sep 2007 21:04:24 -0400 Subject: [MPlayer-users] MPlayer crash? In-Reply-To: <46DC7E73.4070609@electrichendrix.com> References: <46D491D0.2010201@electrichendrix.com> <200708292050.43355.albert1@autocom.pl> <46D61B8B.80007@electrichendrix.com> <200708300903.56895.albert1@autocom.pl> <46DC7E73.4070609@electrichendrix.com> Message-ID: > > Error: The GUI requires libavcodec with PNG support. You need ping developer packages installed? Check "configure.log" if you do not understand why it failed. > > I want mplayer to have gui support and play all video files (mpeg2, avi > and xvid) and audio files (mp3, lossless files and wav). I already have > MPlayer-1.0rc1try3-1.pm.1 rpm installed from packman site so why can't i > compile snapshot? You need development packages installed. Not just runtime files. Read the documentation on the required packages that you need installed. You might want to compile and install the sources yourself instead of using your distributions versions. http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html Chris > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From 10walls at gmail.com Tue Sep 4 04:17:25 2007 From: 10walls at gmail.com (JonY) Date: Tue, 04 Sep 2007 10:17:25 +0800 Subject: [MPlayer-users] SVN compiling problem - resolved! In-Reply-To: <026001c7ee45$a8658c90$1854000a@bibika> References: <026001c7ee45$a8658c90$1854000a@bibika> Message-ID: <46DCC035.6060106@gmail.com> Alexander Bokovikov wrote: > Hi, All, > > I've downloaded the SVN-checkout-2007-09-03 and (after two miles of > warnings) the make is finished and mplayer.exe and mencoder.exe are created. > Previos SVN I downloaded, has missing file. Is it a normal situation (I'm > about warnings large number)? > > If you can, please check these logs, which I've got while making mplayer: > http://home.bokovikov.com/mplayer/mplayer-logs.zip > > Especially it is interesting what are the lines in make-stderr.txt. There > are some missing directories as well as a lot of warnings. > > Also I've noticed, that mencoder, built from SVN, has different parameters > list than RC1 one. Are these changes reflected in the docs, available at the > website? If yes, then I'll definitely need to redownload the docs! > > If anybody knows the correct command line to convert some format into FLV, > please let me know a sample, because the old format (which included > "i_certify_blah-blah-blah...") is obsolete now. Are there other changes > here? > > I can update the MINGW-HOWTO file, taking into account my recent experience, > but I'd like to know, what version of packages should be used now, because > the latest versions of some packages (like theora, nasm) are not built here. > Can you, guys, let me know what exact versions of packages, mentioned in the > HOWTO, are correct for mplayer building? > > Personally I used the next: > > libogg-1.1.3 > libvorbis-1.1.2 > libtheora-1.0-alpha4 > libiconv-1.11 > freetype-2.3.2 > zlib-1.2.3 > libpng-1.2.16 > jpegsrc-v6b > libregif-4.1.7 > nasm-0.98.39 > lame-3.97 > xvidcore-1.1.2 > x264-svn-2007-04-02 > live-2007-02-20 > > Appreciate it if you'll let me know what packages versions are correct now. > > Thanks a lot to all, who helped me to understand what is my problem's > origin! > > Best regards, > Alex > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > Hi, Many of your libs are configured with --disable-shared. Have you considered using shared libs? A bit OT, but how did you managed to get libregif? All I got was 404s, even going through TOR didn't help. Can you post it on a mirror? Thanks. From cooleyr at gmail.com Tue Sep 4 07:07:30 2007 From: cooleyr at gmail.com (RC) Date: Mon, 03 Sep 2007 22:07:30 -0700 Subject: [MPlayer-users] Encoding performances In-Reply-To: <20070903200554.GA5332@1und1.de> References: <200709031705.25002.lucio@sulweb.org> <20070903200554.GA5332@1und1.de> Message-ID: <20070903220730.3d15b2c5.cooleyr@gmail.com> On Mon, 3 Sep 2007 22:05:54 +0200 Reimar D?ffinger wrote: > > 3. What's the best quality/speed/fps tradeoff to have a decent mpeg4 > > playing smoothly with mplayer on a Via C7 1Ghz with Unichrome Pro > > IGP graphics adapter, openchrome drivers at 1024x768x32? > > I don't know how much this Unichrome model sucks, but on my old Athlon > 800 I always had enough CPU left during MPEG4 decoding (though > resolutions were only around 720x576, The problem isn't the crappy graphics, it's the crappy underpowered VIA CPU, which will perform more like a ~500MHz Athlon. That's why hardware acceleration is so important for them, and they made their own branch of Xine just to make sure Linux users could use it. From lucio at sulweb.org Tue Sep 4 08:19:12 2007 From: lucio at sulweb.org (Lucio Crusca) Date: Tue, 4 Sep 2007 08:19:12 +0200 Subject: [MPlayer-users] Encoding performances In-Reply-To: <20070903220730.3d15b2c5.cooleyr@gmail.com> References: <200709031705.25002.lucio@sulweb.org> <20070903200554.GA5332@1und1.de> <20070903220730.3d15b2c5.cooleyr@gmail.com> Message-ID: <200709040819.13116.lucio@sulweb.org> RC wrote: > The problem isn't the crappy graphics, it's the crappy underpowered > VIA CPU, which will perform more like a ~500MHz Athlon. > > That's why hardware acceleration is so important for them, and they made > their own branch of Xine just to make sure Linux users could use it. Are you suggesting that on a Via C7 I'm better off with Xine than mplayer? -- Virtual Bit di Lucio Crusca via Isonzo, 5 10069 - Villar Perosa (TO) http://virtualbit.sulweb.org From Reimar.Doeffinger at stud.uni-karlsruhe.de Tue Sep 4 09:51:48 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Tue, 4 Sep 2007 09:51:48 +0200 Subject: [MPlayer-users] Encoding performances In-Reply-To: <20070903220730.3d15b2c5.cooleyr@gmail.com> References: <200709031705.25002.lucio@sulweb.org> <20070903200554.GA5332@1und1.de> <20070903220730.3d15b2c5.cooleyr@gmail.com> Message-ID: <20070904075148.GA4591@1und1.de> Hello, On Mon, Sep 03, 2007 at 10:07:30PM -0700, RC wrote: > On Mon, 3 Sep 2007 22:05:54 +0200 > Reimar D?ffinger wrote: > > > > 3. What's the best quality/speed/fps tradeoff to have a decent mpeg4 > > > playing smoothly with mplayer on a Via C7 1Ghz with Unichrome Pro > > > IGP graphics adapter, openchrome drivers at 1024x768x32? > > > > I don't know how much this Unichrome model sucks, but on my old Athlon > > 800 I always had enough CPU left during MPEG4 decoding (though > > resolutions were only around 720x576, > > The problem isn't the crappy graphics, it's the crappy underpowered > VIA CPU, which will perform more like a ~500MHz Athlon. According to some benchmarks I looked up it was a factor 4-5 times slower than a Sempron 3400+ (xvid encoding was the test). I'd think this puts it around the same level as the Athlon 800... And graphics performance is a big issue, because a bad card means you need easily more than twice the CPU power to play it. Either way, MPEG-2 and xvmc is always still a possibility... Greetings, Reimar D?ffinger From jbglaw at lug-owl.de Tue Sep 4 10:24:00 2007 From: jbglaw at lug-owl.de (Jan-Benedict Glaw) Date: Tue, 4 Sep 2007 10:24:00 +0200 Subject: [MPlayer-users] Playing a raw PCM audio RTP stream Message-ID: <20070904082400.GL10567@lug-owl.de> Hi! I'm currently playing a bit with pulseaudio, one of the sound servers. You can bind a RTP-sending sink to other sinks and I gave it a try, but was unsuccessful to play such a stream with mplayer. On the pulseaudio mailing list, I was told[1] that this just used to work out of the box (mplayer rtp://224.0.0.56:46778), because the stream content is put into the type descriptor. However, mplayer tries to detect the stream type by content these days: $ mplayer rtp://224.0.0.56:46778 MPlayer dev-SVN-rUNKNOWN-4.1.3 (C) 2000-2007 MPlayer Team CPU: Intel(R) Pentium(R) M processor 2.00GHz (Family: 6, Model: 13, Stepping: 8) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Can't open joystick device /dev/input/js0: No such file or directory Can't init input joystick mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing rtp://224.0.0.56:46778. STREAM_RTP, URL: rtp://224.0.0.56:46778 Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/codecs/avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! Stream not seekable! libavformat file format detected. Stream not seekable! Stream not seekable! [lavf] Audio stream found, -aid 0 ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform a52: CRC check failed! Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 96.0 kbit/6.25% (ratio: 12000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) Video: no video Starting playback... a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling a52: CRC check failed! unknown) ??,?% a52: error at resampling A: 0.4 (00.4) of 0.0 (unknown) ??,?% [...] Any chance to force it to just use the type description, or to manually force a specific interpretation? Thanks, JBG [1] https://tango.0pointer.de/pipermail/pulseaudio-discuss/2007-September/000678.html -- Jan-Benedict Glaw jbglaw at lug-owl.de +49-172-7608481 Signature of: Fortschritt bedeutet, einen Schritt so zu machen, the second : da? man den n?chsten auch noch machen kann. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From verykang at 163.com Tue Sep 4 10:45:11 2007 From: verykang at 163.com (verykang) Date: Tue, 4 Sep 2007 16:45:11 +0800 (CST) Subject: [MPlayer-users] The adjust subtitle delay by z and x of svn-r24310 seems don't work. Message-ID: <451340803.1380941188895511663.JavaMail.coremail@bj163app113.163.com> What's wrong? Cause I can use -subdelay second to adjust subs delay. But Z and X key doesn't work. Larry From Nicola.Sabbi at poste.it Tue Sep 4 10:52:52 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Tue, 04 Sep 2007 10:52:52 +0200 Subject: [MPlayer-users] Playing a raw PCM audio RTP stream In-Reply-To: <20070904082400.GL10567@lug-owl.de> References: <20070904082400.GL10567@lug-owl.de> Message-ID: <46DD1CE4.3080209@poste.it> Jan-Benedict Glaw wrote: >Hi! > >I'm currently playing a bit with pulseaudio, one of the sound servers. >You can bind a RTP-sending sink to other sinks and I gave it a try, >but was unsuccessful to play such a stream with mplayer. > >On the pulseaudio mailing list, I was told[1] that this just used to work >out of the box (mplayer rtp://224.0.0.56:46778), because the stream >content is put into the type descriptor. However, mplayer tries to >detect the stream type by content these days: > >$ mplayer rtp://224.0.0.56:46778 > > >Any chance to force it to just use the type description, or to >manually force a specific interpretation? > > > descriptors are in rtsp:// not in rtp:// From yeyuanqing at ict.ac.cn Tue Sep 4 11:11:18 2007 From: yeyuanqing at ict.ac.cn (=?gb2312?B?0rbUtsfl?=) Date: Tue, 4 Sep 2007 17:11:18 +0800 Subject: [MPlayer-users] Is there anyway I can compile mplayer with configuration option "--enable-gui" and "--enable-static" Message-ID: <000401c7eed3$8dd560b0$b704150a@nnmlarry> I have tried to ./configure mplayer with option --enable-gui and --enable-static, but always failed to, even I have install all the packages needed. I have done apt-get build-dep mplayer on my debian PC. I can't handle this, help..., thanks. The following is the brief one: ============ Checking for X11 headers presence ============ Result is: yes (using /usr/include) ########################################## ============ Checking for X11 ============ #include #include int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; } cc -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -I/usr/include -static -o /tmp/mplayer-conf-23168-20593.o /tmp/mplayer-con f-2510-20593.c -lXext -lX11 -lpthread /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/libX11.a(x11_trans.o): In function `_X11TransSocketOpen': /usr/include/X11/Xtrans/Xtranssock.c:472: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the g libc version used for linking /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/libX11.a(x11_trans.o): In function `UnixHostReallyLocal': /usr/include/X11/Xtrans/Xtranssock.c:1893: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from th e glibc version used for linking /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/libX11.a(x11_trans.o): In function `_X11TransSocketINETConnect': /usr/include/X11/Xtrans/Xtranssock.c:1678: warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from th e glibc version used for linking /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/libX11.a(ConnDis.o): In function `GetAuthorization': /build/buildd/libx11-1.1.1/obj-i486-linux-gnu/src/../../src/ConnDis.c:1253: undefined reference to `XauDisposeAuth' /build/buildd/libx11-1.1.1/obj-i486-linux-gnu/src/../../src/ConnDis.c:1058: undefined reference to `XauGetBestAuthByAddr' /build/buildd/libx11-1.1.1/obj-i486-linux-gnu/src/../../src/ConnDis.c:1197: undefined reference to `XdmcpWrap' collect2: ld returned 1 exit status ldd /tmp/mplayer-conf-23168-20593.o ldd: /tmp/mplayer-conf-23168-20593.o: No such file or directory The output messages on console: Detected operating system: Linux Detected host architecture: i386 Checking for cc version ... 3.4.6, ok Checking for host cc ... cc Checking for cross compilation ... no Checking for CPU vendor ... GenuineIntel (6:15:6) Checking for CPU type ... Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz Checking for GCC & CPU optimization abilities ... pentium-m Checking for kernel support of mmx ... yes Checking for kernel support of mmxext ... yes Checking for kernel support of sse ... yes Checking for kernel support of sse2 ... yes Checking for mtrr support ... yes Checking for assembler support of -pipe option ... yes Checking for compiler support of named assembler arguments ... yes Checking for assembler (as 2.17.50) ... ok Checking for .align is a power of two ... no Checking for Linux kernel version ... 2.6.20-16-generic, ok Checking for MPlayer binary name ... mplayer Checking for awk ... mawk Checking for extra headers ... none Checking for extra libs ... none Checking for -lposix ... no Checking for -lm ... yes Checking for langinfo ... yes Checking for language ... using en (man pages: en) Checking for enable sighandler ... yes Checking for runtime cpudetection ... no Checking for restrict keyword ... __restrict Checking for __builtin_expect ... yes Checking for kstat ... no Checking for posix4 ... no Checking for lrintf ... yes Checking for round ... yes Checking for nanosleep ... yes Checking for socklib ... yes Checking for inet_pton() ... yes (using ) Checking for inttypes.h (required) ... yes Checking for int_fastXY_t in inttypes.h ... yes Checking for word size ... 32 Checking for stddef.h ... yes Checking for malloc.h ... yes Checking for memalign() ... yes Checking for alloca.h ... yes Checking for mman.h ... yes Checking for dynamic loader ... yes Checking for dynamic a/v plugins support ... no Checking for pthread ... yes (using -lpthread) Checking for rpath ... no Checking for iconv ... yes Checking for sys/soundcard.h ... yes Checking for sys/dvdio.h ... no Checking for sys/cdio.h ... no Checking for linux/cdrom.h ... yes Checking for dvd.h ... no Checking for termcap ... yes (using -lncurses) Checking for termios ... yes (using sys/termios.h) Checking for shm ... yes Checking for linux devfs ... no Checking for scandir() ... yes Checking for strsep() ... yes Checking for strlcpy() ... no Checking for strlcat() ... no Checking for fseeko() ... yes Checking for localtime_r() ... yes Checking for vsscanf() ... yes Checking for swab() ... yes Checking for POSIX select() ... yes Checking for gettimeofday() ... yes Checking for glob() ... yes Checking for setenv() ... yes Checking for sys/sysinfo.h ... yes Checking for Samba support (libsmbclient) ... no Checking for 3dfx ... no Checking for tdfxfb ... no Checking for s3fb ... no Checking for tdfxvid ... no Checking for tga ... yes Checking for DirectFB ... no Checking for X11 headers presence ... yes (using /usr/include) Checking for X11 ... no (check if the dev(el) packages are installed) Checking for DPMS ... no Checking for Xv ... no Checking for XvMC ... no Checking for Xinerama ... no Checking for Xxf86vm ... no Checking for XF86keysym ... no Checking for DGA ... no Checking for OpenGL ... no Checking for /dev/mga_vid ... no Checking for xmga ... no Checking for GGI ... no Checking for GGI extension: libggiwmh ... no Checking for AA ... no Checking for CACA ... no Checking for SVGAlib ... no Checking for FBDev ... yes Checking for DVB ... no Checking for DVB HEAD ... yes Checking for PNG support ... yes Checking for JPEG support ... yes Checking for PNM support ... yes Checking for GIF support ... yes Checking for broken giflib workaround ... disabled Checking for VESA support ... no Checking for SDL ... yes (using sdl-config) Checking for NAS ... yes Checking for DXR2 ... no Checking for DXR3/H+ ... yes Checking for IVTV TV-Out ... no Checking for libfame ... no (no libfame dir) Checking for OSS Audio ... yes Checking for aRts ... yes Checking for EsounD ... yes Checking for esd_get_latency() ... yes Checking for Polyp ... no Checking for JACK ... no Checking for OpenAL ... no Checking for ALSA audio ... yes (using alsa 1.0.x and alsa/asoundlib.h) Checking for Sun audio ... no Checking for VCD support ... yes Checking for DVD support (libdvdnav) ... no Checking for DVD support (libmpdvdkit2) ... yes Checking for DVD support (libdvdread) ... no (disabled by libmpdvdkit2) Checking for cdparanoia ... yes Checking for libcdio ... auto (using cdparanoia) Checking for bitmap font support ... yes Checking for freetype >= 2.0.9 ... yes Checking for fontconfig ... no Checking for SSA/ASS support ... yes Checking for fribidi with charsets ... yes Checking for ENCA ... no Checking for zlib ... yes Checking for RTC ... yes Checking for external liblzo support ... yes Checking for mad support ... yes Checking for Toolame ... no Checking for Twolame ... no Checking for OggVorbis support ... yes (internal Tremor) Checking for libspeex (version >= 1.1 required) ... yes Checking for OggTheora support ... yes Checking for mp3lib support ... yes Checking for liba52 support ... yes Checking for libdts support ... yes Checking for libmpeg2 support ... yes Checking for libmpcdec (musepack, version >= 1.2.1 required) ... yes Checking for FAAC (AAC encoder) support ... yes Checking for FAAD2 (AAC) support ... yes (internal floating-point) Checking for LADSPA plugin support ... yes Checking for Win32 codec DLL support ... yes (using /usr/lib/codecs) Checking for Win32 loader support ... yes Checking for XAnim DLL ... no (no suitable directory found - see DOCS/HTML/en/codecs.html) Checking for RealPlayer DLL ... yes (using /usr/lib/codecs) Checking for LIVE555 Streaming Media libraries ... yes (using distribution version) Checking for FFmpeg libavutil (static) ... yes Checking for FFmpeg libavcodec (static) ... yes Checking for FFmpeg libavformat (static) ... yes Checking for FFmpeg libpostproc (static) ... yes Checking for md5sum support ... yes Checking for AMR narrowband ... no Checking for AMR narrowband, fixed point ... no Checking for AMR wideband ... no Checking for libdv-0.9.5+ ... yes Checking for zr ... no Checking for bl ... no Checking for XviD ... yes Checking for XviD two pass plugin ... yes Checking for DivX4 compatibility in XviD ... no Checking for x264 ... yes Checking for nut ... no Checking for libmp3lame (for mencoder) ... yes Checking for mencoder ... yes Checking for fastmemcpy ... yes Checking for UniquE RAR File Library ... yes Checking for TV interface ... yes Checking for Video 4 Linux TV interface ... yes Checking for Video 4 Linux 2 TV interface ... yes Checking for Radio interface ... no Checking for Capture for Radio interface ... no Checking for Video 4 Linux 2 Radio interface ... no Checking for Video 4 Linux Radio interface ... no Checking for Video 4 Linux 2 MPEG PVR interface ... yes Checking for audio select() ... yes Checking for network ... yes Checking for ftp ... yes Checking for vstream client ... no Checking for byte order ... little-endian Checking for OSD menu ... no Checking for QuickTime codecs ... yes Checking for Subtitles sorting ... yes Checking for XMMS inputplugin support ... no Checking for inet6 ... yes Checking for gethostbyname2 ... yes Checking for GUI ... yes Error: X11 support required for GUI compilation. Check "configure.log" if you do not understand why it failed. From Reimar.Doeffinger at stud.uni-karlsruhe.de Tue Sep 4 11:41:51 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Tue, 4 Sep 2007 11:41:51 +0200 Subject: [MPlayer-users] Is there anyway I can compile mplayer with configuration option "--enable-gui" and "--enable-static" In-Reply-To: <000401c7eed3$8dd560b0$b704150a@nnmlarry> References: <000401c7eed3$8dd560b0$b704150a@nnmlarry> Message-ID: <20070904094151.GA5653@1und1.de> Hello, On Tue, Sep 04, 2007 at 05:11:18PM +0800, ??? wrote: > I have tried to ./configure mplayer with option --enable-gui and --enable-static, but always failed > to, even I have install all the packages needed. I have done apt-get build-dep mplayer on my debian > PC. > > I can't handle this, help..., thanks. > The following is the brief one: [...] > cc -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -I/usr/include > -static -o /tmp/mplayer-conf-23168-20593.o /tmp/mplayer-con f-2510-20593.c -lXext -lX11 -lpthread you must add -lXau -lXdmcp for static linking these days... Greetings, Reimar D?ffinger From n.coelho at netia.com Tue Sep 4 11:51:03 2007 From: n.coelho at netia.com (Nelson COELHO) Date: Tue, 4 Sep 2007 11:51:03 +0200 Subject: [MPlayer-users] Always extracting first frame, position seems to be ignored... Message-ID: Hello, I am new here, excuse if my question is out of purpose. Well, I'm trying to get an image at a given position but MPLayer always extract first frame of the video... Do you know what is wrong ? I'm using MPlayer 1.0pre8-3.4.2 on Windows XP 32 bits. Here is the commandline : mplayer -ss 00:20:00 -vo jpeg -frames 1 "c:\temp\mplayerTools\avi_sample.avi" mplayer should extract frame at 20 seconds, isn'it ? But I get the frame of the beginning of the video... I've tried on a mov, it's the same thing. Do you know what is wrong ? Thank you for your help ! Nelson From cehoyos at ag.or.at Tue Sep 4 11:57:33 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Tue, 4 Sep 2007 09:57:33 +0000 (UTC) Subject: [MPlayer-users] How can I set the cache size and min cache Cache size and min cache fill for mplayer References: Message-ID: jerry zhao gmail.com> writes: > Sorry, I use live555 to stream audio and video. Mplayer is used to receive > streamed auido and video. Then please output your command line and MPlayers complete output. > >*Sorry, you can't play the stream if your network connection is too slow. > *>*(And there is no way to set the buffer if you are using live555) > * > The network is LAN. So the network connection is fast enough. But > there exists jitter. That surprises me: Does pausing playback for a moment help? > So I want to use the cache in > order to play back the video more smoothly. > I used the parameter "-cache xx -cache-min xx". But it does't work. To quote myself: "there is no way to set the buffer if you are using live555" Meaning: If MPlayer uses the live555 library to receive the stream, buffer size cannot be set. Allow me to add that it seems you tried none of the two suggestions I made before. Carl Eugen From saurabhsinghvi at gmail.com Tue Sep 4 12:32:21 2007 From: saurabhsinghvi at gmail.com (Saurabh Singhvi) Date: Tue, 4 Sep 2007 16:02:21 +0530 Subject: [MPlayer-users] Generating film strips In-Reply-To: <1850.68.118.33.152.1188692899.squirrel@dekorte.homeip.net> References: <46D8AE3C.5040006@gmail.com> <46D9AEAB.60706@gmail.com> <1850.68.118.33.152.1188692899.squirrel@dekorte.homeip.net> Message-ID: <3d50bf810709040332of9d15e0ud2f19c420580e926@mail.gmail.com> On 9/2/07, Kevin DeKorte wrote: > > >> #!/bin/bash > >> > >> mplayer -nosound -ao null -vo png -benchmark -vf framestep=1000 "$1" > >> mogrify -thumbnail 250x250 00*.png > >> montage 00*.png -geometry +3+3 -frame 4 -shadow -tile 3x3 > $1.preview.jpg > > > > Nice one, do you have a safe way of calculating the framestep? > > > Have you tried 'nailer' it is a C program that creates a preview of a > media file with film strip borders. You can get nailer from > http://dekorte.homeip.net/download > > Kevin > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > ffmpeg-php is probably what you are looking for. From inverseparadox at comcast.net Tue Sep 4 12:50:40 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Tue, 04 Sep 2007 06:50:40 -0400 Subject: [MPlayer-users] Always extracting first frame, position seems to be ignored... In-Reply-To: References: Message-ID: <46DD3880.6010402@comcast.net> Nelson COELHO wrote: > Hello, > > I am new here, excuse if my question is out of purpose. > > Well, I'm trying to get an image at a given position but MPLayer > always extract first frame of the video... > > Do you know what is wrong ? I'm using MPlayer 1.0pre8-3.4.2 on > Windows XP 32 bits. What is wrong is that you are using a highly outdated version of MPlayer. There is an official release more recent than 1.0pre8; for that matter, it is recommended to use the latest development version rather than the official release. > Here is the commandline : > > mplayer -ss 00:20:00 -vo jpeg -frames 1 "c:\temp\mplayerTools\avi_sample.avi" > > mplayer should extract frame at 20 seconds, isn'it ? But I get the > frame of the beginning of the video... For a long time, there was a bug such that MPlayer would always give the first frame of the movie first. If you use '-frames 2', then you should get the first frame of the movie and the frame at 20 seconds. This bug has, I seem to recall, been fixed. However, I do not think that the fix was long enough ago that it would be included in the most recent official release, 1.0rc1. If you want the fix (and many other improvements!), you will need to obtain a copy of the latest development source tree and compile it yourself. This will also help you if you want to get help with MPlayer or MEncoder on these mailing lists. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From n.coelho at netia.com Tue Sep 4 15:04:53 2007 From: n.coelho at netia.com (Nelson COELHO) Date: Tue, 4 Sep 2007 15:04:53 +0200 Subject: [MPlayer-users] Always extracting first frame, position seems to be ignored... References: <46DD3880.6010402@comcast.net> Message-ID: > Hello, > > I am new here, excuse if my question is out of purpose. > > Well, I'm trying to get an image at a given position but MPLayer > always extract first frame of the video... > > Do you know what is wrong ? I'm using MPlayer 1.0pre8-3.4.2 on > Windows XP 32 bits. What is wrong is that you are using a highly outdated version of MPlayer. There is an official release more recent than 1.0pre8; for that matter, it is recommended to use the latest development version rather than the official release. >>> Well, it is because i thought a bug was introduced in last version >>> But it is the same with MPlayer 1.0rc1-3.4.2 version... > Here is the commandline : > > mplayer -ss 00:20:00 -vo jpeg -frames 1 "c:\temp\mplayerTools\avi_sample.avi" > > mplayer should extract frame at 20 seconds, isn'it ? But I get the > frame of the beginning of the video... For a long time, there was a bug such that MPlayer would always give the first frame of the movie first. If you use '-frames 2', then you should get the first frame of the movie and the frame at 20 seconds. This bug has, I seem to recall, been fixed. However, I do not think that the fix was long enough ago that it would be included in the most recent official release, 1.0rc1. If you want the fix (and many other improvements!), you will need to obtain a copy of the latest development source tree and compile it yourself. This will also help you if you want to get help with MPlayer or MEncoder on these mailing lists. >>> Well, the bug seems always here in version 1.0rc1-3.4.2, I hope it is fixed in laterst development source tree but I don't really know how >>>compilation works on win32 environment... >>> Thank you for your help. >>> Nelson From yeyuanqing at ict.ac.cn Tue Sep 4 15:25:24 2007 From: yeyuanqing at ict.ac.cn (=?gb2312?B?0rbUtsfl?=) Date: Tue, 4 Sep 2007 21:25:24 +0800 Subject: [MPlayer-users] Is there anyway I can compile mplayer with configuration option "--enable-gui" and "--enable-static" Message-ID: <000101c7eef7$0cc1d1b0$b704150a@nnmlarry> Interesting, when I compile mplayer with these two options on RHEL AS4, everything is OK, I don'e even have to add -lXau and -lXdmcp lib. but on Debian OS, compile failed, here is the log: X11 -lXau -lXdmcp -lpthread -L/usr/lib -lSDL vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -laudio -lXt -lXext -lX11 -lXau -lXdmcp -lpthread -static libmpcodecs/libmpcodecs.a(ad_realaud.o): In function `preinit': ad_realaud.c:(.text+0x3b2): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libSDL.a(SDL_x11dyn.o): In function `XAllocColor': (.text+0x10): multiple definition of `XAllocColor' /usr/lib/libX11.a(GetHColor.o):/build/buildd/libx11-1.1.1/obj-i486-linux-gnu/src/../../src/GetHColor .c:38: first defined here /usr/bin/ld: Warning: size of symbol `XAllocColor' changed from 221 in /usr/lib/libX11.a(GetHColor.o) to 12 in /usr/lib/libSDL.a(SDL_x11dyn.o) /usr/lib/libSDL.a(SDL_x11dyn.o): In function `XChangeProperty': (.text+0x50): multiple definition of `XChangeProperty' /usr/lib/libX11.a(ChProp.o):/build/buildd/libx11-1.1.1/obj-i486-linux-gnu/src/../../src/ChProp.c:44: first defined here /usr/bin/ld: Warning: size of symbol `XChangeProperty' changed from 977 in /usr/lib/libX11.a(ChProp. o) to 12 in /usr/lib/libSDL.a(SDL_x11dyn.o) >Hello, >On Tue, Sep 04, 2007 at 05:11:18PM +0800, ??? wrote: >> I have tried to ./configure mplayer with option --enable-gui and >> --enable-static, but always failed to, even I have install all the >> packages needed. I have done apt-get build-dep mplayer on my debian PC. >> >> I can't handle this, help..., thanks. >> The following is the brief one: [...] >> cc -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math >> -fomit-frame-pointer -I/usr/include -static -o >> /tmp/mplayer-conf-23168-20593.o /tmp/mplayer-con f-2510-20593.c >> -lXext >> -lX11 -lpthread >you must add -lXau -lXdmcp for static linking these days... Greetings, Reimar D?ffinger From cooleyr at gmail.com Tue Sep 4 16:48:28 2007 From: cooleyr at gmail.com (RC) Date: Tue, 04 Sep 2007 07:48:28 -0700 Subject: [MPlayer-users] Encoding performances In-Reply-To: <200709040819.13116.lucio@sulweb.org> References: <200709031705.25002.lucio@sulweb.org> <20070903200554.GA5332@1und1.de> <20070903220730.3d15b2c5.cooleyr@gmail.com> <200709040819.13116.lucio@sulweb.org> Message-ID: <20070904074828.77d1b349.cooleyr@gmail.com> On Tue, 4 Sep 2007 08:19:12 +0200 Lucio Crusca wrote: > Are you suggesting that on a Via C7 I'm better off with Xine than > mplayer? For playback, particularly MPEG-4 playback performance, you are better off with VIA's (unichrome-patched) fork of Xine. I don't believe the changes have made it back into vanilla Xine, but I could be wrong. From cooleyr at gmail.com Tue Sep 4 16:52:40 2007 From: cooleyr at gmail.com (RC) Date: Tue, 04 Sep 2007 07:52:40 -0700 Subject: [MPlayer-users] Always extracting first frame, position seems to be ignored... In-Reply-To: References: Message-ID: <20070904075240.0b527690.cooleyr@gmail.com> On Tue, 4 Sep 2007 11:51:03 +0200 "Nelson COELHO" wrote: > mplayer -ss 00:20:00 -vo jpeg -frames 1 > "c:\temp\mplayerTools\avi_sample.avi" > mplayer should extract frame at 20 seconds, isn'it ? But I get the > frame of the beginning of the video... Seeking takes a few frames. Just discard the first few. From openworld at uralweb.ru Tue Sep 4 18:23:14 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Tue, 4 Sep 2007 22:23:14 +0600 Subject: [MPlayer-users] SVN compiling problem - resolved! References: Message-ID: <006501c7ef0f$ec030fc0$1854000a@bibika> John Brown wrote: > You can generate your output in a more useful format with: > make > make.txt 2>&1 Here is it: http://home.bokovikov.com/mplayer/mplayer-logs.zip Could you check it? > Something has gone wrong there. If you really want to find out what, you > can > run 'bash -x make > make.txt 2>&1'. I can't do it for some reason... I've got an error: "mingw/bin/make: cannot execute binary file" What it could mean? > 1) Download and install (configure --enable-static --disable-shared > --prefix=) > libxml2-2.6.27 > libxslt-1.1.20 Have found them. That's OK. Though yet not installed them because of the below: > 2) Download docbook-xml-4.1.2. The only reference I've found leads to some file "docbookx412.tgz". Is it what I need? Also there is a link to some "docbook stylesheets". Should I install it too? Could anybody give me the direct link to the correct docbook's files? > Listing only the versions that are more recent than yours: > libvorbis-1.2.0 > libtheora-1.0-alpha7 I had a problem with theora alpha 7. A message appears, reporting an error of some type redeclaration (don't remember now it exactly), which is originally defined in libvorbis 1.1.2. Had you any issues with libvorbis 1.2.0 + libtheora alpha7? Also, (as you can see in my log, pointed above), theora and live are disabled for some reason. Why? JonY wrote: > Many of your libs are configured with --disable-shared. Have you > considered using shared libs? I don't need DLL's because I use MEncoder in another project. I use it not only for myself. > A bit OT, but how did you managed to get libregif? All I got was 404s, > even going through TOR didn't help. Can you post it on a mirror? It was done a couple of months ago... Nevertheless you can find it here: http://home.bokovikov.com/mplayer/libs/ Thanks to all! Best regards, Alex From Reimar.Doeffinger at stud.uni-karlsruhe.de Tue Sep 4 18:51:09 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Tue, 4 Sep 2007 18:51:09 +0200 Subject: [MPlayer-users] Encoding performances In-Reply-To: <20070904074828.77d1b349.cooleyr@gmail.com> References: <200709031705.25002.lucio@sulweb.org> <20070903200554.GA5332@1und1.de> <20070903220730.3d15b2c5.cooleyr@gmail.com> <200709040819.13116.lucio@sulweb.org> <20070904074828.77d1b349.cooleyr@gmail.com> Message-ID: <20070904165109.GA26030@1und1.de> Hello, On Tue, Sep 04, 2007 at 07:48:28AM -0700, RC wrote: > On Tue, 4 Sep 2007 08:19:12 +0200 > Lucio Crusca wrote: > > > Are you suggesting that on a Via C7 I'm better off with Xine than > > mplayer? > > For playback, particularly MPEG-4 playback performance, you are better > off with VIA's (unichrome-patched) fork of Xine. I don't believe the > changes have made it back into vanilla Xine, but I could be wrong. There is such a patched version of MPlayer as well, but the problems are (unless something changed): 1) It is a heavily outdated version 2) The patches were never properly reviewed which usually means they are quite buggy 3) The acceleration libs via uses only work as root, so you have to use MPlayer as root. Greetings, Reimar D?ffinger From inverseparadox at comcast.net Tue Sep 4 18:51:18 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Tue, 04 Sep 2007 12:51:18 -0400 Subject: [MPlayer-users] Always extracting first frame, position seems to be ignored... In-Reply-To: References: <46DD3880.6010402@comcast.net> Message-ID: <46DD8D06.4030306@comcast.net> (Ugly reverse-indentation quoting fixed by hand. Please quote correctly in the future.) Nelson COELHO wrote: [that the Wanderer wrote:] >>> Hello, >>> >>> I am new here, excuse if my question is out of purpose. >>> >>> Well, I'm trying to get an image at a given position but MPLayer >>> always extract first frame of the video... >>> >>> Do you know what is wrong ? I'm using MPlayer 1.0pre8-3.4.2 on >>> Windows XP 32 bits. >> >> What is wrong is that you are using a highly outdated version of >> MPlayer. There is an official release more recent than 1.0pre8; for >> that matter, it is recommended to use the latest development >> version rather than the official release. > > Well, it is because i thought a bug was introduced in last version > But it is the same with MPlayer 1.0rc1-3.4.2 version... As noted, 1.0rc1 is itself comparatively ancient (more than six months old last time I looked, which was a while ago), and the fix if any would be more recent than that. >>> Here is the commandline : >>> >>> mplayer -ss 00:20:00 -vo jpeg -frames 1 >>> "c:\temp\mplayerTools\avi_sample.avi" >>> >>> mplayer should extract frame at 20 seconds, isn'it ? But I get >>> the frame of the beginning of the video... >> >> For a long time, there was a bug such that MPlayer would always >> give the first frame of the movie first. If you use '-frames 2', >> then you should get the first frame of the movie and the frame at >> 20 seconds. Have you tried this workaround? >> This bug has, I seem to recall, been fixed. However, I do not think >> that the fix was long enough ago that it would be included in the >> most recent official release, 1.0rc1. If you want the fix (and many >> other improvements!), you will need to obtain a copy of the latest >> development source tree and compile it yourself. This will also >> help you if you want to get help with MPlayer or MEncoder on these >> mailing lists. > > Well, the bug seems always here in version 1.0rc1-3.4.2, I hope it is > fixed in laterst development source tree but I don't really know how > compilation works on win32 environment... I'm not intuitively familiar with it myself, since I've had no particular reason to actually do it, but with a sufficiently up-to-date installation of MinGW/MSYS and/or Cygwin it should be fairly close to the same as compiling it under Linux. There exists a HOWTO on compiling MPlayer under MinGW, but as has recently been noted hereabouts it is apparently somewhat out of date. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From 10walls at gmail.com Tue Sep 4 20:02:05 2007 From: 10walls at gmail.com (JonY) Date: Wed, 05 Sep 2007 02:02:05 +0800 Subject: [MPlayer-users] SVN compiling problem - resolved! In-Reply-To: <006501c7ef0f$ec030fc0$1854000a@bibika> References: <006501c7ef0f$ec030fc0$1854000a@bibika> Message-ID: <46DD9D9D.8020906@gmail.com> Alexander Bokovikov wrote: > John Brown wrote: > >> You can generate your output in a more useful format with: >> make > make.txt 2>&1 > > Here is it: > http://home.bokovikov.com/mplayer/mplayer-logs.zip > > Could you check it? > >> Something has gone wrong there. If you really want to find out what, you >> can >> run 'bash -x make > make.txt 2>&1'. > > I can't do it for some reason... I've got an error: > > "mingw/bin/make: cannot execute binary file" > > What it could mean? Bash could not execute make, try 'bash -x make.exe > make.txt 2>&1'. Also are you using Vista by any chance? The mingw installer recomends not placing make.exe under mingw, put it under msys instead. > >> 1) Download and install (configure --enable-static --disable-shared >> --prefix=) >> libxml2-2.6.27 >> libxslt-1.1.20 > > Have found them. That's OK. Though yet not installed them because of the > below: > >> 2) Download docbook-xml-4.1.2. > > The only reference I've found leads to some file "docbookx412.tgz". Is it > what I need? Also there is a link to some "docbook stylesheets". Should I > install it too? Could anybody give me the direct link to the correct > docbook's files? > I'm not really familiar with docbook, I'm still having problems getting it to work under mingw. The Cygwin version works without any problems, just fire up cygwin bash and build the docbooks from there. >> Listing only the versions that are more recent than yours: >> libvorbis-1.2.0 >> libtheora-1.0-alpha7 > > I had a problem with theora alpha 7. A message appears, reporting an error > of some type redeclaration (don't remember now it exactly), which is > originally defined in libvorbis 1.1.2. Had you any issues with libvorbis > 1.2.0 + libtheora alpha7? Hi, I removed "typedef unsigned long int ogg_uint64_t;" from lib/dsp.h to make it compile with ogg. Did you do the same? > > Also, (as you can see in my log, pointed above), theora and live are > disabled for some reason. Why? > You put the whole live555 dir as /usr/local/live. More info here: http://www.live555.com/mplayer/ You may add --with-extraincdir=/path/to/live555 if the above does not solve your problem. About the missing libtheora, for some reason configure did not pass -logg to gcc while testing linking to libtheora. Earlier header checks did not even specify libtheora. gcc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i486 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -Ic:/mingw/include/freetype2 -Ic:/mingw/include -static -lwinmm -lws2_32 -liconv -lpng -lz -ljpeg -lungif -Lc:/mingw/lib -lfreetype -lz -lopengl32 -lgdi32 -lgdi32 -lwinmm -lgdi32 -o /tmp/mplayer-conf-24858-940 /tmp/mplayer-conf-2620-940.c C:/DOCUME~1/Alex/LOCALS~1/Temp/ccW0aaaa.o:mplayer-conf-2620-940.c:(.text+0x22): undefined reference to `theora_info_init' C:/DOCUME~1/Alex/LOCALS~1/Temp/ccW0aaaa.o:mplayer-conf-2620-940.c:(.text+0x2d): undefined reference to `theora_comment_init' ... ... gcc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i486 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -Ic:/mingw/include/freetype2 -Ic:/mingw/include -static -lwinmm -lws2_32 -liconv -lpng -lz -ljpeg -lungif -Lc:/mingw/lib -lfreetype -lz -lopengl32 -lgdi32 -lgdi32 -lwinmm -lgdi32 -o /tmp/mplayer-conf-24858-940 /tmp/mplayer-conf-2620-940.c -ltheora c:/mingw/lib\libtheora.a(libtheora_la-toplevel.o):toplevel.c:(.text+0x8e): undefined reference to `oggpackB_read' c:/mingw/lib\libtheora.a(libtheora_la-toplevel.o):toplevel.c:(.text+0xc3): undefined reference to `oggpackB_read' c:/mingw/lib\libtheora.a(libtheora_la-toplevel.o):toplevel.c:(.text+0x221): undefined reference to `oggpackB_read' ... ... ... You don't seem to have pkg-config, mplayer configure seems to make use of it for some of its autodetect routine. pkg-config makes checking for appropriate cflags and library dependency detection easy. pkg-config can be found here. http://www.gimp.org/~tml/gimp/win32/downloads.html Put pkg-config.exe in your /mingw/bin dir. It requires the dlls from glib-2.12.13.zip and gettext-0.14.5.zip. You only need these runtime packages. After that try recompiling libtheora, which also uses pkg-config so it finds libogg. Test libtheora by using the following command. $ pkg-config --libs theora It should return something like this. -Lc:/mingw/lib -ltheora -logg If it returns Package theora was not found in the pkg-config search path. Perhaps you should add the directory containing `theora.pc' to the PKG_CONFIG_PATH environment variable. set the PKG_CONFIG_PATH to point to your libtheora install prefix libdir/pkgconfig, eg /mingw/lib/pkgconfig. > JonY wrote: > >> Many of your libs are configured with --disable-shared. Have you >> considered using shared libs? > > I don't need DLL's because I use MEncoder in another project. I use it not > only for myself. Well, its fine either way. Building a dll requires all undefined symbols to be resolved at compile time, ensuring the compile phase went correctly, all symbols expected from a library package is present and usable. Using dlls may cause further complications such as relocation address and base addresses, etc. You can always remove the corresponding lib*.dll.a files so only static .a libs are used. > >> A bit OT, but how did you managed to get libregif? All I got was 404s, >> even going through TOR didn't help. Can you post it on a mirror? > > It was done a couple of months ago... Nevertheless you can find it here: > http://home.bokovikov.com/mplayer/libs/ Thank you very much for the mirror!! Hope I can help. > > Thanks to all! > > Best regards, > Alex > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From johnbrown105 at hotmail.com Tue Sep 4 20:03:37 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Tue, 04 Sep 2007 14:03:37 -0400 Subject: [MPlayer-users] SVN compiling problem - resolved! In-Reply-To: <006501c7ef0f$ec030fc0$1854000a@bibika> Message-ID: Alexander Bokovikov wrote: >John Brown wrote: > >>You can generate your output in a more useful format with: >>make > make.txt 2>&1 > >Here is it: >http://home.bokovikov.com/mplayer/mplayer-logs.zip > >Could you check it? > >>Something has gone wrong there. If you really want to find out what, you >>can >>run 'bash -x make > make.txt 2>&1'. > >I can't do it for some reason... I've got an error: > >"mingw/bin/make: cannot execute binary file" > >What it could mean? My mistake. That option is for running scripts, and make is not a script. Look at the Makefile and see what it is trying to do. In my Makefile (Jul-10-2007), I have: # rebuild at every config.h/config.mak/Makefile change: version.h: config.h config.mak Makefile ./version.sh `$(CC) -dumpversion` CC shoud be equal to gcc, so type the following at the command line: bash -x ./version.sh `gcc -dumpversion` and you should get a better idea about what it is trying to do. On my system, I get the following output: $ bash -x ./version.sh + test '' ++ LC_ALL=C ++ svn info ++ grep Revision ++ cut '-d ' -f2 + svn_revision=24064 + test 24064 + test 24064 + test 24064 + NEW_REVISION='#define VERSION "dev-SVN-r24064"' ++ cat version.h + OLD_REVISION='#define VERSION "dev-SVN-r24064-4.2.1-sjlj" #define MP_TITLE "MPlayer dev-SVN-r24064-4.2.1-sjlj (C) 2000-2007 MPlayer Team"' + TITLE='#define MP_TITLE "MPlayer dev-SVN-r24064 (C) 2000-2007 MPlayer Team"' + test '#define VERSION "dev-SVN-r24064"' '!=' '#define VERSION "dev-SVN-r24064- 4.2.1-sjlj" #define MP_TITLE "MPlayer dev-SVN-r24064-4.2.1-sjlj (C) 2000-2007 MPlayer Team"' + echo '#define VERSION "dev-SVN-r24064"' + echo '#define MP_TITLE "MPlayer dev-SVN-r24064 (C) 2000-2007 MPlayer Team"' Since you are having problems, I won't try to compile the current svn right now, although I suppose that I could easily revert to my working version. > >>1) Download and install (configure --enable-static --disable-shared >>--prefix=) >>libxml2-2.6.27 >>libxslt-1.1.20 > >Have found them. That's OK. Though yet not installed them because of the >below: > >>2) Download docbook-xml-4.1.2. > >The only reference I've found leads to some file "docbookx412.tgz". Is it >what I need? I think so. > Also there is a link to some "docbook stylesheets". Should I install it >too? I think that the stylesheets are in docbook-xsl-xxx > >>Listing only the versions that are more recent than yours: >>libvorbis-1.2.0 >>libtheora-1.0-alpha7 > >I had a problem with theora alpha 7. A message appears, reporting an error >of some type redeclaration (don't remember now it exactly), which is >originally defined in libvorbis 1.1.2. Had you any issues with libvorbis >1.2.0 + libtheora alpha7? Good question. If I encountered that error, I may have "fixed" it by using #ifdef or something, but I don't remember. > >Also, (as you can see in my log, pointed above), theora and live are >disabled for some reason. Why? Perhaps you did not follow exactly the instructions for installing LIVE555. It is explained here: http://www.live555.com/mplayer/ Also from the log, I see that configure was looking for LIVE in -Ic:/mingw/include/freetype2/liveMedia/include As for theora, you said that you had a problem with theora, so if theora was not built, then naturally support for theora will be disabled. _________________________________________________________________ It?s the Windows Live? Hotmail? you love ? on your phone! http://www.windowsmobile.com/hotmailmobile?ocid=MobileHMTagline_2 From defsyn at gmail.com Tue Sep 4 20:43:46 2007 From: defsyn at gmail.com (Henry Garcia) Date: Tue, 4 Sep 2007 14:43:46 -0400 Subject: [MPlayer-users] Is there anyway I can compile mplayer with configuration option "--enable-gui" and "--enable-static" In-Reply-To: <000101c7eef7$0cc1d1b0$b704150a@nnmlarry> References: <000101c7eef7$0cc1d1b0$b704150a@nnmlarry> Message-ID: On 9/4/07, ??? wrote: > > Interesting, when I compile mplayer with these two options on RHEL AS4, > everything is OK, I don'e > even have to add -lXau and -lXdmcp lib. > but on Debian OS, compile failed, here is the log: Try adding --enable-menu Don't know why, but leaving that out seems to keep it from working. Try DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary Should build your own debian package Hank _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From jack.delbert at gmail.com Tue Sep 4 21:00:26 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Tue, 4 Sep 2007 15:00:26 -0400 Subject: [MPlayer-users] dvdnav documentation? Message-ID: Is there any documentation for usage, compile options, configuration files or such like for the dvdnav option? Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From nicola_sabbi at fastwebnet.it Tue Sep 4 21:22:20 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Tue, 04 Sep 2007 21:22:20 +0200 Subject: [MPlayer-users] dvdnav documentation? In-Reply-To: References: Message-ID: <46DDB06C.8000605@fastwebnet.it> Jack Smith wrote: >Is there any documentation for usage, compile options, configuration >files or such like for the dvdnav option? > >Thanks, >Jack > > > docs/tech/dvdnav-howto.txt From jack.delbert at gmail.com Tue Sep 4 21:45:40 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Tue, 4 Sep 2007 15:45:40 -0400 Subject: [MPlayer-users] dvdnav documentation? In-Reply-To: <46DDB06C.8000605@fastwebnet.it> References: <46DDB06C.8000605@fastwebnet.it> Message-ID: On 9/4/07, Nico Sabbi wrote: > Jack Smith wrote: > > >Is there any documentation for usage, compile options, configuration > >files or such like for the dvdnav option? > > > >Thanks, > >Jack > > > > > > > docs/tech/dvdnav-howto.txt Sorry, where do I go to find this? Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From poirierg at gmail.com Tue Sep 4 21:51:15 2007 From: poirierg at gmail.com (Guillaume POIRIER) Date: Tue, 4 Sep 2007 21:51:15 +0200 Subject: [MPlayer-users] dvdnav documentation? In-Reply-To: References: <46DDB06C.8000605@fastwebnet.it> Message-ID: <4e03026a0709041251r1a7b2b7ah5fff1f0c5898003@mail.gmail.com> Hi, On 9/4/07, Jack Smith wrote: > On 9/4/07, Nico Sabbi wrote: > > Jack Smith wrote: > > > > >Is there any documentation for usage, compile options, configuration > > >files or such like for the dvdnav option? > > > > > >Thanks, > > >Jack > > > > > > > > > > > docs/tech/dvdnav-howto.txt > > Sorry, where do I go to find this? MPlayer source tree; such as here: http://svn.mplayerhq.hu/mplayer/trunk/DOCS/tech/dvdnav-howto.txt?view=markup -- A soldier will fight long and hard for a bit of colored ribbon. -- Napoleon Bonaparte From heuving at gmx.de Wed Sep 5 08:00:34 2007 From: heuving at gmx.de (Thomas Heuving) Date: Wed, 5 Sep 2007 08:00:34 +0200 Subject: [MPlayer-users] dvdnav documentation? References: <46DDB06C.8000605@fastwebnet.it> <4e03026a0709041251r1a7b2b7ah5fff1f0c5898003@mail.gmail.com> Message-ID: <29t1r4-v1l.ln1@ID-32009.user.uni-berlin.de> Guillaume POIRIER schrieb am Tue, 4 Sep 2007 21:51:15 +0200: > Hi, > > On 9/4/07, Jack Smith wrote: >> On 9/4/07, Nico Sabbi wrote: >> > Jack Smith wrote: >> > >> > >Is there any documentation for usage, compile options, configuration ^^^^^ ^^^^^^^^^^ >> > >files or such like for the dvdnav option? > http://svn.mplayerhq.hu/mplayer/trunk/DOCS/tech/dvdnav-howto.txt?view=markup This answers how to compile it, but I would also be interested in the other things he asked for. I did'nt bother to install dvdnav because I couldn't find any info on it's usage and configuration. Tsch?? -- Thomas Heuving From Nicola.Sabbi at poste.it Wed Sep 5 09:40:44 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Wed, 05 Sep 2007 09:40:44 +0200 Subject: [MPlayer-users] dvdnav documentation? In-Reply-To: <29t1r4-v1l.ln1@ID-32009.user.uni-berlin.de> References: <46DDB06C.8000605@fastwebnet.it> <4e03026a0709041251r1a7b2b7ah5fff1f0c5898003@mail.gmail.com> <29t1r4-v1l.ln1@ID-32009.user.uni-berlin.de> Message-ID: <46DE5D7C.3080907@poste.it> Thomas Heuving wrote: >This answers how to compile it, but I would also be interested >in the other things he asked for. I did'nt bother to install >dvdnav because I couldn't find any info on it's usage and >configuration. > >Tsch?? > > there's nothing to configure: you just have to run mplayer with -mouse-movements to enable the item selection by means of the mouse, or just leave it always set in your config file: ~/.mplayer/config mouse-movements=1 As for the rest dvdnav:// will accept -alang and -slang like dvd:// From openworld at uralweb.ru Wed Sep 5 16:43:49 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Wed, 5 Sep 2007 20:43:49 +0600 Subject: [MPlayer-users] SVN compiling problem - resolved! References: Message-ID: <00d701c7efcb$2d796b00$1854000a@bibika> John Brown wrote: > bash -x ./version.sh `gcc -dumpversion` > and you should get a better idea about what it is trying to do. On my > system, I get the following output: > > $ bash -x ./version.sh > + test '' > ++ LC_ALL=C > ++ svn info > ++ grep Revision > ++ cut '-d ' -f2 > + svn_revision=24064 > + test 24064 > + test 24064 > + test 24064 > + NEW_REVISION='#define VERSION "dev-SVN-r24064"' > ++ cat version.h > + OLD_REVISION='#define VERSION "dev-SVN-r24064-4.2.1-sjlj" > #define MP_TITLE "MPlayer dev-SVN-r24064-4.2.1-sjlj (C) 2000-2007 MPlayer > Team"' > > + TITLE='#define MP_TITLE "MPlayer dev-SVN-r24064 (C) 2000-2007 MPlayer > Team"' > + test '#define VERSION "dev-SVN-r24064"' '!=' '#define VERSION > "dev-SVN-r24064- > 4.2.1-sjlj" > #define MP_TITLE "MPlayer dev-SVN-r24064-4.2.1-sjlj (C) 2000-2007 MPlayer > Team"' > > + echo '#define VERSION "dev-SVN-r24064"' > + echo '#define MP_TITLE "MPlayer dev-SVN-r24064 (C) 2000-2007 MPlayer > Team"' I've got this: $ bash -x ./version.sh `gcc -dumpversion` + test 3.2.3 + extra=-3.2.3 ++ LC_ALL=C ++ svn info ++ grep Revision ++ cut '-d ' -f2 + svn_revision= + test ++ cd 3.2.3 ./version.sh: line 6: cd: 3.2.3: No such file or directory + svn_revision= + test ++ cd 3.2.3 ./version.sh: line 7: cd: 3.2.3: No such file or directory + svn_revision= + test + svn_revision=UNKNOWN + NEW_REVISION='#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' ++ cat version.h + OLD_REVISION='#define VERSION "dev-SVN-rUNKNOWN-3.2.3" #define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 MPlayer Team"' + TITLE='#define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 MPlayer Team"' + test '#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' '!=' '#define VERSION "dev-SVN-rUNKNOWN-3.2.3" #define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 MPlayer Team"' + echo '#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' + echo '#define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 MPlayer Team"' Assuming that "3.2.3" is my gcc version, I can suppose that something is wrong in gcc version. What version is correct now? > I removed "typedef unsigned long int ogg_uint64_t;" from lib/dsp.h to > make it compile with ogg. Did you do the same? I've done it and now it goes upto the end, but some errors appear: dump_video.o:dump_video.c:(.text+0xb45): undefined reference to `gettimeofday' dump_video.o:dump_video.c:(.text+0xb63): undefined reference to `gettimeofday' dump_video.o:dump_video.c:(.text+0xb6d): undefined reference to `gettimeofday' What could be the reason? Thanks. From 10walls at gmail.com Wed Sep 5 16:59:51 2007 From: 10walls at gmail.com (JonY) Date: Wed, 05 Sep 2007 22:59:51 +0800 Subject: [MPlayer-users] SVN compiling problem - resolved! In-Reply-To: <00d701c7efcb$2d796b00$1854000a@bibika> References: <00d701c7efcb$2d796b00$1854000a@bibika> Message-ID: <46DEC467.3020209@gmail.com> Alexander Bokovikov wrote: > John Brown wrote: > >> bash -x ./version.sh `gcc -dumpversion` >> and you should get a better idea about what it is trying to do. On my >> system, I get the following output: >> >> $ bash -x ./version.sh >> + test '' >> ++ LC_ALL=C >> ++ svn info >> ++ grep Revision >> ++ cut '-d ' -f2 >> + svn_revision=24064 >> + test 24064 >> + test 24064 >> + test 24064 >> + NEW_REVISION='#define VERSION "dev-SVN-r24064"' >> ++ cat version.h >> + OLD_REVISION='#define VERSION "dev-SVN-r24064-4.2.1-sjlj" >> #define MP_TITLE "MPlayer dev-SVN-r24064-4.2.1-sjlj (C) 2000-2007 MPlayer >> Team"' >> >> + TITLE='#define MP_TITLE "MPlayer dev-SVN-r24064 (C) 2000-2007 MPlayer >> Team"' >> + test '#define VERSION "dev-SVN-r24064"' '!=' '#define VERSION >> "dev-SVN-r24064- >> 4.2.1-sjlj" >> #define MP_TITLE "MPlayer dev-SVN-r24064-4.2.1-sjlj (C) 2000-2007 MPlayer >> Team"' >> >> + echo '#define VERSION "dev-SVN-r24064"' >> + echo '#define MP_TITLE "MPlayer dev-SVN-r24064 (C) 2000-2007 MPlayer >> Team"' > > I've got this: > > $ bash -x ./version.sh `gcc -dumpversion` > + test 3.2.3 > + extra=-3.2.3 > ++ LC_ALL=C > ++ svn info > ++ grep Revision > ++ cut '-d ' -f2 > + svn_revision= > + test > ++ cd 3.2.3 > ./version.sh: line 6: cd: 3.2.3: No such file or directory > + svn_revision= > + test > ++ cd 3.2.3 > ./version.sh: line 7: cd: 3.2.3: No such file or directory > + svn_revision= > + test > + svn_revision=UNKNOWN > + NEW_REVISION='#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' > ++ cat version.h > + OLD_REVISION='#define VERSION "dev-SVN-rUNKNOWN-3.2.3" > #define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 MPlayer > Team"' > + TITLE='#define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 > MPlayer Team"' > + test '#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' '!=' '#define VERSION > "dev-SVN-rUNKNOWN-3.2.3" > #define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 MPlayer > Team"' > + echo '#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' > + echo '#define MP_TITLE "MPlayer dev-SVN-rUNKNOWN-3.2.3 (C) 2000-2007 > MPlayer Team"' > > Assuming that "3.2.3" is my gcc version, I can suppose that something is > wrong in gcc version. What version is correct now? > >> I removed "typedef unsigned long int ogg_uint64_t;" from lib/dsp.h to >> make it compile with ogg. Did you do the same? > > I've done it and now it goes upto the end, but some errors appear: > > dump_video.o:dump_video.c:(.text+0xb45): undefined reference to > `gettimeofday' > dump_video.o:dump_video.c:(.text+0xb63): undefined reference to > `gettimeofday' > dump_video.o:dump_video.c:(.text+0xb6d): undefined reference to > `gettimeofday' > > What could be the reason? > > Thanks. > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > Hi, You can try updating your mingw install with the latest win32api and mingw-runtime. Go to http://sourceforge.net/project/showfiles.php?group_id=2435 and download the following files. w32api-3.10.tar.gz mingw-runtime-3.12.tar.gz Unpack them to C:\mingw. You should probably update gcc to 3.4.2. The new mingw runtime has gettimeofday. Hope that helps. From johnbrown105 at hotmail.com Wed Sep 5 17:59:09 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Wed, 05 Sep 2007 11:59:09 -0400 Subject: [MPlayer-users] SVN compiling problem - resolved! In-Reply-To: <00d701c7efcb$2d796b00$1854000a@bibika> Message-ID: Alexander Bokovikov wrote: >John Brown wrote: > > >> >> > >I've got this: > >$ bash -x ./version.sh `gcc -dumpversion` >+ test 3.2.3 >+ extra=-3.2.3 >++ LC_ALL=C >++ svn info >++ grep Revision >++ cut '-d ' -f2 >+ svn_revision= > Note that svn_revision = . It seems that 'svn info' did not work. If you run 'svn info', what do you get? Is svn in your path? > > and because of that, svn_revision=UNKNOWN >+ svn_revision=UNKNOWN >+ NEW_REVISION='#define VERSION "dev-SVN-rUNKNOWN-3.2.3"' > >Assuming that "3.2.3" is my gcc version, I can suppose that something is >wrong in gcc version. What version is correct now? > >From your logs: >Checking for gcc version ... 3.2.3, ok Your gcc version is OK, although as the other poster said, you need to update the MinGW runtime to get gettimeofday. > >>I removed "typedef unsigned long int ogg_uint64_t;" from lib/dsp.h to >>make it compile with ogg. Did you do the same? >> > >I've done it and now it goes upto the end, but some errors appear: > >dump_video.o:dump_video.c:(.text+0xb45): undefined reference to >`gettimeofday' > _________________________________________________________________ More photos; more messages; more whatever. Windows Live Hotmail - NOW with 5GB storage. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_5G_0907 From defsyn at gmail.com Wed Sep 5 20:45:17 2007 From: defsyn at gmail.com (Henry Garcia) Date: Wed, 5 Sep 2007 14:45:17 -0400 Subject: [MPlayer-users] mplayer mingw dvdnav compilation Message-ID: Seems that aclocal is out of date in mingw. Cygwin's is not that recent; but it works. dvdnav checked out from svn will compile as follows with mingw: (1). Check out the source svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav (2). Change into the source directory and use Cygwin to generate a configure file: ./autogen.sh (3). Run configure, make, and make install as normal from mingw The only problem I encountered was that I had to use make version 3.79.1 to compile the source after running ./configure. make-3.81 gave me errors. From johnbrown105 at hotmail.com Wed Sep 5 23:01:33 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Wed, 05 Sep 2007 17:01:33 -0400 Subject: [MPlayer-users] mplayer mingw dvdnav compilation In-Reply-To: Message-ID: Henry Garcia wrote: > >Seems that aclocal is out of date in mingw. Cygwin's is not that recent; >but >it works. > >dvdnav checked out from svn will compile as follows with mingw: > Wouldn't it be easier/better to update aclocal? _________________________________________________________________ Kick back and relax with hot games and cool activities at the Messenger Caf?. http://www.cafemessenger.com?ocid=TXT_TAGHM_SeptHMtagline1 From defsyn at gmail.com Wed Sep 5 23:30:38 2007 From: defsyn at gmail.com (Henry Garcia) Date: Wed, 5 Sep 2007 17:30:38 -0400 Subject: [MPlayer-users] mplayer mingw dvdnav compilation In-Reply-To: References: Message-ID: > > > Wouldn't it be easier/better to update aclocal? Well, that depends. If you want to download, compile, and install automake (includes aclocal). But if you already have Cygwin ................................... But I wasn't sure that it would compile on MingW. It does. Now have aclocal and automake 1.9 on MingW. > From johnbrown105 at hotmail.com Thu Sep 6 00:12:27 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Wed, 05 Sep 2007 18:12:27 -0400 Subject: [MPlayer-users] mplayer mingw dvdnav compilation In-Reply-To: Message-ID: Henry Garcia wrote: > > > > Wouldn't it be easier/better to update aclocal? > > >Well, that depends. If you want to download, compile, and install automake >(includes aclocal). But if you already have Cygwin >................................... > But if you didn't have Cygwin ... >But I wasn't sure that it would compile on MingW. It does. Now have aclocal >and automake 1.9 on MingW. Automake and friends are scripts, so they are almost bound to work as long as you have perl or whatever it is that runs them. > _________________________________________________________________ Get a FREE small business Web site and more from Microsoft? Office Live! http://clk.atdmt.com/MRT/go/aub0930003811mrt/direct/01/ From zhj.zhao at gmail.com Thu Sep 6 14:33:17 2007 From: zhj.zhao at gmail.com (jerry zhao) Date: Thu, 6 Sep 2007 14:33:17 +0200 Subject: [MPlayer-users] How can I set the cache size and min cache Cache size and min cache fill for mplayer Message-ID: Hello, >To quote myself: "there is no way to set the buffer if you are using live555" >Meaning: If MPlayer uses the live555 library to receive the stream, buffer size >cannot be set. >Allow me to add that it seems you tried none of the two suggestions I made >before. >Carl Eugen sorry Carl, it is my fault. There are problems with the server. The server sent the video not at 25 frames per second. So the playing back is not smoothly. *However, it would be fine if the buffer can be set when we are using live555.:-) Thanks for your advice and help. Best regards Jerry * From evangelos.stergiou at fileas.com Thu Sep 6 16:42:46 2007 From: evangelos.stergiou at fileas.com (Evan Stergiou) Date: Thu, 6 Sep 2007 16:42:46 +0200 Subject: [MPlayer-users] DVB streaming buffering Message-ID: <08d601c7f094$3096e550$120ba8c0@es> Hello. I have a kinda difficult problem here so I appreciate any input. I am using a PC sat receiver with skystar2 and m-audio (pci audio card). I play streaming satellite radio using mplayer and arts. I need arts in order to easily mix audio files stored locally and satellite radio. All this works just fine. However, when the satellite reception is not good over some period of time and gets back to good, I always have a delay (buffering) of 5-10 seconds on the streaming radio as compared to a Neta. My tests showed that mplayer is the culprit and not arts, since I have the problem even without arts. I also modified the size of the buffer in the /MPlayer-1.0rc1/stream/stream_dvb.c but the problem persists. Moreover, when I cut sat reception for a long period (say 5-10 minutes), mplayer hangs and the streaming audio does not restores itself when I restart mplayer having reconnected the sat reception beforehand. In order for the streaming audio to work again I have to unload/reload b2c2 drivers and then mplayer. Any ideas? Thanks in advance. Evan Stergiou FILEAS www.fileas.com From miroslaw.dach at psi.ch Thu Sep 6 17:12:57 2007 From: miroslaw.dach at psi.ch (Miroslaw Dach) Date: Thu, 6 Sep 2007 17:12:57 +0200 (CEST) Subject: [MPlayer-users] mplayer and live555 Message-ID: Hi All, I was happily using mplayer 1.0rc1 together with live555 package. Right now I wanted to build the newest version of mplayer so I have downloaded mplayer-checkout-snapshot.tar.bz2 (dated 06-09-2007) from the ftp side since I can not use the svn (due to my side restriction). I have noticed that there are some changes in the configurations and some switches are not accepted: With the previous version I was using the following configuration: ./configure --with-codecsdir=/usr/lib/codecs/ --enable-live --with-livelibdir=`pwd`/live Right now I can not use the switches: --with-codecsdir --with-livelibdir How to specify then the location of codes and live555 package? Best Regards Mirek ============================================================================= Miroslaw Dach (Miroslaw.Dach at psi.ch) - SLS/Controls Group PSI - Paul Scherrer Institut CH-5232 Villigen ============================================================================= From comes at naic.edu Thu Sep 6 17:36:53 2007 From: comes at naic.edu (Giacomo Comes) Date: Thu, 6 Sep 2007 11:36:53 -0400 Subject: [MPlayer-users] mplayer and live555 In-Reply-To: References: Message-ID: <20070906153653.GA23805@monopoli.naic.edu> On Thu, Sep 06, 2007 at 05:12:57PM +0200, Miroslaw Dach wrote: > Hi All, > > I was happily using mplayer 1.0rc1 together with live555 package. > > Right now I wanted to build the newest version of mplayer so I have > downloaded mplayer-checkout-snapshot.tar.bz2 (dated 06-09-2007) from the > ftp side since I can not use the svn (due to my side restriction). > > I have noticed that there are some changes in the configurations and some > switches are not accepted: > > With the previous version I was using the following configuration: > > ./configure --with-codecsdir=/usr/lib/codecs/ --enable-live --with-livelibdir=`pwd`/live ./configure --codecsdir=/usr/lib/codecs/ --with-extraincdir=`pwd`/live Giacomo > > Right now I can not use the switches: --with-codecsdir --with-livelibdir > > How to specify then the location of codes and live555 package? > From cehoyos at ag.or.at Thu Sep 6 18:02:35 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 6 Sep 2007 16:02:35 +0000 (UTC) Subject: [MPlayer-users] mplayer and live555 References: Message-ID: Miroslaw Dach psi.ch> writes: > With the previous version I was using the following configuration: > > ./configure --with-codecsdir=/usr/lib/codecs/ --enable-live --with-livelibdir=`pwd`/live Please do not use --enable-live (or, if you use it, don't report problems)! If autodetection does not work although you are using --with-extraincdir=`pwd`/live, please report. Additionally, --with-codecsdir=/usr/lib/codecs should not be necessary. Carl Eugen From defsyn at gmail.com Thu Sep 6 19:19:25 2007 From: defsyn at gmail.com (Henry Garcia) Date: Thu, 6 Sep 2007 13:19:25 -0400 Subject: [MPlayer-users] mplayer and live555 In-Reply-To: References: Message-ID: On 9/6/07, Carl Eugen Hoyos wrote: > > aditionally, --with-codecsdir=/usr/lib/codecs should not be necessary. I believe they suggest just moving the whole live directory to /usr/lib/ after you have run make. mv -fv live /usr/lib/ When you do this you don't have to use any extra options: live555 should be automatically detected.. From rohde at duff.dk Thu Sep 6 21:32:53 2007 From: rohde at duff.dk (Rasmus Rohde) Date: Thu, 06 Sep 2007 21:32:53 +0200 Subject: [MPlayer-users] Digital Photo Frame possibly using MPlayer Message-ID: <1189107173.28779.1.camel@localhost.localdomain> I recently bought a Denver DPF-407 digital photo frame: http://www.denver-electronics.com/pages/webside2.asp?articleGuid=30989 On the main board of it I found a JTAG connector and managed to do a full memory dump while it was running. The dump contains funny little strings like this: VIDEO: [%.4s] %ldx%ld %dbpp %5.3f fps %5.1f kbps (%4.1f kbyte/s) 64bit file, but you've compiled MPlayer without LARGEFILE support! Please contact MPlayer authors, and upload/send this file. *** constant samplesize & variable duration not yet supported! ***Contact the author if you have such sample file! At the moment I'm in contact with the company, which is doing the import of this digital photo frame in order to have their version of the story. From jbglaw at lug-owl.de Thu Sep 6 22:02:19 2007 From: jbglaw at lug-owl.de (Jan-Benedict Glaw) Date: Thu, 6 Sep 2007 22:02:19 +0200 Subject: [MPlayer-users] Playing a raw PCM audio RTP stream In-Reply-To: <46DD1CE4.3080209@poste.it> References: <20070904082400.GL10567@lug-owl.de> <46DD1CE4.3080209@poste.it> Message-ID: <20070906200219.GD18377@lug-owl.de> On Tue, 2007-09-04 10:52:52 +0200, Nico Sabbi wrote: > Jan-Benedict Glaw wrote: > > > On the pulseaudio mailing list, I was told[1] that this just used to work > > out of the box (mplayer rtp://224.0.0.56:46778), because the stream > > content is put into the type descriptor. However, mplayer tries to > > detect the stream type by content these days: > > > > $ mplayer rtp://224.0.0.56:46778 > > > > Any chance to force it to just use the type description, or to > > manually force a specific interpretation? > > descriptors are in rtsp:// not in rtp:// Wording was wrong here. Pulseaudio implements RTP over multicast, as well as SAP announcements. The impression[1] on the pulseaudio mailing list is that RTP's payload type field shouldn't be ignored. Indeed, libavformat (Debian source package) seems to contain tables to decode the payload type (which is 10 in this case) in ./libavformat/rtp.c:rtp_get_codec_info() . However, this function is only referenced in ./libavformat/rtsp.c:sdp_parse_line(), which is used to read a SDP block dumped to a text file. I just tried to locate a good place to put another call to rtp_get_codec_info() to, but it was somewhat hard following the initialization procedure in such a large main() function... MfG, JBG [1] https://tango.0pointer.de/pipermail/pulseaudio-discuss/2007-September/000693.html -- Jan-Benedict Glaw jbglaw at lug-owl.de +49-172-7608481 Signature of: Lauf nicht vor Deinem Gl?ck davon: the second : Es k?nnte hinter Dir stehen! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From nicola_sabbi at fastwebnet.it Thu Sep 6 23:49:17 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Thu, 06 Sep 2007 23:49:17 +0200 Subject: [MPlayer-users] DVB streaming buffering In-Reply-To: <08d601c7f094$3096e550$120ba8c0@es> References: <08d601c7f094$3096e550$120ba8c0@es> Message-ID: <46E075DD.50507@fastwebnet.it> Evan Stergiou wrote: > Hello. I have a kinda difficult problem here > so I appreciate any input. > > I am using a PC sat receiver with skystar2 and m-audio (pci audio card). > I play streaming satellite radio using mplayer and arts. > I need arts in order to easily mix audio files stored locally and satellite > radio. > > All this works just fine. However, when the satellite reception is not good > over some period of time > and gets back to good, I always have a delay (buffering) of 5-10 seconds on > the streaming radio as compared to a Neta. > > My tests showed that mplayer is the culprit and not arts, since I have the > problem even without arts. > I also modified the size of the buffer in the > /MPlayer-1.0rc1/stream/stream_dvb.c > but the problem persists. > > Moreover, when I cut sat reception for a long period (say 5-10 minutes), > mplayer hangs and the streaming audio > does not restores itself when I restart mplayer having reconnected the sat > reception beforehand. In order for the streaming audio to work again I have > to > unload/reload b2c2 drivers and then mplayer. > > Any ideas? > > Thanks in advance. > mplayer keeps on reading from the dvr0 device up to a maximum of 5 consecutive read errors (using a poll-based mechanism, thus with non-blocking reads), thus I tend to blame the driver for not signaling either the read error or the right poll status From craighagerman at gmail.com Sat Sep 8 01:42:34 2007 From: craighagerman at gmail.com (Craig Hagerman) Date: Sat, 8 Sep 2007 08:42:34 +0900 Subject: [MPlayer-users] Getting mplayer to work with lirc Message-ID: <80d985600709071642r183cc957s7c267998b6e9fe71@mail.gmail.com> Hi, I have an entry for mplayer in ~/.lircrc.I just set up an IR receiver + remote and the lirc software and all of it is working correctly. Now I am a bit unsure how to get mplayer to work with lirc and I read the documents page (Docs:Control). On that page it says: "If you have the LIRC package installed, configure will autodetect it. If everything went fine, MPlayer will print "Setting up LIRC support..." on startup." I am not sure what this means. There doesn't seem to be a flag such as "mplayer -configure". Can anyone elaborate on what I am supposed to do with mplayer? Craig Hagerman [Ubuntu 7.04, mplayer version 2:1.0~rc1-0ubuntu9] From defsyn at gmail.com Sat Sep 8 02:04:37 2007 From: defsyn at gmail.com (Henry Garcia) Date: Fri, 7 Sep 2007 20:04:37 -0400 Subject: [MPlayer-users] Getting mplayer to work with lirc In-Reply-To: <80d985600709071642r183cc957s7c267998b6e9fe71@mail.gmail.com> References: <80d985600709071642r183cc957s7c267998b6e9fe71@mail.gmail.com> Message-ID: > > > I am not sure what this means. There doesn't seem to be a flag such as > "mplayer -configure". Can anyone elaborate on what I am supposed to do > with > mplayer? I believe you're supposed to compile the source code. When you run ./configure from the root directory to compile the source code, then mplayer will compile the files necessary to take advantage of lirc. It should detect that you have lirc up and running when you run ./configure. From cheaterjs at gmx.de Sat Sep 8 10:51:11 2007 From: cheaterjs at gmx.de (Jan Schiefer) Date: Sat, 08 Sep 2007 10:51:11 +0200 Subject: [MPlayer-users] Passing extra CFLAGS to MPlayer's configure Message-ID: Hi! How is it possible to pass extra user defined CFLAGS to configure? ./configure CFLAGS="my extra cflags" won't work. Greetings, Jan Schiefer! From sreenivas.pachva at gmail.com Sat Sep 8 11:04:03 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Sat, 8 Sep 2007 14:34:03 +0530 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer Message-ID: <846f3e320709080204u207b8729i6b4d5f49be45737b@mail.gmail.com> Hi, I am using mplayer. I had provided codec support to mplayer using ffmpeg. I am able to play .wmv .mpeg and other media files except .swf files. Can any one have idea how to play .swf files using ffmpeg or Mplayer. The error message which i am getting while playing .swf file is -------------------------------------------------------------------------------------------- [root at sreenivas_pachva bin]# ./mplayer /root/Desktop/whitebird1.swf MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (Family: 15, Model: 4, Stepping: 9) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 Playing /root/Desktop/whitebird1.swf. libavformat file format detected. [swf @ 0x86c7c58]No media found in SWF LAVF_header: av_open_input_stream() failed libavformat file format detected. [swf @ 0x86c7c58]No media found in SWF LAVF_header: av_open_input_stream() failed Exiting... (End of file) -------------------------------------------------------------------------------------------------- IS ffmpeg or mplayer supports to play .swf files? Please give me solution about this. Thanks & Regards Sreenivas From Oleynik.Phil at mail.ioffe.ru Sat Sep 8 11:22:24 2007 From: Oleynik.Phil at mail.ioffe.ru (Phil Oleynik) Date: Sat, 08 Sep 2007 13:22:24 +0400 Subject: [MPlayer-users] Passing extra CFLAGS to MPlayer's configure In-Reply-To: References: Message-ID: <46E269D0.4090101@mail.ioffe.ru> Jan Schiefer wrote: > Hi! > > How is it possible to pass extra user defined CFLAGS to configure? > ./configure CFLAGS="my extra cflags" won't work. > > Hello, this should be done in reverse order: CFLAGS="my extra cflags" ; ./configure Otherwise, you try to pass a parameter for configure script. best regards, Phil From ivop at euronet.nl Sat Sep 8 11:40:19 2007 From: ivop at euronet.nl (Ivo) Date: Sat, 8 Sep 2007 11:40:19 +0200 Subject: [MPlayer-users] Passing extra CFLAGS to MPlayer's configure In-Reply-To: <46E269D0.4090101@mail.ioffe.ru> References: <46E269D0.4090101@mail.ioffe.ru> Message-ID: <200709081140.20093.ivop@euronet.nl> On Saturday 08 September 2007 11:22, Phil Oleynik wrote: > Jan Schiefer wrote: > > Hi! > > > > How is it possible to pass extra user defined CFLAGS to configure? > > ./configure CFLAGS="my extra cflags" won't work. > > Hello, > this should be done in reverse order: > > CFLAGS="my extra cflags" ; ./configure Without the ; unless CFLAGS is exported. i.e. export CFLAGS="-someflag" ./configure or CFLAGS="-someflag" ./configure --Ivo From sreenivas.pachva at gmail.com Sat Sep 8 11:53:04 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Sat, 8 Sep 2007 15:23:04 +0530 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer Message-ID: <846f3e320709080253n1d270ef7hf1cac2f9918c51de@mail.gmail.com> Hi, I am using mplayer. I had provided codec support to mplayer using ffmpeg. I am able to play .wmv .mpeg and other media files except .swf files. Can any one have idea how to play .swf files using ffmpeg or Mplayer. The error message which i am getting while playing .swf file is -------------------------------------------------------------------------------------------- [root at sreenivas_pachva bin]# ./mplayer /root/Desktop/whitebird1.swf MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (Family: 15, Model: 4, Stepping: 9) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 Playing /root/Desktop/whitebird1.swf. libavformat file format detected. [swf @ 0x86c7c58]No media found in SWF LAVF_header: av_open_input_stream() failed libavformat file format detected. [swf @ 0x86c7c58]No media found in SWF LAVF_header: av_open_input_stream() failed Exiting... (End of file) -------------------------------------------------------------------------------------------------- IS ffmpeg or mplayer supports to play .swf files? Please give me solution about this. Thanks & Regards Sreenivas From dominik at rangers.eu.org Sat Sep 8 12:03:50 2007 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Sat, 8 Sep 2007 12:03:50 +0200 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <846f3e320709080253n1d270ef7hf1cac2f9918c51de@mail.gmail.com> References: <846f3e320709080253n1d270ef7hf1cac2f9918c51de@mail.gmail.com> Message-ID: <20070908100350.GA4457@ryvius.pekin.waw.pl> On Saturday, 08 September 2007 at 11:53, Sreenivas Chowdary wrote: [...] > IS ffmpeg or mplayer supports to play .swf files? Only if they contain Flash Video inside (FLV). > Please give me solution about this. Try swfdec or gnash. Regards, R. -- MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org There should be a science of discontent. People need hard times and oppression to develop psychic muscles. -- from "Collected Sayings of Muad'Dib" by the Princess Irulan From sreenivas.pachva at gmail.com Sat Sep 8 12:58:55 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Sat, 8 Sep 2007 16:28:55 +0530 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <20070908100350.GA4457@ryvius.pekin.waw.pl> References: <846f3e320709080253n1d270ef7hf1cac2f9918c51de@mail.gmail.com> <20070908100350.GA4457@ryvius.pekin.waw.pl> Message-ID: <846f3e320709080358y6f2862fdl6dd4251e577255c5@mail.gmail.com> Hi, Thank you for your info. How to provide FLV video support to mplayer? Actually my requirement is i need to play .swf or Flash format files in mozilla web browser which is DirectFb backend. I could not find any flash players having DirectFb support. I am using Mplayer which is having DirectFb backend. I thought if i can play swf or other flash format files in mplayer then with the help of mplayer-mozilla-plugins i can play these flash files in mozilla browser. If u have any idea how to play flash fles using flash player with directfb or with mplayer with directfb backend. Thanks, Sreenivas On 9/8/07, Dominik 'Rathann' Mierzejewski wrote: > On Saturday, 08 September 2007 at 11:53, Sreenivas Chowdary wrote: > [...] > > IS ffmpeg or mplayer supports to play .swf files? > > Only if they contain Flash Video inside (FLV). > > > Please give me solution about this. > > Try swfdec or gnash. > > Regards, > R. > > -- > MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org > There should be a science of discontent. People need hard times and > oppression to develop psychic muscles. > -- from "Collected Sayings of Muad'Dib" by the Princess Irulan > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From openworld at uralweb.ru Sat Sep 8 15:19:43 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Sat, 8 Sep 2007 19:19:43 +0600 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer References: Message-ID: <004701c7f21a$ed111660$1854000a@bibika> Sreenivas Chowdary wrote: > I am using mplayer. I had provided codec support to mplayer using ffmpeg. > I am able to play .wmv .mpeg and other media files except .swf files. > Can any one have idea how to play .swf files using ffmpeg or Mplayer. SWF files are not a video. That is an animation format. Neither ffmpeg nor MPlayer can play SWF. Why not to use usual Macromedia/Adobe players to play SWF? Also there are many tools, converting SWF to MPEG/AVI, etc. You can use them and play the result by MPlayer. HTH! From john at mccarthy.net Sat Sep 8 15:52:47 2007 From: john at mccarthy.net (John McCarthy) Date: Sat, 8 Sep 2007 06:52:47 -0700 Subject: [MPlayer-users] How to play .swf and other Flash files usingfmpeg or Mplayer References: <004701c7f21a$ed111660$1854000a@bibika> Message-ID: <007201c7f21f$8b532b20$6401a8c0@bodydot> I use flowplayer. It's really flexible. http://flowplayer.org/ JM ----- Original Message ----- From: "Alexander Bokovikov" To: Sent: Saturday, September 08, 2007 6:19 AM Subject: Re: [MPlayer-users] How to play .swf and other Flash files usingfmpeg or Mplayer > Sreenivas Chowdary wrote: > > > I am using mplayer. I had provided codec support to mplayer using ffmpeg. > > I am able to play .wmv .mpeg and other media files except .swf files. > > Can any one have idea how to play .swf files using ffmpeg or Mplayer. > > SWF files are not a video. That is an animation format. Neither ffmpeg nor > MPlayer can play SWF. Why not to use usual Macromedia/Adobe players to play > SWF? Also there are many tools, converting SWF to MPEG/AVI, etc. You can use > them and play the result by MPlayer. > > HTH! > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From cheaterjs at gmx.de Sat Sep 8 17:00:03 2007 From: cheaterjs at gmx.de (Jan Schiefer) Date: Sat, 08 Sep 2007 17:00:03 +0200 Subject: [MPlayer-users] Passing extra CFLAGS to MPlayer's configure In-Reply-To: <200709081140.20093.ivop@euronet.nl> References: <46E269D0.4090101@mail.ioffe.ru> <200709081140.20093.ivop@euronet.nl> Message-ID: Ivo schrieb: > On Saturday 08 September 2007 11:22, Phil Oleynik wrote: >> Jan Schiefer wrote: >>> Hi! >>> >>> How is it possible to pass extra user defined CFLAGS to configure? >>> ./configure CFLAGS="my extra cflags" won't work. >> Hello, >> this should be done in reverse order: >> >> CFLAGS="my extra cflags" ; ./configure > > Without the ; unless CFLAGS is exported. > > i.e. > > export CFLAGS="-someflag" > ./configure > > or > > CFLAGS="-someflag" ./configure > > --Ivo Thanks. Greetings, Jan Schiefer! From austin.acton at utoronto.ca Sat Sep 8 19:40:20 2007 From: austin.acton at utoronto.ca (Austin) Date: Sat, 08 Sep 2007 13:40:20 -0400 Subject: [MPlayer-users] flash-in-quicktime Message-ID: <46E2DE84.5040701@utoronto.ca> Although I am able to play flash animations fine using either the Adobe plugin or gnash, and I am able to play Quicktime movies fine using mplayer and its web plugin, I need to play some weird animations embedded in Quicktime files. See: http://www.indiana.edu/~anat550/cvanim/htube/htube.html Mplayer identifies and opens the container, but reports "no stream found". Any chance of making this work? If not, is there any other way I can extract the flash animations out directly? Thanks, Austin From dgriffi at cs.csubak.edu Sat Sep 8 19:49:45 2007 From: dgriffi at cs.csubak.edu (David Griffith) Date: Sat, 8 Sep 2007 10:49:45 -0700 (PDT) Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <004701c7f21a$ed111660$1854000a@bibika> References: <004701c7f21a$ed111660$1854000a@bibika> Message-ID: On Sat, 8 Sep 2007, Alexander Bokovikov wrote: > Sreenivas Chowdary wrote: > > > I am using mplayer. I had provided codec support to mplayer using ffmpeg. > > I am able to play .wmv .mpeg and other media files except .swf files. > > Can any one have idea how to play .swf files using ffmpeg or Mplayer. > > SWF files are not a video. That is an animation format. Neither ffmpeg nor > MPlayer can play SWF. Why not to use usual Macromedia/Adobe players to play > SWF? Also there are many tools, converting SWF to MPEG/AVI, etc. You can use > them and play the result by MPlayer. I distinctly remember an earlier release of Mplayer being capable of playing SWF files. Can you point us to some SWF converters? -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From dominik at rangers.eu.org Sat Sep 8 20:00:52 2007 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Sat, 8 Sep 2007 20:00:52 +0200 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: References: <004701c7f21a$ed111660$1854000a@bibika> Message-ID: <20070908180052.GA7947@ryvius.pekin.waw.pl> On Saturday, 08 September 2007 at 19:49, David Griffith wrote: > On Sat, 8 Sep 2007, Alexander Bokovikov wrote: > > > Sreenivas Chowdary wrote: > > > > > I am using mplayer. I had provided codec support to mplayer using ffmpeg. > > > I am able to play .wmv .mpeg and other media files except .swf files. > > > Can any one have idea how to play .swf files using ffmpeg or Mplayer. > > > > SWF files are not a video. That is an animation format. Neither ffmpeg nor > > MPlayer can play SWF. Why not to use usual Macromedia/Adobe players to play > > SWF? Also there are many tools, converting SWF to MPEG/AVI, etc. You can use > > them and play the result by MPlayer. > > I distinctly remember an earlier release of Mplayer being capable of > playing SWF files. As I've already written: MPlayer can play SWF if, and only if it contains FLV video. Regards, R. -- MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org There should be a science of discontent. People need hard times and oppression to develop psychic muscles. -- from "Collected Sayings of Muad'Dib" by the Princess Irulan From Reimar.Doeffinger at stud.uni-karlsruhe.de Sat Sep 8 20:26:27 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sat, 8 Sep 2007 20:26:27 +0200 Subject: [MPlayer-users] flash-in-quicktime In-Reply-To: <46E2DE84.5040701@utoronto.ca> References: <46E2DE84.5040701@utoronto.ca> Message-ID: <20070908182627.GA19033@1und1.de> Hello, On Sat, Sep 08, 2007 at 01:40:20PM -0400, Austin wrote: [...] > Any chance of making this work? Well, someone could try to hack gnash to support it I guess... > If not, is there any other way I can extract the flash animations out > directly? Use a (hex-)editor and remove everything before "FWS". The only other way I know of is http://sourceforge.net/projects/extractor-gtk/ but that's somewhat overkill (esp. since I'm not sure if the user interface is usable by anyone except me ;-) ). Greetings, Reimar D?ffinger From cooleyr at gmail.com Sat Sep 8 20:41:25 2007 From: cooleyr at gmail.com (RC) Date: Sat, 08 Sep 2007 11:41:25 -0700 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <846f3e320709080204u207b8729i6b4d5f49be45737b@mail.gmail.com> References: <846f3e320709080204u207b8729i6b4d5f49be45737b@mail.gmail.com> Message-ID: <20070908114125.51926afa.cooleyr@gmail.com> On Sat, 8 Sep 2007 14:34:03 +0530 "Sreenivas Chowdary" wrote: > Can any one have idea how to play .swf files using ffmpeg or Mplayer. Only FLV videos can be played by MPlayer, not normal Flash animations. If you're having a problem with FLV try upgrading to latest SVN before reporting a problem (and then provide the verbose -v output). From rvm3000 at ya.com Sun Sep 9 00:40:48 2007 From: rvm3000 at ya.com (Pepe) Date: Sun, 9 Sep 2007 00:40:48 +0200 Subject: [MPlayer-users] Trouble with dvd device name Message-ID: <200709090040.48206.rvm3000@ya.com> Today I tried to play a dvd in windows with this command: mplayer.exe -dvd-device E: dvd://1 But it failed: MPlayer CCCP-SVN-r23855-3.4.5 (C) 2000-2007 MPlayer Team CPU: AMD Turion(tm) 64 Mobile Technology MK-36 (Family: 15, Model: 76, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Setting process priority: abovenormal 113 audio & 236 video codecs C:/windows/fonts/arialbd.ttf doesn't look like a bitmap font description, ignoring. Cannot load bitmap font: C:/windows/fonts/arialbd.ttf Playing dvd://1. libdvdread: Could not open E: with libdvdcss. libdvdread: Can't open E: for reading Couldn't open DVD device: E: No stream found to handle url dvd://1 Exiting... (End of file) But if I use -dvd-device E:/ instead of -dvd-device E: then it plays. This dvd was created by my dvd-recorder. I tried then with another disc also created by dvd-recorder a few days ago. The strange thing is that this disc plays with both E: and E:/. Tried also with a commercial dvd and plays too with E: and E:/ So why doesn't the first disc play with E:? What's the difference between using E: or E:/? Tried on linux, and this time the disc plays with -dvd-device /dev/dvd but not when using -dvd-device /dev/dvd/ I also realized that when trying to play in Windows a dvd from a folder in hard disc (passing the directory where VIDEO_TS is), it works if the path doesn't end in "/" but fails if it does. mplayer.exe -dvd-device C:/Documents and Settings/Pepe/My Documents/My Videos/DVD/ dvd://1 MPlayer CCCP-SVN-r23855-3.4.5 (C) 2000-2007 MPlayer Team CPU: AMD Turion(tm) 64 Mobile Technology MK-36 (Family: 15, Model: 76, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Setting process priority: abovenormal 113 audio & 236 video codecs C:/windows/fonts/arialbd.ttf doesn't look like a bitmap font description, ignoring. Cannot load bitmap font: C:/windows/fonts/arialbd.ttf Playing dvd://1. No such file or directory libdvdread: Can't stat C:/Documents and Settings/Pepe/My Documents/My Videos/DVD/ Couldn't open DVD device: C:/Documents and Settings/Pepe/My Documents/My Videos/DVD/ No stream found to handle url dvd://1 Exiting... (End of file) Under linux it works no matter if the path ends with "/" or not. mplayer dvd://1 -dvd-device ../Videos/prueba_dvd/ MPlayer dev-SVN-r24250-3.3.4 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3400+ (Family: 15, Model: 4, Stepping: 10) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 mplayer: could not connect to socket mplayer: Permission denied Failed to open LIRC support. You will not be able to use your remote control. Playing dvd://1. There are 2 titles on this DVD. There are 1 chapters in this DVD title. There are 1 angles in this DVD title. ... I'm developing a mplayer front-end (smplayer) so I really need to know how I must pass the dvd device to mplayer (currently I was removing the trailing "/" to avoid user's mistakes). -- Pepe From defsyn at gmail.com Sun Sep 9 01:14:12 2007 From: defsyn at gmail.com (Henry Garcia) Date: Sat, 8 Sep 2007 19:14:12 -0400 Subject: [MPlayer-users] Trouble with dvd device name In-Reply-To: <200709090040.48206.rvm3000@ya.com> References: <200709090040.48206.rvm3000@ya.com> Message-ID: On 9/8/07, Pepe wrote: > > Today I tried to play a dvd in windows with this command: > > mplayer.exe -dvd-device E: dvd://1 > > mplayer.exe -dvd-device /e dvd://1 should work. If not, try dvd://2 , dvd://3, etc. till one works From kempis76 at gmail.com Sun Sep 9 05:13:32 2007 From: kempis76 at gmail.com (Thomas Kempis) Date: Sat, 8 Sep 2007 21:13:32 -0600 Subject: [MPlayer-users] mplayer cannot play real video stream Message-ID: Hi all, I recently moved to Fedora 7 with my new 64bit machine. Unfortunately when I tried to run mplayer with a real audio stream the program hangs. This is what i got... [root at cochise home]# mplayer http://play.rbn.com/?url=ewtn/g2ewtn/live/ratv300sp.rm&proto=rtsp&rbnkey=1 [3] 3650 [4] 3651 [root at cochise home]# MPlayer 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ (Family: 15, Model: 107, Stepping: 1) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 Can't open joystick device /dev/input/js0: No such file or directory Can't init input joystick mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Does anybody have any idea what is going on? I can play the same link in RealPlayer... no problem there. Mplayer can also play local videos and windows media streams. I am wondering if there is any problem with the 64bit architecture. I installed also the player through the source code and the freshrpm repositories and obtained basically the same result. I really appreciate any suggestions. Thanks. From openworld at uralweb.ru Sun Sep 9 07:46:21 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Sun, 9 Sep 2007 11:46:21 +0600 Subject: [MPlayer-users] MPlayer-users Digest, Vol 45, Issue 19 References: Message-ID: <008401c7f2a5$1205e3d0$1854000a@bibika> David Griffith wrote: > I distinctly remember an earlier release of Mplayer being capable of > playing SWF files. Can you point us to some SWF converters? Please do not mix SWF and FLV. The first is an animation format, and it has no relation to MPlayer. The second is a streaming video/audio format, and MPlayer can play it, whereas MEncoder can encode it. As for SWF to Video converters, just open download.com - Flash tools, and you'll see some tools like SWF2Video or Flash2Video or something like that. Or just try to search in Google for "SWF2Video". There are a lot of such converters. All of them snap SWF movie frame-by-frame and convert resulting bitmaps into MPEG. As a result, 100 KB SWF is converted into 100 MB AVI :-) Unfortunately, native Adobe player can't play FLV for some reason. Nevertheless there are a lot of custom FLV players, which are SWF movies, opening FLV stream, and playing it in a window. I also have my own (very simple in GUI) FLV player in Windows EXE format, but it's working in MS Windows only of course. FLV players in SWF format are platform-independent. HTH! From amidk75 at gmail.com Sun Sep 9 09:12:09 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sun, 09 Sep 2007 09:12:09 +0200 Subject: [MPlayer-users] mplayer cannot play real video stream In-Reply-To: References: Message-ID: <46E39CC9.6010107@gmail.com> I've tryed it out - you must play it with "-playlist" option and whitout "&rstp", "&key" at the end, but: > login at host:~# mplayer -playlist http://play.rbn.com/?url=ewtn/g2ewtn/live/ratv300sp.rm > MPlayer dev-SVN-r24373-4.1.2 (C) 2000-2007 MPlayer Team > CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 95, Stepping: 2) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > Resolving play.rbn.com for AF_INET6... > Couldn't resolve name for AF_INET6: play.rbn.com > Resolving play.rbn.com for AF_INET... > Connecting to server play.rbn.com[207.188.5.72]: 80... > Cache size set to 320 KBytes > > Playing rtsp://rx-wes-sea88.rbn.com/farm/pull/tx-rbn-sea01:1259/encoder/ewtn/g2ewtn/live/ratv300sp.rm. > Resolving rx-wes-sea88.rbn.com for AF_INET6... > Couldn't resolve name for AF_INET6: rx-wes-sea88.rbn.com > Resolving rx-wes-sea88.rbn.com for AF_INET... > Connecting to server rx-wes-sea88.rbn.com[66.203.121.103]: 554... > Cache size set to 320 KBytes > Cache fill: 15.00% (49152 bytes) > libavformat file format detected. > [lavf] Audio stream found, -aid 0 > [lavf] Video stream found, -vid 1 > VIDEO: [RV40] 320x240 0bpp 12.000 fps 235.9 kbps (28.8 kbyte/s) > Clip info: > name: EWTN Live - Espanol > author: Eternal Word Television Network > copyright: (C) 2007 EWTN > [ass] auto-open > Opening video filter: [screenshot] > [ass] Init > [ass] Updating font cache. > ========================================================================== > Opening video decoder: [realvid] RealVideo decoder > Selected video codec: [rv3040] vfm: realvid (Linux RealPlayer 10 RV30/40 decoder) > ========================================================================== > ========================================================================== > Opening audio decoder: [pcm] Uncompressed PCM audio decoder > AUDIO: 44100 Hz, 2 ch, s16le, 64.1 kbit/4.54% (ratio: 8010->176400) > Selected audio codec: [pcm] afm: pcm (Uncompressed PCM) > ========================================================================== > AO: [oss] 44100Hz 2ch s16le (2 bytes per sample) > Starting playback... > > > MPlayer interrupted by signal 11 in module: decode_video > - MPlayer crashed by bad usage of CPU/FPU/RAM. > Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and > disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. > - MPlayer crashed. This shouldn't happen. > It can be a bug in the MPlayer code _or_ in your drivers _or_ in your > gcc version. If you think it's MPlayer's fault, please read > DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and > won't help unless you provide this information when reporting a possible bug. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From stellplatz-nr.13a at datenparkplatz.de Sun Sep 9 11:39:12 2007 From: stellplatz-nr.13a at datenparkplatz.de (Ulrich) Date: Sun, 09 Sep 2007 11:39:12 +0200 Subject: [MPlayer-users] [Bug]:? Flash Video VP6 playback: "alternative entropy decoding not supported" Message-ID: <46E3BF40.9000901@datenparkplatz.de> Hi! I'm using the latest SVN version of MPlayer compiled and running on an AMD64 machine under Kubuntu Feisty AMD64 with a vanilla Linux 2.6.22.1 kernel. If I go to: > > http://labs.adobe.com/technologies/flashplayer9/fullscreendemo/ and choose and download (e.g. copying the file directly from the browser cache after buffering is complete) the H.264-version of the sample video, it plays normally in MPlayer. But if I choose the VP6-version, the video starts to play, but after the first seconds of playing, the image gets crippled, and the following error message is repeated frequently: > > [vp6f @ 0xe9a440]alternative entropy decoding not supported.5% 4 0 I've attached the output of "mplayer -v adobeDemoOn2.flv &> mplayerCmdLineOutput.txt". Two sample screenshots of the distorted video can be found under: > http://datenparkplatz.de/bilder/screenshot1.png > http://datenparkplatz.de/bilder/screenshot2.png Is this behaviour a bug or simply a missing feature or wrongly encoded video file? Regards, Ulrich -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mplayerCmdLineOutput.txt URL: From info at zac-interactive.dk Sun Sep 9 15:43:16 2007 From: info at zac-interactive.dk (Johnny Bremer) Date: Sun, 09 Sep 2007 15:43:16 +0200 Subject: [MPlayer-users] getting the time played - position in percent Message-ID: <46E3F874.7000108@zac-interactive.dk> Hi, I am looking for info on how to get the time played / time left when using mplayer in slave mode. Any code examples would be highly appreciated. Cheers Johnny From rvm3000 at ya.com Sun Sep 9 16:33:57 2007 From: rvm3000 at ya.com (Pepe) Date: Sun, 9 Sep 2007 16:33:57 +0200 Subject: [MPlayer-users] Trouble with dvd device name In-Reply-To: References: <200709090040.48206.rvm3000@ya.com> Message-ID: <200709091633.57237.rvm3000@ya.com> El Domingo, 9 de Septiembre de 2007 01:14, Henry Garcia escribi?: > On 9/8/07, Pepe wrote: > > Today I tried to play a dvd in windows with this command: > > > > mplayer.exe -dvd-device E: dvd://1 > > > > mplayer.exe -dvd-device /e dvd://1 > > should work. > If not, try dvd://2 , dvd://3, etc. till one works It doesn't work: mplayer.exe -dvd-device /e dvd://1 MPlayer CCCP-SVN-r23855-3.4.5 (C) 2000-2007 MPlayer Team CPU: AMD Turion(tm) 64 Mobile Technology MK-36 (Family: 15, Model: 76, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. 113 audio & 236 video codecs Playing dvd://1. libdvdread: Can't stat /e No such file or directory Couldn't open DVD device: /e No stream found to handle url dvd://1 Exiting... (End of file) Of course I tried dvd://2, dvd://3... -- Pepe From info at danielerossi.net Sun Sep 9 17:15:39 2007 From: info at danielerossi.net (info at danielerossi.net) Date: Sun, 09 Sep 2007 17:15:39 +0200 Subject: [MPlayer-users] Trouble with dvd device name In-Reply-To: <200709091633.57237.rvm3000@ya.com> References: <200709090040.48206.rvm3000@ya.com> <200709091633.57237.rvm3000@ya.com> Message-ID: <46E40E1B.6060504@danielerossi.net> Pepe wrote: > Playing dvd://1. > libdvdread: Can't stat /e > No such file or directory > Couldn't open DVD device: /e > No stream found to handle url dvd://1 > > Exiting... (End of file) > > Of course I tried dvd://2, dvd://3.. maybe silly question : is your device e:\ and not for instance d:\ or f:\ ?? DR From rvm3000 at ya.com Sun Sep 9 18:45:41 2007 From: rvm3000 at ya.com (Pepe) Date: Sun, 9 Sep 2007 18:45:41 +0200 Subject: [MPlayer-users] Trouble with dvd device name In-Reply-To: <46E40E1B.6060504@danielerossi.net> References: <200709090040.48206.rvm3000@ya.com> <200709091633.57237.rvm3000@ya.com> <46E40E1B.6060504@danielerossi.net> Message-ID: <200709091845.41318.rvm3000@ya.com> El Domingo, 9 de Septiembre de 2007 17:15, info at danielerossi.net escribi?: > Pepe wrote: > > Playing dvd://1. > > libdvdread: Can't stat /e > > No such file or directory > > Couldn't open DVD device: /e > > No stream found to handle url dvd://1 > > > > Exiting... (End of file) > > > > Of course I tried dvd://2, dvd://3.. > > maybe silly question : > is your device e:\ and not for instance d:\ or f:\ ?? Of course. I can play with -dvd-device E:/. The thing is that it seems that some discs play with -dvd-device E: while others require -dvd-device E:/. I don't understand why. -- Pepe From defsyn at gmail.com Sun Sep 9 19:01:03 2007 From: defsyn at gmail.com (Henry Garcia) Date: Sun, 9 Sep 2007 13:01:03 -0400 Subject: [MPlayer-users] Trouble with dvd device name In-Reply-To: <200709091845.41318.rvm3000@ya.com> References: <200709090040.48206.rvm3000@ya.com> <200709091633.57237.rvm3000@ya.com> <46E40E1B.6060504@danielerossi.net> <200709091845.41318.rvm3000@ya.com> Message-ID: > > Of course. > I can play with -dvd-device E:/. The thing is that it seems that some > discs > play with -dvd-device E: while others require -dvd-device E:/. I don't > understand why. Must be some kind of bug. -- > Pepe > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From cooleyr at gmail.com Sun Sep 9 22:18:13 2007 From: cooleyr at gmail.com (RC) Date: Sun, 09 Sep 2007 13:18:13 -0700 Subject: [MPlayer-users] [Bug]:? Flash Video VP6 playback: "alternative entropy decoding not supported" In-Reply-To: <46E3BF40.9000901@datenparkplatz.de> References: <46E3BF40.9000901@datenparkplatz.de> Message-ID: <20070909131813.69be7183.cooleyr@gmail.com> On Sun, 09 Sep 2007 11:39:12 +0200 Ulrich wrote: > > > [vp6f @ 0xe9a440]alternative entropy decoding not supported.5% 4 0 No doubt an unsupported feature in the ffvp6 codec. Assuming you have MPlayer compiled as a 32-bit binary, perhaps adding -vc vp6 will work. From johann at indiecam.com Sun Sep 9 23:35:36 2007 From: johann at indiecam.com (Johann Horvat) Date: Sun, 09 Sep 2007 23:35:36 +0200 Subject: [MPlayer-users] TGA output (-vo tga) buckels sometimes Message-ID: <46E46728.9000507@indiecam.com> Hi, I'm using mplayer to decode a rtsp stream (enabled live555 when compiling) to a sequence of tga files with the -vo option. Everythings working fine, but the output frames are bucking a little bit. Sometimes more, sometimes less. Bucking means that the mtime of the files varies a little bit ;-( mplayer -cache 65536 rtsp://192.168.0.2/mpeg4/media.amp -fps 25 -vo tga I tried different cache sizes, even no cache, but no change. Has someoune any idea? Or is this more a live555 problem? Viewing the same stream with vlc works fine with a constant frame rate. Thanks Johann From jebrhansen at gmail.com Mon Sep 10 05:49:01 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Sun, 9 Sep 2007 21:49:01 -0600 Subject: [MPlayer-users] mplayer cannot play real video stream In-Reply-To: References: Message-ID: > [root at cochise home]# mplayer > http://play.rbn.com/?url=ewtn/g2ewtn/live/ratv300sp.rm&proto=rtsp&rbnkey=1 > [3] 3650 > [4] 3651 Well in first look you need this is quotes. either that or \ the &. That is the reason you see the two lines underneath. It is trying to span processes of mplayer and of proto=rtsp then try to run the command rbnkey=1 Also it doesn't look like you leave the full mplayer output. It will typically go past the part where it complains about no remote. From jebrhansen at gmail.com Mon Sep 10 06:40:13 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Sun, 9 Sep 2007 22:40:13 -0600 Subject: [MPlayer-users] Make error SVN 24394 Message-ID: In another email I tried an RM file that spat out bugs on the output. I figured before I posted a bug report I should update. I did a svn update && make distclean my configure is with the following options --enable-gui --enable-menu make errors out here... cc -I./libavcodec -I./libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/X11/include -I/usr/include/ -I/usr/include/SDL -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/local/include -I/usr/local/include/dvdnav -I/usr/local/include/dvdread -c -o mencoder.o mencoder.c In file included from cfg-mencoder.h:291, from mencoder.c:299: cfg-common.h:241: error: 'vd_use_slices' undeclared here (not in a function) mencoder.c: In function 'main': mencoder.c:1265: warning: dereferencing type-punned pointer will break strict-aliasing rules mencoder.c:1276: warning: dereferencing type-punned pointer will break strict-aliasing rules make: *** [mencoder.o] Error 1 I am assuming this was just recently introduced as I built it fine on Friday. So I will try again tomorrow morning, but I figured I would give you guys a heads up just in case. Jeremy From stellplatz-nr.13a at datenparkplatz.de Mon Sep 10 06:48:10 2007 From: stellplatz-nr.13a at datenparkplatz.de (Ulrich) Date: Mon, 10 Sep 2007 06:48:10 +0200 Subject: [MPlayer-users] [Bug]:? Flash Video VP6 playback: "alternative entropy decoding not supported" In-Reply-To: <20070909131813.69be7183.cooleyr@gmail.com> References: <46E3BF40.9000901@datenparkplatz.de> <20070909131813.69be7183.cooleyr@gmail.com> Message-ID: <46E4CC8A.9010903@datenparkplatz.de> Hi, I've compiled mplayer under the "native" 64-bit-environment. For further testing, I've set up a small 32-bit-chroot and installed the mplayer binary included in my distribution together with the latest "essential" binary codecs package from mplayerhq.hu. With this setup, "mplayer -vc vp6 ..." doesn't play the video at all. Because I consider playback of this video format less important for me, especially after Adobe's recent commitment to H.264, I think I'll dispense with a more complete examination. I'd have to install a complete 32-bit build environment for that. Of course, if someone wants to look into this and needs more information or testing, I'll be happy to help as much as I can. Best wishes, Ulrich From sreenivas.pachva at gmail.com Mon Sep 10 09:09:59 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Mon, 10 Sep 2007 12:39:59 +0530 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <20070908180052.GA7947@ryvius.pekin.waw.pl> References: <004701c7f21a$ed111660$1854000a@bibika> <20070908180052.GA7947@ryvius.pekin.waw.pl> Message-ID: <846f3e320709100009i4e92c8dbhf31dda9607683b2c@mail.gmail.com> Hi, Where can i find FLV player to play flash files on Linux Machine? I need to play swf files in Mplayer using FLV. Please suggest me. Thanks, Sreenivas On 9/8/07, Dominik 'Rathann' Mierzejewski wrote: > On Saturday, 08 September 2007 at 19:49, David Griffith wrote: > > On Sat, 8 Sep 2007, Alexander Bokovikov wrote: > > > > > Sreenivas Chowdary wrote: > > > > > > > I am using mplayer. I had provided codec support to mplayer using ffmpeg. > > > > I am able to play .wmv .mpeg and other media files except .swf files. > > > > Can any one have idea how to play .swf files using ffmpeg or Mplayer. > > > > > > SWF files are not a video. That is an animation format. Neither ffmpeg nor > > > MPlayer can play SWF. Why not to use usual Macromedia/Adobe players to play > > > SWF? Also there are many tools, converting SWF to MPEG/AVI, etc. You can use > > > them and play the result by MPlayer. > > > > I distinctly remember an earlier release of Mplayer being capable of > > playing SWF files. > > As I've already written: MPlayer can play SWF if, and only if it contains > FLV video. > > Regards, > R. > > -- > MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org > There should be a science of discontent. People need hard times and > oppression to develop psychic muscles. > -- from "Collected Sayings of Muad'Dib" by the Princess Irulan > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From sreenivas.pachva at gmail.com Mon Sep 10 09:53:34 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Mon, 10 Sep 2007 13:23:34 +0530 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <20070908180052.GA7947@ryvius.pekin.waw.pl> References: <004701c7f21a$ed111660$1854000a@bibika> <20070908180052.GA7947@ryvius.pekin.waw.pl> Message-ID: <846f3e320709100053m401f90dfpbada33ea98e99e5a@mail.gmail.com> Hi, Where can i find FLV player to play flash files on Linux Machine? I need to play swf files in Mplayer using FLV. Please suggest me.And I am new to this group. Thanks, Sreenivas On 9/8/07, Dominik 'Rathann' Mierzejewski wrote: > On Saturday, 08 September 2007 at 19:49, David Griffith wrote: > > On Sat, 8 Sep 2007, Alexander Bokovikov wrote: > > > > > Sreenivas Chowdary wrote: > > > > > > > I am using mplayer. I had provided codec support to mplayer using ffmpeg. > > > > I am able to play .wmv .mpeg and other media files except .swf files. > > > > Can any one have idea how to play .swf files using ffmpeg or Mplayer. > > > > > > SWF files are not a video. That is an animation format. Neither ffmpeg nor > > > MPlayer can play SWF. Why not to use usual Macromedia/Adobe players to play > > > SWF? Also there are many tools, converting SWF to MPEG/AVI, etc. You can use > > > them and play the result by MPlayer. > > > > I distinctly remember an earlier release of Mplayer being capable of > > playing SWF files. > > As I've already written: MPlayer can play SWF if, and only if it contains > FLV video. > > Regards, > R. > > -- > MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org > There should be a science of discontent. People need hard times and > oppression to develop psychic muscles. > -- from "Collected Sayings of Muad'Dib" by the Princess Irulan > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From jebrhansen at gmail.com Mon Sep 10 09:59:02 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Mon, 10 Sep 2007 01:59:02 -0600 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <846f3e320709100053m401f90dfpbada33ea98e99e5a@mail.gmail.com> References: <004701c7f21a$ed111660$1854000a@bibika> <20070908180052.GA7947@ryvius.pekin.waw.pl> <846f3e320709100053m401f90dfpbada33ea98e99e5a@mail.gmail.com> Message-ID: > Hi, > > Where can i find FLV player to play flash files on Linux Machine? > I need to play swf files in Mplayer using FLV. > Please suggest me.And I am new to this group. > > Thanks, > Sreenivas Mplayer will play flv's but you would need to get the flash player plugin from adobe to play swf's. From sreenivas.pachva at gmail.com Mon Sep 10 10:04:34 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Mon, 10 Sep 2007 13:34:34 +0530 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: References: <004701c7f21a$ed111660$1854000a@bibika> <20070908180052.GA7947@ryvius.pekin.waw.pl> <846f3e320709100053m401f90dfpbada33ea98e99e5a@mail.gmail.com> Message-ID: <846f3e320709100104p64d1a7c5vd82b9ac5e5e4c252@mail.gmail.com> Can ffmpeg play swf,flv and other flash formats? I need to play flash files in mplayer in linux. On 9/10/07, Jeremy Hansen wrote: > > Hi, > > > > Where can i find FLV player to play flash files on Linux Machine? > > I need to play swf files in Mplayer using FLV. > > Please suggest me.And I am new to this group. > > > > Thanks, > > Sreenivas > > Mplayer will play flv's but you would need to get the flash player > plugin from adobe to play swf's. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From pnunn at infoteq.com.au Mon Sep 10 10:15:20 2007 From: pnunn at infoteq.com.au (pnunn) Date: Mon, 10 Sep 2007 18:15:20 +1000 Subject: [MPlayer-users] Scripting MPlayer.... Message-ID: <200709101815.20954.pnunn@infoteq.com.au> Folks, I'm looking for some help setting up a system that needs to just continuously play video clips in a loop. I need to be able to start them at boot... and change the playlist if you like by uploading new files remotely to the system. I need to know when a new one starts so I can log some information about it. Can someone give me some clues as to the best way to do this? Not sure if I should use a play list and just change it from under mplayer, or run a script that just loops through files in a directory... any input greatly appreciated. Thanks Peter Nunn From daniel.larkin at gmail.com Mon Sep 10 10:26:50 2007 From: daniel.larkin at gmail.com (Daniel Larkin) Date: Mon, 10 Sep 2007 09:26:50 +0100 Subject: [MPlayer-users] MPlayer 422 YUV Message-ID: <45fc86b30709100126m50832ee3t4a24e5baf6c060c8@mail.gmail.com> Hi all, I was just wondering can I use mplayer to view 422 yuv files? I searched through the help and whilst yuv 420 is mentioned I can't seem to find anything about sequences with alternative colour space subsampling. Any help appreciated Thanks Daniel From jebrhansen at gmail.com Mon Sep 10 10:28:21 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Mon, 10 Sep 2007 02:28:21 -0600 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: <846f3e320709100104p64d1a7c5vd82b9ac5e5e4c252@mail.gmail.com> References: <004701c7f21a$ed111660$1854000a@bibika> <20070908180052.GA7947@ryvius.pekin.waw.pl> <846f3e320709100053m401f90dfpbada33ea98e99e5a@mail.gmail.com> <846f3e320709100104p64d1a7c5vd82b9ac5e5e4c252@mail.gmail.com> Message-ID: On 9/10/07, Sreenivas Chowdary wrote: > Can ffmpeg play swf,flv and other flash formats? > I need to play flash files in mplayer in linux. swf is proprietary format that can only be played with adobe's flash player plugin. There are converters that will take a swf and convert it into a video format but it would be much larger. flv's are video files that use an swf player online to play them. mplayer or ffmpeg can play flv's. mplayer or ffmpeg are unable to play swf's. From poirierg at gmail.com Mon Sep 10 10:54:40 2007 From: poirierg at gmail.com (Guillaume POIRIER) Date: Mon, 10 Sep 2007 10:54:40 +0200 Subject: [MPlayer-users] Scripting MPlayer.... In-Reply-To: <200709101815.20954.pnunn@infoteq.com.au> References: <200709101815.20954.pnunn@infoteq.com.au> Message-ID: <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> Hi, On 9/10/07, pnunn wrote: > Folks, > > I'm looking for some help setting up a system that needs to just continuously > play video clips in a loop. > > I need to be able to start them at boot... and change the playlist if you like > by uploading new files remotely to the system. > > I need to know when a new one starts so I can log some information about it. > > Can someone give me some clues as to the best way to do this? > > Not sure if I should use a play list and just change it from under mplayer, or > run a script that just loops through files in a directory... any input > greatly appreciated. Use the slave more. It's explained in DOCS/tech/slave.txt (from the top of my head) Guillaume -- A soldier will fight long and hard for a bit of colored ribbon. -- Napoleon Bonaparte From jebrhansen at gmail.com Mon Sep 10 13:27:28 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Mon, 10 Sep 2007 05:27:28 -0600 Subject: [MPlayer-users] Make error SVN 24394 In-Reply-To: References: Message-ID: > In another email I tried an RM file that spat out bugs on the output. > I figured before I posted a bug report I should update. I did a svn > update && make distclean > > my configure is with the following options --enable-gui --enable-menu > > make errors out here... > > cc -I./libavcodec -I./libavformat -Wdisabled-optimization > -Wno-pointer-sign -Wdeclaration-after-statement -I. -I. -I./libavutil > -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 > -march=pentium-m -mtune=pentium-m -pipe -ffast-math > -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H > -I/usr/X11/include -I/usr/include/ -I/usr/include/SDL -D_REENTRANT > -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/local/include -I/usr/local/include/dvdnav > -I/usr/local/include/dvdread -c -o mencoder.o mencoder.c > In file included from cfg-mencoder.h:291, > from mencoder.c:299: > cfg-common.h:241: error: 'vd_use_slices' undeclared here (not in a function) > mencoder.c: In function 'main': > mencoder.c:1265: warning: dereferencing type-punned pointer will break > strict-aliasing rules > mencoder.c:1276: warning: dereferencing type-punned pointer will break > strict-aliasing rules > make: *** [mencoder.o] Error 1 With rev 24398 it now compiles. Thanks From jack.delbert at gmail.com Mon Sep 10 13:55:11 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Mon, 10 Sep 2007 07:55:11 -0400 Subject: [MPlayer-users] Scripting MPlayer.... In-Reply-To: <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> Message-ID: On 9/10/07, Guillaume POIRIER wrote: > Hi, > > On 9/10/07, pnunn wrote: > > Folks, > > > > I'm looking for some help setting up a system that needs to just continuously > > play video clips in a loop. > > > > I need to be able to start them at boot... and change the playlist if you like > > by uploading new files remotely to the system. > > > > I need to know when a new one starts so I can log some information about it. > > > > Can someone give me some clues as to the best way to do this? > > > > Not sure if I should use a play list and just change it from under mplayer, or > > run a script that just loops through files in a directory... any input > > greatly appreciated. > > Use the slave more. It's explained in DOCS/tech/slave.txt (from the > top of my head) > > > Guillaume Or, if you want a script here's a quickie I wrote in Perl for my Linux system. Perl came with the O/S. #!/usr/bin/perl -w use strict; while(1) { `mplayer *.wmv`; } while(1) is an infinite loop that loops over all of the WMV files in the directory you run the script in, in alphabetical order. You could also add more mplayer lines between the curly brackets and make it an actual playlist in any order you want. Don't know how familiar you are with scripts (or even what O/S you're running) but in Unix you would create the script, naming it something like "repeat", make it executable chmod 755 repeat and run it by ./repeat Since it's an infinite loop, you'll have to break it to get it to stop. Ctrl-C worked for me. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From deepak.babel at laposte.net Mon Sep 10 17:42:15 2007 From: deepak.babel at laposte.net (deepak) Date: Mon, 10 Sep 2007 21:12:15 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> Message-ID: <46E565D7.6080001@laposte.net> Has anyone been able to get MPlayer to play DTS 5.1 surround in avi container? My MPlayer crashes after 2 seconds. Shall appreciate any help. Thanks Deepak From warpme at o2.pl Sun Sep 9 14:51:20 2007 From: warpme at o2.pl (Sasza) Date: Sun, 09 Sep 2007 14:51:20 +0200 Subject: [MPlayer-users] How to cyclic switch Audio with LIRC ? Message-ID: Hi * I have problem witch configuring LIRC to cycle switching DVD audio tracks. I put following statement into LIRCRC file: begin prog = mythtv button = audio config = # end Pressing "#" key on keyb switches audio, but pressing audio key on remote doesn't. Remote is working OK - I tested audio key with other mplayer command. I think it is problem of "#" char - which is interpreted by LIRCD as comment sign - not char to be passed to mplayer. How can I then configure LIRC to pass "#" key to mplayer ? thx in advance for help From young2 at edicionescc.com Mon Sep 10 19:47:44 2007 From: young2 at edicionescc.com (jose Young) Date: Mon, 10 Sep 2007 14:47:44 -0300 Subject: [MPlayer-users] avi files Message-ID: <46E58340.6060400@edicionescc.com> I recently installed Mplayer to be able to play some CDs I have with .avi files. The program found the file, but when I tried to open it I got the following message: "Error opening/initializing the selected viod-out (-vo) device." So following the instructions I found in the help section, I did the following at command line and got the result: jose at jose-y:~$ mplayer -vo help MPlayer 2:1.0~rc1-0ubuntu9.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) 4 CPU 1.70GHz (Family: 15, Model: 1, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Available video output drivers: xmga Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid) mga Matrox G200/G4x0/G550 overlay (/dev/mga_vid) tdfxfb 3Dfx Banshee/Voodoo3/Voodoo5 3dfx 3dfx (/dev/3dfx) xv X11/Xv x11 X11 ( XImage/Shm ) xover General X11 driver for overlay capable video output drivers gl X11 (OpenGL) gl2 X11 (OpenGL) - multiple textures version dga DGA ( Direct Graphic Access V2.0 ) sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!) ggi General Graphics Interface (GGI) output fbdev Framebuffer Device fbdev2 Framebuffer Device aa AAlib caca libcaca dxr3 DXR3/H+ video out xvidix X11 (VIDIX) cvidix console VIDIX null Null video output xvmc XVideo Motion Compensation mpegpes Mpeg-PES to DVB card yuv4mpeg yuv4mpeg output for mjpegtools png PNG file jpeg JPEG file gif89a animated GIF output tga Targa output pnm PPM/PGM/PGMYUV file md5sum md5sum of each frame The next step is supposed to be "Select the correct video output driver", but how am I supposed to know which one that could be? This takes me beyond my experience. I am running Ubuntu with the Gnome interface. Thanks for any help. Jos? From albert1 at autocom.pl Mon Sep 10 19:57:52 2007 From: albert1 at autocom.pl (Piotr Stachura) Date: Mon, 10 Sep 2007 19:57:52 +0200 Subject: [MPlayer-users] avi files In-Reply-To: <46E58340.6060400@edicionescc.com> References: <46E58340.6060400@edicionescc.com> Message-ID: <200709101957.52709.albert1@autocom.pl> Dnia poniedzia?ek, 10 wrze?nia 2007, jose Young napisa?: > I recently installed Mplayer to be able to play some CDs I have with > .avi files. > > The program found the file, but when I tried to open it I got the > following message: > > "Error opening/initializing the selected viod-out (-vo) device." First of all, if this is copied string, it's quite strange (typo). Anyway it doesn't give any informations for us. Please provide full "mplayer -v played_file" where played_file is your file. > So following the instructions I found in the help section, I did the > following at command line and got the result: > xmga Matrox G200/G4x0/G550 overlay in X11 window (using > /dev/mga_vid) > mga Matrox G200/G4x0/G550 overlay (/dev/mga_vid) > tdfxfb 3Dfx Banshee/Voodoo3/Voodoo5 > 3dfx 3dfx (/dev/3dfx) > xv X11/Xv > x11 X11 ( XImage/Shm ) > xover General X11 driver for overlay capable video output drivers > gl X11 (OpenGL) > gl2 X11 (OpenGL) - multiple textures version > dga DGA ( Direct Graphic Access V2.0 ) > sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!) > ggi General Graphics Interface (GGI) output > fbdev Framebuffer Device > fbdev2 Framebuffer Device > aa AAlib > caca libcaca > dxr3 DXR3/H+ video out > xvidix X11 (VIDIX) > cvidix console VIDIX > null Null video output > xvmc XVideo Motion Compensation > mpegpes Mpeg-PES to DVB card > yuv4mpeg yuv4mpeg output for mjpegtools > png PNG file > jpeg JPEG file > gif89a animated GIF output > tga Targa output > pnm PPM/PGM/PGMYUV file > md5sum md5sum of each frame > > The next step is supposed to be "Select the correct video output > driver", but how am I supposed to know which one that could be? This > takes me beyond my experience. I am running Ubuntu with the Gnome > interface. You should first test outputs xv, next x11 and xover. Later try gl2 or sdl. Of course first output should be "correct" in most cases, if not send verbose output. Anyway, try to compile current SVN, rc1 is... an antique?? If you don't know how, google for it, you will need devel packages from libs. Good luck! -- Piotr Stachura From jebrhansen at gmail.com Mon Sep 10 19:58:35 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Mon, 10 Sep 2007 11:58:35 -0600 Subject: [MPlayer-users] avi files In-Reply-To: <46E58340.6060400@edicionescc.com> References: <46E58340.6060400@edicionescc.com> Message-ID: > The next step is supposed to be "Select the correct video output > driver", but how am I supposed to know which one that could be? This > takes me beyond my experience. I am running Ubuntu with the Gnome interface. Try mplayer -vo xv file-to-play.mpg If this doesn't work post the full output. From cooleyr at gmail.com Mon Sep 10 20:16:13 2007 From: cooleyr at gmail.com (RC) Date: Mon, 10 Sep 2007 11:16:13 -0700 Subject: [MPlayer-users] MPlayer 422 YUV In-Reply-To: <45fc86b30709100126m50832ee3t4a24e5baf6c060c8@mail.gmail.com> References: <45fc86b30709100126m50832ee3t4a24e5baf6c060c8@mail.gmail.com> Message-ID: <20070910111613.6b81565a.cooleyr@gmail.com> On Mon, 10 Sep 2007 09:26:50 +0100 "Daniel Larkin" wrote: > I was just wondering can I use mplayer to view 422 yuv files? By telling it to play them... From cooleyr at gmail.com Mon Sep 10 20:20:27 2007 From: cooleyr at gmail.com (RC) Date: Mon, 10 Sep 2007 11:20:27 -0700 Subject: [MPlayer-users] How to cyclic switch Audio with LIRC ? In-Reply-To: References: Message-ID: <20070910112027.732647ee.cooleyr@gmail.com> On Sun, 09 Sep 2007 14:51:20 +0200 Sasza wrote: > How can I then configure LIRC to pass "#" key to mplayer ? I suggest you ask on the LIRC lists, since your problem has nothing to do with MPlayer. From jbglaw at lug-owl.de Mon Sep 10 21:56:48 2007 From: jbglaw at lug-owl.de (Jan-Benedict Glaw) Date: Mon, 10 Sep 2007 21:56:48 +0200 Subject: [MPlayer-users] Playing a raw PCM audio RTP stream In-Reply-To: <20070904082400.GL10567@lug-owl.de> References: <20070904082400.GL10567@lug-owl.de> Message-ID: <20070910195648.GM18377@lug-owl.de> On Tue, 2007-09-04 10:24:00 +0200, Jan-Benedict Glaw wrote: > > I'm currently playing a bit with pulseaudio, one of the sound servers. > You can bind a RTP-sending sink to other sinks and I gave it a try, > but was unsuccessful to play such a stream with mplayer. > > On the pulseaudio mailing list, I was told[1] that this just used to work > out of the box (mplayer rtp://224.0.0.56:46778), because the stream > content is put into the type descriptor. However, mplayer tries to > detect the stream type by content these days: > > $ mplayer rtp://224.0.0.56:46778 [...] This actually works: $ mplayer -demuxer rawaudio -rawaudio channels=2:rate=44100:samplesize=2:format=0x10001 rtp://224.0.0.56:46520 However, it was somewhat hard to find the correct value for the `format' parameter. This value is from libavcodec/avcodec.h, maybe there's an easier way to find it? MfG, JBG > [1] https://tango.0pointer.de/pipermail/pulseaudio-discuss/2007-September/000678.html -- Jan-Benedict Glaw jbglaw at lug-owl.de +49-172-7608481 Signature of: Eine Freie Meinung in einem Freien Kopf the second : f?r einen Freien Staat voll Freier B?rger. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From nicola_sabbi at fastwebnet.it Mon Sep 10 22:17:12 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Mon, 10 Sep 2007 22:17:12 +0200 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46E565D7.6080001@laposte.net> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> Message-ID: <46E5A648.10305@fastwebnet.it> deepak wrote: > Has anyone been able to get MPlayer to play DTS 5.1 surround in avi > container? My MPlayer crashes after 2 seconds. > > Shall appreciate any help. > excellent bugreport indeed. Read in docs/ how to report bugs From flessard at novacom.qc.ca Tue Sep 11 02:59:22 2007 From: flessard at novacom.qc.ca (Francis Lessard) Date: Mon, 10 Sep 2007 20:59:22 -0400 Subject: [MPlayer-users] Wierd Behavior : multiple /dev/tty Message-ID: <200709102059.22826.flessard@novacom.qc.ca> Hi ! I am building a looping video server on Ubuntu 7.04 server using the provided apt mplayer package (since it is at 1.0rc1) My project has to ; - output fullscreen TV out (overscan did not work yet) - fully controllable remotely by ssh - fully automated, being able to play for weeks in row. I use "screen" as root to start mplayer with this exact command mplayer -vo fbdev -double -vf crop=640:480:40:0 -playlist /mymedia/mylist -loop 0 This project is working almost perfectly for hours (10+) then the sound goes out ! mplayer complains about too many open files. Using lsof, i found out that mplayer creates a new line like below, each times a video plays. After many loops, i belive the system is getting saturated by those : mplayer 4816 root 40w CHR 5,0 4915 /dev/tty mplayer 4816 root 41w CHR 5,0 4915 /dev/tty mplayer 4816 root 42w CHR 5,0 4915 /dev/tty mplayer 4816 root 43w CHR 5,0 4915 /dev/tty mplayer 4816 root 44w CHR 5,0 4915 /dev/tty Is there any way to fix this behavior ? I have tried to run mplayer out of screen, still the same error. Any advice ? Thanks Francis From austin.acton at utoronto.ca Tue Sep 11 03:38:57 2007 From: austin.acton at utoronto.ca (Austin) Date: Mon, 10 Sep 2007 21:38:57 -0400 Subject: [MPlayer-users] flash-in-quicktime In-Reply-To: <20070908182627.GA19033@1und1.de> References: <46E2DE84.5040701@utoronto.ca> <20070908182627.GA19033@1und1.de> Message-ID: <46E5F1B1.3090201@utoronto.ca> Reimar D?ffinger wrote: > Hello, > On Sat, Sep 08, 2007 at 01:40:20PM -0400, Austin wrote: > [...] >> Any chance of making this work? > > Well, someone could try to hack gnash to support it I guess... > >> If not, is there any other way I can extract the flash animations out >> directly? > > Use a (hex-)editor and remove everything before "FWS". > The only other way I know of is > http://sourceforge.net/projects/extractor-gtk/ > but that's somewhat overkill (esp. since I'm not sure if the user > interface is usable by anyone except me ;-) ). Well, the gnash devels had this to say: > The mplayer developer that popped into the irc channel the other > thought it'd be easier to have mplayer handoff the flash part of the > .mov to Gnash using Xembed. Gnash is a flash player, not a video player. > I'd guess we could make Gnash display a raw quicktime time, but I don't > think this is a priority when compared to the other things we're working > on right now. We'll gladly except a patch that implements this though. :-) Personally, doesn't it seem more logical to have mplayer handle the quicktime container, but call libgnash to decode and play the animation, than to have gnash learn to open quicktime files? I mean, even for mime type simplicity? Austin From pnunn at infoteq.com.au Tue Sep 11 09:29:59 2007 From: pnunn at infoteq.com.au (pnunn) Date: Tue, 11 Sep 2007 17:29:59 +1000 Subject: [MPlayer-users] Scripting MPlayer try 2 Message-ID: <200709111729.59821.pnunn@infoteq.com.au> Thanks to the help of Gullaume and Jack I've got closer to where I need to be with this scripting problem I'm having. I've managed to get a script running as.... #!/bin/bash loop=1 while [ $loop -gt 0 ]; do for X in ../Download/*.mp4 do ./getfix echo $X>>fixlog #mplayer -vo xll -really-quiet -noboarder -fs $X mplayer -vo x11 -really-quiet -noborder -fs echo $X &>/dev/null done #for debugging echo $loop>>fixlog let loop=loop+1 done which happily plays and logs the files in the directory. However, between each movie, it drops back briefly to the background screen which I can't let happen. So.. I started looking at slave mode. I used the command line mplayer -fs -fixed-vo -slave -idle -input file=/home/pnunn/.mplayer/pipe after creating the pipe and by sending a file to the pipe with echo "loadfile /home/pnunn/Download/robot-chicken-gummy-bear.mp4 1" > /home/pnunn/.mplayer/pipe the first file plays just fine. When it ends, the screen stays up and I thought I was nearly there. however, when I send another file to the pipe, it plays in a small window in the top corner of the screen (not full screen).. also, I need a way for the script to be able to determine when the playing file has finished so that it can log the information I need and start the next one. Any more ideas please... I really need to get this last bit sorted soon... I'll keep digging too. Thanks so much. Peter. From evangelos.stergiou at fileas.com Tue Sep 11 10:11:24 2007 From: evangelos.stergiou at fileas.com (Evan Stergiou) Date: Tue, 11 Sep 2007 10:11:24 +0200 Subject: [MPlayer-users] DVB streaming buffering Message-ID: <018601c7f44b$588feba0$120ba8c0@es> Hello. I use skystar2 and mplayer to play sat streaming radio. Due to the buffers used by linux-dvb drivers and mplayer I have a variable delay on my sat streaming radio as compared to a Neta which seems to be buffer-free. Is it possible to downsize these buffers? How? Thanks. From Reimar.Doeffinger at stud.uni-karlsruhe.de Tue Sep 11 10:34:02 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Tue, 11 Sep 2007 10:34:02 +0200 Subject: [MPlayer-users] flash-in-quicktime In-Reply-To: <46E5F1B1.3090201@utoronto.ca> References: <46E2DE84.5040701@utoronto.ca> <20070908182627.GA19033@1und1.de> <46E5F1B1.3090201@utoronto.ca> Message-ID: <20070911083402.GA9555@1und1.de> Hello, On Mon, Sep 10, 2007 at 09:38:57PM -0400, Austin wrote: [...] > > The mplayer developer that popped into the irc channel the other > > thought it'd be easier to have mplayer handoff the flash part of the > > .mov to Gnash using Xembed. Gnash is a flash player, not a video player. Xembed is an unacceptable hack. If gnash can decode into a memory buffer, frame by frame it is possible, but it will still be extremely ugly since the flash data is _not_ in a video stream but in a "generic track" one... [...] > Personally, doesn't it seem more logical to have mplayer handle the > quicktime container, but call libgnash to decode and play the animation, > than to have gnash learn to open quicktime files? I mean, even for mime > type simplicity? There is no need to make it learn Quicktime files, it must only be extended to handle files that have trash before the flash data - in the simplest case that can be done by brute-force searching for the string "FWS". Greetings, Reimar D?ffinger From andrew.david.45 at gmail.com Tue Sep 11 10:49:40 2007 From: andrew.david.45 at gmail.com (Andrew Strong) Date: Tue, 11 Sep 2007 18:49:40 +1000 Subject: [MPlayer-users] Problem: Saving streaming quicktime file Message-ID: <20070911084940.GA1255@ilium.lan> Hi, I am having unexpected trouble saving the following streaming quicktime file: http://movies.apple.com/movies/wb/the_brave_one/the_brave_one-tlr1_480p.mov using the following version of mplayer: andrew at ilium:~$ mplayer MPlayer 1.0rc1-4.0.3 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (Family: 15, Model: 2, Stepping: 9) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 with the all-20061022 codecs installed. I have tried several differemt types of syntax as well as banging my head on the keyboard, but I thought the following basic syntax should work at least: mplayer -dumpstream filename.mov I would be grateful for some advice on this one, Andrew -- Andrew's Corner http://people.aapt.net.au/~adjlstrong/ubuntu_cli.html From cehoyos at ag.or.at Tue Sep 11 12:05:11 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Tue, 11 Sep 2007 10:05:11 +0000 (UTC) Subject: [MPlayer-users] Problem: Saving streaming quicktime file References: <20070911084940.GA1255@ilium.lan> Message-ID: Hi! Andrew Strong gmail.com> writes: > I am having unexpected trouble saving the following streaming > quicktime file: > > http://movies.apple.com/movies/wb/the_brave_one/the_brave_one-tlr1_480p.mov wget http://movies.apple.com/movies/wb/the_brave_one/the_brave_one-tlr1_h480p.mov (found with strings the_brave_one-tlr1_480p.mov) > MPlayer 1.0rc1-4.0.3 (C) 2000-2006 MPlayer Team Please use latest svn before reporting problems. Carl Eugen From andrew.david.45 at gmail.com Tue Sep 11 13:52:06 2007 From: andrew.david.45 at gmail.com (Andrew Strong) Date: Tue, 11 Sep 2007 21:52:06 +1000 Subject: [MPlayer-users] Problem: Saving streaming quicktime file In-Reply-To: References: <20070911084940.GA1255@ilium.lan> Message-ID: <20070911115206.GA5431@ilium.lan> On Tue, Sep 11, 2007 at 10:05:11AM +0000, Carl Eugen Hoyos wrote: > Andrew Strong gmail.com> writes: > > I am having unexpected trouble saving the following streaming > > quicktime file: > > > > http://movies.apple.com/movies/wb/the_brave_one/the_brave_one-tlr1_480p.mov > > wget http://movies.apple.com/movies/wb/the_brave_one/the_brave_one-tlr1_h480p.mov > (found with strings the_brave_one-tlr1_480p.mov) Thanks for the solution to this puzzle which has obviously little to do with mplayer :-) > > MPlayer 1.0rc1-4.0.3 (C) 2000-2006 MPlayer Team > > Please use latest svn before reporting problems. My apologies I did not realise this. As an mplayer noob I shall explore the rc version for a while longer and just lurk on this mailing list. Thanks heaps! Andrew -- Andrew's Corner http://people.aapt.net.au/~adjlstrong/ubuntu_cli.html From sreenivas.pachva at gmail.com Tue Sep 11 17:55:40 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Tue, 11 Sep 2007 21:25:40 +0530 Subject: [MPlayer-users] Issue in playing flash files in mozilla browser. Message-ID: <846f3e320709110855k49ef2273geb9d02c3a66d678e@mail.gmail.com> Hi, I built Mozilla firefox with DirectFb backend and i am able to launch firefox. To get Flash plugins and Flash content to play i buit other packages. I built 1) swfdec-0.5.1 - Flash player dependant on GTK. I am able to play flash files using this flash player on DirectFb environment. 2) swfdec-mozilla-0.5.1 - Plugins for Mozilla. The plugin .so file of this package also completely depends on directfb and other non x related libraries. After launching firefox Mozilla firefox detecting plugins. But it was unable to play flash content of any URL. Can any one have idea How to solve this issue. Thanks, Sreenivas From dominik at rangers.eu.org Tue Sep 11 18:47:04 2007 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Tue, 11 Sep 2007 18:47:04 +0200 Subject: [MPlayer-users] Issue in playing flash files in mozilla browser. In-Reply-To: <846f3e320709110855k49ef2273geb9d02c3a66d678e@mail.gmail.com> References: <846f3e320709110855k49ef2273geb9d02c3a66d678e@mail.gmail.com> Message-ID: <20070911164704.GA7931@ryvius.pekin.waw.pl> On Tuesday, 11 September 2007 at 17:55, Sreenivas Chowdary wrote: > Hi, > > I built Mozilla firefox with DirectFb backend and i am able to launch firefox. > To get Flash plugins and Flash content to play i buit other packages. > I built > 1) swfdec-0.5.1 - Flash player dependant on GTK. I am able to play > flash files using this flash player on DirectFb environment. > > 2) swfdec-mozilla-0.5.1 - Plugins for Mozilla. The plugin .so file of > this package also completely depends on directfb and other non x > related libraries. > > After launching firefox Mozilla firefox detecting plugins. But it was > unable to play flash content of any URL. > > Can any one have idea How to solve this issue. You'd better ask on swfdec mailing list. None of your problems are MPlayer-related. Regards, R. -- MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org There should be a science of discontent. People need hard times and oppression to develop psychic muscles. -- from "Collected Sayings of Muad'Dib" by the Princess Irulan From stellplatz-nr.13a at datenparkplatz.de Tue Sep 11 20:32:34 2007 From: stellplatz-nr.13a at datenparkplatz.de (Ulrich) Date: Tue, 11 Sep 2007 20:32:34 +0200 Subject: [MPlayer-users] How to play .swf and other Flash files using fmpeg or Mplayer In-Reply-To: References: <004701c7f21a$ed111660$1854000a@bibika> <20070908180052.GA7947@ryvius.pekin.waw.pl> <846f3e320709100053m401f90dfpbada33ea98e99e5a@mail.gmail.com> <846f3e320709100104p64d1a7c5vd82b9ac5e5e4c252@mail.gmail.com> Message-ID: <46E6DF42.8040705@datenparkplatz.de> Hi, if the SWFs only contain flash video, mplayer can play it in some cases. For example, I was able to view some of the sample trailers from this homepage: > http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-1366?GalileoSession=47583655A3.bNBAAf4E Regards, Ulrich From warpme at o2.pl Tue Sep 11 21:59:12 2007 From: warpme at o2.pl (Warpme) Date: Tue, 11 Sep 2007 21:59:12 +0200 Subject: [MPlayer-users] How to cyclic switch Audio in mplayer with LIRC ? Message-ID: <46E6F390.3000905@o2.pl> Carl, Thx. Seems like I was really tried when fighting with it. Your config was tried by me as first one, but I overlook that [integer] for switch_audio cmd is optional - not mandatory. thx again ! >Carl wrote: > >You've got a couple problems here. First of all, you're sending the command >to the wrong program. The other problem is that mplayer doesn't use >keystroke commands in the .lircrc file. You should use something like this: > >begin >prog = mplayer >button = audio >config = switch_audio >end -------------- next part -------------- A non-text attachment was scrubbed... Name: warpme.vcf Type: text/x-vcard Size: 83 bytes Desc: not available URL: From tom at realtime1.com Wed Sep 12 14:24:40 2007 From: tom at realtime1.com (tom) Date: Wed, 12 Sep 2007 08:24:40 -0400 Subject: [MPlayer-users] Max video bit rate limit Question Message-ID: <200709120824.40809.tom@realtime1.com> Hi, What determines the max video bitrate of 25 Mb/s. What is the limiting factor (precision, memory, input data size, etc...)? Thanks. Tom Bond -- System Info: Linux realtime1 2.6.16.27-0.9-default #1 Tue Feb 13 09:35:18 UTC 2007 i686 athlon i386 GNU/Linux Uptime: 8:21am up 8 days 0:58, 7 users, load average: 2.50, 2.18, 2.18 From fvisagie at za.spescom.com Wed Sep 12 19:46:06 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Wed, 12 Sep 2007 19:46:06 +0200 Subject: [MPlayer-users] Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12289@panda.datavoice.co.za> Hi, With reference to: --- [MPlayer-users] IYUV fourcc Reimar D?ffinger Reimar.Doeffinger at stud.uni-karlsruhe.de Tue May 15 08:09:32 CEST 2007 * Previous message: [MPlayer-users] IYUV fourcc <067254.html> * Next message: [MPlayer-users] IYUV fourcc <067282.html> * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hello, On Mon, May 14, 2007 at 07:08:32PM +0200, Reimar D?ffinger wrote: > On Mon, May 14, 2007 at 09:31:47AM -0700, Larry Reznick wrote: [...] > > Let me know what you discover. > > IYUV to YV12 conversion is missing, but that is trivial (just need to > exchange two pointers). > No idea where to best fix it yet. Unfortunately your sample consists only of black frames so I can't check if the colours are correct, but it plays with attached patch. Greetings, Reimar D?ffinger -------------- next part -------------- Index: etc/codecs.conf =================================================================== --- etc/codecs.conf (revision 23315) +++ etc/codecs.conf (working copy) @@ -2263,7 +2277,7 @@ format 0x20776172 fourcc i420,I420 fourcc IYUV,iyuv - out I420,IYUV + out I420,IYUV,YV12 videocodec rawyvu9 info "RAW YVU9" Index: libmpcodecs/vd_raw.c =================================================================== --- libmpcodecs/vd_raw.c (revision 23316) +++ libmpcodecs/vd_raw.c (working copy) @@ -22,6 +22,7 @@ switch(cmd){ case VDCTRL_QUERY_FORMAT: if (*(int *)arg == format) return CONTROL_TRUE; + if (*(int *)arg == IMGFMT_YV12 && format == IMGFMT_IYUV) return CONTROL_TRUE; return CONTROL_FALSE; } return CONTROL_UNKNOWN; --- I ran into the same problem and have some more information that may help you. Playing back raw IYUV ASF files worked fine in 1.0pre8-3.4.2, and it seems the problem occurred in the software scaler subsequently. I can send you sample video files, or you can make your own by encoding to Uncompressed with Windows Media Encoder (I was making screen captures but I don't think it matters). Following are the two output listings (on Windows) for 1.0pre8-3.4.2 and 1.0rc1-3.4.2 respectively. I don't have the facilities to build your patch for Windows, so if somebody could direct me to a build containing it, I would be overjoyed. 1.0pre8-3.4.2 ---------------- MPlayer 1.0pre8-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) M processor 2.00GHz (Family: 6, Model: 13, Stepping: 8) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled with runtime CPU detection. Playing capture.wmv. ASF file format detected. VIDEO: [IYUV] 800x600 12bpp 1000.000 fps 0.0 kbps ( 0.0 kbyte/s) Opening video filter: [pp=hb/vb] ========================================================================== Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 800 x 600 (preferred colorspace: Planar IYUV) [PP] Using external postprocessing filter, max q = 6. Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using Planar IYUV as output csp (no 1) Movie-Aspect is undefined - no prescaling applied. SwScaler: using unscaled Planar YV12 -> Planar YV12 special converter VO: [directx] 800x600 => 800x600 Planar YV12 [fs] Selected video codec: [rawi420] vfm: raw (RAW I420) ========================================================================== Audio: no sound Starting playback... Exiting... (Quit) 1.0rc1-3.4.2 --------------- MPlayer 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) M processor 2.00GHz (Family: 6, Model: 13, Stepping: 8) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled with runtime CPU detection. Playing capture.wmv. ASF file format detected. VIDEO: [IYUV] 800x600 12bpp 5.000 fps 0.0 kbps ( 0.0 kbyte/s) Opening video filter: [pp=hb/vb] ========================================================================== Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 800 x 600 (preferred colorspace: Planar IYUV) [PP] Using external postprocessing filter, max q = 6. Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using Planar IYUV as output csp (no 1) Movie-Aspect is undefined - no prescaling applied. Unsupported format Planar IYUV swScaler: Unknown format is not supported as input format Couldn't init SwScaler for this setup FATAL: Cannot initialize video driver. VDecoder init failed :( Cannot find codec matching selected -vo and video format 0x56555949. Read DOCS/HTML/en/codecs.html! ========================================================================== Exiting... (End of file) Kind regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From Reimar.Doeffinger at stud.uni-karlsruhe.de Wed Sep 12 20:02:21 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Wed, 12 Sep 2007 20:02:21 +0200 Subject: [MPlayer-users] Re IYUV fourcc In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F12289@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F12289@panda.datavoice.co.za> Message-ID: <20070912180221.GA23274@1und1.de> Hello, On Wed, Sep 12, 2007 at 07:46:06PM +0200, Francois Visagie wrote: [...] > I ran into the same problem and have some more information that may help > you. Playing back raw IYUV ASF files worked fine in 1.0pre8-3.4.2, and it > seems the problem occurred in the software scaler subsequently. I can send > you sample video files, or you can make your own by encoding to Uncompressed > with Windows Media Encoder (I was making screen captures but I don't think > it matters). Send a sample or get a build of revision 24436 or later (which should at least make it play again, though not sure if the colours will be right). Greetings, Reimar D?ffinger From fast at ferrara.linux.it Wed Sep 12 16:40:24 2007 From: fast at ferrara.linux.it (Fabio S.) Date: Wed, 12 Sep 2007 16:40:24 +0200 (CEST) Subject: [MPlayer-users] Strange problem when merging two avi Message-ID: Hi all, I have a strange problem when merging two avi. First, let me say that the two files have the same parameters: both are produced from two quicktime clips produced by my videocam using the commands mencoder -oac mp3lame -lameopts cbr -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=3000:vpass=1:mbd=2:trell:v4mv:autoaspect:cmp=3:subcmp=3:mbcmp=3 -demuxer lavf -ffourcc DIVX in.mp4 -o out.avi mencoder -oac mp3lame -lameopts cbr -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=3000:vpass=2:mbd=2:trell:v4mv:autoaspect:cmp=3:subcmp=3:mbcmp=3 -demuxer lavf -ffourcc DIVX in.mp4 -o out.avi Done this, I merge the two 1.avi 2.avi with mencoder -oac copy -ovc copy -o 1-2.avi 1.avi 2.avi Well, what happens is that when I look the merged file 1-2.avi, then in the point where the two files join for a few seconds the second one looks somewhat "corrupted", like if it where taken with a much lower resolution. After 3-4 seconds, then it looks good again. What can I do? Another try I did, is to use avimerge to merge the two files, but then the second one gets the audio out of sync, and I couldn't resolve this. I have seen this is a FAQ, but I didn't find an answer for my case... :-((( Thanks a lot Fabio From mystica at gmail.com Thu Sep 13 02:30:29 2007 From: mystica at gmail.com (Mike Hodson) Date: Wed, 12 Sep 2007 18:30:29 -0600 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over Message-ID: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> Hello, I have been miffed for months (a year almost) about playing locally downloaded .ty+ files from my tivo. These were transferred using mfs_ftp, and for the most part play fine. Except when there apparently is a segment change (the tivo uses multiple file segments for recording a show) mplayer apparently plays "junk" that exists in the .ty file, but it seems should just be skipped over. This means, that you can watch a movie rather well for about an hour (on my directv series 2 tivo) and after that, you get about a half second blip of some other show/some other shows audio, and then it tiles back into the movie where it left off. I have, upon the suggestion of someone on the DealDatabase forums, converted these .ty+ files to mpeg files, and indeed the 'junk' is not present; the movie plays fine. What would you need for me to provide to show you what is happening? (The best i have is a 1gig file thats 1 hour long, at minute 56 it blips). I could camcorder it blipping for you, or somehow send you the last bit of the file if you wanted (using dd/skipping bytes) Mike From ulion2002 at gmail.com Thu Sep 13 02:41:23 2007 From: ulion2002 at gmail.com (Ulion) Date: Thu, 13 Sep 2007 08:41:23 +0800 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46E565D7.6080001@laposte.net> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> Message-ID: <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> 2007/9/10, deepak : > Has anyone been able to get MPlayer to play DTS 5.1 surround in avi > container? My MPlayer crashes after 2 seconds. > > Shall appreciate any help. > > Thanks > Deepak > On what platform did you run mplayer? What version was your mplayer? Which avi file caused this problem? Did you use any hwac3 or hwdts config parameters? -- Ulion From ulion2002 at gmail.com Thu Sep 13 02:55:07 2007 From: ulion2002 at gmail.com (Ulion) Date: Thu, 13 Sep 2007 08:55:07 +0800 Subject: [MPlayer-users] SVN make fails on Mac OS X, Undefined symbols: _FT_Glyph_StrokeBorder_FT_Request_Size In-Reply-To: References: <33531acd0706141622l4766167fo79c91f78488b23cb@mail.gmail.com> <871wgeccx7.wl%nomiya@galaxy.dti.ne.jp> <33531acd0706141851icdd4ecs37a0fae99ecf8643@mail.gmail.com> <87vedpc4bz.wl%nomiya@galaxy.dti.ne.jp> <33531acd0706150425k442337fel83753ee4fd6ef3af@mail.gmail.com> <873b0t4f17.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <81b02f020709121755t661252b8yf8cbf0b659bac7bb@mail.gmail.com> 2007/9/3, Sean Zimmermann : > I'm not sure if this is still relevant, but I found a way to compile SVN on Mac > and fix the freetype problem. > > > Running: > > ./configure --with-freetype-config=/usr/X11R6/bin/freetype-config > > fixed the problem for me. I have apple X11 installed, so I used their freetype. > This might be different for other people if their own version of freetype. > > > I hope this helps, > Sean > This works, but the freetype version is old enough so ass will not be supported. X11 seems useless for OS 10.4.* users, so to compile a mplayer will full features, I renamed the X11 directories and use --disable-x11 flags to configure. Also, I installed freetype with macports, and add following flags for configure: --with-freetype-config=/opt/local/bin/freetype-config --with-extraincdir=/opt/local/include --with-extralibdir=/opt/local/lib -- Ulion From andrew.david.45 at gmail.com Thu Sep 13 06:26:01 2007 From: andrew.david.45 at gmail.com (Andrew Strong) Date: Thu, 13 Sep 2007 14:26:01 +1000 Subject: [MPlayer-users] Correct syntax pcm:fast pcm:file=filename? Message-ID: <20070913042601.GA27205@ilium.lan> Hi, I am downloading and saving a real audio stream using: andrew at ilium:~$ mplayer MPlayer dev-SVN-r24430-4.0.3 (C) 2000-2007 MPlayer Team and codecs all-20061022 using the following syntax: mplayer -playlist address.ram -ao pcm:file=filename.wav -vo null -vc null But mplayer when running this command advises also -ao pcm:fast to increase speed of audio dump. Can I ask 2 questions: 1. Will this actually yield any _real_ increase when dumping a Real Audio stream? 2. What is the syntax if I already have pcm:file=filename.wav? I have experimented with this a little and failed. Thanks for your trouble, Andrew -- Andrew's Corner http://people.aapt.net.au/~adjlstrong/ubuntu_cli.html From deepak.babel at laposte.net Thu Sep 13 07:00:30 2007 From: deepak.babel at laposte.net (deepak) Date: Thu, 13 Sep 2007 10:30:30 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> Message-ID: <46E8C3EE.7070501@laposte.net> Platform: Ubuntu 7.04/AMD64 MPlayer version: 1.0~rc1 This is a DTS 5.1 video clip which stops after a few seconds with a fatal error: MPlayer interrupted by signal 11 in module:decode_audio I am not attempting DTS with SPDIF passthrough, but am trying direct analog DTS output. Btw, Totem is able to play the clip, while there is no sound on VLC. Thanks Ulion wrote: > 2007/9/10, deepak : > >> Has anyone been able to get MPlayer to play DTS 5.1 surround in avi >> container? My MPlayer crashes after 2 seconds. >> >> Shall appreciate any help. >> >> Thanks >> Deepak >> >> > > > On what platform did you run mplayer? What version was your mplayer? > Which avi file caused this problem? Did you use any hwac3 or hwdts > config parameters? > > > From jack.delbert at gmail.com Thu Sep 13 07:08:05 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Thu, 13 Sep 2007 01:08:05 -0400 Subject: [MPlayer-users] Can I get a non-zero return code from mplayer? Message-ID: Pressing "q" will exit mplayer giving a return code of zero. Is there anything that will exit with a non-zero return code? I'd like to use it in a calling program. Thanks, Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From fvisagie at za.spescom.com Thu Sep 13 09:06:12 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 13 Sep 2007 09:06:12 +0200 Subject: [MPlayer-users] Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12291@panda.datavoice.co.za> Hello Reimar, When I try uploading a sample I get: --- K:\>ftp upload.mplayerhq.hu Connected to upload.mplayerhq.hu. 220 (vsFTPd 2.0.5) User (upload.mplayerhq.hu:(none)): anonymous 331 Please specify the password. Password: 230 Login successful. ftp> cd /Mplayer/incoming 550 Failed to change directory. ftp> bye 221 Goodbye. K:\> --- Do you have any other place convenient I can put it for you? It's about 9.4MB. Kind regards, Francois -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of Reimar D?ffinger Sent: 12 September 2007 20:02 To: MPlayer usage questions, feature requests,bug reports Subject: [SPAM] Re: [MPlayer-users] Re IYUV fourcc Hello, On Wed, Sep 12, 2007 at 07:46:06PM +0200, Francois Visagie wrote: [...] > I ran into the same problem and have some more information that may > help you. Playing back raw IYUV ASF files worked fine in > 1.0pre8-3.4.2, and it seems the problem occurred in the software > scaler subsequently. I can send you sample video files, or you can > make your own by encoding to Uncompressed with Windows Media Encoder > (I was making screen captures but I don't think it matters). Send a sample or get a build of revision 24436 or later (which should at least make it play again, though not sure if the colours will be right). Greetings, Reimar D?ffinger This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From cooleyr at gmail.com Thu Sep 13 09:51:25 2007 From: cooleyr at gmail.com (RC) Date: Thu, 13 Sep 2007 00:51:25 -0700 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> Message-ID: <20070913005125.39a463d5.cooleyr@gmail.com> On Wed, 12 Sep 2007 18:30:29 -0600 "Mike Hodson" wrote: > I could camcorder it blipping for you, That would be entirely useless. No doubt we all believe you when you say it happens. > or somehow send you the last bit of the file if you wanted (using > dd/skipping bytes) That would be the way to do it. From cooleyr at gmail.com Thu Sep 13 09:54:25 2007 From: cooleyr at gmail.com (RC) Date: Thu, 13 Sep 2007 00:54:25 -0700 Subject: [MPlayer-users] Re IYUV fourcc In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F12291@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F12291@panda.datavoice.co.za> Message-ID: <20070913005425.3c449cd5.cooleyr@gmail.com> On Thu, 13 Sep 2007 09:06:12 +0200 Francois Visagie wrote: > ftp> cd /Mplayer/incoming > 550 Failed to change directory. Unix is case-sensitive, and in the name MPlayer both M & P are in caps. From fvisagie at za.spescom.com Thu Sep 13 10:00:33 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 13 Sep 2007 10:00:33 +0200 Subject: [MPlayer-users] Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12293@panda.datavoice.co.za> Hello Reimar, I think (directory listing returns nothing) the sample is there now, called "Unsupported format Planar IYUV.wmv". Kind regards, Francois -----Original Message----- From: Francois Visagie Sent: 13 September 2007 09:06 To: 'MPlayer usage questions, feature requests,bug reports' Subject: Re: [MPlayer-users] Re IYUV fourcc Hello Reimar, When I try uploading a sample I get: --- K:\>ftp upload.mplayerhq.hu Connected to upload.mplayerhq.hu. 220 (vsFTPd 2.0.5) User (upload.mplayerhq.hu:(none)): anonymous 331 Please specify the password. Password: 230 Login successful. ftp> cd /Mplayer/incoming 550 Failed to change directory. ftp> bye 221 Goodbye. K:\> --- Do you have any other place convenient I can put it for you? It's about 9.4MB. Kind regards, Francois -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of Reimar D?ffinger Sent: 12 September 2007 20:02 To: MPlayer usage questions, feature requests,bug reports Subject: [SPAM] Re: [MPlayer-users] Re IYUV fourcc Hello, On Wed, Sep 12, 2007 at 07:46:06PM +0200, Francois Visagie wrote: [...] > I ran into the same problem and have some more information that may > help you. Playing back raw IYUV ASF files worked fine in > 1.0pre8-3.4.2, and it seems the problem occurred in the software > scaler subsequently. I can send you sample video files, or you can > make your own by encoding to Uncompressed with Windows Media Encoder > (I was making screen captures but I don't think it matters). Send a sample or get a build of revision 24436 or later (which should at least make it play again, though not sure if the colours will be right). Greetings, Reimar D?ffinger This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From fvisagie at za.spescom.com Thu Sep 13 10:17:08 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 13 Sep 2007 10:17:08 +0200 Subject: [MPlayer-users] Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12297@panda.datavoice.co.za> Oops! For a guy who had ported Unix, writing custom file system and device drivers for it... ;-) Kind regards, Francois -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of RC Sent: 13 September 2007 09:54 To: MPlayer usage questions, feature requests, bug reports Subject: Re: [MPlayer-users] Re IYUV fourcc On Thu, 13 Sep 2007 09:06:12 +0200 Francois Visagie wrote: > ftp> cd /Mplayer/incoming > 550 Failed to change directory. Unix is case-sensitive, and in the name MPlayer both M & P are in caps. This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From ulion2002 at gmail.com Thu Sep 13 10:21:21 2007 From: ulion2002 at gmail.com (Ulion) Date: Thu, 13 Sep 2007 16:21:21 +0800 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46E8C3EE.7070501@laposte.net> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> Message-ID: <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> 2007/9/13, deepak : > Platform: Ubuntu 7.04/AMD64 > MPlayer version: 1.0~rc1 > > This is a DTS 5.1 video clip which stops after a few seconds with a > fatal error: MPlayer interrupted by signal 11 in module:decode_audio > > I am not attempting DTS with SPDIF passthrough, but am trying direct > analog DTS output. > > Btw, Totem is able to play the clip, while there is no sound on VLC. > > Thanks > Can you put your whole mplayer output before the signal 11. The clip you said, is it a avi file? -- Ulion From vdm_sss at yahoo.co.uk Thu Sep 13 10:37:48 2007 From: vdm_sss at yahoo.co.uk (vdmsss) Date: Thu, 13 Sep 2007 09:37:48 +0100 Subject: [MPlayer-users] SVN make fails on Mac OS X, Undefined symbols: _FT_Glyph_StrokeBorder_FT_Request_Size In-Reply-To: <81b02f020709121755t661252b8yf8cbf0b659bac7bb@mail.gmail.com> References: <33531acd0706141622l4766167fo79c91f78488b23cb@mail.gmail.com> <871wgeccx7.wl%nomiya@galaxy.dti.ne.jp> <33531acd0706141851icdd4ecs37a0fae99ecf8643@mail.gmail.com> <87vedpc4bz.wl%nomiya@galaxy.dti.ne.jp> <33531acd0706150425k442337fel83753ee4fd6ef3af@mail.gmail.com> <873b0t4f17.wl%nomiya@galaxy.dti.ne.jp> <81b02f020709121755t661252b8yf8cbf0b659bac7bb@mail.gmail.com> Message-ID: <45CA9C03-8093-4A2B-9F20-B493518D5EF6@yahoo.co.uk> I compile with freetype 6.3.16, it all works. Install it in /usr/ local and make sure the linker gets it. May need to edit Makefile. (Be careful you might have another version in /sw/lib too.) From mystica at gmail.com Thu Sep 13 10:54:13 2007 From: mystica at gmail.com (Mike Hodson) Date: Thu, 13 Sep 2007 02:54:13 -0600 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <20070913005125.39a463d5.cooleyr@gmail.com> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> <20070913005125.39a463d5.cooleyr@gmail.com> Message-ID: <9da483cb0709130154i1111b4d4l68c9c2ee360ee795@mail.gmail.com> On 9/13/07, RC wrote: > That would be entirely useless. No doubt we all believe you when you > say it happens. True, I just thought that if there was no way of properly splitting the file, that a demonstration would help somewhat. I do troubleshooting work personally, and am somewhat of a nitpicker/detail noticer; for me, actually seeing the result usually helps me immensely. > > or somehow send you the last bit of the file if you wanted (using > > dd/skipping bytes) > > That would be the way to do it. OK, I just was not entirely sure that the stream would still be playable if i just chopped it at some random byte, as opposed to a sequence split/GOP split/ whatnot. I'll test this and then upload it to the public FTP. Mike From Reimar.Doeffinger at stud.uni-karlsruhe.de Thu Sep 13 11:00:27 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Thu, 13 Sep 2007 11:00:27 +0200 Subject: [MPlayer-users] Re IYUV fourcc In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F12293@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F12293@panda.datavoice.co.za> Message-ID: <20070913090027.GA6218@1und1.de> Hello, On Thu, Sep 13, 2007 at 10:00:33AM +0200, Francois Visagie wrote: > I think (directory listing returns nothing) the sample is there now, called > "Unsupported format Planar IYUV.wmv". Plays without problems with latest SVN (at least on linux, but I doubt Windows will be any different in this case ;-)). Greetings, Reimar D?ffinger From mystica at gmail.com Thu Sep 13 11:08:47 2007 From: mystica at gmail.com (Mike Hodson) Date: Thu, 13 Sep 2007 03:08:47 -0600 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <9da483cb0709130154i1111b4d4l68c9c2ee360ee795@mail.gmail.com> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> <20070913005125.39a463d5.cooleyr@gmail.com> <9da483cb0709130154i1111b4d4l68c9c2ee360ee795@mail.gmail.com> Message-ID: <9da483cb0709130208y216192e2m5e4457d354da6d40@mail.gmail.com> On 9/13/07, Mike Hodson wrote: > OK, I just was not entirely sure that the stream would still be > playable if i just chopped it at some random byte, as opposed to a > sequence split/GOP split/ whatnot. > I'll test this and then upload it to the public FTP. > > Mike > File is uploaded. "test-dtivo-junkskip.ty+" I am noticing a slight effect of me making the file so small; there is severe desync with the audio at the beginning that sloooooowly corrects itself over time. It doesn't have time within this 5 meg file to correct before the blip happens. Also curious if this is this a known issue (large audio desync in ty demuxing) and if so, are there any ways to fix it? Mike From fvisagie at za.spescom.com Thu Sep 13 11:11:04 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 13 Sep 2007 11:11:04 +0200 Subject: [MPlayer-users] [SPAM] Re: Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F1229A@panda.datavoice.co.za> That's great news. Well done on your fix. Do you know of anybody reliably maintaining complete Windows builds of the latest SVNs (or at least providing a build of revision 24436 you mentioned earlier) that you can point me to? The builds mentioned on the projects page seem either out of date and/or fragmented. Kind regards, Francois -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of Reimar D?ffinger Sent: 13 September 2007 11:00 To: MPlayer usage questions, feature requests,bug reports Subject: [SPAM] Re: [MPlayer-users] Re IYUV fourcc Hello, On Thu, Sep 13, 2007 at 10:00:33AM +0200, Francois Visagie wrote: > I think (directory listing returns nothing) the sample is there now, > called "Unsupported format Planar IYUV.wmv". Plays without problems with latest SVN (at least on linux, but I doubt Windows will be any different in this case ;-)). Greetings, Reimar D?ffinger This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From unkn0wn at megabit.ru Thu Sep 13 11:40:35 2007 From: unkn0wn at megabit.ru (wwwadmin) Date: Thu, 13 Sep 2007 13:40:35 +0400 Subject: [MPlayer-users] Trouble with realtime transcoding Message-ID: <20070913134035.4f1fe156@castle.megabit.ru> I try to transcode aac stream to mp3, but i have trouble: when mplayer out sound to soundcard, all works fine, but when I try to send raw-output to lame, encoding work with a jerks: mplayer recieve some portion of a stream (~2sec) and freeze (~0.5sec), and it's repeated and repeated. I use construction "mplayer->lame->ezstream" to send encoded mp3 stream to icecast, and in freeze time i listen noise. I try to use -cache and -cache-min with no effect. Where is a bug? Command line: mplayer -playlist /tmp/radio/drum.m3u -ac faad -demuxer aac -vc null -vo null -cache 256 -cache-min 40 -ao pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | ezstream -c /usr/local/etc/ez_drum.xml From unkn0wn at megabit.ru Thu Sep 13 11:44:45 2007 From: unkn0wn at megabit.ru (wwwadmin) Date: Thu, 13 Sep 2007 13:44:45 +0400 Subject: [MPlayer-users] Reconnect Message-ID: <20070913134445.1be29306@castle.megabit.ru> When I listen internet-radio, and for some seconds radio going down, mplayer stop playing and doesn't try to reconnect. Which key i must to use for mplayer start reconnect after some time interval? From csr at statsbiblioteket.dk Thu Sep 13 11:58:22 2007 From: csr at statsbiblioteket.dk (Colin Rosenthal) Date: Thu, 13 Sep 2007 11:58:22 +0200 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <20070913134035.4f1fe156@castle.megabit.ru> References: <20070913134035.4f1fe156@castle.megabit.ru> Message-ID: <46E909BE.9040205@statsbiblioteket.dk> Maybe your processor just isn't fast enough to do this in real time? "-q 0" is the highest quality/most cpu intensive choice in lame. Try "-q 9". If that works, just keep decreasing the q value until you get the best compromise between quality and cpu usage. wwwadmin wrote: > I try to transcode aac stream to mp3, but i have trouble: when mplayer > out sound to soundcard, all works fine, but when I try to send > raw-output to lame, encoding work with a jerks: mplayer recieve some > portion of a stream (~2sec) and freeze (~0.5sec), and it's repeated and > repeated. I use construction "mplayer->lame->ezstream" to send encoded > mp3 stream to icecast, and in freeze time i listen noise. I try to use > -cache and -cache-min with no effect. Where is a bug? > > Command line: > mplayer -playlist /tmp/radio/drum.m3u -ac faad -demuxer aac -vc > null -vo null -cache 256 -cache-min 40 -ao > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | > ezstream -c /usr/local/etc/ez_drum.xml > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > -- Dr. Colin Rosenthal MSc-IT IT-Developer, Digital Resources Statsbiblioteket tlf: 89462074 DK 8000 ?rhus C From unkn0wn at megabit.ru Thu Sep 13 12:46:14 2007 From: unkn0wn at megabit.ru (wwwadmin) Date: Thu, 13 Sep 2007 14:46:14 +0400 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <46E909BE.9040205@statsbiblioteket.dk> References: <20070913134035.4f1fe156@castle.megabit.ru> <46E909BE.9040205@statsbiblioteket.dk> Message-ID: <20070913144614.6b2925dd@castle.megabit.ru> CPU - Celeron 2500. Ever when I dump output in wav file, I see little freeze after every 2 sec, but when i listen - all works fine. > Maybe your processor just isn't fast enough to do this in real time? > "-q 0" is the highest quality/most > cpu intensive choice in lame. Try "-q 9". If that works, just keep > decreasing the q value until you get > the best compromise between quality and cpu usage. > > wwwadmin wrote: > > I try to transcode aac stream to mp3, but i have trouble: when > > mplayer out sound to soundcard, all works fine, but when I try to > > send raw-output to lame, encoding work with a jerks: mplayer > > recieve some portion of a stream (~2sec) and freeze (~0.5sec), and > > it's repeated and repeated. I use construction > > "mplayer->lame->ezstream" to send encoded mp3 stream to icecast, > > and in freeze time i listen noise. I try to use -cache and > > -cache-min with no effect. Where is a bug? > > > > Command line: > > mplayer -playlist /tmp/radio/drum.m3u -ac faad -demuxer aac -vc > > null -vo null -cache 256 -cache-min 40 -ao > > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | > > ezstream -c /usr/local/etc/ez_drum.xml > > > > _______________________________________________ > > MPlayer-users mailing list > > MPlayer-users at mplayerhq.hu > > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > > > > From unkn0wn at megabit.ru Thu Sep 13 13:15:48 2007 From: unkn0wn at megabit.ru (wwwadmin) Date: Thu, 13 Sep 2007 15:15:48 +0400 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <46E909BE.9040205@statsbiblioteket.dk> References: <20070913134035.4f1fe156@castle.megabit.ru> <46E909BE.9040205@statsbiblioteket.dk> Message-ID: <20070913151548.5a750721@castle.megabit.ru> mplayer -v said: MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: Intel(R) Celeron(R) CPU 2.66GHz (Family: 15, Model: 3, Stepping: 4) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. > Maybe your processor just isn't fast enough to do this in real time? > "-q 0" is the highest quality/most > cpu intensive choice in lame. Try "-q 9". If that works, just keep > decreasing the q value until you get > the best compromise between quality and cpu usage. > > wwwadmin wrote: > > I try to transcode aac stream to mp3, but i have trouble: when > > mplayer out sound to soundcard, all works fine, but when I try to > > send raw-output to lame, encoding work with a jerks: mplayer > > recieve some portion of a stream (~2sec) and freeze (~0.5sec), and > > it's repeated and repeated. I use construction > > "mplayer->lame->ezstream" to send encoded mp3 stream to icecast, > > and in freeze time i listen noise. I try to use -cache and > > -cache-min with no effect. Where is a bug? > > > > Command line: > > mplayer -playlist /tmp/radio/drum.m3u -ac faad -demuxer aac -vc > > null -vo null -cache 256 -cache-min 40 -ao > > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | > > ezstream -c /usr/local/etc/ez_drum.xml > > > > _______________________________________________ > > MPlayer-users mailing list > > MPlayer-users at mplayerhq.hu > > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > > > > From Reimar.Doeffinger at stud.uni-karlsruhe.de Thu Sep 13 14:00:44 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Thu, 13 Sep 2007 14:00:44 +0200 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <9da483cb0709130208y216192e2m5e4457d354da6d40@mail.gmail.com> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> <20070913005125.39a463d5.cooleyr@gmail.com> <9da483cb0709130154i1111b4d4l68c9c2ee360ee795@mail.gmail.com> <9da483cb0709130208y216192e2m5e4457d354da6d40@mail.gmail.com> Message-ID: <20070913120044.GA7006@1und1.de> Hello, On Thu, Sep 13, 2007 at 03:08:47AM -0600, Mike Hodson wrote: > On 9/13/07, Mike Hodson wrote: > > OK, I just was not entirely sure that the stream would still be > > playable if i just chopped it at some random byte, as opposed to a > > sequence split/GOP split/ whatnot. > > I'll test this and then upload it to the public FTP. Actually, with ty you have to split at a 128kB boundary... > File is uploaded. "test-dtivo-junkskip.ty+" > > I am noticing a slight effect of me making the file so small; there is > severe desync with the audio at the beginning that sloooooowly > corrects itself over time. It doesn't have time within this 5 meg > file to correct before the blip happens. Also curious if this is this > a known issue (large audio desync in ty demuxing) and if so, are there > any ways to fix it? Well, rewrite the demuxer to make it less of a mess? You could help with this by 1) providing also the first 4 MB or so of a .ty file 2) Do the same for a .tmf file because currently our samples server doesn't seem to contain even a single sample, which makes it near impossible to fix things without having it break left and right. Greetings, Reimar D?ffinger From Reimar.Doeffinger at stud.uni-karlsruhe.de Thu Sep 13 14:03:19 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Thu, 13 Sep 2007 14:03:19 +0200 Subject: [MPlayer-users] [SPAM] Re: Re IYUV fourcc In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F1229A@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F1229A@panda.datavoice.co.za> Message-ID: <20070913120319.GB7006@1und1.de> Hello, On Thu, Sep 13, 2007 at 11:11:04AM +0200, Francois Visagie wrote: > That's great news. Well done on your fix. Do you know of anybody reliably > maintaining complete Windows builds of the latest SVNs (or at least > providing a build of revision 24436 you mentioned earlier) that you can > point me to? The builds mentioned on the projects page seem either out of > date and/or fragmented. Those are the newest builds we are aware of. And please to not quote the full email you respond to, esp. not below your reply (i.e. do not top-post). Greetings, Reimar D?ffinger From fvisagie at za.spescom.com Thu Sep 13 14:13:12 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 13 Sep 2007 14:13:12 +0200 Subject: [MPlayer-users] [SPAM] Re: [SPAM] Re: Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F122A9@panda.datavoice.co.za> -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of Reimar D?ffinger Sent: 13 September 2007 14:03 To: MPlayer usage questions, feature requests,bug reports Subject: [SPAM] Re: [MPlayer-users] [SPAM] Re: Re IYUV fourcc Those are the newest builds we are aware of. And please to not quote the full email you respond to, esp. not below your reply (i.e. do not top-post). Greetings, Reimar D?ffinger _______________________________________________ Hi Reimar, I am fully aware that people on this list generally prefer that. Unfortunately like many other people I am also expected to conform to corporate preferences, such as what office software, how it is configured, what is blocked by the firewall etc. Kind regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From jknutar at nic.fi Thu Sep 13 15:19:29 2007 From: jknutar at nic.fi (Jan Knutar) Date: Thu, 13 Sep 2007 16:19:29 +0300 Subject: [MPlayer-users] Correct syntax pcm:fast pcm:file=filename? In-Reply-To: <20070913042601.GA27205@ilium.lan> References: <20070913042601.GA27205@ilium.lan> Message-ID: <200709131619.29983.jknutar@nic.fi> On Thursday 13 September 2007 07:26, Andrew Strong wrote: > 1. Will this actually yield any _real_ increase when dumping a Real > Audio stream? I doubt it. > 2. What is the syntax if I already have pcm:file=filename.wav? I have > experimented with this a little and failed. -ao pcm:fast:filename=filename.wav maybe From cooleyr at gmail.com Thu Sep 13 16:03:01 2007 From: cooleyr at gmail.com (RC) Date: Thu, 13 Sep 2007 07:03:01 -0700 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <20070913134035.4f1fe156@castle.megabit.ru> References: <20070913134035.4f1fe156@castle.megabit.ru> Message-ID: <20070913070301.41151578.cooleyr@gmail.com> On Thu, 13 Sep 2007 13:40:35 +0400 wwwadmin wrote: > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | Lame doesn't know how to encode MPlayer's banner, status line, and all the other junk it's writing to stdout interleaved with your raw PCM data. I recomend using a fifo instead. From unkn0wn at megabit.ru Thu Sep 13 16:30:54 2007 From: unkn0wn at megabit.ru (wwwadmin) Date: Thu, 13 Sep 2007 18:30:54 +0400 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <20070913070301.41151578.cooleyr@gmail.com> References: <20070913134035.4f1fe156@castle.megabit.ru> <20070913070301.41151578.cooleyr@gmail.com> Message-ID: <20070913183054.3ea7e816@castle.megabit.ru> > On Thu, 13 Sep 2007 13:40:35 +0400 > wwwadmin wrote: > > > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | > > Lame doesn't know how to encode MPlayer's banner, status line, and all > the other junk it's writing to stdout interleaved with your raw PCM > data. > > I recomend using a fifo instead. Even when I try to record stream in a local wave file, mplayer buffer stream, write data without jecks (~3sec), but after this i see: mplayer buffering stream 2 sec, quickly write downloaded stream to file, repeat 2sec-buffering, repeat fast write. Looks like, in this point mplayer work not in a real-time, but in "long buffering - fast write" style, althought I need decoding on-the-fly. From alex at roalter.it Thu Sep 13 18:13:53 2007 From: alex at roalter.it (Alexander Roalter) Date: Thu, 13 Sep 2007 18:13:53 +0200 Subject: [MPlayer-users] Video too short, or audio too long before joining Message-ID: <46E961C1.7050906@roalter.it> I have a (reencoded, the original I don't have anymore) AVI file, where I have 1:02:12 of Audio and 1:02:06 of video. When joining this file with the next file, which is again in perfect synch, I use avimerge, but with neither -c or no modifier at all the additional audio is dropped. Is there a way to do this (with mencoder, instead of avimerge, since its man page only talks about audio too short, which is not a real issue) -- cheers, Alex From comes at naic.edu Thu Sep 13 19:37:37 2007 From: comes at naic.edu (Giacomo Comes) Date: Thu, 13 Sep 2007 13:37:37 -0400 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <20070913134035.4f1fe156@castle.megabit.ru> References: <20070913134035.4f1fe156@castle.megabit.ru> Message-ID: <20070913173737.GA14364@monopoli.naic.edu> On Thu, Sep 13, 2007 at 01:40:35PM +0400, wwwadmin wrote: > I try to transcode aac stream to mp3, but i have trouble: when mplayer > out sound to soundcard, all works fine, but when I try to send > raw-output to lame, encoding work with a jerks: mplayer recieve some > portion of a stream (~2sec) and freeze (~0.5sec), and it's repeated and > repeated. I use construction "mplayer->lame->ezstream" to send encoded > mp3 stream to icecast, and in freeze time i listen noise. I try to use > -cache and -cache-min with no effect. Where is a bug? > > Command line: > mplayer -playlist /tmp/radio/drum.m3u -ac faad -demuxer aac -vc > null -vo null -cache 256 -cache-min 40 -ao > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | > ezstream -c /usr/local/etc/ez_drum.xml I assume that the cache you specify is big enough to permit a smoot playback. If not a stop is normal. Apart from that, you can use the command line in this way in order to feed properly the raw audio stream to lame (requires bash or a bourne compatible shell): mplayer -vc null -vo null \ -ao pcm:nowaveheader:file=/dev/fd/4 4>&1 >&2 | lame .... For even faster decoding replace -vc null with -vc dummy. -vc dummy may not work all the times, but in this case it should. Ciao Giacomo From deepak.babel at laposte.net Thu Sep 13 22:09:15 2007 From: deepak.babel at laposte.net (deepak) Date: Fri, 14 Sep 2007 01:39:15 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> Message-ID: <46E998EB.3080305@laposte.net> I compiled the svn version, and am now able to play the file, but get 2-channel output instead of 5.1: _____________________________________________________________________________________________________________________________ d at d-ubuntu:/media/music$ mplayer chd-disc2.avi MPlayer dev-SVN-r24441-4.1.2 (C) 2000-2007 MPlayer Team CPU: Dual Core AMD Opteron(tm) Processor 165 (Family: 15, Model: 35, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing chd-disc2.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 AVI: ODML: Building ODML index (2 superindexchunks). AVI: ODML: Broken (incomplete?) file detected. Will use traditional index. VIDEO: [XVID] 1280x528 12bpp 23.976 fps 5528.4 kbps (674.9 kbyte/s) Clip info: Software: VirtualDubMod 1.5.10.2 (build 2540/release) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [libdca] DTS decoding with libdca Stream with high frequencies VQ coding AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000->192000) Selected audio codec: [dts] afm: libdca (DTS-libdca) ========================================================================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 1280 x 528 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 2.42:1 - prescaling to correct movie aspect. VO: [xv] 1280x528 => 1280x528 Planar YV12 New_Face failed. Maybe the font path is wrong. 1 ??% ??% ??,?% 0 0 Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. No bind found for key 'MOUSE_BTN0'. 4% 0 0 A: 15.5 V: 15.5 A-V: 0.002 ct: 0.005 372/372 17% 0% 5.1% 0 0 Exiting... (Quit) _____________________________________________________________________________________________________________________________ If I give the file the "channels 6" switch, the sound is a barely intelligible hum. Any ideas? Ulion wrote: > 2007/9/13, deepak : > >> Platform: Ubuntu 7.04/AMD64 >> MPlayer version: 1.0~rc1 >> >> This is a DTS 5.1 video clip which stops after a few seconds with a >> fatal error: MPlayer interrupted by signal 11 in module:decode_audio >> >> I am not attempting DTS with SPDIF passthrough, but am trying direct >> analog DTS output. >> >> Btw, Totem is able to play the clip, while there is no sound on VLC. >> >> Thanks >> >> > > Can you put your whole mplayer output before the signal 11. > The clip you said, is it a avi file? > > From yyang at commscope.com Thu Sep 13 22:24:59 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Thu, 13 Sep 2007 15:24:59 -0500 Subject: [MPlayer-users] connection refused Message-ID: Hi, I have two Fedora6 machines. One is named server with IP address 169.254.15.100/16. The other's hostname is workstation with IP address of 169.254.15.53/16. They can ping each other. My mplayer is v1.0rc1. I can play video files (.avi or .MPG) locally on workstation. But my goal is to steam the video from this simple network. That is to start mplayer on workstation with video file being saved in server. The video file (test.MPG) is saved in the server at /root/video On workstation, I typed mplayer http://server:80/root/video/test.MPG I got Connecting to server 169.254.15.100 [169.254.15.100]:80... Connect error: Connection refused File note found '//server:80/root/video/test.MPG' Failed to open http://server:80/root/video/test.MPG Existing ... I got the same error "conenction refused" when I used mplayer rtsp://... mplayer ftp://... I logged on using root. I have no firewall or any security enabled on any machines. Would you please help me? Thanks, Frank From cehoyos at ag.or.at Thu Sep 13 23:51:09 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 13 Sep 2007 21:51:09 +0000 (UTC) Subject: [MPlayer-users] [SPAM] Re: [SPAM] Re: Re IYUV fourcc References: <532B77054B89D711B8D70002B3A0F75D05F122A9@panda.datavoice.co.za> Message-ID: Hi! Francois Visagie za.spescom.com> writes: > I am fully aware that people on this list generally prefer that. I don't think that's the point. Actually, on this list, full quoting (including long mail headers), not using ">" for quotes is considered as rude as breaking threads (what I do myself from time to time, and you did it when writing this mail) and that's something else than "generally not prefered" - at least IMHO. > Unfortunately like many other people I am also expected to conform to > corporate preferences, such as what office software, how it is configured, > what is blocked by the firewall etc. Except for breaking threads, you can and are expected to manually fix your mails before sending to this list (and hope you don't get flamed;-) Carl Eugen PS: I'm not sure myself what to do with the subject "[SPAM] Re: [SPAM] Re: Re IYUV fourcc" - should it be changed when replying? From phillong69 at netscape.net Fri Sep 14 00:56:32 2007 From: phillong69 at netscape.net (phillong69 at netscape.net) Date: Thu, 13 Sep 2007 18:56:32 -0400 Subject: [MPlayer-users] Isolated EVO video problems In-Reply-To: <20070913134445.1be29306@castle.megabit.ru> References: <20070913134445.1be29306@castle.megabit.ru> Message-ID: <46E9C020.3090101@netscape.net> With the google summer of code E-AC3 contribution http://forum.doom9.org/showthread.php?t=129050 (thanks!!!), I've had good success with mplayer and command lines such as ./mplayer -vc ffvc1 -demuxer lavf -fps 24000/1001 -ac ffeac3 -aid 3 /movies/BLUE_PLANET_DREAM_ALIVE_HDDVD/HVDVD_TS/feature_BLUEPLANETVC1_HD1.EVO However, I've had a problem with Norbit and Black Snake Moan which report: Forced video codec: ffvc1 Cannot find codec matching selected -vo and video format 0x3267706D. Trying to force AVC instead of VC1 with -vc ffh264 gives: Forced video codec: ffh264 Cannot find codec matching selected -vo and video format 0x3267706D. The audio works fine on these (with -vo null ...) As it's an HD-DVD it must be VC1 or AVC, right? (Unless it's MPEG-2 which would be dumb but no problem to detect and play), and AVC is well supported so I'm scratching my head. Any hints/suggestions? From jack.delbert at gmail.com Fri Sep 14 01:03:42 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Thu, 13 Sep 2007 19:03:42 -0400 Subject: [MPlayer-users] Can I get a non-zero return code from mplayer? In-Reply-To: References: Message-ID: On 9/13/07, Jack Smith wrote: > Pressing "q" will exit mplayer giving a return code of zero. Is there > anything that will exit with a non-zero return code? I'd like to use > it in a calling program. Never mind. Turns out a Q does what I want. No idea why I tried it. -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From nomiya at galaxy.dti.ne.jp Fri Sep 14 02:01:41 2007 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Fri, 14 Sep 2007 09:01:41 +0900 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <873axiyv16.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : [MPlayer-users] connection refused Message-ID : Date & Time: Thu, 13 Sep 2007 15:24:59 -0500 [Frank] == yyang at commscope.com has written: Frank> On workstation, I typed Frank> mplayer http://server:80/root/video/test.MPG Frank> I got Frank> Connecting to server 169.254.15.100 [169.254.15.100]:80... Frank> Connect error: Connection refused Frank> File note found '//server:80/root/video/test.MPG' Frank> Failed to open http://server:80/root/video/test.MPG Frank> Existing ... Frank> I got the same error "conenction refused" when I used Frank> mplayer rtsp://... Frank> mplayer ftp://... Did you compile mplayer with LIVE555? Regards, --- Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." From cehoyos at ag.or.at Fri Sep 14 02:59:42 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Fri, 14 Sep 2007 00:59:42 +0000 (UTC) Subject: [MPlayer-users] Isolated EVO video problems References: <20070913134445.1be29306@castle.megabit.ru> <46E9C020.3090101@netscape.net> Message-ID: Hi! netscape.net> writes: > ./mplayer -vc ffvc1 -demuxer lavf -fps 24000/1001 -ac ffeac3 -aid 3 > /movies/BLUE_PLANET_DREAM_ALIVE_HDDVD/HVDVD_TS/feature_BLUEPLANETVC1_HD1.EVO Doesn't that work without -vc ffvc1 (at least for h264, it does for me)? And without -ac ffeac3 (I never tested that)? > However, I've had a problem with Norbit and Black Snake Moan which report: > Forced video codec: ffvc1 > Cannot find codec matching selected -vo and video format 0x3267706D. mpg2 [...] > As it's an HD-DVD it must be VC1 or AVC, right? (Unless it's MPEG-2 > which would be dumb but no problem to detect and play), and AVC is well > supported so I'm scratching my head. > > Any hints/suggestions? I guess it can't autodetect MPEG2 as long as you add -vc (or at least -vc different from mpeg12, ffmpeg12 and ffmpeg12mc - you may want to compare performance). Carl Eugen From ndbecker2 at gmail.com Fri Sep 14 04:44:39 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Thu, 13 Sep 2007 22:44:39 -0400 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> Message-ID: Mike Hodson wrote: > Hello, > > I have been miffed for months (a year almost) about playing locally > downloaded .ty+ files from my tivo. These were transferred using > mfs_ftp, and for the most part play fine. Except when there > apparently is a segment change (the tivo uses multiple file segments > for recording a show) mplayer apparently plays "junk" that exists in > the .ty file, but it seems should just be skipped over. > > This means, that you can watch a movie rather well for about an hour > (on my directv series 2 tivo) and after that, you get about a half > second blip of some other show/some other shows audio, and then it > tiles back into the movie where it left off. > > I have, upon the suggestion of someone on the DealDatabase forums, > converted these .ty+ files to mpeg files, and indeed the 'junk' is not > present; the movie plays fine. > > What would you need for me to provide to show you what is happening? > (The best i have is a 1gig file thats 1 hour long, at minute 56 it > blips). I could camcorder it blipping for you, or somehow send you > the last bit of the file if you wanted (using dd/skipping bytes) > > Mike I noticed this also, except it's still there after recoding into mpeg or h264. Had no idea what it was. In the midst of a movie, a few seconds of broken up video of some completely unrelated video is seen. From amidk75 at gmail.com Fri Sep 14 06:08:08 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Fri, 14 Sep 2007 06:08:08 +0200 Subject: [MPlayer-users] connection refused In-Reply-To: <873axiyv16.wl%nomiya@galaxy.dti.ne.jp> References: <873axiyv16.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <46EA0928.4050304@gmail.com> Masaru Nomiya pisze: > Frank> I got Frank> Connecting to server 169.254.15.100 > [169.254.15.100]:80... Frank> Connect error: Connection refused > Frank> File note found '//server:80/root/video/test.MPG' Frank> > Failed to open http://server:80/root/video/test.MPG Frank> Existing > ... > Frank> I got the same error "conenction refused" when I used Frank> > mplayer rtsp://... Frank> mplayer ftp://... > Did you compile mplayer with LIVE555? First of all did he started any server on "server" machine? For "http://server:80/..." it could be Apache2, on "server" machine side. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From sbarrito at yahoo.com Fri Sep 14 07:57:34 2007 From: sbarrito at yahoo.com (smiles barrito) Date: Thu, 13 Sep 2007 22:57:34 -0700 (PDT) Subject: [MPlayer-users] Using Mplayer - Uncompressed bitmap images Message-ID: <851254.49757.qm@web45515.mail.sp1.yahoo.com> Hi , I am new to this group. I am very new to video standards and working on a project. How do I use mplayer to transform mpeg video stream file into a series of uncompressed bitmap images or RGB images. What is the command to save these uncompressed bitmap images to a file. Can anyone help me in this please. Thanks Smiles ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ From cooleyr at gmail.com Fri Sep 14 08:32:16 2007 From: cooleyr at gmail.com (RC) Date: Thu, 13 Sep 2007 23:32:16 -0700 Subject: [MPlayer-users] Using Mplayer - Uncompressed bitmap images In-Reply-To: <851254.49757.qm@web45515.mail.sp1.yahoo.com> References: <851254.49757.qm@web45515.mail.sp1.yahoo.com> Message-ID: <20070913233216.55ee5db5.cooleyr@gmail.com> On Thu, 13 Sep 2007 22:57:34 -0700 (PDT) smiles barrito wrote: > How do I use mplayer to transform mpeg video stream file into a > series of uncompressed bitmap images or RGB images. mplayer -nosound -vo pnm From ulion2002 at gmail.com Fri Sep 14 09:05:16 2007 From: ulion2002 at gmail.com (Ulion) Date: Fri, 14 Sep 2007 15:05:16 +0800 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46E998EB.3080305@laposte.net> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> Message-ID: <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> 2007/9/14, deepak : > I compiled the svn version, and am now able to play the file, but get > 2-channel output instead of 5.1: > _____________________________________________________________________________________________________________________________ > d at d-ubuntu:/media/music$ mplayer chd-disc2.avi > MPlayer dev-SVN-r24441-4.1.2 (C) 2000-2007 MPlayer Team > CPU: Dual Core AMD Opteron(tm) Processor 165 (Family: 15, Model: 35, > Stepping: 2) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > mplayer: could not connect to socket > mplayer: No such file or directory > Failed to open LIRC support. You will not be able to use your remote > control. > > Playing chd-disc2.avi. > AVI file format detected. > [aviheader] Video stream found, -vid 0 > [aviheader] Audio stream found, -aid 1 > AVI: ODML: Building ODML index (2 superindexchunks). > AVI: ODML: Broken (incomplete?) file detected. Will use traditional index. > VIDEO: [XVID] 1280x528 12bpp 23.976 fps 5528.4 kbps (674.9 kbyte/s) > Clip info: > Software: VirtualDubMod 1.5.10.2 (build 2540/release) > ========================================================================== > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family > Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) > ========================================================================== > ========================================================================== > Opening audio decoder: [libdca] DTS decoding with libdca > Stream with high frequencies VQ coding > AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000->192000) > Selected audio codec: [dts] afm: libdca (DTS-libdca) > ========================================================================== > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) > Starting playback... > VDec: vo config request - 1280 x 528 (preferred colorspace: Planar YV12) > VDec: using Planar YV12 as output csp (no 0) > Movie-Aspect is 2.42:1 - prescaling to correct movie aspect. > VO: [xv] 1280x528 => 1280x528 Planar YV12 > New_Face failed. Maybe the font path is wrong. 1 ??% ??% ??,?% 0 0 > Please supply the text font file (~/.mplayer/subfont.ttf). > subtitle font: load_sub_face failed. > No bind found for key 'MOUSE_BTN0'. 4% 0 0 > A: 15.5 V: 15.5 A-V: 0.002 ct: 0.005 372/372 17% 0% 5.1% 0 0 > Exiting... (Quit) > _____________________________________________________________________________________________________________________________ > > If I give the file the "channels 6" switch, the sound is a barely > intelligible hum. > > Any ideas? > Try mplayer -v with also channels parameter to see what's the output. And maybe you can try ao=alsa -- Ulion From unkn0wn at megabit.ru Fri Sep 14 09:23:52 2007 From: unkn0wn at megabit.ru (wwwadmin) Date: Fri, 14 Sep 2007 11:23:52 +0400 Subject: [MPlayer-users] Trouble with realtime transcoding In-Reply-To: <20070913173737.GA14364@monopoli.naic.edu> References: <20070913134035.4f1fe156@castle.megabit.ru> <20070913173737.GA14364@monopoli.naic.edu> Message-ID: <20070914112352.08a4e04e@castle.megabit.ru> > On Thu, Sep 13, 2007 at 01:40:35PM +0400, wwwadmin wrote: > > I try to transcode aac stream to mp3, but i have trouble: when > > mplayer out sound to soundcard, all works fine, but when I try to > > send raw-output to lame, encoding work with a jerks: mplayer > > recieve some portion of a stream (~2sec) and freeze (~0.5sec), and > > it's repeated and repeated. I use construction > > "mplayer->lame->ezstream" to send encoded mp3 stream to icecast, > > and in freeze time i listen noise. I try to use -cache and > > -cache-min with no effect. Where is a bug? > > > > Command line: > > mplayer -playlist /tmp/radio/drum.m3u -ac faad -demuxer aac -vc > > null -vo null -cache 256 -cache-min 40 -ao > > pcm:nowaveheader:file=/dev/stdout | lame --silent -q 0 -b 128 - - | > > ezstream -c /usr/local/etc/ez_drum.xml > > I assume that the cache you specify is big enough to permit a smoot > playback. If not a stop is normal. > > Apart from that, you can use the command line in this way in order to > feed properly the raw audio stream to lame (requires bash or a bourne > compatible shell): > > mplayer -vc null -vo null \ > -ao pcm:nowaveheader:file=/dev/fd/4 4>&1 >&2 | lame .... > > For even faster decoding replace -vc null with -vc dummy. > -vc dummy may not work all the times, but in this case it should. > > Ciao > Giacomo I make mistake: mplayer cache 2 sec without out to lame, after caching it write cache to stdout in lame input. I try 32k-cache and zero cache-min with no effect. Situations: - Playback. Mplayer precache stream, after this it decode aac and out stream to soundcard on-the-fly, without jecks. - Store wav. Mplayer cache stream, write to file, cache stream, write to file,... Mplayer doesn't write stream at cache-time, it's a problem. From mystica at gmail.com Fri Sep 14 10:36:04 2007 From: mystica at gmail.com (Mike Hodson) Date: Fri, 14 Sep 2007 02:36:04 -0600 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> Message-ID: <9da483cb0709140136g4a7a2b90g278e5d6d10df5838@mail.gmail.com> On 9/13/07, Neal Becker wrote: > I noticed this also, except it's still there after recoding into mpeg or > h264. Had no idea what it was. In the midst of a movie, a few seconds of > broken up video of some completely unrelated video is seen. Indeed going through mencoder proper, as its based on the same demuxing code that the player uses, will still bring odd blips. I had to run my file through a program called 'tytompg' which is available for no cost, but is closed source. You can probably google for it to find a download; they have precompiled versions for win32/x86-64 as well as linux(something recent)/32bit and osx(10.4+)/universal binary. This utility will extract the mpeg2 video and corresponding audio stream and re-multiplex back into a rather normal mpeg file with proper headers and whatnot. It would seem the author of this tool is rather protective of his rather good work, and couldn't care less about helping out the free software community, so sadly heres nothing to even try and reimplement from his code. Its rather sad IMNSHO. Mike From fvisagie at za.spescom.com Fri Sep 14 09:03:01 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Fri, 14 Sep 2007 09:03:01 +0200 Subject: [MPlayer-users] [SPAM] Re: [SPAM] Re: Re IYUV fourcc Message-ID: <532B77054B89D711B8D70002B3A0F75D05F122B2@panda.datavoice.co.za> -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of Carl Eugen Hoyos Sent: 13 September 2007 23:51 To: mplayer-users at mplayerhq.hu Subject: Re: [MPlayer-users] [SPAM] Re: [SPAM] Re: Re IYUV fourcc > I don't think that's the point. > Actually, on this list, full quoting (including long mail headers), not using ">" for quotes is considered as rude as > breaking threads (what I do myself from time to time, and you did it when writing this mail) and that's something else > than "generally not prefered" - at least IMHO. > Except for breaking threads, you can and are expected to manually fix your mails before sending to this list (and hope > you don't get flamed;-) Hi Carl, Although this is off-topic in my opinion, in my opinion I'm entitled to voice my opinion at least once (as is everyone else) and so I'll do. I don't think much can be done to prevent "breaking threads" unfortunately - even manually correcting the subject doesn't work on any of the mailing lists I've tried it. In general however, in my view it's stuck-up and self-righteous in the extreme to behave so rigidly in defense of entirely unjustifiable norms. Sure it's nice to receive all your emails arranged and formatted the same way - it saves time amongst others. But when the mailing list carries only a few tens of messages daily? To fanatically expect everyone to manicure their messages to perfection and to vigilantly enforce that practice probably take more time, energy and aggravation than you save. To drift further off-topic, this topic originated from my use of MPlayer to play high-quality full-motion Uncompressed (Raw) ASF screen captures made by Windows Media Encoder. The specific resolution I'm capturing them in (800 x 600) is unplayable on my system by every single player (because they all use the Windows infrastructure which has a bug at that resolution) and the captures are only usable by VirtualDub-MPEG, which fortunately is where I need them to be used. However, I had no way of checking captures before processing them in VirtualDub, until I discovered that the only, THE ONLY, player capable of rendering those captures is my MPlayer! Congratulations to all on a job well done. Kind regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From Nicola.Sabbi at poste.it Fri Sep 14 11:43:11 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Fri, 14 Sep 2007 11:43:11 +0200 Subject: [MPlayer-users] [SPAM] Re: [SPAM] Re: Re IYUV fourcc In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F122B2@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F122B2@panda.datavoice.co.za> Message-ID: <46EA57AF.6090603@poste.it> Francois Visagie wrote: >Hi Carl, > >Although this is off-topic in my opinion, in my opinion I'm entitled to >voice my opinion at least once (as is everyone else) and so I'll do. > >I don't think much can be done to prevent "breaking threads" unfortunately - > > are you kidding?? you break threads when you reply to received messages posting unrelated subjects. When you want to write of something not related to a thread simply create a new message, not a reply >even manually correcting the subject doesn't work on any of the mailing >lists I've tried it. > >In general however, in my view it's stuck-up and self-righteous in the >extreme to behave so rigidly in defense of entirely unjustifiable norms. >Sure it's nice to receive all your emails arranged and formatted the same >way - it saves time amongst others. But when the mailing list carries only a >few tens of messages daily? To fanatically expect everyone to manicure their >messages to perfection and to vigilantly enforce that practice probably take >more time, energy and aggravation than you save. > > yes and do you know why? To keep the mailing list archive tidy and readable few weeks/months/years from now(), in order to permit searches by topic >To drift further off-topic, this topic originated from my use of MPlayer to >play high-quality full-motion Uncompressed (Raw) ASF screen captures made by >Windows Media Encoder. The specific resolution I'm capturing them in (800 x >600) is unplayable on my system by every single player (because they all use >the Windows infrastructure which has a bug at that resolution) and the >captures are only usable by VirtualDub-MPEG, which fortunately is where I >need them to be used. However, I had no way of checking captures before >processing them in VirtualDub, until I discovered that the only, THE ONLY, >player capable of rendering those captures is my MPlayer! Congratulations to >all on a job well done. > > > nice, so now stick to the rules of our mailing lists From inverseparadox at comcast.net Fri Sep 14 13:05:27 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 14 Sep 2007 07:05:27 -0400 Subject: [MPlayer-users] [SPAM] Re: [SPAM] Re: Re IYUV fourcc In-Reply-To: <46EA57AF.6090603@poste.it> References: <532B77054B89D711B8D70002B3A0F75D05F122B2@panda.datavoice.co.za> <46EA57AF.6090603@poste.it> Message-ID: <46EA6AF7.3010100@comcast.net> Nico Sabbi wrote: > Francois Visagie wrote: > >> Hi Carl, >> >> Although this is off-topic in my opinion, in my opinion I'm >> entitled to voice my opinion at least once (as is everyone else) >> and so I'll do. >> >> I don't think much can be done to prevent "breaking threads" >> unfortunately - > > are you kidding?? > you break threads when you reply to received messages posting > unrelated subjects. ...what are you talking about? That's thread hijacking, not breaking threading. Breaking threading happens when the In-Reply-To header is not set correctly, and happens worse when the Subject line is also modified at the same time. > When you want to write of something not related to a thread simply > create a new message, not a reply > >> even manually correcting the subject doesn't work on any of the >> mailing lists I've tried it. That's because threading is not done based on the Subject line, but on the rather more esoteric In-Reply-To header. Here's what will (or should) work: Look at the list of all headers for the message you are replying to. Find the Message-ID header. For your most recent post, this was "<532B77054B89D711B8D70002B3A0F75D05F122B2 at panda.datavoice.co.za>" (without quotes). As the very first line of your post, before any quotes or other new text, add an In-Reply-To header by hand (which is possible because mail headers are simply plain, unformatted text with a particular syntax) and give that Message-ID. Unlike all of the in-message formatting which we ordinarily request that people do, this *is* more hand work than is necessarily appropriate. That's why the fix we normally suggest for people whose replies break threads is to start using a different mail program, and if necessary a different mail account. (Or, at least, configure their mail client to correctly set the In-Reply-To header - but I'm not entirely sure how that would be possible with most which do not do it by default.) I do happen to know that it is entirely possible to have Outlook, normally the worst mail-formatting offender, set that header correctly - because the replies I receive from co-workers in my work environment, where everyone except me uses that program, are threaded correctly 90% of the time. However, I do not know what the difference is. >> In general however, in my view it's stuck-up and self-righteous in >> the extreme to behave so rigidly in defense of entirely >> unjustifiable norms. It *is* justifiable - in that it makes it much easier to follow a discussion, and it induces more correct snipping. Top-posted discussions are harder to follow than ones which are not (particularly long after the fact), because you have to manually locate the beginning of the oldest message (near the bottom of the post) and read it downwards, then go up again to the beginning of the next message and read it downwards, and repeat. Non-top-posted discussions which do not use a recognizable form of quoting are harder to follow than ones which do, because it is not as easily possible to determine at a glance exactly which stage of the discussion a given quote came from or exactly who said it. My .sig from work may be slightly relevant on one of these points: == A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? == >> Sure it's nice to receive all your emails arranged and formatted >> the same way - it saves time amongst others. But when the mailing >> list carries only a few tens of messages daily? To fanatically >> expect everyone to manicure their messages to perfection and to >> vigilantly enforce that practice probably take more time, energy >> and aggravation than you save. You could also argue that it would take proportionally *more* time, energy and aggravation to do this on a higher-volume list, and so argue against doing it at all. The facts are that there are more-or-less solid reasons for these requirements, and that top posting is considered at best a faux pas in virtually all of Internet society except that fraction which learned all of its rules from Microsoft. Failing to follow these norms makes it harder and more aggravating for us (read: "the people who actually do the work", which has not technically included me for some years) to read your posts, and leaves us less inclined to bother doing so. Unlike with e.g. the rules for submitting patches or bug reports, we are not hard-line about refusing to pay attention to posts which break them, but the reasoning is partly the same and some of the same principle does apply. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From jack.delbert at gmail.com Fri Sep 14 14:10:02 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 14 Sep 2007 08:10:02 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: <46EA0928.4050304@gmail.com> References: <873axiyv16.wl%nomiya@galaxy.dti.ne.jp> <46EA0928.4050304@gmail.com> Message-ID: On 9/14/07, Krzysztof Duchnowski wrote: > Masaru Nomiya pisze: > > > Frank> I got Frank> Connecting to server 169.254.15.100 > > [169.254.15.100]:80... Frank> Connect error: Connection refused > > Frank> File note found '//server:80/root/video/test.MPG' Frank> > > Failed to open http://server:80/root/video/test.MPG Frank> Existing > > ... > > > Frank> I got the same error "conenction refused" when I used Frank> > > mplayer rtsp://... Frank> mplayer ftp://... > > > Did you compile mplayer with LIVE555? > > First of all did he started any server on "server" machine? For > "http://server:80/..." it could be Apache2, on "server" machine side. > Not sure if this is what's needed for mplayer, since I don't have any "remote" machines working to try it on, but can he log in across his network and get an Xwindows connection on the machine he intends to run mplayer on (the server)? I'd _guess_ this would be a minimum requirement. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From mystica at gmail.com Fri Sep 14 16:02:31 2007 From: mystica at gmail.com (Mike Hodson) Date: Fri, 14 Sep 2007 08:02:31 -0600 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <20070913120044.GA7006@1und1.de> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> <20070913005125.39a463d5.cooleyr@gmail.com> <9da483cb0709130154i1111b4d4l68c9c2ee360ee795@mail.gmail.com> <9da483cb0709130208y216192e2m5e4457d354da6d40@mail.gmail.com> <20070913120044.GA7006@1und1.de> Message-ID: <9da483cb0709140702u66df6924m9ff057ba5153bc2a@mail.gmail.com> On 9/13/07, Reimar D?ffinger wrote: > Actually, with ty you have to split at a 128kB boundary... Ah ok. I split on a 1 meg boundary, so by default that should be 128KB aligned. (dd bs=1m skip=998 count=5) > Well, rewrite the demuxer to make it less of a mess? > You could help with this by > 1) providing also the first 4 MB or so of a .ty file > 2) Do the same for a .tmf file > because currently our samples server doesn't seem to contain even a > single sample, which makes it near impossible to fix things without > having it break left and right. I had interesting difficulties with capturing a "short" clip to test. As I wanted to provide you guys with an entire .ty+ file, so as to give an example of XML appended to it, I decided to record a small clip to provide a file that was complete. The issue I ran into: It appears that doing a manual "live tv" recording of the current show produces a different file than a "scheduled" recording. I tried multiple times to do a "record live tv" and then stop after a few seconds, upto 1 minute. The files produced were between 8 and 36 megs in size. None of them played properly. On the smaller end, it wouldnt find anything, but in the 36 meg file it was able to find the audio. Doing some investigation, I noticed in tivoweb plus' info for the recordings that there was a status of "Converted from live." Based on my inability to get a 1 minute 'live' recording to even play back, I tried scheduling a 1 minute recording. This produced a 'normal' file that is instantly picked up / playable, albeit with the telltale audio desync for the first 10 seconds and possibly more when skipping back and forth. "Converted from live" verbose output: http://pastebin.com/f7ab16137 "Scheduled" verbose output: http://pastebin.com/f64618fa5 The 36 meg "audio only" playback output, and files i tried, have been cleared out by more of my testing but if you would like me to reproduce, I would be able to. Note, these are coming from a DirecTV Tivo not a standalone, so the mpeg bitstream was originally encoded by DTV. I am not certain, but inferring from posts on the tivo discussion forums standalone recordings differ slightly, possibly with regard to AC3 streams on D* premium movie channels, but it may be other things too; I simply don't know for certain. I tried going to ftp.mplayerhq.hu and didn't see an incoming dir as normal, but trying ftp1.mplayerhq.hu showed the . If you want them somewhere else, let me know. The files were uploaded as "scheduled.ty+" "liverec.ty+" and also included is the scheduled.tmf file Within the .tmf file (which is basically a .tar archive) you get a video stream .ty file and metadata as separate xml file. The extracted .ty from this archive will -not- contain the "ty+" medatada embedded into the end of the file. (diff -a confirms that the footer is all that has changed) Also, unless you extract the stream file from the .tmf archive, mfs_ftp does not actually serve up different files when it comes to the "ty" vs "ty+" extensions; they are all ty+ format with metadata. However, other tools, like 'tytool' produce simple .ty files without metadata. Mike From yyang at commscope.com Fri Sep 14 16:22:59 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Fri, 14 Sep 2007 09:22:59 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: Message-ID: Folks, Many thanks for your responses. I reply your questions in one email. 1. Masaru, I don't know what LIVE555 is. I simply followed the manual, unpack the tar, configure, make and make install. That's it. 2. Krzysztof's comments on Apache made me to recall that I probably don't have it. I need to check. Would Apache2 web server affect RTSP as well? I got the same "connection refused" error when I entered "mplayer rtsp//server/..." 3. Jack, you asked "can he log in across his network and get an Xwindows connection on the machine he intends to run mplayer on (the server)? I'd _guess_ this would be a minimum requirement." I don't understand this question. My goal is to start the mplayer at 'workstation' machine, but play a video saved in 'server' machine. Frank "Jack Smith" Sent by: mplayer-users-bounces at mplayerhq.hu 09/14/2007 07:10 AM Please respond to "MPlayer usage questions, feature requests, bug reports" To "MPlayer usage questions, feature requests, bug reports" cc Subject Re: [MPlayer-users] connection refused On 9/14/07, Krzysztof Duchnowski wrote: > Masaru Nomiya pisze: > > > Frank> I got Frank> Connecting to server 169.254.15.100 > > [169.254.15.100]:80... Frank> Connect error: Connection refused > > Frank> File note found '//server:80/root/video/test.MPG' Frank> > > Failed to open http://server:80/root/video/test.MPG Frank> Existing > > ... > > > Frank> I got the same error "conenction refused" when I used Frank> > > mplayer rtsp://... Frank> mplayer ftp://... > > > Did you compile mplayer with LIVE555? > > First of all did he started any server on "server" machine? For > "http://server:80/..." it could be Apache2, on "server" machine side. > Not sure if this is what's needed for mplayer, since I don't have any "remote" machines working to try it on, but can he log in across his network and get an Xwindows connection on the machine he intends to run mplayer on (the server)? I'd _guess_ this would be a minimum requirement. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From jack.delbert at gmail.com Fri Sep 14 16:34:57 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 14 Sep 2007 10:34:57 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: On 9/14/07, yyang at commscope.com wrote: > Folks, > Many thanks for your responses. I reply your questions in one email. > > 1. Masaru, I don't know what LIVE555 is. I simply followed the manual, > unpack the tar, configure, make and make install. That's it. > > 2. Krzysztof's comments on Apache made me to recall that I probably don't > have it. I need to check. Would Apache2 web server affect RTSP as well? > I got the same "connection refused" error when I entered "mplayer > rtsp//server/..." > > 3. Jack, you asked "can he log in across his network and get an Xwindows > connection on the machine he intends to > run mplayer on (the server)? I'd _guess_ this would be a minimum > requirement." > I don't understand this question. My goal is to start the mplayer at > 'workstation' machine, but play a video saved in 'server' machine. > > Frank I misunderstood, forget what I said. :-) As an alternative solution, how about mounting the video directory from the remote machine locally and playing it from there? mplayer would think it was local. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From yyang at commscope.com Fri Sep 14 16:43:55 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Fri, 14 Sep 2007 09:43:55 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: Message-ID: Jack, I will try you suggestion as well. Thanks, Frank. "Jack Smith" Sent by: mplayer-users-bounces at mplayerhq.hu 09/14/2007 09:34 AM Please respond to "MPlayer usage questions, feature requests, bug reports" To "MPlayer usage questions, feature requests, bug reports" cc Subject Re: [MPlayer-users] connection refused On 9/14/07, yyang at commscope.com wrote: > Folks, > Many thanks for your responses. I reply your questions in one email. > > 1. Masaru, I don't know what LIVE555 is. I simply followed the manual, > unpack the tar, configure, make and make install. That's it. > > 2. Krzysztof's comments on Apache made me to recall that I probably don't > have it. I need to check. Would Apache2 web server affect RTSP as well? > I got the same "connection refused" error when I entered "mplayer > rtsp//server/..." > > 3. Jack, you asked "can he log in across his network and get an Xwindows > connection on the machine he intends to > run mplayer on (the server)? I'd _guess_ this would be a minimum > requirement." > I don't understand this question. My goal is to start the mplayer at > 'workstation' machine, but play a video saved in 'server' machine. > > Frank I misunderstood, forget what I said. :-) As an alternative solution, how about mounting the video directory from the remote machine locally and playing it from there? mplayer would think it was local. Jack -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From nomiya at galaxy.dti.ne.jp Fri Sep 14 16:48:52 2007 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Fri, 14 Sep 2007 23:48:52 +0900 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <873axhti97.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [MPlayer-users] connection refused Message-ID : Date & Time: Fri, 14 Sep 2007 09:22:59 -0500 [Frank] == yyang at commscope.com has written: Frank> 1. Masaru, I don't know what LIVE555 is. I simply followed the manual, Frank> unpack the tar, configure, make and make install. That's it. If you have installed LIVE555, ./configure detects it autonamtically. About LIVE555? Use Google. Frank> 2. Krzysztof's comments on Apache made me to recall that I probably don't Frank> have it. I need to check. Would Apache2 web server affect RTSP as well? Frank> I got the same "connection refused" error when I entered "mplayer Frank> rtsp//server/..." mplayer require LIVE555 for playing RTSP/RTP stream files. Regards, --- Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." From amidk75 at gmail.com Fri Sep 14 19:11:49 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Fri, 14 Sep 2007 19:11:49 +0200 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> Message-ID: <46EAC0D5.5020206@gmail.com> >> ========================================================================== >> Opening audio decoder: [libdca] DTS decoding with libdca >> Stream with high frequencies VQ coding >> AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000->192000) >> Selected audio codec: [dts] afm: libdca (DTS-libdca) >> ========================================================================== Haaaaaa? So it's 5.1ch or 2ch DTS? What says "mplayer -frames 1 -identify -ao null -vo null chd-disc2.avi"? -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From amidk75 at gmail.com Fri Sep 14 19:25:47 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Fri, 14 Sep 2007 19:25:47 +0200 Subject: [MPlayer-users] connection refused In-Reply-To: References: <873axiyv16.wl%nomiya@galaxy.dti.ne.jp> <46EA0928.4050304@gmail.com> Message-ID: <46EAC41B.5060509@gmail.com> Jack Smith pisze: > Not sure if this is what's needed for mplayer, since I don't have any > "remote" machines working to try it on, but can he log in across his > network and get an Xwindows connection on the machine he intends to > run mplayer on (the server)? I'd _guess_ this would be a minimum > requirement. I've only replied to question. If ONE want to play file by "mplayer http://server:80/path/to/the/file/file.mpg" then ONE need HTTP server up and running and html document or web folder with this file. If ONE want to play file by "mplayer ftsp://server/file.mpg" then ONE need LIVE555 server up and running and streaming this file first of all (try live-tool maybe?) If ONE want to play file by "mplayer /shared/folder/on/remote/machine/file.mpg" then ONE need some net filesystem up and runnig (NFS for both linux machines or samba for mixed linux-win machines). And one thing - mplayer can't stream file from one machine to other so it can't be used as "server". -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From deepak.babel at laposte.net Fri Sep 14 19:47:18 2007 From: deepak.babel at laposte.net (deepak) Date: Fri, 14 Sep 2007 23:17:18 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46EAC0D5.5020206@gmail.com> References: <200709101815.20954.pnunn@infoteq.com.au> <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> Message-ID: <46EAC926.3050007@laposte.net> It is DTS 5.1, but mplayer is downmixing it to 2ch Krzysztof Duchnowski wrote: >>> ========================================================================== >>> Opening audio decoder: [libdca] DTS decoding with libdca >>> Stream with high frequencies VQ coding >>> AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000->192000) >>> Selected audio codec: [dts] afm: libdca (DTS-libdca) >>> ========================================================================== >>> > > Haaaaaa? > So it's 5.1ch or 2ch DTS? > What says "mplayer -frames 1 -identify -ao null -vo null chd-disc2.avi"? > > From Reimar.Doeffinger at stud.uni-karlsruhe.de Fri Sep 14 19:54:45 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Fri, 14 Sep 2007 19:54:45 +0200 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <9da483cb0709140702u66df6924m9ff057ba5153bc2a@mail.gmail.com> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> <20070913005125.39a463d5.cooleyr@gmail.com> <9da483cb0709130154i1111b4d4l68c9c2ee360ee795@mail.gmail.com> <9da483cb0709130208y216192e2m5e4457d354da6d40@mail.gmail.com> <20070913120044.GA7006@1und1.de> <9da483cb0709140702u66df6924m9ff057ba5153bc2a@mail.gmail.com> Message-ID: <20070914175445.GA22702@1und1.de> Hello, On Fri, Sep 14, 2007 at 08:02:31AM -0600, Mike Hodson wrote: > On 9/13/07, Reimar D?ffinger wrote: [...] > I tried going to ftp.mplayerhq.hu and didn't see an incoming dir as > normal, but trying ftp1.mplayerhq.hu showed the . If you want them > somewhere else, let me know. That is okay, but you should better use upload.mplayerhq.hu (which currently is the same as ftp1.mplayerhq.hu but that may change). ftp.mplayerhq.hu is a DNS-round-robin, so you might end up on one of our mirrors which do not have incoming. > The files were uploaded as "scheduled.ty+" "liverec.ty+" and also > included is the scheduled.tmf file Moved to samples.mplayerhq.hu Concerning your A-V sync problems, please try again with latest SVN (and possibly -mc 10), the demuxer previously generated bad timestamps previously. Greetings, Reimar D?ffinger From comes at naic.edu Fri Sep 14 19:54:43 2007 From: comes at naic.edu (Giacomo Comes) Date: Fri, 14 Sep 2007 13:54:43 -0400 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46EAC926.3050007@laposte.net> References: <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> Message-ID: <20070914175443.GA28059@monopoli.naic.edu> On Fri, Sep 14, 2007 at 11:17:18PM +0530, deepak wrote: > It is DTS 5.1, but mplayer is downmixing it to 2ch If you have a soundcard with 6 speakers, you need to pass the options -channels 6 -af channels=6 in order to have a 6 channels output. Giacomo > > Krzysztof Duchnowski wrote: > >>> ========================================================================== > >>> Opening audio decoder: [libdca] DTS decoding with libdca > >>> Stream with high frequencies VQ coding > >>> AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000->192000) > >>> Selected audio codec: [dts] afm: libdca (DTS-libdca) > >>> ========================================================================== > >>> > > > > Haaaaaa? > > So it's 5.1ch or 2ch DTS? > > What says "mplayer -frames 1 -identify -ao null -vo null chd-disc2.avi"? > > > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users -- From calbear_at_stanford at yahoo.com Fri Sep 14 20:04:45 2007 From: calbear_at_stanford at yahoo.com (Michael Baer) Date: Fri, 14 Sep 2007 11:04:45 -0700 (PDT) Subject: [MPlayer-users] MPEG parsing Message-ID: <904646.91847.qm@web31105.mail.mud.yahoo.com> I'm starting a research project which involves data compression, so I want to be able to parse MPEG streams (e.g., MPEG-2 files) in order to manipulate the DCT components, motion vectors, and other data. Ideally, it would be good to have C functions to examine these, write them out into individual files, and, optionally, put them back together again after manipulation. (I actually don't care so much about the last step for what I'm doing; it has to be possible, but not necessarily easy.) Anyway, since tools already exist for such actions, it doesn't make sense for me to purchase a copy of the MPEG-2 standard and reimplement it from scratch. On the other hand, mplayer has a huge codebase and I don't know how well the source code itself is documented; I'd certainly rather not have to understand lots of arcane parts I'll never use before using the (different but possibly still arcane) parts I will. In past projects, I've been changing an existing MPEG codec that's been set up for me, but these projects worked with proprietary source code, so I can't use that source code here. Do you have any ideas how to start and whether or not to use mplayer - and whether there's another open source tool I could or should use instead? (My apologies if such abilities are listed in the documentation, but, after a fair bit of time pouring over this documentation, I couldn't find any such abilities described. Also, let me know whether another mailing list would be more appropriate; I didn't want to mail MPlayer-dev-eng, since, although I might get an answer, it didn't seem to be an appropriate forum.) ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html From deepak.babel at laposte.net Fri Sep 14 20:28:58 2007 From: deepak.babel at laposte.net (deepak) Date: Fri, 14 Sep 2007 23:58:58 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <20070914175443.GA28059@monopoli.naic.edu> References: <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> Message-ID: <46EAD2EA.2050202@laposte.net> I get no sound. On aldding the -ac alsa switch, I get a very low, washed out hum. d at d-ubuntu:/media/music$ mplayer -channels 6 -af channels=6 chd-disc2.avi MPlayer dev-SVN-r24441-4.1.2 (C) 2000-2007 MPlayer Team CPU: Dual Core AMD Opteron(tm) Processor 165 (Family: 15, Model: 35, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing chd-disc2.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 AVI: ODML: Building ODML index (2 superindexchunks). AVI: ODML: Broken (incomplete?) file detected. Will use traditional index. VIDEO: [XVID] 1280x528 12bpp 23.976 fps 5528.4 kbps (674.9 kbyte/s) Clip info: Software: VirtualDubMod 1.5.10.2 (build 2540/release) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [libdca] DTS decoding with libdca Stream with high frequencies VQ coding AUDIO: 48000 Hz, 6 ch, s16le, 1536.0 kbit/33.33% (ratio: 192000->576000) Selected audio codec: [dts] afm: libdca (DTS-libdca) ========================================================================== AO: [oss] 48000Hz 6ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 1280 x 528 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 2.42:1 - prescaling to correct movie aspect. VO: [xv] 1280x528 => 1280x528 Planar YV12 New_Face failed. Maybe the font path is wrong. 1 ??% ??% ??,?% 0 0 Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. A: 22.4 V: 22.4 A-V: 0.001 ct: 0.005 539/539 16% 0% 5.1% 0 0 Exiting... (Quit) Giacomo Comes wrote: > On Fri, Sep 14, 2007 at 11:17:18PM +0530, deepak wrote: > >> It is DTS 5.1, but mplayer is downmixing it to 2ch >> > > If you have a soundcard with 6 speakers, you need to pass the options > -channels 6 -af channels=6 > in order to have a 6 channels output. > > Giacomo > > >> Krzysztof Duchnowski wrote: >> >>>>> ========================================================================== >>>>> Opening audio decoder: [libdca] DTS decoding with libdca >>>>> Stream with high frequencies VQ coding >>>>> AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000->192000) >>>>> Selected audio codec: [dts] afm: libdca (DTS-libdca) >>>>> ========================================================================== >>>>> >>>>> >>> Haaaaaa? >>> So it's 5.1ch or 2ch DTS? >>> What says "mplayer -frames 1 -identify -ao null -vo null chd-disc2.avi"? >>> >>> >>> >> _______________________________________________ >> MPlayer-users mailing list >> MPlayer-users at mplayerhq.hu >> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users >> > > From alex at roalter.it Fri Sep 14 20:56:06 2007 From: alex at roalter.it (Alexander Roalter) Date: Fri, 14 Sep 2007 20:56:06 +0200 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <20070914175443.GA28059@monopoli.naic.edu> References: <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> Message-ID: <46EAD946.1000605@roalter.it> Giacomo Comes wrote: > On Fri, Sep 14, 2007 at 11:17:18PM +0530, deepak wrote: >> It is DTS 5.1, but mplayer is downmixing it to 2ch > > If you have a soundcard with 6 speakers, you need to pass the options > -channels 6 -af channels=6 > in order to have a 6 channels output. > > Giacomo > On my System though, I have to additionally specify the correct alsa channel. Only one (0,1) accepts 6 channel input, the other two (0,0 and 0,2) accept only 2 channel input, and play the 6 channel input at 1/3rd speed, as always three channels get sequentially mixed into one in addition to -channels 6 -af channels=6 try -ao alsa:device=0.0 or 0.1 or 0.2 (IIRC the syntax, don't have access to my machine right now). -- cheers, Alex From nicolas.george at normalesup.org Fri Sep 14 21:04:24 2007 From: nicolas.george at normalesup.org (Nicolas George) Date: Fri, 14 Sep 2007 21:04:24 +0200 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46EAD946.1000605@roalter.it> References: <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> <46EAD946.1000605@roalter.it> Message-ID: <20070914190424.GA16634@phare.normalesup.org> L'octidi 28 fructidor, an CCXV, Alexander Roalter a ?crit?: > On my System though, I have to additionally specify the correct alsa > channel. Only one (0,1) accepts 6 channel input, the other two (0,0 and > 0,2) accept only 2 channel input, and play the 6 channel input at 1/3rd > speed, as always three channels get sequentially mixed into one > > in addition to -channels 6 -af channels=6 try -ao alsa:device=0.0 or 0.1 > or 0.2 (IIRC the syntax, don't have access to my machine right now). By default, mplayer tries to open the device "default" for 2 channels, and the device "surround51" for 6 channels (with a fallback to "default"). Therefore, you just have to set up your .asoundrc so that surround51 points to hw:0.1. On the other hand, I do not see the need for -af channels=6: on my system, everything is fine without it. From deepak.babel at laposte.net Fri Sep 14 21:05:58 2007 From: deepak.babel at laposte.net (deepak) Date: Sat, 15 Sep 2007 00:35:58 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46EAD946.1000605@roalter.it> References: <4e03026a0709100154q197863b1h426c0845d318d699@mail.gmail.com> <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> <46EAD946.1000605@roalter.it> Message-ID: <46EADB96.8040900@laposte.net> Sorry, that doesn't work. Alex, are you able to play DTS 5.1 with MPlayer? Alexander Roalter wrote: > Giacomo Comes wrote: > >> On Fri, Sep 14, 2007 at 11:17:18PM +0530, deepak wrote: >> >>> It is DTS 5.1, but mplayer is downmixing it to 2ch >>> >> If you have a soundcard with 6 speakers, you need to pass the options >> -channels 6 -af channels=6 >> in order to have a 6 channels output. >> >> Giacomo >> >> > On my System though, I have to additionally specify the correct alsa > channel. Only one (0,1) accepts 6 channel input, the other two (0,0 and > 0,2) accept only 2 channel input, and play the 6 channel input at 1/3rd > speed, as always three channels get sequentially mixed into one > > in addition to -channels 6 -af channels=6 try -ao alsa:device=0.0 or 0.1 > or 0.2 (IIRC the syntax, don't have access to my machine right now). > > From alex at roalter.it Fri Sep 14 21:08:45 2007 From: alex at roalter.it (Alexander Roalter) Date: Fri, 14 Sep 2007 21:08:45 +0200 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <20070914190424.GA16634@phare.normalesup.org> References: <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> <46EAD946.1000605@roalter.it> <20070914190424.GA16634@phare.normalesup.org> Message-ID: <46EADC3D.4030301@roalter.it> Nicolas George wrote: > By default, mplayer tries to open the device "default" for 2 channels, and > the device "surround51" for 6 channels (with a fallback to "default"). > Therefore, you just have to set up your .asoundrc so that surround51 points > to hw:0.1. > > On the other hand, I do not see the need for -af channels=6: on my system, > everything is fine without it. now I (partially) remember, the correct command line is something like -ao alsa:device=hw=0.1 And yes, I was able to play DTS 5.1 (from DVDs, no AVI though since I never encountered them), but I mostly stay with AC3, as DTS still sometimes has some issues and I don't bother inquiring them that much as I should :( Another thing, -af channels=6 was not needed for my on-board sound solution (nvidia nforce4 ultra chipset, don't know the make of the sound chip anymore), but due to a lightning stroke this thing gave up and now I'm using a terratec, where -af channels=6 is mandatory, as otherwise surround comes only from some loudspeakers, (IIRC rear right, front right and center or whatever), and definitely not in the right order. -- cheers, Alex From alex at roalter.it Fri Sep 14 21:11:13 2007 From: alex at roalter.it (Alexander Roalter) Date: Fri, 14 Sep 2007 21:11:13 +0200 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46EADC3D.4030301@roalter.it> References: <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> <46EAD946.1000605@roalter.it> <20070914190424.GA16634@phare.normalesup.org> <46EADC3D.4030301@roalter.it> Message-ID: <46EADCD1.5040503@roalter.it> Alexander Roalter wrote: > > Another thing, -af channels=6 was not needed for my on-board sound > solution (nvidia nforce4 ultra chipset, don't know the make of the sound > chip anymore), but due to a lightning stroke this thing gave up and now > I'm using a terratec, where -af channels=6 is mandatory, as otherwise > surround comes only from some loudspeakers, (IIRC rear right, front > right and center or whatever), and definitely not in the right order. > Oh, and I did forget: the moment you specify -af , audio track change with the # key won't work anymore, as internally the channel number is set to zero (at least at the point where the channel is changed) and mplayer exits with an error. I fixed that by hardcoding 6 channels into that very special place, but this is merely a hack, but noone else had any problems with it, so I don't know if there will be a fix for this anytime soon. -- cheers, Alex From deepak.babel at laposte.net Fri Sep 14 21:18:33 2007 From: deepak.babel at laposte.net (deepak) Date: Sat, 15 Sep 2007 00:48:33 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <20070914190424.GA16634@phare.normalesup.org> References: <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> <46EAD946.1000605@roalter.it> <20070914190424.GA16634@phare.normalesup.org> Message-ID: <46EADE89.7000500@laposte.net> My .asoundrc reads as follows: pcm.!default { type plug slave.pcm "surround51" slave.channels 6 route_policy duplicate } I am able to play Dolby/AC3 5.1, but not DTS 5.1 Nicolas George wrote: > L'octidi 28 fructidor, an CCXV, Alexander Roalter a ?crit : > >> On my System though, I have to additionally specify the correct alsa >> channel. Only one (0,1) accepts 6 channel input, the other two (0,0 and >> 0,2) accept only 2 channel input, and play the 6 channel input at 1/3rd >> speed, as always three channels get sequentially mixed into one >> >> in addition to -channels 6 -af channels=6 try -ao alsa:device=0.0 or 0.1 >> or 0.2 (IIRC the syntax, don't have access to my machine right now). >> > > By default, mplayer tries to open the device "default" for 2 channels, and > the device "surround51" for 6 channels (with a fallback to "default"). > Therefore, you just have to set up your .asoundrc so that surround51 points > to hw:0.1. > > On the other hand, I do not see the need for -af channels=6: on my system, > everything is fine without it. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > From rambo at id.uw.edu.pl Fri Sep 14 21:43:27 2007 From: rambo at id.uw.edu.pl (Marcin 'Rambo' Roguski) Date: Fri, 14 Sep 2007 21:43:27 +0200 Subject: [MPlayer-users] encoding with audio from file. Message-ID: <20070914214327.5510fb94.rambo@id.uw.edu.pl> I ran thru manpage a few dozen times and don't seem to find it, so before giving up I'd like ask you if there's a way to encode, or rather "-ovc copy" a file with audio from another file. Rambo -- Running Windows on a Pentium is like having a brand new Porsche but only be able to drive backwards with the handbrake on. (Unknown source) From alex at roalter.it Fri Sep 14 21:46:14 2007 From: alex at roalter.it (Alexander Roalter) Date: Fri, 14 Sep 2007 21:46:14 +0200 Subject: [MPlayer-users] encoding with audio from file. In-Reply-To: <20070914214327.5510fb94.rambo@id.uw.edu.pl> References: <20070914214327.5510fb94.rambo@id.uw.edu.pl> Message-ID: <46EAE506.2090600@roalter.it> Marcin 'Rambo' Roguski wrote: > I ran thru manpage a few dozen times and don't seem to find it, so before giving up > I'd like ask you if there's a way to encode, or rather "-ovc copy" a file with audio > from another file. > > Rambo > something with -audiofile ? At least I used it to add sound to some still images I put together once... -- cheers, Alex From deepak.babel at laposte.net Fri Sep 14 21:49:22 2007 From: deepak.babel at laposte.net (deepak) Date: Sat, 15 Sep 2007 01:19:22 +0530 Subject: [MPlayer-users] MPlayer and DTS 5.1 (surround) In-Reply-To: <46EADCD1.5040503@roalter.it> References: <46E565D7.6080001@laposte.net> <81b02f020709121741oc3c3787xe1d166f8e65b8a1f@mail.gmail.com> <46E8C3EE.7070501@laposte.net> <81b02f020709130121v506618beid4b8391a5633d2bf@mail.gmail.com> <46E998EB.3080305@laposte.net> <81b02f020709140005x6dc829d5gfffd9de4e793dec@mail.gmail.com> <46EAC0D5.5020206@gmail.com> <46EAC926.3050007@laposte.net> <20070914175443.GA28059@monopoli.naic.edu> <46EAD946.1000605@roalter.it> <20070914190424.GA16634@phare.normalesup.org> <46EADC3D.4030301@roalter.it> <46EADCD1.5040503@roalter.it> Message-ID: <46EAE5C2.9090708@laposte.net> Beats me how totem-xine/ kaffeine-xine can play it, but not mplayer Alexander Roalter wrote: > Alexander Roalter wrote: > >> Another thing, -af channels=6 was not needed for my on-board sound >> solution (nvidia nforce4 ultra chipset, don't know the make of the sound >> chip anymore), but due to a lightning stroke this thing gave up and now >> I'm using a terratec, where -af channels=6 is mandatory, as otherwise >> surround comes only from some loudspeakers, (IIRC rear right, front >> right and center or whatever), and definitely not in the right order. >> >> > Oh, and I did forget: the moment you specify -af , audio > track change with the # key won't work anymore, as internally the > channel number is set to zero (at least at the point where the channel > is changed) and mplayer exits with an error. I fixed that by hardcoding > 6 channels into that very special place, but this is merely a hack, but > noone else had any problems with it, so I don't know if there will be a > fix for this anytime soon. > > From steve at wonkabar.org Fri Sep 14 22:08:57 2007 From: steve at wonkabar.org (Steve Dibb) Date: Fri, 14 Sep 2007 14:08:57 -0600 Subject: [MPlayer-users] feature request: get_meta_title + matroska Message-ID: <46EAEA59.3080508@wonkabar.org> @devs, Thanks for all the hard work, I've got a small feature request though. Matroska container format allows you to set a title for the filename in the metadata. Using slave mode, get_meta_title doesn't return anything ... could someone change that to pull out the title in the MKV metadata instead? To create a titled .mkv, $ mkvmerge -o foobar.mkv --title "Foo Bar" foobar.avi $ mkvinfo foobar.mkv Thanks :) Steve From rambo at id.uw.edu.pl Fri Sep 14 22:19:24 2007 From: rambo at id.uw.edu.pl (Marcin 'Rambo' Roguski) Date: Fri, 14 Sep 2007 22:19:24 +0200 Subject: [MPlayer-users] encoding with audio from file. In-Reply-To: <46EAE506.2090600@roalter.it> References: <20070914214327.5510fb94.rambo@id.uw.edu.pl> <46EAE506.2090600@roalter.it> Message-ID: <20070914221924.48976376.rambo@id.uw.edu.pl> > something with -audiofile ? Thanks, worked like a charm http://ftp.id.uw.edu.pl/pub/video/md-11f.avi From yyang at commscope.com Fri Sep 14 23:29:50 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Fri, 14 Sep 2007 16:29:50 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: <46EAC41B.5060509@gmail.com> Message-ID: Hi, Krzysztof and all, Thanks for the info. 1. I am able to play video files in mounted directory via NFS. 2. I dowloaded the Live555 media server and made it running at my 'server' machine. The following output shows the LIVE555 server is running at 169.254.15.100 that is my 'server' [root at server ~]# /root/live555MediaServer LIVE555 Media Server version 0.18 (LIVE555 Streaming Media library version 2007.07.01). Play streams from this server using the URL rtsp://169.254.15.100/ where is a file present in the current directory. Each file's type is inferred from its name suffix: ".aac" => an AAC Audio (ADTS format) file ".amr" => an AMR Audio file ".m4e" => a MPEG-4 Video Elementary Stream file ".mp3" => a MPEG-1 or 2 Audio file ".mpg" => a MPEG-1 or 2 Program Stream (audio+video) file ".ts" => a MPEG Transport Stream file (a ".tsx" index file - if present - provides server 'trick play' support) ".wav" => a WAV Audio file See http://www.live555.com/mediaServer/ for additional documentation. However, I am still get the error of "conenction refised" at 'workstation' as showed below [root at workstation ~]# mplayer rtsp://server/root/hd.avi MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team CPU: AMD Opteron(tm) Processor 256 (Family: 15, Model: 37, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing rtsp://server/root/hd.avi. Resolving server for AF_INET6... Couldn't resolve name for AF_INET6: server Resolving server for AF_INET... Connecting to server server[169.254.15.100]: 554... librtsp: server responds: 'RTSP/1.0 404 Stream Not Found' rtsp_session: unsupported RTSP server. Server type is 'unknown'. Resolving server for AF_INET6... Couldn't resolve name for AF_INET6: server Resolving server for AF_INET... Connecting to server server[169.254.15.100]: 80... connect error: Connection refused File not found: 'server/root/hd.avi' Failed to open rtsp://server/root/hd.avi. Exiting... (End of file) [root at workstation ~]# What do I need to do? Frank Krzysztof Duchnowski Sent by: mplayer-users-bounces at mplayerhq.hu 09/14/2007 12:25 PM Please respond to "MPlayer usage questions, feature requests, bug reports" To "MPlayer usage questions, feature requests, bug reports" cc Subject Re: [MPlayer-users] connection refused Jack Smith pisze: > Not sure if this is what's needed for mplayer, since I don't have any > "remote" machines working to try it on, but can he log in across his > network and get an Xwindows connection on the machine he intends to > run mplayer on (the server)? I'd _guess_ this would be a minimum > requirement. I've only replied to question. If ONE want to play file by "mplayer http://server:80/path/to/the/file/file.mpg" then ONE need HTTP server up and running and html document or web folder with this file. If ONE want to play file by "mplayer ftsp://server/file.mpg" then ONE need LIVE555 server up and running and streaming this file first of all (try live-tool maybe?) If ONE want to play file by "mplayer /shared/folder/on/remote/machine/file.mpg" then ONE need some net filesystem up and runnig (NFS for both linux machines or samba for mixed linux-win machines). And one thing - mplayer can't stream file from one machine to other so it can't be used as "server". -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From amidk75 at gmail.com Sat Sep 15 00:55:33 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 15 Sep 2007 00:55:33 +0200 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <46EB1165.8090107@gmail.com> yyang at commscope.com pisze: > 2. I dowloaded the Live555 media server and made it running at my 'server' > machine. > [root at workstation ~]# mplayer rtsp://server/root/hd.avi > MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team this is ^^^^^^^^^^^^^^^^^ the answer > What do I need to do? Download LIVE555 client source, compile it, install it, download MPlayer SVN source, configure, check configure.log for succesfull live555 inclusion, compile MPlayer, install it. END. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From pnunn at infoteq.com.au Sat Sep 15 01:33:34 2007 From: pnunn at infoteq.com.au (pnunn) Date: Sat, 15 Sep 2007 09:33:34 +1000 Subject: [MPlayer-users] Scripting MPlayer try 2 Message-ID: <200709150933.34390.pnunn@infoteq.com.au> Thanks to the help of Gullaume and Jack I've got closer to where I need to be with this scripting problem I'm having. I've managed to get a script running as.... #!/bin/bash loop=1 while [ $loop -gt 0 ]; do for X in ../Download/*.mp4 do ./getfix echo $X>>fixlog #mplayer -vo xll -really-quiet -noboarder -fs $X mplayer -vo x11 -really-quiet -noborder -fs echo $X &>/dev/null done #for debugging echo $loop>>fixlog let loop=loop+1 done which happily plays and logs the files in the directory. However, between each movie, it drops back briefly to the background screen which I can't let happen. So.. I started looking at slave mode. I used the command line mplayer -fs -fixed-vo -slave -idle -input file=/home/pnunn/.mplayer/pipe after creating the pipe and by sending a file to the pipe with echo "loadfile /home/pnunn/Download/robot-chicken-gummy-bear.mp4 1" > /home/pnunn/.mplayer/pipe the first file plays just fine. When it ends, the screen stays up and I thought I was nearly there. however, when I send another file to the pipe, it plays in a small window in the top corner of the screen (not full screen).. also, I need a way for the script to be able to determine when the playing file has finished so that it can log the information I need and start the next one. Any more ideas please... I really need to get this last bit sorted soon... I'll keep digging too. Thanks so much. Peter. From jack.delbert at gmail.com Sat Sep 15 01:51:54 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Fri, 14 Sep 2007 19:51:54 -0400 Subject: [MPlayer-users] Scripting MPlayer try 2 In-Reply-To: <200709150933.34390.pnunn@infoteq.com.au> References: <200709150933.34390.pnunn@infoteq.com.au> Message-ID: On 9/14/07, pnunn wrote: > Thanks to the help of Gullaume and Jack I've got closer to where I need to be > with this scripting problem I'm having. > > I've managed to get a script running as.... > > #!/bin/bash > > loop=1 > while [ $loop -gt 0 ]; do > for X in ../Download/*.mp4 > do > ./getfix > echo $X>>fixlog > #mplayer -vo xll -really-quiet -noboarder -fs $X > mplayer -vo x11 -really-quiet -noborder -fs echo $X > &>/dev/null > done > #for debugging > echo $loop>>fixlog > let loop=loop+1 > done > > which happily plays and logs the files in the directory. However, between > each movie, it drops back briefly to the background screen which I can't let > happen. > > So.. I started looking at slave mode. > > I used the command line > > mplayer -fs -fixed-vo -slave -idle -input file=/home/pnunn/.mplayer/pipe > > after creating the pipe and by sending a file to the pipe with > > echo "loadfile /home/pnunn/Download/robot-chicken-gummy-bear.mp4 1" > > /home/pnunn/.mplayer/pipe > > the first file plays just fine. When it ends, the screen stays up and I > thought I was nearly there. > > however, when I send another file to the pipe, it plays in a small window in > the top corner of the screen (not full screen).. also, I need a way for the > script to be able to determine when the playing file has finished so that it > can log the information I need and start the next one. > I ran into a small screen/full screen problem myself if an older screen doesn't go away. If you do a ps -ef | grep mplayer do you have two of them running? Jack > Any more ideas please... I really need to get this last bit sorted soon... > > I'll keep digging too. > > Thanks so much. > > Peter. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > -- English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From cooleyr at gmail.com Sat Sep 15 05:16:29 2007 From: cooleyr at gmail.com (RC) Date: Fri, 14 Sep 2007 20:16:29 -0700 Subject: [MPlayer-users] MPEG parsing In-Reply-To: <904646.91847.qm@web31105.mail.mud.yahoo.com> References: <904646.91847.qm@web31105.mail.mud.yahoo.com> Message-ID: <20070914201629.347ed9cc.cooleyr@gmail.com> On Fri, 14 Sep 2007 11:04:45 -0700 (PDT) Michael Baer wrote: > I want to be able to parse MPEG streams (e.g., MPEG-2 files) in order > to manipulate the DCT components, motion vectors, and other data. MPlayer isn't a library. However, libavcodec, which MPlayer uses for most of it's video decoding/encoding, is in fact a lib, used by many people/projects. You're likely to find info on using it at http://ffmpeg.sf.net From reduzierer at yahoo.de Sat Sep 15 07:53:11 2007 From: reduzierer at yahoo.de (Roman Haefeli) Date: Sat, 15 Sep 2007 07:53:11 +0200 Subject: [MPlayer-users] -slave: how to set another stream-url, while mplayer is trying to contact the previous one? Message-ID: <1189835591.5581.27.camel@localhost.localdomain> hi all i am working on a setup, where i use mplayer as a backend to be controlled by another software over a fifo. the aim is to let mplayer play some webstreams. the problem i encounter is, that mplayer only responds on a new 'loadfile ' input, when it is actually playing a stream, but not when it is still trying to contact the previous stream server. let's say the streamserver doesn't respond for a while and i would like to try another url, i have to wait until mplayer decides, that the stream is not available. is there some way to make 'loadfile ' work immediately, even if the remote server of the previous url is not responding? or are there any workarounds (probably without having to quit mplayer in such a situation, which works, but is definitely a bad hack)? roman ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From kde at timotheegroleau.com Fri Sep 14 21:27:07 2007 From: kde at timotheegroleau.com (Timothee Groleau) Date: Sat, 15 Sep 2007 03:27:07 +0800 Subject: [MPlayer-users] mencoder: interlaced mpeg2 to interlaced mpeg4? Message-ID: <200709150327.07500.kde@timotheegroleau.com> Hi all, I'm currently archiving the videos taken from my Sony DCR-SR200E video camera (MPEG2, interlaced, anamorphic: 720x576 -> 1024x576). I am converting them to mpeg4 to save space, while keeping the interlacing. Using mplayer and the yadif deinterlace filter, I could play both original and converted video properly deinterlaced. I wanted to check the result in another player and I used Xine. Xine could also play both videos but, while the default Xine deinterlace filter worked perfectly on the original mpeg2 video, it had no effect on the generated mpeg4 video. I am kind of clueless about interlacing. Is there something wrong with the deinterlace filter of Xine or is there something wrong with the mpeg4 video I generated? The reason I ask is because I will eventually delete the mpeg2 originals and I want to make sure my mpeg4 copies are good. Thanks in advance for any explanation on this. I'm using mencoder 1.0_rc1_p20070622-r4 on gentoo and the mencoder command I used for the conversion is below: # vopt="aspect=16/9:vbitrate=1400000:mbd=2:v4mv:ilme:ildct:trell:mv0:vqmin=3" # # mencoder -ffourcc XVID -oac mp3lame -lameopts preset=standard:vol=3 -srate 44100 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1:turbo:$vopt -passlogfile mpeg4_2pass.log -o /dev/null m2u00037.mpg # # mencoder -ffourcc XVID -oac mp3lame -lameopts preset=standard:vol=3 -srate 44100 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:$vopt -passlogfile mpeg4_2pass.log -o storm_me_mpeg4_p2.mpg m2u00037.mpg Thanks! Tim. From aseques at gmail.com Sat Sep 15 13:20:05 2007 From: aseques at gmail.com (Joan) Date: Sat, 15 Sep 2007 13:20:05 +0200 Subject: [MPlayer-users] Building trunk on mac osx Message-ID: HI i read at the mailing list that there was support for apple remote since august in the trunk, and I amb trying to compile mplayer from within a intel macbook. Didn't find much information and I cannot compile it with what I got. I tried first with the standard ./configure and the compilation breaks like this: cc -o mencoder mencoder.o mp_msg-mencoder.o parser-mecmd.o xvid_vbr.o asxparser.o codec-cfg.o cpudetect.o edl.o find_sub.o get_path.o m_config.o m_option.o m_struct.o mpcommon.o parser-cfg.o playtree.o playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o libmpcodecs/libmpencoders.a libmpdemux/libmpmux.a libmpcodecs/libmpcodecs.a libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a libswscale/libswscale.a libvo/libosd.a libavformat/libavformat.a libavcodec/libavcodec.a libavutil/libavutil.a libpostproc/libpostproc.a loader/libloader.a mp3lib/libmp3.a liba52/liba52.a libmpeg2/libmpeg2.a libfaad2/libfaad2.a tremor/libvorbisidec.a dvdread/libdvdread.a libdvdcss/libdvdcss.a osdep/libosdep.a -L/usr/local/lib -liconv -lncurses -framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework Cocoa -framework QuartzCore -framework OpenGL -framework IOKit -framework IOKit -lz -lm /usr/bin/ld: warning multiple definitions of symbol _LoadResource loader/libloader.a(resource.o) definition of _LoadResource in section (__TEXT,__text) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore(ProjectBuilderMasterObjectFile.o) definition of _LoadResource Am I doing something wrong? Which flags should I activate to do a clean compile? Is SVN compiling fine in Mac these days? I also tried the stuff in http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-January/065130.html from January and the flags have changed since then. Can someone point me to somewhere? Thanks a lot! From poirierg at gmail.com Sat Sep 15 14:19:49 2007 From: poirierg at gmail.com (Guillaume POIRIER) Date: Sat, 15 Sep 2007 14:19:49 +0200 Subject: [MPlayer-users] Building trunk on mac osx In-Reply-To: References: Message-ID: <4e03026a0709150519x7c9b9c07i7beae807f36515c5@mail.gmail.com> Hi, On 9/15/07, Joan wrote: > HI i read at the mailing list that there was support for apple remote > since august in the trunk, and I amb trying to compile mplayer from > within a intel macbook. > Didn't find much information and I cannot compile it with what I got. > I tried first with the standard ./configure and the compilation breaks > like this: > > cc -o mencoder mencoder.o mp_msg-mencoder.o parser-mecmd.o xvid_vbr.o > asxparser.o codec-cfg.o cpudetect.o edl.o find_sub.o get_path.o > m_config.o m_option.o m_struct.o mpcommon.o parser-cfg.o playtree.o > playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o > libmpcodecs/libmpencoders.a libmpdemux/libmpmux.a > libmpcodecs/libmpcodecs.a libaf/libaf.a libmpdemux/libmpdemux.a > stream/stream.a libswscale/libswscale.a libvo/libosd.a > libavformat/libavformat.a libavcodec/libavcodec.a > libavutil/libavutil.a libpostproc/libpostproc.a loader/libloader.a > mp3lib/libmp3.a liba52/liba52.a libmpeg2/libmpeg2.a > libfaad2/libfaad2.a tremor/libvorbisidec.a dvdread/libdvdread.a > libdvdcss/libdvdcss.a osdep/libosdep.a -L/usr/local/lib -liconv > -lncurses -framework Carbon -framework QuickTime -framework CoreAudio > -framework AudioUnit -framework AudioToolbox -framework Cocoa > -framework QuartzCore -framework OpenGL -framework IOKit -framework > IOKit -lz -lm > /usr/bin/ld: warning multiple definitions of symbol _LoadResource > loader/libloader.a(resource.o) definition of _LoadResource in section > (__TEXT,__text) > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore(ProjectBuilderMasterObjectFile.o) > definition of _LoadResource > > Am I doing something wrong? Which flags should I activate to do a > clean compile? Is SVN compiling fine in Mac these days? > > I also tried the stuff in > http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-January/065130.html > from January and the flags have changed since then. These all looks like warnings. The binary "mplayer" whould have been created at the root of your source tree. Guillaume -- A soldier will fight long and hard for a bit of colored ribbon. -- Napoleon Bonaparte From kdekorte at gmail.com Sat Sep 15 14:59:15 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Sat, 15 Sep 2007 06:59:15 -0600 Subject: [MPlayer-users] Scripting MPlayer try 2 In-Reply-To: References: <200709150933.34390.pnunn@infoteq.com.au> Message-ID: <46EBD723.3090208@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jack Smith wrote: > On 9/14/07, pnunn wrote: >> Thanks to the help of Gullaume and Jack I've got closer to where I need to be >> with this scripting problem I'm having. >> >> I've managed to get a script running as.... >> >> #!/bin/bash >> >> loop=1 >> while [ $loop -gt 0 ]; do >> for X in ../Download/*.mp4 >> do >> ./getfix >> echo $X>>fixlog >> #mplayer -vo xll -really-quiet -noboarder -fs $X >> mplayer -vo x11 -really-quiet -noborder -fs echo $X >> &>/dev/null >> done >> #for debugging >> echo $loop>>fixlog >> let loop=loop+1 >> done >> >> which happily plays and logs the files in the directory. However, between >> each movie, it drops back briefly to the background screen which I can't let >> happen. >> >> So.. I started looking at slave mode. >> >> I used the command line >> >> mplayer -fs -fixed-vo -slave -idle -input file=/home/pnunn/.mplayer/pipe >> >> after creating the pipe and by sending a file to the pipe with >> >> echo "loadfile /home/pnunn/Download/robot-chicken-gummy-bear.mp4 1" >>> /home/pnunn/.mplayer/pipe >> the first file plays just fine. When it ends, the screen stays up and I >> thought I was nearly there. >> >> however, when I send another file to the pipe, it plays in a small window in >> the top corner of the screen (not full screen).. also, I need a way for the >> script to be able to determine when the playing file has finished so that it >> can log the information I need and start the next one. >> > > I ran into a small screen/full screen problem myself if an older > screen doesn't go away. If you do a ps -ef | grep mplayer do you have > two of them running? > Jack Maybe add - -vo x11 -zoom to your command line? Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iD8DBQFG69cj6w2kMH0L1dERAhqjAJ4/fEkB17Y1IRjffXPrKI0jR98wcQCdE7xB MoQdryzGSM9ZXqP4QPbRfq8= =3po5 -----END PGP SIGNATURE----- From Reimar.Doeffinger at stud.uni-karlsruhe.de Sat Sep 15 15:40:20 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sat, 15 Sep 2007 15:40:20 +0200 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> Message-ID: <20070915134020.GA20183@1und1.de> Hello, On Wed, Sep 12, 2007 at 06:30:29PM -0600, Mike Hodson wrote: > [...] Except when there > apparently is a segment change (the tivo uses multiple file segments > for recording a show) mplayer apparently plays "junk" that exists in > the .ty file, but it seems should just be skipped over. Attached patch works for the sample you uploaded, but I'm not sure it is quite right. If there are some files where it does not help (or breaks normal playback) please make the available to me as well (cutting out only the interesting part). Greetings, Reimar D?ffinger -------------- next part -------------- Index: libmpdemux/demux_ty.c =================================================================== --- libmpdemux/demux_ty.c (revision 24527) +++ libmpdemux/demux_ty.c (working copy) @@ -522,6 +522,12 @@ int type = recPtr[ 3 ]; int nybbleType = recPtr[ 2 ] & 0x0f; recordsDecoded++; + if (recPtr[10] & 0x08) { + if ( size > 0 && size + offset <= CHUNKSIZE ) + offset += size; + recPtr += 16; + continue; + } mp_msg( MSGT_DEMUX, MSGL_DBG3, "ty:Record Type %x/%x %d\n", nybbleType, type, size ); From aseques at gmail.com Sat Sep 15 20:58:59 2007 From: aseques at gmail.com (Joan) Date: Sat, 15 Sep 2007 20:58:59 +0200 Subject: [MPlayer-users] Building trunk on mac osx In-Reply-To: <4e03026a0709150519x7c9b9c07i7beae807f36515c5@mail.gmail.com> References: <4e03026a0709150519x7c9b9c07i7beae807f36515c5@mail.gmail.com> Message-ID: > > These all looks like warnings. The binary "mplayer" whould have been > created at the root of your source tree. Thanks a lot, the forest didn't let me see the tree it seems. Sorry for taking your time... > > Guillaume > -- > A soldier will fight long and hard for a bit of colored ribbon. > -- Napoleon Bonaparte > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From lvvloten at gmail.com Sun Sep 16 14:24:55 2007 From: lvvloten at gmail.com (Lucas van Braam van Vloten) Date: Sun, 16 Sep 2007 14:24:55 +0200 Subject: [MPlayer-users] Movie plays on local laptop screen, but not on beamer Message-ID: Hello, I wish to use command-line mplayer on my laptop under Windows Vista (sorry...:). I can play movies of different formats without any problem on the laptop screen. However, when I connect a beamer to the VGA port I don't see anything. The movie starts playing I hear the sound, but mplayer window is just green. In full screen mode it shows just a blank screen. If I use Windows Media Player everything works fine. But I don't want to use Windows Media Player, with all its useless functions and poor performance - and also it does not play all the formats that I want to use. Any ideas what is happening? Kind regards, Lucas From Reimar.Doeffinger at stud.uni-karlsruhe.de Sun Sep 16 14:38:17 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sun, 16 Sep 2007 14:38:17 +0200 Subject: [MPlayer-users] Movie plays on local laptop screen, but not on beamer In-Reply-To: References: Message-ID: <20070916123817.GA30801@1und1.de> Hello, On Sun, Sep 16, 2007 at 02:24:55PM +0200, Lucas van Braam van Vloten wrote: [...] > The movie starts playing I hear the sound, but mplayer window > is just green. In full screen mode it shows just a blank screen. Use either -adapter or -vo gl (for -vo gl also read up on the options it has, if you have a proper 3D-capable card they can provide a lot of speedup. Also with Vista you should probably use -noslices since texture upload seems to have become an operation with extremely high overhead on that). Greetings, Reimar D?ffinger From m_nels at gmx.net Sun Sep 16 16:33:37 2007 From: m_nels at gmx.net (Michael TD Nelson) Date: Sun, 16 Sep 2007 15:33:37 +0100 Subject: [MPlayer-users] Movie plays on local laptop screen, but not on beamer In-Reply-To: References: Message-ID: <1189953217.3228.32.camel@nels.wallflowerst.net> On Sun, 2007-09-16 at 14:24 +0200, Lucas van Braam van Vloten wrote: > However, when I connect a beamer to the VGA port I don't > see anything. Just for reference, I'm a native English speaker. In case anyone else is confused, I think that the meaning of the word 'beamer' which you intend is what we usually call a (video) projector. ***** (The rest of this post veers off-topic) ***** I know of two native English uses of the word 'beamer': 1. Slang for a car made by 'BMW'. 2. Slang for a ball bowled in cricket which flies directly at the batsman's head, without bouncing. It is dangerous, illegal, and it usually happens by accident when the ball slips out of the bowler's hand early. ***** I have only heard the word 'beamer' used to mean a projector once before... I was on training at IBM in Germany. The German instructor and I had just been chatting about his (English) Massey Ferguson tractor engines, and my (German) Volkswagen cars, so when he mentioned his 'beamer', I thought he was talking about a German car... ***** I've just looked this up to make sure I'm not just talking nonsense: http://en.wikipedia.org/wiki/Beamer I find this page quite interesting. It seems that there is also an outdated slang interpretation - an IBM employee (like me!) ***** Sorry for the bandwidth waste... I just find languages and words very interesting. Regards Michael From Reimar.Doeffinger at stud.uni-karlsruhe.de Sun Sep 16 16:13:19 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sun, 16 Sep 2007 16:13:19 +0200 Subject: [MPlayer-users] Movie plays on local laptop screen, but not on beamer In-Reply-To: <1189953217.3228.32.camel@nels.wallflowerst.net> References: <1189953217.3228.32.camel@nels.wallflowerst.net> Message-ID: <20070916141319.GA32142@1und1.de> Hello, On Sun, Sep 16, 2007 at 03:33:37PM +0100, Michael TD Nelson wrote: [...] > I have only heard the word 'beamer' used to mean a projector once > before... > > I was on training at IBM in Germany. The German instructor and I had > just been chatting about his (English) Massey Ferguson tractor engines, > and my (German) Volkswagen cars, so when he mentioned his 'beamer', I > thought he was talking about a German car... Well, that is probably because "Beamer" is (one of) the German names for projector. Also in the category of German invented names that sound like English but are not: "Handy" for mobile phone. And most English-speaking Germans are aware that those are not English words, but they still can slip in without noticing because the sound so English ;-). Greetings, Reimar D?ffinger From ivop at euronet.nl Sun Sep 16 17:13:18 2007 From: ivop at euronet.nl (Ivo) Date: Sun, 16 Sep 2007 17:13:18 +0200 Subject: [MPlayer-users] =?iso-8859-1?q?Movie_plays_on_local_laptop_screen?= =?iso-8859-1?q?=2C_but_not_on=09beamer?= In-Reply-To: <20070916141319.GA32142@1und1.de> References: <1189953217.3228.32.camel@nels.wallflowerst.net> <20070916141319.GA32142@1und1.de> Message-ID: <200709161713.18399.ivop@euronet.nl> On Sunday 16 September 2007 16:13, Reimar D?ffinger wrote: > On Sun, Sep 16, 2007 at 03:33:37PM +0100, Michael TD Nelson wrote: > > I have only heard the word 'beamer' used to mean a projector once > > before... > > > > I was on training at IBM in Germany. The German instructor and I had > > just been chatting about his (English) Massey Ferguson tractor engines, > > and my (German) Volkswagen cars, so when he mentioned his 'beamer', I > > thought he was talking about a German car... > > Well, that is probably because "Beamer" is (one of) the German names for > projector. Also in the category of German invented names that sound like > English but are not: "Handy" for mobile phone. > And most English-speaking Germans are aware that those are not English > words, but they still can slip in without noticing because the sound so > English ;-). In The Netherlands, we call it a beamer too. Wikipedia says: Beamer is slang for: Video projector, a pseudo-anglicism in a number of languages including German and Dutch. And there's also: http://nl.wikipedia.org/wiki/Beamer which redirects to Videoprojector :) (which is one word in Dutch) --Ivo From amidk75 at gmail.com Sun Sep 16 19:11:23 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sun, 16 Sep 2007 19:11:23 +0200 Subject: [MPlayer-users] Movie plays on local laptop screen, but not on beamer In-Reply-To: <200709161713.18399.ivop@euronet.nl> References: <1189953217.3228.32.camel@nels.wallflowerst.net> <20070916141319.GA32142@1und1.de> <200709161713.18399.ivop@euronet.nl> Message-ID: <46ED63BB.1090407@gmail.com> Ivo pisze: > In The Netherlands, we call it a beamer too. > Wikipedia says: > Beamer is slang for: > Video projector, a pseudo-anglicism in a number of languages including > German and Dutch. And for BMW make it's "Beemer" ;PPPp -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From Reimar.Doeffinger at stud.uni-karlsruhe.de Sun Sep 16 22:11:22 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sun, 16 Sep 2007 22:11:22 +0200 Subject: [MPlayer-users] .TY+ parsing / junk data not skipped over In-Reply-To: <20070915134020.GA20183@1und1.de> References: <9da483cb0709121730j25a69a4fsa799c509b9e3b03c@mail.gmail.com> <20070915134020.GA20183@1und1.de> Message-ID: <20070916201122.GA1071@1und1.de> On Sat, Sep 15, 2007 at 03:40:20PM +0200, Reimar D?ffinger wrote: > On Wed, Sep 12, 2007 at 06:30:29PM -0600, Mike Hodson wrote: > > [...] Except when there > > apparently is a segment change (the tivo uses multiple file segments > > for recording a show) mplayer apparently plays "junk" that exists in > > the .ty file, but it seems should just be skipped over. > > Attached patch works for the sample you uploaded, but I'm not sure it is > quite right. If there are some files where it does not help (or breaks > normal playback) please make the available to me as well (cutting out > only the interesting part). No TiVo users left on this list? From aix at wmlab.csie.ncu.edu.tw Mon Sep 17 04:05:22 2007 From: aix at wmlab.csie.ncu.edu.tw (=?big5?b?vEKutqZ3?=) Date: Mon, 17 Sep 2007 10:05:22 +0800 Subject: [MPlayer-users] cross compile wit enable win32 problem Message-ID: <20070917100522.ivkmh601moww0g0w@wmlab.csie.ncu.edu.tw> Hello: I have any questions to ask. But I already sent some mails for you before. I don't get some response to these problems' informations or solutions. I am very sad. My problem is about to cross-compile with --enable-win32 problem. I want to cross compile to arm platform. But I encounter some questions. The error informations as follow: # error message... (start) cc1: error: invalid option `no-omit-leaf-frame-pointer' make[1]: *** [ldt_keeper.o] Error 1 make[1]: Leaving directory `/usr/home/aix/MPlayer-1.0rc1/loader' make: *** [loader/libloader.a] Error 2 # error message... (end) I don't know what happened to this situation. Can you give me some suggestions, informations or solutions? I look up the mplayer problem subject list, someone says mplayer can't cross compile to arm with --eanble-win32(dll) in a article. I think it is impossible to corss compile to arm with --enable-win32(dll), it should have other methods to solve(I think). Base on this thought, I send this mail, I try to get some informations from you(mplayer). My purpose is that I want to use mplayer using win32 dll on arm platform. Do you feel possible? I don't know the result. But I need your helps and suggestions. Regards, thank you for your reading. by Aix. (Aix is my name, not IBM employee. I am a student for graduation in Taiwan.) ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From cooleyr at gmail.com Mon Sep 17 06:15:28 2007 From: cooleyr at gmail.com (RC) Date: Sun, 16 Sep 2007 21:15:28 -0700 Subject: [MPlayer-users] cross compile wit enable win32 problem In-Reply-To: <20070917100522.ivkmh601moww0g0w@wmlab.csie.ncu.edu.tw> References: <20070917100522.ivkmh601moww0g0w@wmlab.csie.ncu.edu.tw> Message-ID: <20070916211528.2de8b516.cooleyr@gmail.com> On Mon, 17 Sep 2007 10:05:22 +0800 ?B???w wrote: > My purpose is that I want to use mplayer using win32 dll on arm > platform. Do you feel possible? Absolutely not. win32 codecs are binaries, compiled for 32-bit x86 CPUs. They can't work on arm without a full x86 emulator. At this point, with very nearly all common codecs available natively in libavcodec, I don't consider lack of win32 DLLs much of a loss. Also, you should use a snapshot from SVN, the last release version is quite old. From exsudat at gmx.de Mon Sep 17 10:43:18 2007 From: exsudat at gmx.de (Christian Buhtz) Date: Mon, 17 Sep 2007 10:43:18 +0200 Subject: [MPlayer-users] searching basic features Message-ID: I miss something but maybe I just didn't found it. 1. resume play: If I close and restart the player it doesn't remember the playlist and trackposition and doesn't restart playing from there. 2. How can I minimize the player to the tray? How can I make it start-minimized (to tray!)? 3. Is it possible to configure global-hotkeys (play, prev, next, pause, mute, etc)? Where can I find a developers project page to submit bug-reports and feauter requests? From inverseparadox at comcast.net Mon Sep 17 12:50:33 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Mon, 17 Sep 2007 06:50:33 -0400 Subject: [MPlayer-users] searching basic features In-Reply-To: References: Message-ID: <46EE5BF9.9020608@comcast.net> Christian Buhtz wrote: > I miss something but maybe I just didn't found it. > > 1. resume play: If I close and restart the player it doesn't remember > the playlist and trackposition and doesn't restart playing from > there. This would be because it starts with the file(s) and/or playlists which you specify at start time. If you want it to have a particular playlist, you need to specify that playlist file when you start the program. As far as track position - I can imagine how that would be implemented (if you mean "position in the track which was last being played"), but I've never seen a player which did it. Neither of these is a "basic" feature. > 2. How can I minimize the player to the tray? How can I make it > start-minimized (to tray!)? That depends on which GUI you are using. It is entirely possible that some - including, I would guess, the built-in GUI - do not have this functionality at all. MPlayer itself is designed as a command-line application, which runs only while it is actually playing something and does not inherently have an independent window; obviously, "minimize" is not an action which makes sense for that type of program. Also, MPlayer is designed with a Linux environment in mind, and there is not necessarily a "system tray" in that environment - so there would not necessarily be a tray to minimize to in any case. > 3. Is it possible to configure global-hotkeys (play, prev, next, > pause, mute, etc)? Depends what you mean by "global". Keybindings for when MPlayer itself has focus can be configured in the input.conf file, but where that would need to be stored on a Windows system such as I infer you are using I do not know. Commands which would have an effect when MPlayer is not the "active" program are another matter, and most likely would have to be set in your window manager - which, if you are in Windows, you have no control over and may not provide this functionality at all. > Where can I find a developers project page to submit bug-reports and > feauter requests? There is no "page" for that. Bug reports go here on this mailing list, following the guidelines of DOCS/tech/bugreports.html (and if you can't find that, you are probably not competent to submit a usable bug report); feature requests also go here, unless you plan to include a source patch to add the feature along with your request. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From exsudat at gmx.de Mon Sep 17 13:19:33 2007 From: exsudat at gmx.de (Christian Buhtz) Date: Mon, 17 Sep 2007 13:19:33 +0200 Subject: [MPlayer-users] searching basic features In-Reply-To: <46EE5BF9.9020608@comcast.net> References: <46EE5BF9.9020608@comcast.net> Message-ID: The Wanderer schrieb: > As far as track position - I can imagine how that would be implemented > (if you mean "position in the track which was last being played"), but > I've never seen a player which did it. foobar2000 did this for example. > Depends what you mean by "global". Keybindings for when MPlayer itself > has focus can be configured in the input.conf file "global" means if MPlayer has no focus. > There is no "page" for that. Bug reports go here on this mailing list, > following the guidelines of DOCS/tech/bugreports.html (and if you can't > find that, you are probably not competent to submit a usable bug > report); feature requests also go here, unless you plan to include a > source patch to add the feature along with your request. But how can I watch my bug-reports and feauter-requests if I put them on the list manualy? Watching the list? Oh no! What is about the bugtracking system provided by SF? From inverseparadox at comcast.net Mon Sep 17 13:38:40 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Mon, 17 Sep 2007 07:38:40 -0400 Subject: [MPlayer-users] searching basic features In-Reply-To: References: <46EE5BF9.9020608@comcast.net> Message-ID: <46EE6740.5050301@comcast.net> Christian Buhtz wrote: > The Wanderer schrieb: > >> As far as track position - I can imagine how that would be >> implemented (if you mean "position in the track which was last >> being played"), but I've never seen a player which did it. > > foobar2000 did this for example. Never heard of it. >> Depends what you mean by "global". Keybindings for when MPlayer >> itself has focus can be configured in the input.conf file > > "global" means if MPlayer has no focus. Then, if I'm not greatly mistaken, that's a window-manager issue; MPlayer cannot take control of input if it does not have focus, any more than any other program can >> There is no "page" for that. Bug reports go here on this mailing >> list, following the guidelines of DOCS/tech/bugreports.html (and if >> you can't find that, you are probably not competent to submit a >> usable bug report); feature requests also go here, unless you plan >> to include a source patch to add the feature along with your >> request. > > But how can I watch my bug-reports and feauter-requests if I put them > on the list manualy? Watching the list? Oh no! Oh - you were thinking of a bugtracker. Yes, there is bugzilla.mplayerhq.hu - but how many people actually pay attention to it I am not sure. Watching the list does not sound like a hardship to me, but I'll admit that many people might not have enough time to sift through the general traffic if all they are interested in is one issue. Do, please, be certain that you follow the guidelines in the bug-reporting document I mentioned if you actually submit a bug report - whether on the mailing list or on the bugtracker. > What is about the bugtracking system provided by SF? MPlayer does not have anything to do with SourceForge - AFAIK, intentionally so. Based on the fact that you A) appear to be assuming that the player is inherently graphical and B) consider the features you describe to be "basic", you seem to be operating on assumptions about what a video player is and how it functions which are not compatible with the design of MPlayer. I would not consider these features to be at all "basic" (which I understand as meaning roughly "should be present in even the most minimal player"), and some of them do not seem to even make sense with a non-persistent-state, non-graphical program - which, at its core, is what MPlayer actually is. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From albert1 at autocom.pl Mon Sep 17 18:11:55 2007 From: albert1 at autocom.pl (Piotr Stachura) Date: Mon, 17 Sep 2007 18:11:55 +0200 Subject: [MPlayer-users] searching basic features In-Reply-To: <46EE6740.5050301@comcast.net> References: <46EE6740.5050301@comcast.net> Message-ID: <200709171812.03702.albert1@autocom.pl> Dnia poniedzia?ek, 17 wrze?nia 2007, The Wanderer napisa?: > Christian Buhtz wrote: > > The Wanderer schrieb: > >> As far as track position - I can imagine how that would be > >> implemented (if you mean "position in the track which was last > >> being played"), but I've never seen a player which did it. > > > > foobar2000 did this for example. > > Never heard of it. Try SMPlayer. It did it well :] -- Piotr Stachura -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From dave.wayne at gmail.com Mon Sep 17 21:42:58 2007 From: dave.wayne at gmail.com (Dave Wayne) Date: Mon, 17 Sep 2007 11:42:58 -0800 Subject: [MPlayer-users] win32 codecs Message-ID: <3afb95550709171242x52f5e00fjaab0d7abee5a6f14@mail.gmail.com> I am trying to enable video codec family [wmv9dmo] (vfm=dmo) but after I run configure and rebuild/install it comes up with the same message that its not available. I have installed the windows essential codecs, but when I try to add "--enable-dshow" as I see someone did, i get the message "Unknown parameter: --enable-dshow" what am i doing wrong? >From configure these are the relevant lines: Checking for Win32 codec DLL support ... yes (using /usr/local/lib/codecs) Checking for Win32 loader support ... yes From dotancohen at gmail.com Mon Sep 17 21:55:54 2007 From: dotancohen at gmail.com (Dotan Cohen) Date: Mon, 17 Sep 2007 21:55:54 +0200 Subject: [MPlayer-users] Only one instance of mPlayer Message-ID: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> On Ubuntu, when we open multiple files with Mplayer we get multiple instances of the program. How can I configure mPlayer to play the file in the previously open instance, replacing whatever is currently playing? Dotan Cohen http://what-is-what.com http://gibberish.co.il -- ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? From que_pasa70 at gmx.de Mon Sep 17 22:17:34 2007 From: que_pasa70 at gmx.de (que_pasa70 at gmx.de) Date: Mon, 17 Sep 2007 22:17:34 +0200 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> Message-ID: <20070917201734.87350@gmx.net> Hello Cohen, you can realise it with the "dmix-plugin" and alsa. http://alsa.opensrc.org/home/w/org/opensrc/alsa/index.php?title=DmixPlugin Kind regards Tom -------- Original-Nachricht -------- > Datum: Mon, 17 Sep 2007 21:55:54 +0200 > Von: "Dotan Cohen" > An: "MPlayer usage questions, feature requests, bug reports" > Betreff: [MPlayer-users] Only one instance of mPlayer > On Ubuntu, when we open multiple files with Mplayer we get multiple > instances of the program. How can I configure mPlayer to play the file > in the previously open instance, replacing whatever is currently > playing? > > Dotan Cohen > > http://what-is-what.com > http://gibberish.co.il > > -- > > ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From cooleyr at gmail.com Mon Sep 17 22:28:36 2007 From: cooleyr at gmail.com (RC) Date: Mon, 17 Sep 2007 13:28:36 -0700 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> Message-ID: <20070917132836.32ca612c.cooleyr@gmail.com> On Mon, 17 Sep 2007 21:55:54 +0200 "Dotan Cohen" wrote: > How can I configure mPlayer to play the file in the previously open > instance, replacing whatever is currently playing? Write a program/script to do so, controlling MPlayer via slave-mode. Or you might take a look at any of the MPlayer front-ends listed on the website, to see if any of them already has such a feature. From sakari.ailus at saunalahti.fi Mon Sep 17 22:43:09 2007 From: sakari.ailus at saunalahti.fi (Sakari Ailus) Date: Mon, 17 Sep 2007 23:43:09 +0300 Subject: [MPlayer-users] Fullscreen and virtual display Message-ID: <46EEE6DD.3040000@saunalahti.fi> Hi, It appears that recent versions of Mplayer always scale to the whole display in fullscreen mode. With virtual display this is inconvenient as only a small portion of the image is displayed at once. I can't imagine anyone would prefer this kind of behaviour. :) Earlier versions didn't do this. I can't say exactly when I first noticed this behaviour, but it did not occur later than the snapshot from 2007-05-24. I guess some options, like fsmode have been removed at the same time? Anyone else noticed? Regards, -- Sakari Ailus sakari.ailus at saunalahti.fi From yyang at commscope.com Mon Sep 17 22:55:10 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Mon, 17 Sep 2007 15:55:10 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: <46EB1165.8090107@gmail.com> Message-ID: Krzysztof, I did downloaded the Live555 client source codes, which is 'live.2007.08.03a.tar.gz'. Following the instructions, I did unpack the tar, genMakefile linux, make I copied the live directory to /usr/local/lib All looked OK. Then I reconfigured my mplayer, make, and finally make install. The output of configure, make and make install of mplayer is attached. As you can see, the ./configure automatically detected the live555. The output showed ' Checking for LIVE555 Streaming Media libraries ... yes (using /usr/local/lib/live)' However, errors occured as pasted below when make and make install. Note the "undefined reference" and "make: *** [mplayer] Error 1". make[1]: Leaving directory `/root/mplayer/MPlayer-1.0rc1/libass' cc -Wdeclaration-after-statement -O4 -march=k8 -mtune=k8 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/freetype2 -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/BasicUsageEnvironment/include -I/usr/local/lib/live/groupsock/include -I. -I./libavutil -I./libavcodec -o mplayer mplayer.o m_property.o mp_msg.o asxparser.o codec-cfg.o cpudetect.o edl.o find_sub.o m_config.o m_option.o m_struct.o parser-cfg.o playtree.o playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o mixer.o parser-mpcmd.o subopt-helper.o libvo/libvo.a libao2/libao2.a input/libinput.a libmpcodecs/libmpcodecs.a libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a libswscale/libswscale.a osdep/libosdep.a -Wl,-z,noexecstack -Llibmpdvdkit2 -lmpdvdkit libavformat/libavformat.a libavcodec/libavcodec.a libavutil/libavutil.a libpostproc/libpostproc.a -lpng -lz -lz -ljpeg -lasound -ldl -lpthread -lncurses /usr/local/lib/live/liveMedia/libliveMedia.a /usr/local/lib/live/groupsock/libgroupsock.a /usr/local/lib/live/UsageEnvironment/libUsageEnvironment.a /usr/local/lib/live/BasicUsageEnvironment/libBasicUsageEnvironment.a -lstdc++ -lungif -lsmbclient -lpthread -ldl -rdynamic -lm libfaad2/libfaad2.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a tremor/libvorbisidec.a libass/libass.a -lfontconfig -lfreetype -lGL -ldl -lXxf86dga -lXv -lXxf86vm -lXinerama -lXext -lX11 -lpthread -L/usr/lib64 -lSDL -lpthread vidix/libvidix.a -lesd -laudiofile -lm mp_msg.o: In function `mp_msg': mp_msg.c:(.text+0x288): undefined reference to `guiMessageBox' libvo/libvo.a(x11_common.o): In function `vo_x11_check_events': x11_common.c:(.text+0x39de): undefined reference to `guiGetEvent' libvo/libvo.a(vo_x11.o): In function `config': vo_x11.c:(.text+0xe08): undefined reference to `guiGetEvent' libvo/libvo.a(vo_xover.o): In function `config': vo_xover.c:(.text+0xb58): undefined reference to `guiGetEvent' libvo/libvo.a(vo_xv.o): In function `config': vo_xv.c:(.text+0x8f4): undefined reference to `guiGetEvent' libvo/libvo.a(vo_gl.o): In function `config': vo_gl.c:(.text+0x12af): undefined reference to `guiGetEvent' libvo/libvo.a(vo_gl2.o):vo_gl2.c:(.text+0x208e): more undefined references to `guiGetEvent' follow collect2: ld returned 1 exit status make: *** [mplayer] Error 1 Tried to run mplayer rtsp://server I got the same error as before. What does 'RTSP/1.0 404 Stream Not Found'mean? What does " rtsp_session: unsupported RTSP server. Server type is 'unknown'." indicate? Connecting to server server[169.254.15.100]: 554... librtsp: server responds: 'RTSP/1.0 404 Stream Not Found' rtsp_session: unsupported RTSP server. Server type is 'unknown'. Resolving server for AF_INET6... Couldn't resolve name for AF_INET6: server Resolving server for AF_INET... Connecting to server server[169.254.15.100]: 80... connect error: Connection refused File not found: 'server/root/hd.avi' Failed to open rtsp://server/root/hd.avi. Krzysztof Duchnowski Sent by: mplayer-users-bounces at mplayerhq.hu 09/14/2007 05:55 PM Please respond to "MPlayer usage questions, feature requests, bug reports" To "MPlayer usage questions, feature requests, bug reports" cc Subject Re: [MPlayer-users] connection refused yyang at commscope.com pisze: > 2. I dowloaded the Live555 media server and made it running at my 'server' > machine. > [root at workstation ~]# mplayer rtsp://server/root/hd.avi > MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team this is ^^^^^^^^^^^^^^^^^ the answer > What do I need to do? Download LIVE555 client source, compile it, install it, download MPlayer SVN source, configure, check configure.log for succesfull live555 inclusion, compile MPlayer, install it. END. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users -------------- next part -------------- A non-text attachment was scrubbed... Name: config-make-makeinstall-output Type: application/octet-stream Size: 18728 bytes Desc: not available URL: From johnbrown105 at hotmail.com Mon Sep 17 23:07:30 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Mon, 17 Sep 2007 17:07:30 -0400 Subject: [MPlayer-users] win32 codecs In-Reply-To: <3afb95550709171242x52f5e00fjaab0d7abee5a6f14@mail.gmail.com> References: <3afb95550709171242x52f5e00fjaab0d7abee5a6f14@mail.gmail.com> Message-ID: On Mon, 17 Sep 2007 11:42:58 -0800, Dave Wayne wrote: > I am trying to enable video codec family [wmv9dmo] (vfm=dmo) but after I run > configure and rebuild/install it comes up with the same message that its not > available. > > I have installed the windows essential codecs, but when I try to add > "--enable-dshow" as I see someone did, i get the message "Unknown parameter: > --enable-dshow" > > what am i doing wrong? > Try the windows_all package at http://www3.mplayerhq.hu/MPlayer/releases/codecs/ _________________________________________________________________ Can you find the hidden words?? Take a break and play Seekadoo! http://club.live.com/seekadoo.aspx?icid=seek_wlmailtextlink From inverseparadox at comcast.net Mon Sep 17 23:10:56 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Mon, 17 Sep 2007 17:10:56 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <46EEED60.9020503@comcast.net> Quoting fixed by hand. Please don't top-post. yyang at commscope.com wrote: [that Kryzyxztof Duchnowski wrote:] >> yyang at commscope.com pisze: >> >>> 2. I dowloaded the Live555 media server and made it running at my >>> 'server' machine. >>> >>> [root at workstation ~]# mplayer rtsp://server/root/hd.avi >>> MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team >> >> this is ^^^^^^^^^^^^^^^^^ the answer >> >>> What do I need to do? >> >> Download LIVE555 client source, compile it, install it, download >> MPlayer SVN source, configure, check configure.log for succesfull >> live555 inclusion, compile MPlayer, install it. >> END. >> > Krzysztof, > > I did downloaded the Live555 client source codes, which is > 'live.2007.08.03a.tar.gz'. Following the instructions, I did > unpack the tar, > genMakefile linux, > make > I copied the live directory to /usr/local/lib > All looked OK. This much sounds OK at first glance. I haven't bothered with live555 myself so I don't know for certain. > Then I reconfigured my mplayer, make, and finally make install. The > output of configure, make and make install of mplayer is attached. > > As you can see, the ./configure automatically detected the live555. > The output showed > > ' Checking for LIVE555 Streaming Media libraries ... yes (using > /usr/local/lib/live)' > > However, errors occured as pasted below when make and make install. > Note the "undefined reference" and "make: *** [mplayer] Error 1". > > make[1]: Leaving directory `/root/mplayer/MPlayer-1.0rc1/libass' Okay, this is your problem; you ignored one of the most important parts of the instructions you were given. You need to use the latest SVN source of MPlayer, not the source to 1.0rc1. 1.0rc1 is more than six months out of date, and very likely is not compatible with the latest live555. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From dave.wayne at gmail.com Mon Sep 17 23:20:39 2007 From: dave.wayne at gmail.com (Dave Wayne) Date: Mon, 17 Sep 2007 13:20:39 -0800 Subject: [MPlayer-users] win32 codecs In-Reply-To: References: <3afb95550709171242x52f5e00fjaab0d7abee5a6f14@mail.gmail.com> Message-ID: <3afb95550709171420u5ea98b30r3c582495c5ef5f41@mail.gmail.com> On 9/17/07, John Brown wrote: > > > > On Mon, 17 Sep 2007 11:42:58 -0800, Dave Wayne wrote: > > > > > Try the windows_all package at > http://www3.mplayerhq.hu/MPlayer/releases/codecs/ > _________________________________________________________________ > > I unzipped the files from http://www3.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20061022.zip to the codecs dir and got the same response as before From defsyn at gmail.com Mon Sep 17 23:22:09 2007 From: defsyn at gmail.com (Henry Garcia) Date: Mon, 17 Sep 2007 17:22:09 -0400 Subject: [MPlayer-users] win32 codecs In-Reply-To: References: <3afb95550709171242x52f5e00fjaab0d7abee5a6f14@mail.gmail.com> Message-ID: On 9/17/07, John Brown wrote: > > > > On Mon, 17 Sep 2007 11:42:58 -0800, Dave Wayne wrote: > > > I am trying to enable video codec family [wmv9dmo] (vfm=dmo) but after I > run > > configure and rebuild/install it comes up with the same message that its > not > > available. > > > > I have installed the windows essential codecs, but when I try to add > > "--enable-dshow" as I see someone did, i get the message "Unknown > parameter: > > --enable-dshow" > > > > what am i doing wrong? > > --enable-dshow doesn't even show up in the ./configure --help section. Therefore, it's probably not supported in the version that you are trying to compile. Run --./configure --help to see what options are available in the version you are trying to compile. From dave.wayne at gmail.com Tue Sep 18 00:33:02 2007 From: dave.wayne at gmail.com (Dave Wayne) Date: Mon, 17 Sep 2007 14:33:02 -0800 Subject: [MPlayer-users] win32 codecs In-Reply-To: References: <3afb95550709171242x52f5e00fjaab0d7abee5a6f14@mail.gmail.com> Message-ID: <3afb95550709171533j4ab24b48q3bf772419b0e84f2@mail.gmail.com> On 9/17/07, Henry Garcia wrote: > > --enable-dshow doesn't even show up in the ./configure --help section. > Therefore, it's probably not supported in the version that you are trying > to > compile. Run --./configure --help to see what options are available in the > version you are trying to compile. > ______________________________________________ Thanks, I thought I had an upto date version but I used the svn package and it found the win32dlls. From evangelos.stergiou at fileas.com Tue Sep 18 10:12:55 2007 From: evangelos.stergiou at fileas.com (Evan Stergiou) Date: Tue, 18 Sep 2007 10:12:55 +0200 Subject: [MPlayer-users] sound quality with oss/alsa/aoss/artsd Message-ID: <04c301c7f9cb$b760a4f0$120ba8c0@es> Hello. Could you please help me understand why my solution works? I play streaming radio by satellite with mplayer. I also want to be able to mix the sat stream with locally stored audio files. I simulate sat reception problems by deconnecting/reconnecting the sat cable. I want my audio output not to be sensible to these simulated sat problems. I have modified mplayer to use 256 bytes of streaming buffering instead of 2048 bytes and not to quit trying to receive after 6 sat problems. Here are the solutions I have tried : a/ mplayer -ao alsa dvb://channel mplayer -ao alsa localfile.mp3 also have a .asoundrc file results: mixing works fine, but streaming sound quality is very bad following sat problems b/ mplayer -ao oss dvb://channel mplayer -ao oss localfile.mp3 results: unable to mix with oss, but perfect sound quality even after sat problems c/ artsd& mplayer -ao arts dvb://channel mplayer -ao arts localfile.mp3 results: perfect mixing and perfect sound quality even after sat problems, but buffering of streaming radio occurs often which results in a delay of up to 15 sec compared to the broadcasted stream, and this buffering is not always constant d/ aoss mplayer -ao oss dvb://channel aoss mplayer -ao oss localfile.mp3 results: perfect mixing, but sound quality presents some minor but still audible defects (little cracks) after sat problems e/ The solution that works for me aoss artsd& mplayer -ao arts dvb://channel mplayer -ao arts localfile.mp3 results: perfect sound quality and mixing even after sat problems, little but constant streaming buffering I appreciate any input. Thanks. From amadeo at beo.pl Tue Sep 18 15:29:34 2007 From: amadeo at beo.pl (amadeo) Date: Tue, 18 Sep 2007 13:29:34 +0000 (UTC) Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca Message-ID: I've played the sample from http://www.sr.se/laddahem/MultiKanal/Dts/SURROUNDTEST_011212.zip with the not so long ago added libdca decoder, which is the default DTS decoder now in MPlayer, and noticed that after a view seconds of playing the voice get very low and barely understandable. I think this affects only one particular channel because before the voice was fine. Can somebody confirm this? Maybe someone who speaks Swedish can tell which channel it is. Here's my mplayer output in case someone is interested: MPlayer dev-SVN-r24562-4.2.1 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 31, Stepping: 0) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Menu inited: /etc/mplayer/menu.conf Playing SURROUNDTEST_011212.wav. Audio file file format detected. ========================================================================== Opening audio decoder: [libdca] DTS decoding with libdca AUDIO: 44100 Hz, 6 ch, s16le, 1411.2 kbit/33.33% (ratio: 176400->529200) Selected audio codec: [dts] afm: libdca (DTS-libdca) ========================================================================== AO: [alsa] 44100Hz 6ch s16le (2 bytes per sample) Video: no video Starting playback... A: 0.9 (00.8) of 126.0 (02:06.0) 8.2% 95% Exiting... (End of file) From deepak.babel at laposte.net Tue Sep 18 15:52:07 2007 From: deepak.babel at laposte.net (deepak) Date: Tue, 18 Sep 2007 19:22:07 +0530 Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca In-Reply-To: References: Message-ID: <46EFD807.2070506@laposte.net> My efforts to play DTS 6 channel have failed, and the only player I have found capable of playback is Totem-xine. amadeo wrote: > I've played the sample from > http://www.sr.se/laddahem/MultiKanal/Dts/SURROUNDTEST_011212.zip with the not so > long ago added libdca decoder, which is the default DTS decoder now in MPlayer, > and noticed that after a view seconds of playing the voice get very low and > barely understandable. I think this affects only one particular channel because > before the voice was fine. Can somebody confirm this? Maybe someone who speaks > Swedish can tell which channel it is. > > > Here's my mplayer output in case someone is interested: > > MPlayer dev-SVN-r24562-4.2.1 (C) 2000-2007 MPlayer Team > CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 31, Stepping: 0) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > Menu inited: /etc/mplayer/menu.conf > > Playing SURROUNDTEST_011212.wav. > > Audio file file format detected. > ========================================================================== > Opening audio decoder: [libdca] DTS decoding with libdca > AUDIO: 44100 Hz, 6 ch, s16le, 1411.2 kbit/33.33% (ratio: 176400->529200) > Selected audio codec: [dts] afm: libdca (DTS-libdca) > ========================================================================== > AO: [alsa] 44100Hz 6ch s16le (2 bytes per sample) > Video: no video > Starting playback... > A: 0.9 (00.8) of 126.0 (02:06.0) 8.2% 95% > > Exiting... (End of file) > > > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > From liyushe at gmail.com Tue Sep 18 16:45:28 2007 From: liyushe at gmail.com (Liyu,She) Date: Tue, 18 Sep 2007 22:45:28 +0800 Subject: [MPlayer-users] Is there a way to completely disable all output message? Message-ID: I've tried everything I can to disable all output messages, and the following command is what I come up so far - ================================================================ mplayer max.ogg -quiet -really-quiet -vc dummy -msglevel all=-1:global=-1:cplayer=-1:gplayer=-1:vo=-1:ao=-1:demuxer=-1:ds=-1:demux=-1:header=-1:avsync=-1:autoq=-1:cfgparser=-1:decaudio=-1:decvideo=-1:seek=-1:win32=-1:open=-1:dvd=-1:parsees=-1:lirc=-1:stream=-1:cache=-1:mencoder=-1:xacodec=-1:tv=-1:osdep=-1:spudec=-1:playtree=-1:input=-1:vfilter=-1:osd=-1:network=-1:cpudetect=-1:codeccfg=-1:sws=-1:vobsub=-1:subreader=-1:osd=-menu=-1:afilter=-1:netst=-1:muxer=-1:identify=-1 ================================================================ However, it still prints the following output message(stdout). ================================================================ MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: Intel(R) Celeron(R) CPU 2.00GHz (Family: 15, Model: 2, Stepping: 7) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 ================================================================ Is there a way to stop this? Thank you so much. From que_pasa70 at gmx.de Tue Sep 18 16:51:23 2007 From: que_pasa70 at gmx.de (que_pasa70 at gmx.de) Date: Tue, 18 Sep 2007 16:51:23 +0200 Subject: [MPlayer-users] Audio stream problems Message-ID: <20070918145123.238030@gmx.net> Hello, I?m trying to run the following stream: mplayer http://realserver3.hdm-stuttgart.de:8080/horads.ogg After a while there?s just mickymouse-sound output - sorry..can?t explain better. The stream works sometimes for 1 hour, sometimes just a few minutes until my problem comes up. Any Idea what should I do to have a continued stream? Is there any posibility to reconnect a stream after e.g. 10 minutes? Best regards Tom -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail From ulion2002 at gmail.com Tue Sep 18 16:56:15 2007 From: ulion2002 at gmail.com (Ulion) Date: Tue, 18 Sep 2007 22:56:15 +0800 Subject: [MPlayer-users] [Mplayer-Users] [BUG?] fullscreen not work with X11 under powerpc? Message-ID: <81b02f020709180756r2c728183r5ccf284caaff973c@mail.gmail.com> Hello, I installed an ubuntu 7.04 on my iMac G5, and compiled the svn version of mplayer. But I found the fullscreen not work, although movie windows is fullscreen size, the real movie is just in the center of the screen and in the original size, here's log: ./mplayer -v -ao alsa /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv MPlayer dev-SVN-r24562-4.1.2 (C) 2000-2007 MPlayer Team AltiVec found CPU: PowerPC get_path('codecs.conf') -> '/home/ulion/.mplayer/codecs.conf' Reading /home/ulion/.mplayer/codecs.conf: Can't open '/home/ulion/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --enable-largefiles --with-dvdnav-config=/home/ulion/Developer/vlc-0.8.6c/extras/contrib/bin/dvdnav-config --enable-dvdnav --with-extraincdir=/home/ulion/Developer/vlc-0.8.6c/extras/contrib/include --with-extralibdir=/home/ulion/Developer/vlc-0.8.6c/extras/contrib/lib CommandLine: '-v' '/media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv' init_freetype get_path('font/font.desc') -> '/home/ulion/.mplayer/font/font.desc' font: can't open file: /home/ulion/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using Unoptimized OnScreenDisplay get_path('fonts') -> '/home/ulion/.mplayer/fonts' Using nanosleep() timing get_path('input.conf') -> '/home/ulion/.mplayer/input.conf' Can't open input config file /home/ulion/.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 get_path('kiss-300-cd1.mkv.conf') -> '/home/ulion/.mplayer/kiss-300-cd1.mkv.conf' Playing /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv. vobsub: ignoring scale: 100%, 100% vobsub: ignoring alpha: 100% vobsub: ignoring smooth: OFF vobsub: ignoring fadein/out: 50, 50 vobsub: ignoring align: OFF at LEFT TOP vobsub: ignoring time offset: 0 [vobsub] subtitle (vobsubid): 0 language en [vobsub] subtitle (vobsubid): 1 language en [vobsub] subtitle (vobsubid): 10 language zh [vobsub] subtitle (vobsubid): 11 language zh [vobsub] subtitle (vobsubid): 12 language zh [vobsub] subtitle (vobsubid): 13 language zh fopen Vobsub file failed: No such file or directory get_path('sub/') -> '/home/ulion/.mplayer/sub/' [file] File size is 733100904 bytes STREAM: [file] /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: Matroska file format Checking for YUV4MPEG2 ASF_check: not ASF guid! Checking for NuppelVideo Checking for REAL Checking for SMJPEG [mkv] Found the head... [mkv] + a segment... [mkv] /---- [ parsing seek head ] --------- [mkv] /---- [ parsing seek head ] --------- [mkv] \---- [ parsing seek head ] --------- [mkv] /---- [ parsing cues ] ----------- [mkv] \---- [ parsing cues ] ----------- [mkv] \---- [ parsing seek head ] --------- [mkv] |+ segment information... [mkv] | + timecode scale: 1000000 [mkv] | + duration: 2350.048s [mkv] |+ segment tracks... [mkv] | + a track... [mkv] | + Track number: 1 [mkv] | + Track type: Video [mkv] | + Default flag: 1 [mkv] | + Codec ID: V_MPEG4/ISO/AVC [mkv] | + CodecPrivate, length 40 [mkv] | + Default duration: 41.708ms ( = 23.976 fps) [mkv] | + Language: und [mkv] | + Video track [mkv] | + Pixel width: 712 [mkv] | + Pixel height: 360 [mkv] | + Display width: 864 [mkv] | + Display height: 360 [mkv] | + a track... [mkv] | + Track number: 2 [mkv] | + Track type: Audio [mkv] | + Default flag: 1 [mkv] | + Codec ID: A_AC3 [mkv] | + Default duration: 32.000ms ( = 31.250 fps) [mkv] | + Language: eng [mkv] | + Audio track [mkv] | + Sampling frequency: 48000.000000 [mkv] | + Channels: 6 [mkv] | + a track... [mkv] | + Track number: 3 [mkv] | + Track type: Audio [mkv] | + Default flag: 0 [mkv] | + Codec ID: A_AAC [mkv] | + CodecPrivate, length 7 [mkv] | + Default duration: 42.667ms ( = 23.438 fps) [mkv] | + Language: chi [mkv] | + Audio track [mkv] | + Sampling frequency: 24000.000000 [mkv] | + Channels: 6 [mkv] | + a track... [mkv] | + Track number: 4 [mkv] | + Track type: Audio [mkv] | + Default flag: 0 [mkv] | + Codec ID: A_MPEG/L3 [mkv] | + Default duration: 24.000ms ( = 41.667 fps) [mkv] | + Language: eng [mkv] | + Name: Commentary [mkv] | + Audio track [mkv] | + Sampling frequency: 48000.000000 [mkv] | + Channels: 2 [mkv] |+ found cluster, headers are parsed completely :) ==> Found video stream: 1 [mkv] Aspect: 2.400000 [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0 ==> Found audio stream: 2 [mkv] Track ID 2: audio (A_AC3), -aid 0, -alang eng ==> Found audio stream: 3 [mkv] Track ID 3: audio (A_AAC), -aid 1, -alang chi ==> Found audio stream: 4 [mkv] Track ID 4: audio (A_MPEG/L3) "Commentary", -aid 2, -alang eng [mkv] Will play video track 1. Matroska file format detected. VIDEO: [avc1] 712x360 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s) [V] filefmt:31 fourcc:0x31637661 size:712x360 fps:23.98 ftime:=0.0417 get_path('sub/') -> '/home/ulion/.mplayer/sub/' dvdsublang...kiss 300 cd1 zh ch tw en dvdsublang...kiss 300 cd1 zh ch tw en dvdsublang...kiss 300 cd1 zh ch tw en dvdsublang...kiss 300 cd1 zh ch tw en [file] File size is 21876 bytes STREAM: [file] /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.Chs.srt STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) SUB: Detected subtitle file format: subviewer SUB: opened iconv descriptor. SUB: closed iconv descriptor. SUB: Read 366 subtitles. SUB: Added subtitle file (1): /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.Chs.srt [file] File size is 36177 bytes STREAM: [file] /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.ChsEng.srt STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) SUB: Detected subtitle file format: subviewer SUB: opened iconv descriptor. SUB: closed iconv descriptor. SUB: Read 367 subtitles. SUB: Adjusted 1 subtitle(s). SUB: Added subtitle file (2): /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.ChsEng.srt [file] File size is 27986 bytes STREAM: [file] /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.Eng.srt STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) SUB: Detected subtitle file format: subviewer SUB: opened iconv descriptor. SUB: closed iconv descriptor. SUB: Read 363 subtitles. SUB: Added subtitle file (3): /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.Eng.srt [file] File size is 36929 bytes STREAM: [file] /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.PL.srt STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) SUB: Detected subtitle file format: subviewer SUB: opened iconv descriptor. SUB: closed iconv descriptor. SUB: Read 567 subtitles. SUB: Adjusted 1 subtitle(s). SUB: Added subtitle file (4): /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.PL.srt X11 opening display: :0.0 vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF) vo: X11 running at 1440x900 with depth 24 and 32 bpp (":0.0" => local display) [x11] Detected wm supports NetWM. [x11] Detected wm supports FULLSCREEN state. [x11] Detected wm supports ABOVE state. [x11] Detected wm supports BELOW state. [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family INFO: libavcodec init OK! Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 dec_audio: Allocating 3840 bytes for input buffer. dec_audio: Allocating 6144 + 65536 = 71680 bytes for output buffer. Using AltiVec optimized IMDCT transform AC3: 5.1 (3f+2r+lfe) 48000 Hz 448.0 kbit/s A52 flags before a52_frame: 0x2A A52 flags after a52_frame: 0xA Checking for AltiVec resampler : 0x0000000a, 2 Using AltiVec optimized resampler AUDIO: 48000 Hz, 2 ch, s16be, 448.0 kbit/29.17% (ratio: 56000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== Building audio filter chain for 48000Hz/2ch/s16be -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/s16be [dummy] Was reinitialized: 48000Hz/2ch/s16be alsa-init: requested format: 48000 Hz, 2 channels, 8 alsa-init: using ALSA 1.0.13 alsa-init: setup for 1/2 channel(s) alsa-init: using device default alsa-init: pcm opened in blocking mode alsa-init: chunksize set to 1024 alsa-init: fragcount=16 alsa-init: got buffersize=65536 alsa-init: got period size 1024 alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Big Endian AO: [alsa] 48000Hz 2ch s16be (2 bytes per sample) AO: Description: ALSA-0.9.x-1.x audio output AO: Author: Alex Beregszaszi, Zsolt Barat AO: Comment: under developement Building audio filter chain for 48000Hz/2ch/s16be -> 48000Hz/2ch/s16be... [dummy] Was reinitialized: 48000Hz/2ch/s16be [dummy] Was reinitialized: 48000Hz/2ch/s16be Starting playback... [ffmpeg] aspect_ratio: 0.000000 VDec: vo config request - 712 x 360 (preferred colorspace: Planar YV12) Trying filter chain: vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 2.40:1 - prescaling to correct movie aspect. VO Config (712x360->864x360,flags=0,'MPlayer',0x32315659) VO: [x11] 712x360 => 864x360 Planar YV12 VO: Description: X11 ( XImage/Shm ) VO: Author: Aaron Holtzman Sharing memory. [swscaler @ 0x10818254]No accelerated colorspace conversion found [swscaler @ 0x10818254]SwScaler: using unscaled yuv420p -> rgb32 special converter *** [vo] Exporting mp_image_t, 712x360x12bpp YUV planar, 384480 bytes get_path('subfont.ttf') -> '/home/ulion/.mplayer/subfont.ttf' Unicode font: 22059 glyphs. Uninit audio filters... 0.006 ct: 0.006 52/ 52 42% 34% 3.9% 11 0 [libaf] Removing filter dummy Uninit audio: liba52 Uninit video: ffmpeg alsa-uninit: pcm closed vo: uninit ... Exiting... (Quit) -- Ulion From kdekorte at gmail.com Tue Sep 18 17:46:16 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Tue, 18 Sep 2007 09:46:16 -0600 Subject: [MPlayer-users] [Mplayer-Users] [BUG?] fullscreen not work with X11 under powerpc? In-Reply-To: <81b02f020709180756r2c728183r5ccf284caaff973c@mail.gmail.com> References: <81b02f020709180756r2c728183r5ccf284caaff973c@mail.gmail.com> Message-ID: <46EFF2C8.3020501@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ulion wrote: > Hello, > > I installed an ubuntu 7.04 on my iMac G5, and compiled the svn version > of mplayer. But I found the fullscreen not work, although movie > windows is fullscreen size, the real movie is just in the center of > the screen and in the original size, here's log: > > > ./mplayer -v -ao alsa /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv Add "-zoom" to your command line... should fix it Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iD8DBQFG7/LI6w2kMH0L1dERAvbsAJwNkyfwER0XH9whWzy6PZcq/nmuLACfXytK oJeP0qhFhcMUSjRDHyz/dHM= =y821 -----END PGP SIGNATURE----- From ulion2002 at gmail.com Tue Sep 18 17:53:20 2007 From: ulion2002 at gmail.com (Ulion) Date: Tue, 18 Sep 2007 23:53:20 +0800 Subject: [MPlayer-users] [Mplayer-Users] [BUG?] fullscreen not work with X11 under powerpc? In-Reply-To: <46EFF2C8.3020501@gmail.com> References: <81b02f020709180756r2c728183r5ccf284caaff973c@mail.gmail.com> <46EFF2C8.3020501@gmail.com> Message-ID: <81b02f020709180853r41e1d0deo33361e82b56fc563@mail.gmail.com> 2007/9/18, Kevin DeKorte : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ulion wrote: > > Hello, > > > > I installed an ubuntu 7.04 on my iMac G5, and compiled the svn version > > of mplayer. But I found the fullscreen not work, although movie > > windows is fullscreen size, the real movie is just in the center of > > the screen and in the original size, here's log: > > > > > > ./mplayer -v -ao alsa /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv > > Add "-zoom" to your command line... should fix it I also found -zoom option after some search, it can do fullscreen, but the movie in the screen is splited into many columns, there are gaps between columns. -- Ulion From kdekorte at gmail.com Tue Sep 18 17:56:22 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Tue, 18 Sep 2007 09:56:22 -0600 Subject: [MPlayer-users] [Mplayer-Users] [BUG?] fullscreen not work with X11 under powerpc? In-Reply-To: <81b02f020709180853r41e1d0deo33361e82b56fc563@mail.gmail.com> References: <81b02f020709180756r2c728183r5ccf284caaff973c@mail.gmail.com> <46EFF2C8.3020501@gmail.com> <81b02f020709180853r41e1d0deo33361e82b56fc563@mail.gmail.com> Message-ID: <46EFF526.6010606@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ulion wrote: > 2007/9/18, Kevin DeKorte : >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Ulion wrote: >>> Hello, >>> >>> I installed an ubuntu 7.04 on my iMac G5, and compiled the svn version >>> of mplayer. But I found the fullscreen not work, although movie >>> windows is fullscreen size, the real movie is just in the center of >>> the screen and in the original size, here's log: >>> >>> >>> ./mplayer -v -ao alsa /media/M9-MacIntel/Users/ulion/Movies/kiss-300-cd1.mkv >> Add "-zoom" to your command line... should fix it > > I also found -zoom option after some search, it can do fullscreen, but > the movie in the screen is splited into many columns, there are gaps > between columns. > > Never seen that, however you could try alternate vo's mplayer -vo help will give you a list of options mplayer -vo xv mplayer -vo gl Are some of the more common useful options. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iD8DBQFG7/Um6w2kMH0L1dERAtVcAJ9wvCvCyLOYwnKXY7PP0bF305n++gCggHt/ 68HEB0F1OksmeHSutXIgFLU= =Dl75 -----END PGP SIGNATURE----- From ulion2002 at gmail.com Tue Sep 18 18:08:51 2007 From: ulion2002 at gmail.com (Ulion) Date: Wed, 19 Sep 2007 00:08:51 +0800 Subject: [MPlayer-users] [Mplayer-Users] [BUG?] fullscreen not work with X11 under powerpc? In-Reply-To: <46EFF526.6010606@gmail.com> References: <81b02f020709180756r2c728183r5ccf284caaff973c@mail.gmail.com> <46EFF2C8.3020501@gmail.com> <81b02f020709180853r41e1d0deo33361e82b56fc563@mail.gmail.com> <46EFF526.6010606@gmail.com> Message-ID: <81b02f020709180908r4adac114k9a1c420831f085e6@mail.gmail.com> > Never seen that, however you could try alternate vo's > > mplayer -vo help > > will give you a list of options > > mplayer -vo xv > > mplayer -vo gl > > Are some of the more common useful options. > > Kevin > Thanks, looks this is a common question. Finally I found -vo xv works fine without problem, I think it is the recommend vo to be used under *nux. -- Ulion From amidk75 at gmail.com Tue Sep 18 18:43:27 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Tue, 18 Sep 2007 18:43:27 +0200 Subject: [MPlayer-users] Is there a way to completely disable all output message? In-Reply-To: References: Message-ID: <46F0002F.20802@gmail.com> Liyu,She pisze: > I've tried everything I can to disable all output messages, and the > following command is what I come up so far - Why? -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From comes at naic.edu Tue Sep 18 19:04:20 2007 From: comes at naic.edu (Giacomo Comes) Date: Tue, 18 Sep 2007 13:04:20 -0400 Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca In-Reply-To: References: Message-ID: <20070918170420.GA29089@monopoli.naic.edu> On Tue, Sep 18, 2007 at 01:29:34PM +0000, amadeo wrote: > I've played the sample from > http://www.sr.se/laddahem/MultiKanal/Dts/SURROUNDTEST_011212.zip with the not so > long ago added libdca decoder, which is the default DTS decoder now in MPlayer, > and noticed that after a view seconds of playing the voice get very low and > barely understandable. I think this affects only one particular channel because > before the voice was fine. Can somebody confirm this? Maybe someone who speaks > Swedish can tell which channel it is. > > > Here's my mplayer output in case someone is interested: > > MPlayer dev-SVN-r24562-4.2.1 (C) 2000-2007 MPlayer Team > CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 31, Stepping: 0) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > Menu inited: /etc/mplayer/menu.conf > > Playing SURROUNDTEST_011212.wav. > > Audio file file format detected. > ========================================================================== > Opening audio decoder: [libdca] DTS decoding with libdca > AUDIO: 44100 Hz, 6 ch, s16le, 1411.2 kbit/33.33% (ratio: 176400->529200) > Selected audio codec: [dts] afm: libdca (DTS-libdca) > ========================================================================== > AO: [alsa] 44100Hz 6ch s16le (2 bytes per sample) > Video: no video > Starting playback... > A: 0.9 (00.8) of 126.0 (02:06.0) 8.2% 95% > > Exiting... (End of file) I can play the sample without problem. Both downmixing to two channels and decoding all the six channels and listen to each channel separately (I don't have a 6 channels setup). I don't know Swedish but if you listen in stereo any pay attention to the words it is easy to tell which channel you are listening. In the sample the order is L C R Ls Rs LFE. I can test only on 32 bit intel cpu. It would be good if somebody else can test on AMD cpu and or 64 bit mplayer. Ciao Giacomo From inverseparadox at comcast.net Tue Sep 18 19:30:55 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Tue, 18 Sep 2007 13:30:55 -0400 Subject: [MPlayer-users] Is there a way to completely disable all output message? In-Reply-To: References: Message-ID: <46F00B4F.80609@comcast.net> Liyu,She wrote: > I've tried everything I can to disable all output messages, and the > following command is what I come up so far - > > ================================================================ > mplayer max.ogg -quiet -really-quiet -vc dummy -msglevel > all=-1:global=-1:cplayer=-1:gplayer=-1:vo=-1:ao=-1:demuxer=-1:ds=-1:demux=-1:header=-1:avsync=-1:autoq=-1:cfgparser=-1:decaudio=-1:decvideo=-1:seek=-1:win32=-1:open=-1:dvd=-1:parsees=-1:lirc=-1:stream=-1:cache=-1:mencoder=-1:xacodec=-1:tv=-1:osdep=-1:spudec=-1:playtree=-1:input=-1:vfilter=-1:osd=-1:network=-1:cpudetect=-1:codeccfg=-1:sws=-1:vobsub=-1:subreader=-1:osd=-menu=-1:afilter=-1:netst=-1:muxer=-1:identify=-1 > ================================================================ > > However, it still prints the following output message(stdout). > ================================================================ > MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team > CPU: Intel(R) Celeron(R) CPU 2.00GHz (Family: 15, Model: 2, Stepping: 7) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 > ================================================================ > > Is there a way to stop this? You might investigate the MPLAYER_VERBOSE environment variable, as mentioned in the man page under the -msglevel option. I'm not entirely sure that that environment variable was supported (at least to the necessary degree) in the version you are running, but it is the only way - short of redirecting all output to /dev/null - to prevent MPlayer from printing anything at all. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From deepak.babel at laposte.net Tue Sep 18 19:57:26 2007 From: deepak.babel at laposte.net (deepak) Date: Tue, 18 Sep 2007 23:27:26 +0530 Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca In-Reply-To: <20070918170420.GA29089@monopoli.naic.edu> References: <20070918170420.GA29089@monopoli.naic.edu> Message-ID: <46F01186.5010502@laposte.net> I tested it on Opteron 165/Dual core and mplayer 64 bit and 5.1 sound. Doesn't work, getting only 2 front channels. Totem-xine plays it correctly. Giacomo Comes wrote: > On Tue, Sep 18, 2007 at 01:29:34PM +0000, amadeo wrote: > >> I've played the sample from >> http://www.sr.se/laddahem/MultiKanal/Dts/SURROUNDTEST_011212.zip with the not so >> long ago added libdca decoder, which is the default DTS decoder now in MPlayer, >> and noticed that after a view seconds of playing the voice get very low and >> barely understandable. I think this affects only one particular channel because >> before the voice was fine. Can somebody confirm this? Maybe someone who speaks >> Swedish can tell which channel it is. >> >> >> Here's my mplayer output in case someone is interested: >> >> MPlayer dev-SVN-r24562-4.2.1 (C) 2000-2007 MPlayer Team >> CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 31, Stepping: 0) >> CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 >> Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 >> Menu inited: /etc/mplayer/menu.conf >> >> Playing SURROUNDTEST_011212.wav. >> >> Audio file file format detected. >> ========================================================================== >> Opening audio decoder: [libdca] DTS decoding with libdca >> AUDIO: 44100 Hz, 6 ch, s16le, 1411.2 kbit/33.33% (ratio: 176400->529200) >> Selected audio codec: [dts] afm: libdca (DTS-libdca) >> ========================================================================== >> AO: [alsa] 44100Hz 6ch s16le (2 bytes per sample) >> Video: no video >> Starting playback... >> A: 0.9 (00.8) of 126.0 (02:06.0) 8.2% 95% >> >> Exiting... (End of file) >> > > I can play the sample without problem. > Both downmixing to two channels and decoding all the six channels > and listen to each channel separately (I don't have a 6 channels setup). > > I don't know Swedish but if you listen in stereo any pay attention > to the words it is easy to tell which channel you are listening. > In the sample the order is L C R Ls Rs LFE. > > I can test only on 32 bit intel cpu. It would be good if somebody > else can test on AMD cpu and or 64 bit mplayer. > > Ciao > Giacomo > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > From amadeo at beo.pl Tue Sep 18 21:38:18 2007 From: amadeo at beo.pl (amadeo) Date: Tue, 18 Sep 2007 19:38:18 +0000 (UTC) Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca References: <20070918170420.GA29089@monopoli.naic.edu> Message-ID: Dnia Tue, 18 Sep 2007 13:04:20 -0400, Giacomo Comes napisa?(a): [...] > I can play the sample without problem. Both downmixing to two channels > and decoding all the six channels and listen to each channel separately > (I don't have a 6 channels setup). > > I don't know Swedish but if you listen in stereo any pay attention to > the words it is easy to tell which channel you are listening. In the > sample the order is L C R Ls Rs LFE. [...] You're right, this is indeed the order in which the channels are presented in the sample. I've already found out why one channel is played at such a low volume. It's because the center is played back through the subwoofer. To play DTS 5.1 sound correctly I have to remap the channels. Using the following option it works as intended: -af channels=6:6:0:4:1:0:2:1:3:2:4:3:5:5 I wonder if it's just me that needs this remapping or if it is a general problem? If it is, maybe this remapping could be done automatically. It's annoying to have to do it for yet another codec besides AAC. From comes at naic.edu Tue Sep 18 21:57:53 2007 From: comes at naic.edu (Giacomo Comes) Date: Tue, 18 Sep 2007 15:57:53 -0400 Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca In-Reply-To: References: <20070918170420.GA29089@monopoli.naic.edu> Message-ID: <20070918195753.GA27156@monopoli.naic.edu> On Tue, Sep 18, 2007 at 07:38:18PM +0000, amadeo wrote: > Dnia Tue, 18 Sep 2007 13:04:20 -0400, Giacomo Comes napisa??(a): > [...] > > I can play the sample without problem. Both downmixing to two channels > > and decoding all the six channels and listen to each channel separately > > (I don't have a 6 channels setup). > > > > I don't know Swedish but if you listen in stereo any pay attention to > > the words it is easy to tell which channel you are listening. In the > > sample the order is L C R Ls Rs LFE.[...] > You're right, this is indeed the order in which the channels are presented in the sample. > I've already found out why one channel is played at such a low volume. It's because the center is played back through the subwoofer. > To play DTS 5.1 sound correctly I have to remap the channels. Using the following option it works as intended: > > -af channels=6:6:0:4:1:0:2:1:3:2:4:3:5:5 > > I wonder if it's just me that needs this remapping or if it is a general problem? > If it is, maybe this remapping could be done automatically. > It's annoying to have to do it for yet another codec besides AAC. The channel order for multichannel audio codec are a mess (except for ac3). There were two distinct patches that fixed the problem but none of them has been applyed. I'm planning to resurrect the thread again in the future once I have more spare time for coding. Giacomo From amadeo at beo.pl Tue Sep 18 22:28:27 2007 From: amadeo at beo.pl (amadeo) Date: Tue, 18 Sep 2007 20:28:27 +0000 (UTC) Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca References: <20070918170420.GA29089@monopoli.naic.edu> Message-ID: Dnia Tue, 18 Sep 2007 19:38:18 +0000, amadeo napisa?(a): [...] > To play DTS 5.1 sound correctly I have to remap the channels. Using the > following option it works as intended: > > > -af channels=6:6:0:4:1:0:2:1:3:2:4:3:5:5 [...] I've just noticed that I've posted the wrong remapping for DTS. The above is actually the one for AAC. The right remapping for DTS is the following one: -af channels=6:6:0:0:1:2:2:3:3:5:4:1:5:4 From jack.delbert at gmail.com Tue Sep 18 23:30:21 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Tue, 18 Sep 2007 17:30:21 -0400 Subject: [MPlayer-users] Fwd: Animania September 29th Screening In-Reply-To: <000301c7fa37$1c268420$59f4d58d@yourb6a17ee04a> References: <000301c7fa37$1c268420$59f4d58d@yourb6a17ee04a> Message-ID: Hi, I know Amber is working but I thought I'd send this anyway. Looks like a fair lineup. ---------- Forwarded message ---------- From: Neil Campbell Date: Sep 18, 2007 5:01 PM Subject: Animania September 29th Screening To: animania-ml at umich.edu Good Day All, I apologize for the shorter notice of this newsletter. The University got me the approved schedule in a reasonable amount of time. However, I have been rather ill for the last few days, or catching up due to being ill. It is my fault that this notice was delayed. For that a sincerely apologize. Neil Campbell, President of Animania ========================================================= *** Please note that the following fall showings will once again be held in the Modern Language Building, Lecture Room 1 *** ======================================================== ANIMANIA, The University of Michigan Japanese Animation Film Society ======================================================== THIS MONTH'S SCREENING INFORMATION: Date: Saturday, September 29th, 2007 Time: 4:00pm - 12:00am Locale: Modern Language Building, Lecture Room 1 The University of Michigan, Ann Arbor Central Campus Minors must be accompanied by an adult (We will be monitoring this rule more strictly). No food or drink inside the auditorium. +++++++++++++++++++++++++++++++++++++++ SCREENING SCHEDULE - SUBJECT TO CHANGE (All titles will be shown in their original Japanese dialogue with English subtitles.) 4:00pm Gargoyle of the YUoshinakas (Running Series) When Yoshinaga Futaba wins the first prize in a lottery, the prize turns out to be a stone gargoyle. More surprising yet, the gargoyle turns out to be alive, and battles evil. 5:15pm History`s Strongest Disciple Kenichi, Kenichi Shirahama Kenichi is an average student who has earned the nickname "Weak Legs" from always getting bullied. One day he meets a cute girl named Furinji Miu who helps him build the courage to begin training at a mysterious dojo where she lives. Here Kenichi faces intense training from masters of many different martial arts styles as he attempts to become stronger. 6:30pm Umisho 1-3 Kaname Okimura, a student of Prefectoral Umineko Shougyou High ("Umisho" for short), joined the school's swimming club in order to learn how to swim, but the club is filled with weirdos, let alone teaches him swimming. Then, a sunny, happy-go-lucky girl named Amuro Ninagawa who was transferred from Okinawa joined the club. Her extraordinary underwater speed and unorthodox swimming style (plus her personal habit of nude swimming?a powerful magnet to teenage boys) surprised every club member, especially Okimura, because she reminds him of a mermaid-like creature he saw only once in his early childhood. 7:45pm Break 8:45pm Monster Princess 1-3 (Running Series) Since Hiro Hiyorimi's parents died, he and his sister Sawawa have lived apart. Now, Sawawa has gotten a new job as the caretaker of a creepy old mansion, and has sent Hiro a letter asking him to come and stay there with her. Finding the mansion boarded up and apparently empty, Hiro wanders around town looking for Sawawa. Instead, he runs into the new resident of the mansion, and ends up pushing her out of the way of some falling steel beams. Unfortunately, he loses his own life in the process. Luckily, or perhaps unluckily, the person he thought he saved turns out to be a princess of the monster kingdom, and she grants him a second life...but only for as long as he will be her servant. 10:00pm Raffle Prizes have been generously donated by Wizzywig (4720 South State Rd., Ann Arbor, MI 48108). 10:15pm Claymore 1-4 (Running Series) In a world rife with deadly creatures called "youma", a young silver eyed woman, Clare, works on behalf of an organisation that trains female youma halfbreeds into warriors with the ability to destroy these creatures. Considered a rogue for picking up a stray child & almost losing herself to her youma side by "Awakening", she is constantly assigned rather dangerous missions... *Descriptions adapted from animenfo or animenewsnetwork. +++++++++++++++++++++++++++++++++++++++ Questions or comments? E-mail us at ANIMANIA at UMICH.EDU You can find us on the web at the URL: http://www.umich.edu/~animania ==================================================== Animania is a not-for-profit University of Michigan student organization. We are dedicated to expanding the awareness of the language and culture of Japan through the art form of Anime (Japanese Animation). ==================================================== -- Jack Smith English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From yyang at commscope.com Tue Sep 18 23:47:27 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Tue, 18 Sep 2007 16:47:27 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: <46EEED60.9020503@comcast.net> Message-ID: Hi, I installed the subversion snapshot. There is no more "connection refused" error but still not be able to run stream. For a recap, my setup is: I have two FC6 boxes. One is named server the other called workstation. They are back to back connected via a Gigabit ethernet link. There is no switch, router or any firewall in between. The network connectivity between them works fine ( I can ping, I can mount a directory using nfs, etc...). My goal is to stream a video from the server to workstation using mplayer. The video clip is called hd.avi and is saved in /root/share. One Server, I downloaded the Live server (live555MediaServer for Linux), and made it running. On workstation, I had built and installed (copied) the live555 client (that is live.2007.08.03a.tar.gz). I donwloaded the mplayer source (the latest Subversion snapshot). Configured it and saw it detected the live555 libs. Then did make and make install, no error. I can play the same video file locally on workstation. The mplayer works fine. But when I ran mplayer stream. I got the "unsupported RTSP server" error as below. Any idea what's wrong? [root at workstation mplayer-checkout-2007-09-18]# mplayer rtsp://server/root/share/hd.avi MPlayer dev-SVN-r24562-4.1.1 (C) 2000-2007 MPlayer Team CPU: AMD Opteron(tm) Processor 256 (Family: 15, Model: 37, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing rtsp://server/root/share/hd.avi. Resolving server for AF_INET6... Couldn't resolve name for AF_INET6: server Resolving server for AF_INET... Connecting to server server[169.254.15.100]: 554... librtsp: server responds: 'RTSP/1.0 404 Stream Not Found' rtsp_session: unsupported RTSP server. Server type is 'unknown'. STREAM_LIVE555, URL: rtsp://server/root/share/hd.avi Stream not seekable! file format detected. Failed to get a SDP description from URL "rtsp://server/root/share/hd.avi": cannot handle DESCRIBE response: RTSP/1.0 404 Stream Not Found Exiting... (End of file) root at workstation mplayer-checkout-2007-09-18]# Frank From inverseparadox at comcast.net Wed Sep 19 00:05:35 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Tue, 18 Sep 2007 18:05:35 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <46F04BAF.9070204@comcast.net> yyang at commscope.com wrote: > Hi, I installed the subversion snapshot. There is no more "connection > refused" error but still not be able to run stream. > > For a recap, my setup is: Please quote what you are replying to.7 > But when I ran mplayer stream. I got the "unsupported RTSP server" > error as below. Any idea what's wrong? > > [root at workstation mplayer-checkout-2007-09-18]# mplayer > rtsp://server/root/share/hd.avi > MPlayer dev-SVN-r24562-4.1.1 (C) 2000-2007 MPlayer Team > CPU: AMD Opteron(tm) Processor 256 (Family: 15, Model: 37, Stepping: 1) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > Playing rtsp://server/root/share/hd.avi. > Resolving server for AF_INET6... > Couldn't resolve name for AF_INET6: server > Resolving server for AF_INET... > Connecting to server server[169.254.15.100]: 554... > librtsp: server responds: 'RTSP/1.0 404 Stream Not Found' > rtsp_session: unsupported RTSP server. Server type is 'unknown'. Because it continues on afterwards, this line is probably not the error. > STREAM_LIVE555, URL: rtsp://server/root/share/hd.avi > Stream not seekable! > file format detected. > Failed to get a SDP description from URL > "rtsp://server/root/share/hd.avi": cannot handle DESCRIBE response: > RTSP/1.0 404 Stream Not Found This line very likely is. It does not see the file in the location where you asked it to look. Am I correct in inferring that you have, in root's home directory ("/root/") on your server machine, a directory called "share" which you are using as the root for your RTSP server? If that is the case, then if your RTSP server follows the same standard as most file server programs I've seen, the file "/root/share/filename" would be accessed by the URL "rtsp://server/filename". You do not want to specify the full path as you would use it on the server machine; you want to specify the path relative to the directory your server program is using as its root. Again, I am not an expert in these matters, but that is what I would expect to be the problem. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From yyang at commscope.com Wed Sep 19 00:26:57 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Tue, 18 Sep 2007 17:26:57 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: <46F04BAF.9070204@comcast.net> Message-ID: Hi, >This line very likely is. It does not see the file in the location where >you asked it to look. >Am I correct in inferring that you have, in root's home directory >("/root/") on your server machine, a directory called "share" which you >are using as the root for your RTSP server? I always log my machines as root. when I do pwd, it returns /root/share Here is my the video clip stored on server. >If that is the case, then if your RTSP server follows the same standard >as most file server programs I've seen, the file "/root/share/filename" Yes, the file (hd.avi) is stored in /root/share >would be accessed by the URL "rtsp://server/filename". You do not want >to specify the full path as you would use it on the server machine; you >want to specify the path relative to the directory your server program >is using as its root. Sorry, I am not sure I understand this point but I fee it is crucial to the problem. what directory does my Live server uses? The live server is saved in /root. Since it is executible file. I always run it by entering /root/livemediaserver I am not a linux guru although I wish to be one. Frank From cooleyr at gmail.com Wed Sep 19 00:26:35 2007 From: cooleyr at gmail.com (RC) Date: Tue, 18 Sep 2007 15:26:35 -0700 Subject: [MPlayer-users] Is there a way to completely disable all output message? In-Reply-To: References: Message-ID: <20070918152635.47300726.cooleyr@gmail.com> On Tue, 18 Sep 2007 22:45:28 +0800 "Liyu,She" wrote: > I've tried everything I can to disable all output messages Have you tried: >/dev/null 2>&1 From inverseparadox at comcast.net Wed Sep 19 02:18:22 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Tue, 18 Sep 2007 20:18:22 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <46F06ACE.50601@comcast.net> yyang at commscope.com wrote: > Hi, > >> This line very likely is. It does not see the file in the location >> where you asked it to look. >> >> Am I correct in inferring that you have, in root's home directory >> ("/root/") on your server machine, a directory called "share" which >> you are using as the root for your RTSP server? > > I always log my machines as root. This is very dangerous (assuming you mean "log into"), but it is not related to what I was talking about. There are three different things being referred to with the word "root" here: the root directory of the computer (which has the filename "/"), the root user of the computer (which has the username "root"), and the root directory of the server program (which can be any directory on the server machine). In the quote above, I was referring to the second and then to the third of these. > when I do pwd, it returns > /root/share > Here is my the video clip stored on server. That is not quite what I was asking. The question is, what directory is your RTSP server configured to treat as if it were the root directory? >> If that is the case, then if your RTSP server follows the same >> standard as most file server programs I've seen, the file >> "/root/share/filename" > > Yes, the file (hd.avi) is stored in /root/share That was obvious from the URLs you tried; it is not what I was talking about here. >> would be accessed by the URL "rtsp://server/filename". You do not >> want to specify the full path as you would use it on the server >> machine; you want to specify the path relative to the directory >> your server program is using as its root. > > Sorry, I am not sure I understand this point but I fee it is crucial > to the problem. > what directory does my Live server uses? The live server is saved in > /root. Since it is executible file. As an executable file, it should properly be in a bin/ directory somewhere which is also in your PATH. It should very likely not need to be run as root (this is a general principle), and therefore to avoid security issues it should not be run as root. > I always run it by entering > /root/livemediaserver That is the server binary. What about its configuration files? In one of the configuration files you should find a line indicating what directory the RTSP server program will use as its root directory; this is almost certainly not the same as the one the binary is in. You need to put the files you want to serve under that directory (subdirectories should be fine), and then leave out the path to that directory when you are forming your URLs. If, for an unlikely example, your RTSP server's root directory were "/root/", then instead of "rtsp://server/root/share/hd.avi" the correct URL would probably be "rtsp://server/share/hd.avi". Does that make sense? If you do not know what the server program is configured to use as its root directory, then you need to find out before you can make any files available. > I am not a linux guru although I wish to be one. An admirable goal, though you seem to have quite a ways to go. All of this discussion, incidentally, would be more appropriate on e.g. a Live-related mailing list rather than on the MPlayer user list; so far as I can tell your remaining problem appears to have nothing to do with MPlayer directly, only with the way you are using the server. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From cooleyr at gmail.com Wed Sep 19 08:13:42 2007 From: cooleyr at gmail.com (RC) Date: Tue, 18 Sep 2007 23:13:42 -0700 Subject: [MPlayer-users] Low voice with 6 channel DTS and libdca In-Reply-To: References: <20070918170420.GA29089@monopoli.naic.edu> Message-ID: <20070918231342.7ae80af4.cooleyr@gmail.com> On Tue, 18 Sep 2007 19:38:18 +0000 (UTC) amadeo wrote: > I've already found out why one channel is played at such a low volume. > It's because the center is played back through the subwoofer. :-) I need to put that as my .sig sometime... From asmplayer at dsgml.com Wed Sep 19 09:06:22 2007 From: asmplayer at dsgml.com (Ariel) Date: Wed, 19 Sep 2007 03:06:22 -0400 (EDT) Subject: [MPlayer-users] crash in motion_est_mmx.c, backtrace included Message-ID: There were some transmission errors, and then a crash. Older versions of mplayer never crashed on a transmission error, they just skipped it. This is CVS from 2007-09-03. Command line: -fs -framedrop -softvol -softvol-max 800 -af volume=12 -ao alsa -channels 6 -ni -vo xvmc:queue -vc ffmpeg12mc If there is other information you need let me know. CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 2, Stepping: 9) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 [...snip...] [mpegvideo_xvmc @ 0x87ddff0]skipped MB in I frame at 20 21 20.8% 15 0 [mpegvideo_xvmc @ 0x87ddff0]concealing 80 DC, 80 AC, 80 MV errors Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1237632192 (LWP 32274)] 0x082f5909 in sad16_sse2 (v=0x0, blk2=0xb5f0d458 "", blk1=0xb5f0d458 "", stride=0, h=16) at i386/motion_est_mmx.c:94 94 asm volatile( (gdb) bt #0 0x082f5909 in sad16_sse2 (v=0x0, blk2=0xb5f0d458 "", blk1=0xb5f0d458 "", stride=0, h=16) at i386/motion_est_mmx.c:94 #1 0x084dfa75 in ff_er_frame_end (s=0x8a09a70) at error_resilience.c:586 #2 0x082c1000 in mpeg_decode_frame (avctx=0x8a055a0, data=0x8a054b0, data_size=0xbff812e4, buf=0xb622f008 "", buf_size=123468) at mpeg12.c:1934 #3 0x082d4804 in avcodec_decode_video (avctx=0x8a055a0, picture=0x8a054b0, got_picture_ptr=0xbff812e4, buf=0xb622f008 "", buf_size=123468) at utils.c:937 #4 0x08160e3a in decode (sh=0x89c1c98, data=0xb622f008, len=123468, flags=0) at vd_ffmpeg.c:783 #5 0x08129532 in decode_video (sh_video=0x89c1c98, start=0xb622f008 "", in_size=123468, drop_frame=0, pts=59748.04296875) at dec_video.c:366 #6 0x080a1242 in main (argc=19, argv=0xbff82534) at mplayer.c:2042 (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x82f58e9 to 0x82f5929: 0x082f58e9 : adc %cl,0x458b1455(%ebx) 0x082f58ef : sbb %ah,0xf(%esi) 0x082f58f2 : out %eax,(%dx) 0x082f58f3 : (bad) 0xb6(%ebp) 0x082f58f9 : add %cl,0xbf(%ebp) 0x082f58ff : add %dh,%bl 0x082f5901 : movq (%ecx),%mm0 0x082f5904 : movdqu (%ecx,%edx,1),%xmm1 0x082f5909 : psadbw (%ebx),%xmm0 0x082f590d : psadbw (%ebx,%edx,1),%xmm1 0x082f5912 : paddw %xmm0,%xmm6 0x082f5916 : paddw %xmm1,%xmm6 0x082f591a : lea (%ecx,%edx,2),%ecx 0x082f591d : lea (%ebx,%edx,2),%ebx 0x082f5920 : sub $0x2,%eax 0x082f5923 : jg 0x82f5900 0x082f5925 : movhlps %xmm6,%xmm0 0x082f5928 : paddw %xmm0,%xmm6 End of assembler dump. (gdb) info all-registers eax 0x10 16 ecx 0xb5f0d458 -1242508200 edx 0x0 0 ebx 0xb5f0d458 -1242508200 esp 0xbff80f14 0xbff80f14 ebp 0xbff80f18 0xbff80f18 esi 0x45 69 edi 0x0 0 eip 0x82f5909 0x82f5909 eflags 0x210282 [ SF IF RF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 st0 -nan(0x0ffd5ffee) (raw 0xffff00000000ffd5ffee) st1 -nan(0xffccffe3ffccffe3) (raw 0xffffffccffe3ffccffe3) st2 (raw 0xffff0000000000000000) st3 (raw 0xffff0000000000000000) st4 -nan(0xffccffe300000000) (raw 0xffffffccffe300000000) st5 -2.5 (raw 0xc000a000000000000000) st6 -0.1166833326220512445647869981257827 (raw 0xbffbeef7abccccccd000) st7 (raw 0xffff0000000000000000) fctrl 0x37f 895 fstat 0x120 288 ftag 0xffff 65535 fiseg 0x73 115 fioff 0x81294e6 135435494 foseg 0x7b 123 fooff 0xbff81310 -1074261232 fop 0x1c9 457 xmm0 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} mxcsr 0x1f80 [ IM DM ZM OM UM PM ] mm0 {uint64 = 0xffd5ffee, v2_int32 = {0xffd5ffee, 0x0}, v4_int16 = {0xffee, 0xffd5, 0x0, 0x0}, v8_int8 = {0xee, 0xff, 0xd5, 0xff, 0x0, 0x0, 0x0, 0x0}} mm1 {uint64 = 0xffccffe3ffccffe3, v2_int32 = {0xffccffe3, 0xffccffe3}, v4_int16 = {0xffe3, 0xffcc, 0xffe3, 0xffcc}, v8_int8 = {0xe3, 0xff, 0xcc, 0xff, 0xe3, 0xff, 0xcc, 0xff}} mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm3 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm4 {uint64 = 0xffccffe300000000, v2_int32 = {0x0, 0xffccffe3}, v4_int16 = {0x0, 0x0, 0xffe3, 0xffcc}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0xe3, 0xff, 0xcc, 0xff}} mm5 {uint64 = 0xa000000000000000, v2_int32 = {0x0, 0xa0000000}, v4_int16 = {0x0, 0x0, 0x0, 0xa000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0}} mm6 {uint64 = 0xeef7abccccccd000, v2_int32 = {0xccccd000, 0xeef7abcc}, v4_int16 = {0xd000, 0xcccc, 0xabcc, 0xeef7}, v8_int8 = {0x0, 0xd0, 0xcc, 0xcc, 0xcc, 0xab, 0xf7, 0xee}} mm7 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} (gdb) From mark at mdsh.com Wed Sep 19 10:06:30 2007 From: mark at mdsh.com (Mark Himsley) Date: Wed, 19 Sep 2007 09:06:30 +0100 Subject: [MPlayer-users] Audio buffer overflow on raw audio file Message-ID: I've got an MXF file [1] that MPlayer won't play [2] so I split it into its component parts with mxfsplit and I would like to play the parts. The video stream split from the MXF is easy to play, its IMX 30, so MPlayer can play that with no problems. The audio is raw 24 bit, 48K stereo. I presumed that the following commend would play the audio ok but I get choppy sound and buffer overflow warnings. mplayer _0001-G16010102.Stream -demuxer rawaudio -rawaudio channels=2:rate=48000:samplesize=3 I am running an MPlayer on Windows that I have compiled myself so it could be something wrong with my build environment, and I am also an SVN build from a month or two ago. Sadly I am at the Lib Dem conference in Brighton and will only be back at my build environment for one day before I go to the Labour conference in Bournmouth, so I hope I've done something stupid rather than needing to rebuild MPlayer. Here's the output: >mplayer _0001-G16010102.Stream -v -demuxer rawaudio -rawaudio channels=2:rate=48000:samplesize=3 MPlayer dev-SVN-r23156-3.4.2 (C) 2000-2007 MPlayer Team CPU: Genuine Intel(R) CPU T2500 @ 2.00GHz (Family: 6, Model: 14, Stepping: 8) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled with runtime CPU detection. get_path('codecs.conf') -> 'D:/bin/mplayer/mplayer/codecs.conf' Reading D:/bin/mplayer/mplayer/codecs.conf: Can't open 'D:/bin/mplayer/mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --enable-runtime-cpudetection --codecsdir=codecs --enable-menu --enable-static --with-extralibdir=/home/mdsh/live --with-extraincdir=/home/mdsh/live CommandLine: '_0001-G16010102.Stream' '-v' '-demuxer' 'rawaudio' '-rawaudio' 'channels=2:rate=48000:samplesize=3' c:/windows/fonts/arial.ttf doesn't look like a bitmap font description, ignoring. Cannot load bitmap font: c:/windows/fonts/arial.ttf Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using Windows native timing get_path('input.conf') -> 'D:/bin/mplayer/mplayer/input.conf' Parsing input config file D:/bin/mplayer/mplayer/input.conf Input config file D:/bin/mplayer/mplayer/input.conf parsed: 53 binds get_path('_0001-G16010102.Stream.conf') -> 'D:/bin/mplayer/mplayer/_0001-G16010102.Stream.conf' Playing _0001-G16010102.Stream. get_path('sub/') -> 'D:/bin/mplayer/mplayer/sub/' WINSOCK2 init: 0 [file] File size is 34571520 bytes STREAM: [file] _0001-G16010102.Stream STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) rawaudio file format detected. ==> Found audio stream: 0 ========================================================================== Opening audio decoder: [pcm] Uncompressed PCM audio decoder dec_audio: Allocating 2048 + 65536 = 67584 bytes for output buffer. AUDIO: 48000 Hz, 2 ch, s24le, 2304.0 kbit/100.00% (ratio: 288000->288000) Selected audio codec: [pcm] afm: pcm (Uncompressed PCM) ========================================================================== Building audio filter chain for 48000Hz/2ch/s24le -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/s24le [dummy] Was reinitialized: 48000Hz/2ch/s24le ao_dsound: Output Devices: 0 Primary Sound Driver <-- 1 SigmaTel Audio ao_dsound: DirectSound initialized ao_dsound: Samplerate:48000Hz Channels:2 Format:s24le ao_dsound: Buffersize:288000 bytes (1000 msec) ao_dsound: primary buffer created ao_dsound: DirectSound uninitialized ao_dsound: cannot create secondary (stream)buffer (DSERR_CONTROLUNAVAIL) ao_win32: Samplerate:48000Hz Channels:2 Format:s24le ao_win32: Buffersize:288000 ao_win32: format not supported switching to default AO: [win32] 44100Hz 2ch s16le (2 bytes per sample) AO: Description: Windows waveOut audio output AO: Author: Sascha Sommer Building audio filter chain for 48000Hz/2ch/s24le -> 44100Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/s24le [libaf] Adding filter lavcresample [libaf] Adding filter format [format] Changing sample format from little-endian 24-bit signed int to little-endian 16-bit signed int [dummy] Was reinitialized: 44100Hz/2ch/s16le [format] Changing sample format from little-endian 24-bit signed int to little-endian 16-bit signed int [dummy] Was reinitialized: 44100Hz/2ch/s16le Video: no video Freeing 0 unused video chunks. Starting playback... [libaf] Reallocating memory in module format, old len = 0, new len = 13386 [libaf] Reallocating memory in module lavcresample, old len = 0, new len = 12296 4 bytes of audio data lost due to buffer overflow, len = 4 4 bytes of audio data lost due to buffer overflow, len = 12292 4 bytes of audio data lost due to buffer overflow, len = 4 4 bytes of audio data lost due to buffer overflow, len = 12292 4 bytes of audio data lost due to buffer overflow, len = 4 4 bytes of audio data lost due to buffer overflow, len = 12292 4 bytes of audio data lost due to buffer overflow, len = 4 4 bytes of audio data lost due to buffer overflow, len = 12292 4 bytes of audio data lost due to buffer overflow, len = 4 4 bytes of audio data lost due to buffer overflow, len = 4 4 bytes of audio data lost due to buffer overflow, len = 11268 4 bytes of audio data lost due to buffer overflow, len = 4 Uninit audio filters... [libaf] Removing filter format [libaf] Removing filter lavcresample [libaf] Removing filter dummy Uninit audio: pcm WINSOCK2 uninit waveOut device closed buffer memory freed Exiting... (Quit) [1] the MXF is from some broadcast equipment, "360 Systems ImageServer MAXX", a small Linux based 4 port video recorder/player with FTP access to the media files. [2] MPlayer suggests the MXF may be broken, although the mxflib tools seem to suggest it is ok. >mplayer -v "2 minute clip for Mark.mxf" MPlayer dev-SVN-r23156-3.4.2 (C) 2000-2007 MPlayer Team CPU: Genuine Intel(R) CPU T2500 @ 2.00GHz (Family: 6, Model: 14, Stepping: 8) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled with runtime CPU detection. get_path('codecs.conf') -> 'D:/bin/mplayer/mplayer/codecs.conf' Reading D:/bin/mplayer/mplayer/codecs.conf: Can't open 'D:/bin/mplayer/mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --enable-runtime-cpudetection --codecsdir=codecs --enable-menu --enable-static --with-extralibdir=/home/mdsh/live --with-extraincdir=/home/mdsh/live CommandLine: '-v' '2 minute clip for Mark.mxf' c:/windows/fonts/arial.ttf doesn't look like a bitmap font description, ignoring. Cannot load bitmap font: c:/windows/fonts/arial.ttf Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using Windows native timing get_path('input.conf') -> 'D:/bin/mplayer/mplayer/input.conf' Parsing input config file D:/bin/mplayer/mplayer/input.conf Input config file D:/bin/mplayer/mplayer/input.conf parsed: 53 binds get_path('2 minute clip for Mark.mxf.conf') -> 'D:/bin/mplayer/mplayer/2 minute clip for Mark.mxf.conf' Playing 2 minute clip for Mark.mxf. get_path('sub/') -> 'D:/bin/mplayer/mplayer/sub/' WINSOCK2 init: 0 [file] File size is 426348166 bytes STREAM: [file] 2 minute clip for Mark.mxf STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) Checking for YUV4MPEG2 ASF_check: not ASF guid! Checking for NuppelVideo Checking for REAL Checking for SMJPEG Searching demuxer type for filename 2 minute clip for Mark.mxf ext: .mxf LAVF_check: MXF format libavformat file format detected. [mxf @ 00BD89E8]material track 1: no corresponding source package found [mxf @ 00BD89E8]material track 2: no corresponding source package found [mxf @ 00BD89E8]material track 3: no corresponding source package found LAVF: 0 audio and 0 video streams found LAVF: build 3345409 LAVF: no audio or video headers found - broken file? Checking for Nullsoft Streaming Video Checking for MOV Checking for VIVO header block 1 size: 14 AVS: avs_check_file - attempting to open file 2 minute clip for Mark.mxf AVS: File is too big, aborting... Checking for PVA Checking for MPEG-TS... TRIED UP TO POSITION 71106, FOUND 47, packet_size= 0, SEEMS A TS? 0 Checking for LMLM4 Stream Format Invalid packet in LMLM4 stream: ch=1550 size=33882361 LMLM4 Stream Format not found sync_mpeg_ps: seems to be ES/PES stream... MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: video) MPEG packet stats: p100: 61 p101: 51 p1B6: 0 p12x: 250 sli: 0 a: 50 b: 50 c: 0 idr: 0 sps: 0 pps: 2 PES: 0 MP3: 13697, synced: 0 sync_mpeg_ps: seems to be ES/PES stream... MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: video) MPEG packet stats: p100: 60 p101: 51 p1B6: 0 p12x: 250 sli: 0 a: 50 b: 50 c: 0 idr: 0 sps: 0 pps: 2 PES: 0 MP3: 13697, synced: 0 ==> Found video stream: 0 ds_fill_buffer: EOF reached (stream: video) LAVF_check: MXF format libavformat file format detected. [mxf @ 00BD89E8]material track 1: no corresponding source package found [mxf @ 00BD89E8]material track 2: no corresponding source package found [mxf @ 00BD89E8]material track 3: no corresponding source package found LAVF: 0 audio and 0 video streams found LAVF: build 3345409 LAVF: no audio or video headers found - broken file? demux_aac_probe, failed to detect an AAC stream WINSOCK2 uninit Exiting... (End of file) -- Mark Himsley From spacemarc at gmail.com Wed Sep 19 10:24:03 2007 From: spacemarc at gmail.com (spacemarc) Date: Wed, 19 Sep 2007 10:24:03 +0200 Subject: [MPlayer-users] Mencoder: cut .avi video file Message-ID: hi all i use Mencoder in order to cut .avi file. But if I want to cut an interval between 20 secs and 50 secs, it doesn't work. I use this syntax: "mencoder -ss 00:00:20 -endpos 00:00:50 -ovc copy -oac copy bigvideo.avi -o result.avi" and it copy from 20th second to the end of file. There is a solution? -- Scripts: http://www.spacemarc.it From Reimar.Doeffinger at stud.uni-karlsruhe.de Wed Sep 19 10:29:45 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Wed, 19 Sep 2007 10:29:45 +0200 Subject: [MPlayer-users] Audio buffer overflow on raw audio file In-Reply-To: References: Message-ID: <20070919082945.GA8173@1und1.de> Hello, On Wed, Sep 19, 2007 at 09:06:30AM +0100, Mark Himsley wrote: [...] > ao_dsound: DirectSound initialized > ao_dsound: Samplerate:48000Hz Channels:2 Format:s24le > ao_dsound: Buffersize:288000 bytes (1000 msec) > ao_dsound: primary buffer created > ao_dsound: DirectSound uninitialized > ao_dsound: cannot create secondary (stream)buffer (DSERR_CONTROLUNAVAIL) > ao_win32: Samplerate:48000Hz Channels:2 Format:s24le > ao_win32: Buffersize:288000 > ao_win32: format not supported switching to default It seems the dsound driver is not able to do a fallback to a supported format and probably your sound card driver like most today has only very crappy waveOut support. Try adding "-af format=s16le" to the commandline. [...] > [2] MPlayer suggests the MXF may be broken, although the mxflib tools seem > to suggest it is ok. MXFlib supports files that are far, far outside the specs, and many tools that create MXF files are still based on very early drafts. Some bugs of even the products from the bigger players were found with the help of MPlayer's demuxer. Please upload a sample to ftp://upload.mplayerhq.hu/MPlayer/incoming if you want us to see if we can easily support it. Same for the wav file in case the tip above does not help. Greetings, Reimar D?ffinger From aw585 at lafn.org Wed Sep 19 12:03:51 2007 From: aw585 at lafn.org (Dallas) Date: Wed, 19 Sep 2007 03:03:51 -0700 Subject: [MPlayer-users] Lynx/Mplayer Announcement Message-ID: I'm sending this to several public forums, (and several private individuals) but not by CC: to avoid crosspost message bounce hell. As a courtesy to everyone to let them know where I'm sending this: Lynx-dev: mailto:lynx-dev at nongnu.org http://lists.nongnu.org/mailman/options/lynx-dev/ Mplayer-users: mailto:mplayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users Rexx Language Association: mailto:members at rexxla.org http://www.rexxla.org (for nonmembers perhaps, news://comp.lang.rexx) (Los Angeles) LAMP SIG: mailto:lamp-user at maillist.lampsig.org http://www.lampsig.org/ Feel free to forward this to any other place you want. The purpose of this message is to announce a Rexx script, 'usnatch' downloadable from: http://www.lafn.org/~aw585/usnatch This announcement is online at: http://www.lafn.org/~aw585/usnatch.txt This script is used in conjunction with the Lynx text mode browser as an 'EXTERN', and with mplayer allows the user to play videos from several sites such as www.youtube.com, video.google.com and such, with mplayer, all as a convenience to the user, trying to avoid roadblocks created by javascript. If their mplayer is configured to use drivers such as svga, vesa, aalib, nvidia console driver, or even null (in some cases the most important one), the user can play the videos without a GUI. It can be run from the command line, and though not tested, I see no reason it can't be run from other browsers. (Let me know about any success or problems with that) It can probably be adapted to use other video players with little trouble if desired. The user must choose to run the EXTERNAL program, deciding if he trusts the media source, and activating the default EXTERNAL (if only one is defined), or the EXTERNAL menu (if more than one EXTERNAL program is configured) for the URL type, by typically pressing the ',' (for the current page) or '.' (for the current link) keys. >From the command line the program might typically be run by: $usnatch 'http://www.youtube.com/watch?v=zAGylaoBt6M' -i -p or inside the Lynx config file: EXTERNAL:http:usnatch %s -i -a:TRUE The program started out as a late night hack to scrape the actual flash video (.flv) link from the http://videodownloader.net page in the backend and then play the video. It has since been expanded to scrape directly from www.youtube.com when appropriate, using the algorithm from the youtube-dl program (http://www.arrakis.es/~rggi3/youtube-dl/), or from http://KeepVid.com, or even try a few guesses that have sometimes worked in the past if nothing else works. The main point of the program is to handle the interactions of URLs found using lynx, the getting of video URLs from the download helper sites, and mplayer, all as a convenience to the user. I first used some of the screen scraping techniques in it when fixing a program to email my L.A. public library account summaries nightly. Two weeks after writing this script, I ran into another fellow Lynx user at a local LUG meeting. Especially as this gentleman is totally blind, a news junky and there being so much content on sites such as Youtube, that he had no access to, Usnatch quite fits the bill. Rant: There are many ways to render a web page. Leaving aside considerations like tactile or audio presentation of the data, a few, with possible gradations between them, are: 1. a simple dump of the html etc. 2. text mode rendering, as in a simple text mode browser 3. text mode rendering with links to images and multimedia content 4. graphical mode rendering the includes images and possibly other media 5. As a checksum to for detecting changes in the content. 6. as a list of links, as Lynx does with '-dump -listonly' or when 'L' (LIST command typically bound to the 'L' key) is pressed. This view I like to think of as the 'Google' view of a page. My understanding is that they based their search algorithms on the idea that this was typically the most important information on a web page, and this mode instantly renders it. 7. As a listing of the header-metadata in a page. I personally know of no software that shows this, and am thinking about writing one. This last item is starting to drift off into semantic web concerns, where probably they have dealt with it. End of rant. Some observations: The build for some 'Red Hat' derived Linux systems don't seem to have the Lynx '-listonly' switch by default (this is easily worked around, but awkward). Odd, because some people think of Lynx first when trying to extract URLs from html. Apparently the default Lynx build for some BSD systems do not have EXTERNAL capability. It would be nice for some people if wget had an odometer style download progress report mode, like Lynx's, with capability somewhere between no progress report and the 'dot' character graphic report. Prehaps a switch for Lynx could be added, '-odometer', for use with '-source' or '-dump', to send a progress report to standard error? Not sure how practicle that would be, it's just an idea. It would also be good if the Lynx EXTERNAL menu was brought into line with the download and print menus, and allow using a discriptive comment instead of just the literal commands of the menu. I respectfully dedicate the program usnatch to the memories of H.G. Wells, and Jorge Luis Borges. And don't forget all the people who don't know how or for some reason can't use simple HTML links for their media content, without whom the program wouldn't be needed. Dallas E. Legan II / legan at acm.org / dallas.legan at gmail.com / aw585 at lafn.org From azuwis at gmail.com Wed Sep 19 14:41:31 2007 From: azuwis at gmail.com (A. Z. Zhong) Date: Wed, 19 Sep 2007 20:41:31 +0800 Subject: [MPlayer-users] Mencoder: cut .avi video file In-Reply-To: References: Message-ID: <27eaaeb60709190541w6f2e7b07o4af97ca062e94433@mail.gmail.com> Should be: mencoder -ss 00:00:20 -endpos 00:00:30 On 9/19/07, spacemarc wrote: > hi all > i use Mencoder in order to cut .avi file. > But if I want to cut an interval between 20 secs and 50 secs, it doesn't work. > > I use this syntax: > > "mencoder -ss 00:00:20 -endpos 00:00:50 -ovc copy -oac copy > bigvideo.avi -o result.avi" > > and it copy from 20th second to the end of file. There is a solution? > > -- > Scripts: http://www.spacemarc.it > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From anssi.saari at modeemi.fi Wed Sep 19 14:55:22 2007 From: anssi.saari at modeemi.fi (Anssi Saari) Date: Wed, 19 Sep 2007 15:55:22 +0300 Subject: [MPlayer-users] Mencoder: cut .avi video file In-Reply-To: References: Message-ID: <20070919125522.GA18581@jolt.modeemi.cs.tut.fi> On Wed, Sep 19, 2007 at 10:24:03AM +0200, spacemarc wrote: > hi all > i use Mencoder in order to cut .avi file. > But if I want to cut an interval between 20 secs and 50 secs, it doesn't work. > > I use this syntax: > > "mencoder -ss 00:00:20 -endpos 00:00:50 -ovc copy -oac copy > bigvideo.avi -o result.avi" Your syntax doesn't match your description, since -endpos really means how long you want to encode. It's the ending position only if you don't use -ss, in other words. So if you want to encode 30 secs, you use -endpos 30. > and it copy from 20th second to the end of file. There is a solution? Well, when is the end of file? From mark at mdsh.com Wed Sep 19 16:43:36 2007 From: mark at mdsh.com (Mark Himsley) Date: Wed, 19 Sep 2007 15:43:36 +0100 Subject: [MPlayer-users] Audio buffer overflow on raw audio file In-Reply-To: <20070919082945.GA8173@1und1.de> References: <20070919082945.GA8173@1und1.de> Message-ID: <5AD43CC9D2F1F3D704F5C773@FF7E304708B5601B02DB12FA> Hi Reimar, On 19 September 2007 10:29 +0200 Reimar D?ffinger wrote: > > ao_dsound: DirectSound initialized > > ao_dsound: Samplerate:48000Hz Channels:2 Format:s24le > > ao_dsound: Buffersize:288000 bytes (1000 msec) > > ao_dsound: primary buffer created > > ao_dsound: DirectSound uninitialized > > ao_dsound: cannot create secondary (stream)buffer (DSERR_CONTROLUNAVAIL) > > ao_win32: Samplerate:48000Hz Channels:2 Format:s24le > > ao_win32: Buffersize:288000 > > ao_win32: format not supported switching to default > > It seems the dsound driver is not able to do a fallback to a supported > format and probably your sound card driver like most today has only very > crappy waveOut support. > Try adding "-af format=s16le" to the commandline. Thanks - that worked fine. I guess because the two files are now separate the video and audio slowly drift out of sync, but that's something I can fiddle with. > > [2] MPlayer suggests the MXF may be broken, although the mxflib tools > > seem to suggest it is ok. > > MXFlib supports files that are far, far outside the specs, and many > tools that create MXF files are still based on very early drafts. > Some bugs of even the products from the bigger players were found with > the help of MPlayer's demuxer. > Please upload a sample to ftp://upload.mplayerhq.hu/MPlayer/incoming if > you want us to see if we can easily support it. LibDem10secClip.mxf (~35MB) has been uploaded. Thank you very much :-) -- Mark Himsley From yyang at commscope.com Wed Sep 19 17:23:27 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Wed, 19 Sep 2007 10:23:27 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: <46F06ACE.50601@comcast.net> Message-ID: Hi, >That is the server binary. What about its configuration files? The Live555 media server is an console application. It can be launched by typing the filename. There is no configure file. >If, for an unlikely example, your RTSP server's root directory were >"/root/", then instead of "rtsp://server/root/share/hd.avi" the correct >URL would probably be "rtsp://server/share/hd.avi". Does that make sense? >If you do not know what the server program is configured to use as its >root directory, then you need to find out before you can make any files >available. I understand the different meanings of root now. However the the server is an executable file with filename of live555MediaServer. It wasn't a tar ball containing configure or make Frank The Wanderer Sent by: mplayer-users-bounces at mplayerhq.hu 09/18/2007 07:18 PM Please respond to "MPlayer usage questions, feature requests, bug reports" To "MPlayer usage questions, feature requests, bug reports" cc Subject Re: [MPlayer-users] connection refused yyang at commscope.com wrote: > Hi, > >> This line very likely is. It does not see the file in the location >> where you asked it to look. >> >> Am I correct in inferring that you have, in root's home directory >> ("/root/") on your server machine, a directory called "share" which >> you are using as the root for your RTSP server? > > I always log my machines as root. This is very dangerous (assuming you mean "log into"), but it is not related to what I was talking about. There are three different things being referred to with the word "root" here: the root directory of the computer (which has the filename "/"), the root user of the computer (which has the username "root"), and the root directory of the server program (which can be any directory on the server machine). In the quote above, I was referring to the second and then to the third of these. > when I do pwd, it returns > /root/share > Here is my the video clip stored on server. That is not quite what I was asking. The question is, what directory is your RTSP server configured to treat as if it were the root directory? >> If that is the case, then if your RTSP server follows the same >> standard as most file server programs I've seen, the file >> "/root/share/filename" > > Yes, the file (hd.avi) is stored in /root/share That was obvious from the URLs you tried; it is not what I was talking about here. >> would be accessed by the URL "rtsp://server/filename". You do not >> want to specify the full path as you would use it on the server >> machine; you want to specify the path relative to the directory >> your server program is using as its root. > > Sorry, I am not sure I understand this point but I fee it is crucial > to the problem. > what directory does my Live server uses? The live server is saved in > /root. Since it is executible file. As an executable file, it should properly be in a bin/ directory somewhere which is also in your PATH. It should very likely not need to be run as root (this is a general principle), and therefore to avoid security issues it should not be run as root. > I always run it by entering > /root/livemediaserver That is the server binary. What about its configuration files? In one of the configuration files you should find a line indicating what directory the RTSP server program will use as its root directory; this is almost certainly not the same as the one the binary is in. You need to put the files you want to serve under that directory (subdirectories should be fine), and then leave out the path to that directory when you are forming your URLs. If, for an unlikely example, your RTSP server's root directory were "/root/", then instead of "rtsp://server/root/share/hd.avi" the correct URL would probably be "rtsp://server/share/hd.avi". Does that make sense? If you do not know what the server program is configured to use as its root directory, then you need to find out before you can make any files available. > I am not a linux guru although I wish to be one. An admirable goal, though you seem to have quite a ways to go. All of this discussion, incidentally, would be more appropriate on e.g. a Live-related mailing list rather than on the MPlayer user list; so far as I can tell your remaining problem appears to have nothing to do with MPlayer directly, only with the way you are using the server. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From Reimar.Doeffinger at stud.uni-karlsruhe.de Wed Sep 19 19:12:15 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Wed, 19 Sep 2007 19:12:15 +0200 Subject: [MPlayer-users] Audio buffer overflow on raw audio file In-Reply-To: <5AD43CC9D2F1F3D704F5C773@FF7E304708B5601B02DB12FA> References: <20070919082945.GA8173@1und1.de> <5AD43CC9D2F1F3D704F5C773@FF7E304708B5601B02DB12FA> Message-ID: <20070919171215.GA13167@1und1.de> Hello, On Wed, Sep 19, 2007 at 03:43:36PM +0100, Mark Himsley wrote: > On 19 September 2007 10:29 +0200 Reimar D?ffinger wrote: [...] > > MXFlib supports files that are far, far outside the specs, and many > > tools that create MXF files are still based on very early drafts. > > Some bugs of even the products from the bigger players were found with > > the help of MPlayer's demuxer. > > Please upload a sample to ftp://upload.mplayerhq.hu/MPlayer/incoming if > > you want us to see if we can easily support it. > > LibDem10secClip.mxf (~35MB) has been uploaded. As far as I can tell, this file clearly violates the specs: SMPTE-377M, 8.5.7 says: " The SourceClips contain: - a SourcePackageID which identifies the package with which this SourceClip is associated. [...] The same mechanism shall be used to relate each SourceClip in a Material Package to a Source Package, and each SourceClip in a Source Package to another Source Package. " The SourceClips in this package have set SourcePackageID to 93 F7 D9 5B 7B 3A 04 00 DA 77 2E E1 5C 48 30 00 But the only SourcePackage in this file has the ID F1 02 DA 5B 7B 3A 04 00 1D F9 2E E1 5C 48 30 00 And indeed replacing all occurrences of the above by the below fixes playback. While a workaround as long as there is only one SourcePackage is possible, it is an ugly hack (and very hard to get accepted into ffmpeg where this demuxer is). So please instead ask the vendor to fix their implementation to conform to the specs, this will most likely benefit interoperability with other products as well. Greetings, Reimar D?ffinger From yyang at commscope.com Wed Sep 19 22:25:24 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Wed, 19 Sep 2007 15:25:24 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: <46F06ACE.50601@comcast.net> Message-ID: Hi, >If, for an unlikely example, your RTSP server's root directory were >"/root/", then instead of "rtsp://server/root/share/hd.avi" the correct >URL would probably be "rtsp://server/share/hd.avi". Does that make sense? It makes a lot sense. I tried [root at workstation ~]# mplayer rtsp://server/share/potty.mpg or [root at workstation ~]# mplayer rtsp://server/potty.mpg Both seemed made further. I saw "file format detected" message as shwon below. However, it seems there are quite Adecoder init failed while trying to streaming. What went wrong? For a comparison, I can play the same video file in a mounted nfs folder (the output is pasted below as well). [root at workstation ~]# mplayer rtsp://server/potty.mpg MPlayer dev-SVN-r24562-4.1.1 (C) 2000-2007 MPlayer Team CPU: AMD Opteron(tm) Processor 256 (Family: 15, Model: 37, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing rtsp://server/potty.mpg. Resolving server for AF_INET6... Couldn't resolve name for AF_INET6: server Resolving server for AF_INET... Connecting to server server[169.254.15.100]: 554... A single media stream only is supported atm. rtsp_session: unsupported RTSP server. Server type is 'unknown'. STREAM_LIVE555, URL: rtsp://server/potty.mpg Stream not seekable! file format detected. Initiated "video/MPV" RTP subsession on port 32780 Initiated "audio/MPA" RTP subsession on port 32782 VIDEO: [] 0x0 0bpp 0.000 fps 0.0 kbps ( 0.0 kbyte/s) VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9100.0 kbps (1137.5 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 ADecoder init failed :( ADecoder init failed :( Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders Unknown/missing audio format -> no sound ADecoder init failed :( Requested audio codec family [mad] (afm=libmad) not available. Enable it at compilation. Requested audio codec family [mp3acm] (afm=acm) not available. Enable it at compilation. Opening audio decoder: [hwmpa] MPEG audio pass-through (fake decoder) Cannot sync MPA frame: 0 ADecoder init failed :( ADecoder init failed :( Cannot find codec for audio format 0x55. Read DOCS/HTML/en/codecs.html! Audio: no sound Starting playback... V: 0.0 0/ 0 ??% ??% ??,?% 0 0 Exiting... (End of file) [root at workstation ~]# [root at workstation ~]# [root at workstation ~]# [root at workstation ~]# mplayer /mnt/nfs/potty.mpg MPlayer dev-SVN-r24562-4.1.1 (C) 2000-2007 MPlayer Team CPU: AMD Opteron(tm) Processor 256 (Family: 15, Model: 37, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing /mnt/nfs/potty.mpg. MPEG-PS file format detected. VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9100.0 kbps (1137.5 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. Try appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [xv] 720x480 => 854x480 Planar YV12 [ASPECT] Warning: No suitable new res found! New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 0 0 Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. A: 5.9 V: 5.9 A-V: 0.001 ct: -0.016 174/174 8% 0% 1.1% 0 0 Exiting... (Quit) The Wanderer Sent by: mplayer-users-bounces at mplayerhq.hu 09/18/2007 07:18 PM Please respond to "MPlayer usage questions, feature requests, bug reports" To "MPlayer usage questions, feature requests, bug reports" cc Subject Re: [MPlayer-users] connection refused yyang at commscope.com wrote: > Hi, > >> This line very likely is. It does not see the file in the location >> where you asked it to look. >> >> Am I correct in inferring that you have, in root's home directory >> ("/root/") on your server machine, a directory called "share" which >> you are using as the root for your RTSP server? > > I always log my machines as root. This is very dangerous (assuming you mean "log into"), but it is not related to what I was talking about. There are three different things being referred to with the word "root" here: the root directory of the computer (which has the filename "/"), the root user of the computer (which has the username "root"), and the root directory of the server program (which can be any directory on the server machine). In the quote above, I was referring to the second and then to the third of these. > when I do pwd, it returns > /root/share > Here is my the video clip stored on server. That is not quite what I was asking. The question is, what directory is your RTSP server configured to treat as if it were the root directory? >> If that is the case, then if your RTSP server follows the same >> standard as most file server programs I've seen, the file >> "/root/share/filename" > > Yes, the file (hd.avi) is stored in /root/share That was obvious from the URLs you tried; it is not what I was talking about here. >> would be accessed by the URL "rtsp://server/filename". You do not >> want to specify the full path as you would use it on the server >> machine; you want to specify the path relative to the directory >> your server program is using as its root. > > Sorry, I am not sure I understand this point but I fee it is crucial > to the problem. > what directory does my Live server uses? The live server is saved in > /root. Since it is executible file. As an executable file, it should properly be in a bin/ directory somewhere which is also in your PATH. It should very likely not need to be run as root (this is a general principle), and therefore to avoid security issues it should not be run as root. > I always run it by entering > /root/livemediaserver That is the server binary. What about its configuration files? In one of the configuration files you should find a line indicating what directory the RTSP server program will use as its root directory; this is almost certainly not the same as the one the binary is in. You need to put the files you want to serve under that directory (subdirectories should be fine), and then leave out the path to that directory when you are forming your URLs. If, for an unlikely example, your RTSP server's root directory were "/root/", then instead of "rtsp://server/root/share/hd.avi" the correct URL would probably be "rtsp://server/share/hd.avi". Does that make sense? If you do not know what the server program is configured to use as its root directory, then you need to find out before you can make any files available. > I am not a linux guru although I wish to be one. An admirable goal, though you seem to have quite a ways to go. All of this discussion, incidentally, would be more appropriate on e.g. a Live-related mailing list rather than on the MPlayer user list; so far as I can tell your remaining problem appears to have nothing to do with MPlayer directly, only with the way you are using the server. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From inverseparadox at comcast.net Wed Sep 19 23:36:00 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 19 Sep 2007 17:36:00 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <46F19640.1050402@comcast.net> yyang at commscope.com wrote: > Hi, > > >> That is the server binary. What about its configuration files? > > The Live555 media server is an console application. It can be > launched by typing the filename. There is no configure file. I think you've misinterpreted my meaning. See below. >> If, for an unlikely example, your RTSP server's root directory were >> "/root/", then instead of "rtsp://server/root/share/hd.avi" the >> correct URL would probably be "rtsp://server/share/hd.avi". Does >> that make sense? > >> If you do not know what the server program is configured to use as >> its root directory, then you need to find out before you can make >> any files available. > > I understand the different meanings of root now. However the the > server is an executable file with filename of live555MediaServer. It > wasn't a tar ball containing configure or make I was not referring to a './configure' script or a Makefile, used when compiling the program. I was referring to a file which the server program will read when it starts running and which it will take its settings from, used when running the program. This kind of file is referred to as a configuration file: it is a file containing the program's configuration settings. There is almost certainly such a file for your RTSP server. You would do very well to find out what and where it is, and what the settings inside are. Thank you for not top-posting entirely; however, part of the point of correct interleaved posting is to cut out the parts you are not responding to. You left the entire message quoted at the bottom of your reply, which is not a significant improvement. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From inverseparadox at comcast.net Wed Sep 19 23:41:31 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 19 Sep 2007 17:41:31 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: Message-ID: <46F1978B.9000303@comcast.net> yyang at commscope.com wrote: > Hi, > >> If, for an unlikely example, your RTSP server's root directory were >> "/root/", then instead of "rtsp://server/root/share/hd.avi" the >> correct URL would probably be "rtsp://server/share/hd.avi". Does >> that make sense? > > It makes a lot sense. I tried > [root at workstation ~]# mplayer rtsp://server/share/potty.mpg > or > [root at workstation ~]# mplayer rtsp://server/potty.mpg > > Both seemed made further. I saw "file format detected" message as > shwon below. > > However, it seems there are quite Adecoder init failed while trying > to streaming. What went wrong? For a comparison, I can play the same > video file in a mounted nfs folder (the output is pasted below as > well). At this point, you are past my ability to help. Either there are major bugs in the RTSP demuxer being used (not terribly likely), or there is some problem with the server program such that it is e.g. not muxing the file correctly. At this point, unless someone else pipes up with more suggestions, I would advise that you first locate the server configuration file (as explained in the other mail) and see what the settings are, and then locate and read the server documentation to find out what you need to set in order to stream that type of file. If you need help with the RTSP server itself, I would advise you to find a discussion forum (whether a mailing list or some other type) related to the discussion of that server program, as I mentioned at the end of the mail to which you just replied; at that point, you are entirely beyond the bounds of what can be considered relevant to MPlayer. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From mark at mdsh.com Thu Sep 20 00:07:34 2007 From: mark at mdsh.com (Mark Himsley) Date: Wed, 19 Sep 2007 23:07:34 +0100 Subject: [MPlayer-users] Audio buffer overflow on raw audio file Message-ID: Hi Raimar, On 19 September 2007 19:12 +0200 Reimar D?ffinger wrote: > As far as I can tell, this file clearly violates the specs: > SMPTE-377M, 8.5.7 says: > " > The SourceClips contain: > - a SourcePackageID which identifies the package with which this > SourceClip is associated. [...] > The same mechanism shall be used to relate each SourceClip in a Material > Package to a Source Package, and each SourceClip in a Source Package to > another Source Package. Thanks for looking into the file. I think understand the issue. > So please instead ask the vendor to fix their implementation to conform > to the specs, this will most likely benefit interoperability with other > products as well. I have forwarded your diagnoses to someone who is already in a dialogue with the vendor about some other issues (like not following other standards) so I hope they will fix their code. Thanks you again. -- Mark Himsley From james.ronald at gmail.com Thu Sep 20 01:10:01 2007 From: james.ronald at gmail.com (James Ronald) Date: Wed, 19 Sep 2007 19:10:01 -0400 Subject: [MPlayer-users] RGB24 for DivX or MPEG2 Message-ID: <10bd9830709191610r2a799f3ewe4f25244c10b970a@mail.gmail.com> I currently have an ARM9 (AT91sam9261) development board that has an 24bpp LCD display wired RGB. I have built mplayer with some effort and it seems to work fairly well except that I can not get it to display RGB only BGR. It looks like all video codecs, less gifs, bmp an the like, all output BGR. Unless there is a magic switch, it looks like I'm going to need to hack one of the codecs but even looking and the source for a full day I can figure out what's what. If someone could point me in the right direction, rewiring is not an option at this time, it would be greatly appreciated. Below is what I used for configure and the debug info from the execution of mplayer. Thanks. Jim ./configure --enable-fbdev --prefix=/home/jronald/buildroot/build_arm_nofpu/tinyroot/usr --target=arm-linux --cc=arm-linux-gcc --host-cc=arm-linux-gcc --as=arm-linux-as --enable-ossaudio --disable-mpdvdkit --disable-tv --disable-tv-v4l1 --disable-tv-v4l2 --disable-tv-bsdbt848 --disable-dvdread --disable-x11 --enable-linux-devfs --disable-sdl --disable-win32 --disable-network --disable-rtc --disable-tga --disable-mencoder --enable-debug=3 $MPLAYER_VERBOSE=3 ./mplayer -vo fbdev -vf-add rgb2bgr -msglevel all=3 Winning\ The\ DARPA\ Grand\ Challenge.avi MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: ARM Reading config file /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/etc/mplayer/mplayer.conf : No such file or directory get_path('') -> '/tmp/.mplayer/' get_path('config') -> '/tmp/.mplayer/config' Reading config file /tmp/.mplayer/config this_opt = option: vo Setting vo=fbdev this_opt = option: vf-add Setting vf-add=rgb2bgr this_opt = option: msglevel Setting msglevel=all=3 get_path('codecs.conf') -> '/tmp/.mplayer/codecs.conf' Reading /tmp/.mplayer/codecs.conf: Can't open '/tmp/.mplayer/codecs.conf': No such file or directory Reading /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/etc/mplayer/codecs.conf: Can't open '/home/jronald/buildroot/build_y Using built-in default codecs.conf. CommandLine: '-vo' 'fbdev' '-vf-add' 'rgb2bgr' '-msglevel' 'all=3' 'Winning The DARPA Grand Challenge.avi' get_path('font/font.desc') -> '/tmp/.mplayer/font/font.desc' font: can't open file: /tmp/.mplayer/font/font.desc font: can't open file: /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/share/mplayer/font/font.desc Using Unoptimized OnScreenDisplay Using nanosleep() timing Terminal type `vt102' is not defined. get_path('input.conf') -> '/tmp/.mplayer/input.conf' Can't open input config file /tmp/.mplayer/input.conf: No such file or directory Can't open input config file /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/etc/mplayer/input.conf: No such file or directy Falling back on default (hardcoded) input config get_path('Winning The DARPA Grand Challenge.avi.conf') -> '/tmp/.mplayer/Winning The DARPA Grand Challenge.avi.conf' Playing Winning The DARPA Grand Challenge.avi. get_path('sub/') -> '/tmp/.mplayer/sub/' [file] File size is 199315356 bytes STREAM: [file] Winning The DARPA Grand Challenge.avi STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) AVI file format detected. list_end=0x40 list_end=0x17A ======= AVI Header ======= us/frame: 33367 (fps=29.970) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (2320) HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE frames total: 88287 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 480 x 360 ========================== list_end=0x108 ==> Found video stream: 0 ====== STREAM Header ===== Type: vids FCC: divx (78766964) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 29969/1000 = 29.969 Start: 0 Len: 88287 Suggested BufferSize: 49163 Quality 0 Sample size: 0 ========================== Found 'bih', 40 bytes of 40 ======= VIDEO Format ====== biSize 40 biWidth 480 biHeight 360 biPlanes 1 biBitCount 24 biCompression 2021026148='divx' biSizeImage 518400 =========================== Regenerating keyframe table for MPEG-4 video. list_end=0x17A ==> Found audio stream: 1 ====== STREAM Header ===== Type: auds FCC: U (55) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 16000/1 = 16000.000 Start: 0 Len: 112775 Suggested BufferSize: 418 Quality 0 Sample size: 1 ========================== Found 'wf', 30 bytes of 18 ======= WAVE Format ======= Format Tag: 85 (0x55) Channels: 2 Samplerate: 44100 avg byte/sec: 16000 Block align: 1 bits/sample: 0 cbSize: 12 mp3.wID=1 mp3.fdwFlags=0x2 mp3.nBlockSize=209 mp3.nFramesPerBlock=1 mp3.nCodecDelay=0 ========================================================================== list_end=0xBB0360C Found movie at 0x186 - 0xBB0360C Reading INDEX block, 201062 chunks for 88287 frames (fpos=196097556). AVI index offset: 0x182 (movi=0x186 idx0=0x4 idx1=0x415A) Auto-selected AVI video ID = 0 Auto-selected AVI audio ID = 1 AVI: Searching for audio stream (id:1) Badly interleaved AVI file detected - switching to -ni mode... XXX initial v_pts=136.641 a_pos=0 (0.000) AVI video size=147303989 (88287) audio size=47135346 (47135346) VIDEO: [divx] 480x360 24bpp 29.969 fps 400.0 kbps (48.8 kbyte/s) [V] filefmt:3 fourcc:0x78766964 size:480x360 fps:29.97 ftime:=0.0334 get_path('sub/') -> '/tmp/.mplayer/sub/' using /dev/fb0 Opening video filter: [rgb2bgr] ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family INFO: libavcodec init OK! Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer. mp3lib: using generic C decore! MP3lib: init layer2&3 finished, tables done MPEG 1.0, Layer III, 44100 Hz 128 kbit Joint-Stereo, BPF: 417 Channels: 2, copyright: No, original: Yes, CRC: No, emphasis: 0 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Building audio filter chain for 44100Hz/2ch/s16le -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 44100Hz/2ch/s16le [dummy] Was reinitialized: 44100Hz/2ch/s16le ao2: 44100 Hz 2 chans s16le audio_setup: using '/dev/sound/dsp' dsp device audio_setup: using '/dev/sound/mixer' mixer device audio_setup: using 'pcm' mixer device [AO OSS] audio_setup: Can't open audio device /dev/sound/dsp: No such file or directory /mmc $ MPLAYER_VERBOSE=3 ./mplayer -vo fbdev -vf-add rgb2bgr -msglevel all=3 Winning\ The\ DARPA\ Grand\ Challenge.avi MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: ARM Reading config file /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/etc/mplayer/mplayer.conf : No such file or directory get_path('') -> '/tmp/.mplayer/' get_path('config') -> '/tmp/.mplayer/config' Reading config file /tmp/.mplayer/config this_opt = option: vo Setting vo=fbdev this_opt = option: vf-add Setting vf-add=rgb2bgr this_opt = option: msglevel Setting msglevel=all=3 get_path('codecs.conf') -> '/tmp/.mplayer/codecs.conf' Reading /tmp/.mplayer/codecs.conf: Can't open '/tmp/.mplayer/codecs.conf': No such file or directory Reading /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/etc/mplayer/codecs.conf: Can't open '/home/jronald/buildroot/build_y Using built-in default codecs.conf. CommandLine: '-vo' 'fbdev' '-vf-add' 'rgb2bgr' '-msglevel' 'all=3' 'Winning The DARPA Grand Challenge.avi' get_path('font/font.desc') -> '/tmp/.mplayer/font/font.desc' font: can't open file: /tmp/.mplayer/font/font.desc font: can't open file: /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/share/mplayer/font/font.desc Using Unoptimized OnScreenDisplay Using nanosleep() timing Terminal type `vt102' is not defined. get_path('input.conf') -> '/tmp/.mplayer/input.conf' Can't open input config file /tmp/.mplayer/input.conf: No such file or directory Can't open input config file /home/jronald/buildroot/build_arm_nofpu/tinyroot/usr/etc/mplayer/input.conf: No such file or directy Falling back on default (hardcoded) input config get_path('Winning The DARPA Grand Challenge.avi.conf') -> '/tmp/.mplayer/Winning The DARPA Grand Challenge.avi.conf' Playing Winning The DARPA Grand Challenge.avi. get_path('sub/') -> '/tmp/.mplayer/sub/' [file] File size is 199315356 bytes STREAM: [file] Winning The DARPA Grand Challenge.avi STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) AVI file format detected. list_end=0x40 list_end=0x17A ======= AVI Header ======= us/frame: 33367 (fps=29.970) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (2320) HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE frames total: 88287 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 480 x 360 ========================== list_end=0x108 ==> Found video stream: 0 ====== STREAM Header ===== Type: vids FCC: divx (78766964) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 29969/1000 = 29.969 Start: 0 Len: 88287 Suggested BufferSize: 49163 Quality 0 Sample size: 0 ========================== Found 'bih', 40 bytes of 40 ======= VIDEO Format ====== biSize 40 biWidth 480 biHeight 360 biPlanes 1 biBitCount 24 biCompression 2021026148='divx' biSizeImage 518400 =========================== Regenerating keyframe table for MPEG-4 video. list_end=0x17A ==> Found audio stream: 1 ====== STREAM Header ===== Type: auds FCC: U (55) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 16000/1 = 16000.000 Start: 0 Len: 112775 Suggested BufferSize: 418 Quality 0 Sample size: 1 ========================== Found 'wf', 30 bytes of 18 ======= WAVE Format ======= Format Tag: 85 (0x55) Channels: 2 Samplerate: 44100 avg byte/sec: 16000 Block align: 1 bits/sample: 0 cbSize: 12 mp3.wID=1 mp3.fdwFlags=0x2 mp3.nBlockSize=209 mp3.nFramesPerBlock=1 mp3.nCodecDelay=0 ========================================================================== list_end=0xBB0360C Found movie at 0x186 - 0xBB0360C Reading INDEX block, 201062 chunks for 88287 frames (fpos=196097556). AVI index offset: 0x182 (movi=0x186 idx0=0x4 idx1=0x415A) Auto-selected AVI video ID = 0 Auto-selected AVI audio ID = 1 AVI: Searching for audio stream (id:1) Badly interleaved AVI file detected - switching to -ni mode... XXX initial v_pts=136.641 a_pos=0 (0.000) AVI video size=147303989 (88287) audio size=47135346 (47135346) VIDEO: [divx] 480x360 24bpp 29.969 fps 400.0 kbps (48.8 kbyte/s) [V] filefmt:3 fourcc:0x78766964 size:480x360 fps:29.97 ftime:=0.0334 get_path('sub/') -> '/tmp/.mplayer/sub/' using /dev/fb0 Opening video filter: [rgb2bgr] ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family INFO: libavcodec init OK! Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer. mp3lib: using generic C decore! MP3lib: init layer2&3 finished, tables done MPEG 1.0, Layer III, 44100 Hz 128 kbit Joint-Stereo, BPF: 417 Channels: 2, copyright: No, original: Yes, CRC: No, emphasis: 0 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Building audio filter chain for 44100Hz/2ch/s16le -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 44100Hz/2ch/s16le [dummy] Was reinitialized: 44100Hz/2ch/s16le ao2: 44100 Hz 2 chans s16le audio_setup: using '/dev/sound/dsp' dsp device audio_setup: using '/dev/sound/mixer' mixer device audio_setup: using 'pcm' mixer device [AO OSS] audio_setup: Can't open audio device /dev/sound/dsp: No such file or directory AO: [null] 44100Hz 2ch s16le (2 bytes per sample) AO: Description: Null audio output AO: Author: Tobias Diedrich Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le... [dummy] Was reinitialized: 44100Hz/2ch/s16le [dummy] Was reinitialized: 44100Hz/2ch/s16le Starting playback... [ffmpeg] aspect_ratio: 1.333333 VDec: vo config request - 480 x 360 (preferred colorspace: Planar YV12) Trying filter chain: rgb2bgr vo Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] SwScale params: -1 x -1 (-1=no scaling) Trying filter chain: scale rgb2bgr vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO Config (480x360->480x360,flags=0,'MPlayer',0x32315659) SwScaler: using unscaled yuv420p -> rgb24 special converter REQ: flags=0x401 req=0x0 REQ: flags=0x403 req=0x0 VO: [fbdev] 480x360 => 480x360 BGR 24-bit VO: Description: Framebuffer Device VO: Author: Szabolcs Berecz Can't set graphics mode: Invalid argument var info: xres: 480 yres: 272 xres_virtual: 480 yres_virtual: 272 xoffset: 0 yoffset: 0 bits_per_pixel: 24 grayscale: 0 red: 0 8 0 green: 8 8 0 blue: 16 8 0 transp: 0 0 0 nonstd: 0 fix info: framebuffer size: 783360 bytes type: 0 type_aux: 0 visual: 2 line_length: 1440 bytes fb_bpp: 24 fb_pixel_size: 3 bytes other: in_width: 480 in_height: 360 out_width: 480 out_height: 360 first_row: 0 last_row: 360 pixel per line: 480 /mmc $ b2bgr] Allocating mp_image_t, 480x360x24bpp RGB packed, 518400 bytes *** [scale] Allocating (slices) mp_image_t, 480x368x12bpp YUV planar, 264960 bytes *** [vo] Allocating mp_image_t, 480x360x24bpp BGR packed, 518400 bytes *** [scale] Allocating (slices) mp_image_t, 480x368x12bpp YUV planar, 264960 bytes A: 3.2 V: 0.8 A-V: 2.331 ct: -0.000 26/ 26 111% 72% 194.6% 26 0 MPlayer interrupted by signal 2 in module: decode_video Uninit audio filters... [libaf] Removing filter dummy Uninit audio: mp3lib Uninit video: ffmpeg From cehoyos at ag.or.at Thu Sep 20 11:38:48 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 20 Sep 2007 09:38:48 +0000 (UTC) Subject: [MPlayer-users] RGB24 for DivX or MPEG2 References: <10bd9830709191610r2a799f3ewe4f25244c10b970a@mail.gmail.com> Message-ID: Hi! James Ronald gmail.com> writes: > MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team Please try current svn before reporting problems. Carl Eugen From cehoyos at ag.or.at Thu Sep 20 11:43:44 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 20 Sep 2007 09:43:44 +0000 (UTC) Subject: [MPlayer-users] =?utf-8?q?crash_in_motion=5Fest=5Fmmx=2Ec=2C_back?= =?utf-8?q?trace_included?= References: Message-ID: Hi! Ariel dsgml.com> writes: > This is CVS from 2007-09-03. > > Command line: -fs -framedrop -softvol -softvol-max 800 -af volume=12 -ao alsa -channels 6 -ni -vo > xvmc:queue -vc ffmpeg12mc (This is definitely not a command line.) > If there is other information you need let me know. Does it happen with every MPEG2 sample you have? With some? Only with one sample - then please upload to incoming. Does it only happen with -vc ffmpeg12mc or with every -vc for MPEG2? Is queue necessary to trigger the crash? Or, in other words, could you send the minimal (shortest) command line that triggers the crash? > CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 2, Stepping: 9) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 > > [...snip...] Please don't cut mplayers output (except for repeating lines). Carl Eugen From cehoyos at ag.or.at Thu Sep 20 11:57:40 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 20 Sep 2007 09:57:40 +0000 (UTC) Subject: [MPlayer-users] connection refused References: <46F06ACE.50601@comcast.net> Message-ID: Hi! commscope.com> writes: > [root workstation ~]# mplayer rtsp://server/potty.mpg I agree with Ross: It really isn't necessary to be root to do these tests. > MPlayer dev-SVN-r24562-4.1.1 (C) 2000-2007 MPlayer Team [...] > Initiated "video/MPV" RTP subsession on port 32780 > Initiated "audio/MPA" RTP subsession on port 32782 > VIDEO: [] 0x0 0bpp 0.000 fps 0.0 kbps ( 0.0 kbyte/s) > VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9100.0 kbps (1137.5 > kbyte/s) > ========================================================================== > Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > VDecoder init failed :( > Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b > Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) > ========================================================================== > ========================================================================== > Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 > ADecoder init failed :( > ADecoder init failed :( It seems that AC3 in MPA is not supported currently (I guess audio is AC3 because it's AC3 in the other pasted sample below). If you just want to test something and you don't need support for MP3 "over" MPA anyway, you could change "0x55" in line 212 of libmpdemux/demux_rtp_codec.cpp to "0x2000". Actually, I'm curious if it works, so please tell! Does vlc play this stream with audio? Please do not top-post, thank you, Carl Eugen From inverseparadox at comcast.net Thu Sep 20 12:55:17 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Thu, 20 Sep 2007 06:55:17 -0400 Subject: [MPlayer-users] connection refused In-Reply-To: References: <46F06ACE.50601@comcast.net> Message-ID: <46F25195.9090507@comcast.net> Carl Eugen Hoyos wrote: > Hi! > > commscope.com> writes: > >> [root workstation ~]# mplayer rtsp://server/potty.mpg > > I agree with Ross: It really isn't necessary to be root to do these > tests. From what 'yyang' says, he never logs in as anything other than root. This is of course an immense security risk, but if that's his choice then that's his choice. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From mail.dharris at googlemail.com Thu Sep 20 14:05:19 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Thu, 20 Sep 2007 13:05:19 +0100 Subject: [MPlayer-users] encoding divx files - clarification Message-ID: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> Hello again I am just searching for the correct way to convert a divx 23.9fps ntsc file to 25fps dvd pal format. Is the following command correct mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 -ofps 25 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 -o ./dvd.mpg movie.avi because if so I am experiencing severe a/v sync I would certainly welcome some help on this. Just for curiosity mplayer -vf pp=lb -dr -double file.avi plays the divx file superbly so if there is a way to recreate that as a pal dvd, that would be great. Thanks again Dan From Nicola.Sabbi at poste.it Thu Sep 20 14:40:01 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 20 Sep 2007 14:40:01 +0200 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> Message-ID: <46F26A21.8090601@poste.it> Daniel Harris wrote: >Hello again > >I am just searching for the correct way to convert a divx 23.9fps ntsc file >to 25fps dvd pal format. > >Is the following command correct > >mencoder -oac lavc -ovc lavc -of mpeg -mpegopts >format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 -ofps 25 >-lavcopts >vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 >-o ./dvd.mpg movie.avi > > remove that -ofps: it converts the framerate of the destination file to 25 fps, while the tele* flags are made to avoid the framerate conversion From mail.dharris at googlemail.com Thu Sep 20 14:50:25 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Thu, 20 Sep 2007 13:50:25 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <46F26A21.8090601@poste.it> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> Message-ID: <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> Hello If I remove that option I get this videocodec: libavcodec (720x576 fourcc=3267706d [mpg2]) [mpeg2video @ 0xb7640ba8]MPEG1/2 does not support 2997/125 fps Could not open codec. FATAL: Cannot initialize video driver. Any suggestions how to correct that Thanks for the quick reply, I do appreciate it. I am trying to convert a file for my niece and at the moment It is driving me nuts. Dan On 9/20/07, Nico Sabbi wrote: > > Daniel Harris wrote: > > >Hello again > > > >I am just searching for the correct way to convert a divx 23.9fps ntsc > file > >to 25fps dvd pal format. > > > >Is the following command correct > > > >mencoder -oac lavc -ovc lavc -of mpeg -mpegopts > >format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 -ofps 25 > >-lavcopts > > >vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 > >-o ./dvd.mpg movie.avi > > > > > remove that -ofps: it converts the framerate of the destination file to > 25 fps, > while the tele* flags are made to avoid the framerate conversion > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From cooleyr at gmail.com Thu Sep 20 15:00:40 2007 From: cooleyr at gmail.com (RC) Date: Thu, 20 Sep 2007 06:00:40 -0700 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> Message-ID: <20070920060040.25782502.cooleyr@gmail.com> On Thu, 20 Sep 2007 13:50:25 +0100 "Daniel Harris" wrote: > If I remove that option I get this > > videocodec: libavcodec (720x576 fourcc=3267706d [mpg2]) > [mpeg2video @ 0xb7640ba8]MPEG1/2 does not support 2997/125 fps > Could not open codec. > FATAL: Cannot initialize video driver. > > Any suggestions how to correct that -ofps 24000/1001 From Nicola.Sabbi at poste.it Thu Sep 20 15:02:14 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 20 Sep 2007 15:02:14 +0200 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> Message-ID: <46F26F56.4000900@poste.it> Daniel Harris wrote: >Hello > >If I remove that option I get this > >videocodec: libavcodec (720x576 fourcc=3267706d [mpg2]) >[mpeg2video @ 0xb7640ba8]MPEG1/2 does not support 2997/125 fps >Could not open codec. >FATAL: Cannot initialize video driver. > >Any suggestions how to correct that > >Thanks for the quick reply, I do appreciate it. I am trying to convert a >file for my niece and at the moment It is driving me nuts. > >Dan > > there's a rounding error; try to add -fps 24000/1001 or :vstrict=-1 (or -2) to -lavcopts (but not both). Top-posting is forbidden here From mail.dharris at googlemail.com Thu Sep 20 15:18:55 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Thu, 20 Sep 2007 14:18:55 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <46F26F56.4000900@poste.it> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> Message-ID: <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> On 9/20/07, Nico Sabbi wrote: > > Daniel Harris wrote: > > >Hello > > > >If I remove that option I get this > > > >videocodec: libavcodec (720x576 fourcc=3267706d [mpg2]) > >[mpeg2video @ 0xb7640ba8]MPEG1/2 does not support 2997/125 fps > >Could not open codec. > >FATAL: Cannot initialize video driver. > > > >Any suggestions how to correct that > > > >Thanks for the quick reply, I do appreciate it. I am trying to convert a > >file for my niece and at the moment It is driving me nuts. > > > >Dan > > > > > there's a rounding error; try to add -fps 24000/1001 or :vstrict=-1 (or > -2) > to -lavcopts (but not both). The -fps 24000/1001 seems to have done it. Certainly a lot smoother. I am going to let that finish now because I am very happy with the results. I with try all the other suggestions later and let the list know if there are any differences. But for the time being I am a happy chappy. A big thanks sorry about the top posting. Top-posting is forbidden here > ______________ Dan From cehoyos at ag.or.at Thu Sep 20 16:29:17 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 20 Sep 2007 14:29:17 +0000 (UTC) Subject: [MPlayer-users] encoding divx files - clarification References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> Message-ID: Hi! Daniel Harris googlemail.com> writes: > Just for curiosity mplayer -vf pp=lb -dr -double file.avi plays the divx > file superbly If it's really an interlaced video, please try -vf yadif: The result should be superior. Carl Eugen From mail.dharris at googlemail.com Thu Sep 20 18:36:08 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Thu, 20 Sep 2007 17:36:08 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> Message-ID: <7d3838330709200936nf09a762tdeffd7002027b34d@mail.gmail.com> On 9/20/07, Carl Eugen Hoyos wrote: > > Hi! > > Daniel Harris googlemail.com> writes: > > > Just for curiosity mplayer -vf pp=lb -dr -double file.avi plays the divx > > file superbly > > If it's really an interlaced video, please try -vf yadif: The result > should be > superior. Will try this in the morning. 3 hours to encode the file only to find I somehow managed to use the wrong command and the file hasnt resized to pal dvd format. oh well another 3 hour wait - only found out because dvdauthor spit out lots of error messages and then crased the whole system. So now I dont even know what command i used as that has been lost in the crash. I feel a headache coming on. Dan Carl Eugen > > > From mplayer01 at dgmm.net Thu Sep 20 20:04:25 2007 From: mplayer01 at dgmm.net (DaveG) Date: Thu, 20 Sep 2007 19:04:25 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709200936nf09a762tdeffd7002027b34d@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <7d3838330709200936nf09a762tdeffd7002027b34d@mail.gmail.com> Message-ID: <200709201904.25991.mplayer01@dgmm.net> On Thursday 20 September 2007, Daniel Harris wrote: > Will try this in the morning. ?3 hours ?to encode the file only to find I > somehow managed to use the wrong command and the file hasnt resized to pal > dvd format. ?oh well another 3 hour wait - only found out because dvdauthor > spit out lots of error messages and then crased the whole system. ?So now I > dont even know what command i used as that has been lost in the crash. ? I > feel a headache coming on. -ss and -endpos are very useful in situations like this :-) -- Dave From yyang at commscope.com Thu Sep 20 22:02:20 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Thu, 20 Sep 2007 15:02:20 -0500 Subject: [MPlayer-users] connection refused In-Reply-To: Message-ID: Hi, Carl, >It seems that AC3 in MPA is not supported currently (I guess audio is AC3 >because it's AC3 in the other pasted sample below). >If you just want to test something and you don't need support for MP3 "over" MPA >anyway, you could change "0x55" in line 212 of libmpdemux/demux_rtp_codec.cpp to >"0x2000". Actually, I'm curious if it works, so please tell! I did what you suggested. Below is the ouput. [root at workstation mplayer-checkout-2007-09-18]# mplayer rtsp://server/potty.mpg MPlayer dev-SVN-r24562-4.1.1 (C) 2000-2007 MPlayer Team CPU: AMD Opteron(tm) Processor 256 (Family: 15, Model: 37, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing rtsp://server/potty.mpg. Resolving server for AF_INET6... Couldn't resolve name for AF_INET6: server Resolving server for AF_INET... Connecting to server server[169.254.15.100]: 554... A single media stream only is supported atm. rtsp_session: unsupported RTSP server. Server type is 'unknown'. STREAM_LIVE555, URL: rtsp://server/potty.mpg Stream not seekable! file format detected. Initiated "video/MPV" RTP subsession on port 32774 Initiated "audio/MPA" RTP subsession on port 32776 VIDEO: [] 0x0 0bpp 0.000 fps 0.0 kbps ( 0.0 kbyte/s) VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9100.0 kbps (1137.5 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform A52 sync failed ADecoder init failed :( ADecoder init failed :( Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders Unknown/missing audio format -> no sound ADecoder init failed :( Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF No accelerated IMDCT transform found AC3/DTS sync failed ADecoder init failed :( ADecoder init failed :( Cannot find codec for audio format 0x2000. Read DOCS/HTML/en/codecs.html! Audio: no sound Starting playback... V: 0.0 0/ 0 ??% ??% ??,?% 0 0 Exiting... (End of file) [root at workstation mplayer-checkout-2007-09-18]# From yyang at commscope.com Thu Sep 20 22:08:54 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Thu, 20 Sep 2007 15:08:54 -0500 Subject: [MPlayer-users] questions In-Reply-To: <46F1978B.9000303@comcast.net> Message-ID: Hi, 1. what does -nocache switch do? I didn't see any difference with or without it? 2. The performance is slow using http streaming. Is this the nature of http protocol or something else? For reference, playing a video in a mounted directory via nfs is much faster than playing the same video file using http streaming From mail.dharris at googlemail.com Thu Sep 20 23:18:03 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Thu, 20 Sep 2007 22:18:03 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> Message-ID: <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> On 9/20/07, Daniel Harris wrote: > > > > On 9/20/07, Nico Sabbi wrote: > > > > Daniel Harris wrote: > > > > >Hello > > > > > >If I remove that option I get this > > > > > >videocodec: libavcodec (720x576 fourcc=3267706d [mpg2]) > > >[mpeg2video @ 0xb7640ba8]MPEG1/2 does not support 2997/125 fps > > >Could not open codec. > > >FATAL: Cannot initialize video driver. > > > > > >Any suggestions how to correct that > > > > > >Thanks for the quick reply, I do appreciate it. I am trying to convert > > a > > >file for my niece and at the moment It is driving me nuts. > > > > > >Dan > > > > > > > > there's a rounding error; try to add -fps 24000/1001 or :vstrict=-1 (or > > -2) > > to -lavcopts (but not both). > > > The -fps 24000/1001 seems to have done it. Certainly a lot smoother. I > am going to let that finish now because I am very happy with the results. I > with try all the other suggestions later and let the list know if there are > any differences. But for the time being I am a happy chappy. > > A big thanks > > > Just finished writing the encoded pal compliant file to dvd and the a/v > sync becomes a problem as the disk continues. I wonder if there is a better > solution? > The command I used was mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 -fps 24000/1001 -o ./dvd.mpg movie.avi any suggestions. The thing is it looks good on the computer but not so good once on the dvd. Dan From inverseparadox at comcast.net Thu Sep 20 23:29:09 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Thu, 20 Sep 2007 17:29:09 -0400 Subject: [MPlayer-users] questions In-Reply-To: References: Message-ID: <46F2E625.8010403@comcast.net> yyang at commscope.com wrote: > Hi, > > 1. what does -nocache switch do? I didn't see any difference with or > without it? '-nocache' explicitly prevents MPlayer from buffering any data before playing it back, unless data is arriving faster than it can be played. The man page does not mention any default value, and I do not remember seeing one mentioned in the past, so it is possible that the switch will have no effect by default; however, it can still be useful for temporarily disabling caching if you have set the '-cache' option in your config file. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From defsyn at gmail.com Thu Sep 20 23:30:14 2007 From: defsyn at gmail.com (Henry Garcia) Date: Thu, 20 Sep 2007 17:30:14 -0400 Subject: [MPlayer-users] questions In-Reply-To: References: <46F1978B.9000303@comcast.net> Message-ID: On 9/20/07, yyang at commscope.com wrote: > > Hi, > > 1. what does -nocache switch do? I didn't see any difference with or > without it? Turns off the cache feature. The cache feature caches the file into your system's memory before playing the file. You must enable the cache feature and set its parameters. If you turn the cache off with nocache and if it was never set it in the first place, then -nocache is the same as having cache enable with a cache setting of 0. 2. The performance is slow using http streaming. Is this the nature of > http protocol or something else? http performance depends on the speed of your http connection. Your performance on http is a reflection on the performance of your http connection, not the performance of mplayer. For reference, playing a video in a mounted directory via nfs is much > faster than playing the same video file using http streaming > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From james.ronald at gmail.com Fri Sep 21 01:08:59 2007 From: james.ronald at gmail.com (James Ronald) Date: Thu, 20 Sep 2007 19:08:59 -0400 Subject: [MPlayer-users] RGB24 for DivX or MPEG2 In-Reply-To: References: <10bd9830709191610r2a799f3ewe4f25244c10b970a@mail.gmail.com> Message-ID: <10bd9830709201608o34cc36e3hb8f3572bcbe845b8@mail.gmail.com> On 9/20/07, Carl Eugen Hoyos wrote: > Hi! > > James Ronald gmail.com> writes: > > > MPlayer 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team > > Please try current svn before reporting problems. > > Carl Eugen Carl, Thank you for your reply. I was not reporting a problem with mplayer but asking for some help with configuration. I figured that someone on the list had worked through a similar issue or perhaps (I'm sure) more knowledgeable about mplayer that may know of some filter scheme to archive the desired result (DivX or MPEG2 output to an RGB 480x272x24bpp LCD). I did go ahead and built from subversion (revision 24588). I basically ran into the same issue where all it would send to my LCD (wired RGB24) was BRG24. I'm looking for a way to force the output to RGB. Thanks Jim From cooleyr at gmail.com Fri Sep 21 01:36:31 2007 From: cooleyr at gmail.com (RC) Date: Thu, 20 Sep 2007 16:36:31 -0700 Subject: [MPlayer-users] RGB24 for DivX or MPEG2 In-Reply-To: <10bd9830709201608o34cc36e3hb8f3572bcbe845b8@mail.gmail.com> References: <10bd9830709191610r2a799f3ewe4f25244c10b970a@mail.gmail.com> <10bd9830709201608o34cc36e3hb8f3572bcbe845b8@mail.gmail.com> Message-ID: <20070920163631.3da79891.cooleyr@gmail.com> On Thu, 20 Sep 2007 19:08:59 -0400 "James Ronald" wrote: > I'm looking for a way to force the output to RGB. -vf format= From robh at rut.org Fri Sep 21 01:47:39 2007 From: robh at rut.org (Robert Henney) Date: Thu, 20 Sep 2007 19:47:39 -0400 Subject: [MPlayer-users] player window won't stay where put Message-ID: <20070920234739.GA11220@rut.org> is there any way to stop mplayer from continually repositioning itself within the desktop? I use mplayer and often have multiple instances open at once for such tasks as comparing video footage side by side. When seeking back to the beginning of a video, the player window will move itself from where I placed it to the center of the desktop. This is very aggravating when I have several windows arranged and am trying to work with portions of the video close to the beginning. compiled from todays cvs. seems to happen with libmpeg2, but not with ffmpeg. No idea why using a different codec affects whether the player sends new window coordinates to the vo or not. From dotancohen at gmail.com Fri Sep 21 02:06:22 2007 From: dotancohen at gmail.com (Dotan Cohen) Date: Fri, 21 Sep 2007 02:06:22 +0200 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <20070917132836.32ca612c.cooleyr@gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> <20070917132836.32ca612c.cooleyr@gmail.com> Message-ID: <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> On 17/09/2007, RC wrote: > On Mon, 17 Sep 2007 21:55:54 +0200 > "Dotan Cohen" wrote: > > > How can I configure mPlayer to play the file in the previously open > > instance, replacing whatever is currently playing? > > Write a program/script to do so, controlling MPlayer via slave-mode. > > Or you might take a look at any of the MPlayer front-ends listed on the > website, to see if any of them already has such a feature. I'm having no luck getting this working, but I'm not much of a bash scripter. Is gregping "ps -ux" for mplayer not the right way to get the PID? Many programs, such as Firefox and Amarok, have a %U option that tells the program to open the document in an existing window if there is one. Has mPlayer not such an option? Dotan Cohen http://what-is-what.com http://gibberish.co.il From kdekorte at gmail.com Fri Sep 21 02:17:51 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Thu, 20 Sep 2007 18:17:51 -0600 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> <20070917132836.32ca612c.cooleyr@gmail.com> <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> Message-ID: <46F30DAF.4080500@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dotan Cohen wrote: > On 17/09/2007, RC wrote: >> On Mon, 17 Sep 2007 21:55:54 +0200 >> "Dotan Cohen" wrote: >> >>> How can I configure mPlayer to play the file in the previously open >>> instance, replacing whatever is currently playing? >> Write a program/script to do so, controlling MPlayer via slave-mode. >> >> Or you might take a look at any of the MPlayer front-ends listed on the >> website, to see if any of them already has such a feature. gnome-mplayer has such a feature > > I'm having no luck getting this working, but I'm not much of a bash > scripter. Is gregping "ps -ux" for mplayer not the right way to get > the PID? > > Many programs, such as Firefox and Amarok, have a %U option that tells > the program to open the document in an existing window if there is > one. Has mPlayer not such an option? > > Dotan Cohen Dotan, You can use gnome-mplayer and use a dbus method to replace the existing content in gnome-mplayer (wrapper for mplayer) To send command to ALL running gnome-mplayers (multihead applications) dbus-send --type=signal / com.gnome.mplayer.Open string:'/path/to/movie.mov' When controlid is specified (gnome-mplayer --controlid=[controlid]) dbus-send --type=signal /control/[controlid] com.gnome.mplayer.Open string:'/path/to/movie.mov' http://dekorte.homeip.net/download is where you can get it. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iD8DBQFG8w2u6w2kMH0L1dERApUTAJsGsnJWDoyVhVWLx2TKkMbrllZ6UwCfRC+y F4WumM+tw9sAf97sAABs9Kg= =CAvX -----END PGP SIGNATURE----- From jack.delbert at gmail.com Fri Sep 21 04:50:29 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Thu, 20 Sep 2007 22:50:29 -0400 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> <20070917132836.32ca612c.cooleyr@gmail.com> <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> Message-ID: On 9/20/07, Dotan Cohen wrote: > On 17/09/2007, RC wrote: > > On Mon, 17 Sep 2007 21:55:54 +0200 > > "Dotan Cohen" wrote: > > > > > How can I configure mPlayer to play the file in the previously open > > > instance, replacing whatever is currently playing? > > > > Write a program/script to do so, controlling MPlayer via slave-mode. > > > > Or you might take a look at any of the MPlayer front-ends listed on the > > website, to see if any of them already has such a feature. > > I'm having no luck getting this working, but I'm not much of a bash > scripter. Is gregping "ps -ux" for mplayer not the right way to get > the PID? > > Many programs, such as Firefox and Amarok, have a %U option that tells > the program to open the document in an existing window if there is > one. Has mPlayer not such an option? > > Dotan Cohen On my system, Fedora 7, ps -ux doesn't work; instead it wants "ps ux", no hyphen. Not sure what you're doing with the output. Remember that you'll get the PID for the grep command too. -- Jack Smith English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From ergzay at gmail.com Fri Sep 21 07:30:07 2007 From: ergzay at gmail.com (Ergzay) Date: Fri, 21 Sep 2007 01:30:07 -0400 Subject: [MPlayer-users] Mplayer failing to find altivec.h and Mac OS X API Message-ID: My computer: gcc 3.3, make 3.79, Mac OS X 10.3.9 (Build 7W98), 1.2 Ghz iBook G4 Latest svn of mplayer which at this time is revision 24588 with the included ffmpeg files at 10537 I haven't updated in a very long time and when I just tried I found it didn't find either. I used default configure options and my $PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/ bin/powerpc-apple-darwin-current:/usr/local/bin:~/bin configure.log attached bz2 compressed -------------- next part -------------- A non-text attachment was scrubbed... Name: configure.log.bz2 Type: application/octet-stream Size: 11600 bytes Desc: not available URL: From Abibula.Aygun at euro.ro Fri Sep 21 08:35:41 2007 From: Abibula.Aygun at euro.ro (Abibula Aygun) Date: Fri, 21 Sep 2007 09:35:41 +0300 Subject: [MPlayer-users] tv channels - frequebcy intead of channel number Message-ID: <60D993A6F8A24B8C866D2EAD53DBD79C@M73> Hello everybody ! I`m new to the list and I have an problem with mplayerOur CATV ( Cable TV ) provider does not respect the standard frequency table so i have to scan first of all with dscaler the corect frequency table and put it on some script for mplayer( actually on geexbox tv.conf ). In Dscaler the frequency are something like that: 270.9375 - EuroSport 294.9375 - MTV 311.0625 - VH1 318.8125 - Hallmark and so on. My question is : How can i setup the frequency of the channel instead of channel number ? Thank you in advance !! With respect , Aygun From Nicola.Sabbi at poste.it Fri Sep 21 09:39:45 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Fri, 21 Sep 2007 09:39:45 +0200 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> Message-ID: <46F37541.70708@poste.it> Daniel Harris wrote: > >The command I used was > > mencoder -oac lavc -ovc lavc -of mpeg -mpegopts >format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 -lavcopts >vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 >-fps 24000/1001 -o ./dvd.mpg movie.avi > >any suggestions. > >The thing is it looks good on the computer but not so good once on the dvd. > >Dan > > doesn't look good in what respects? explain From mail.dharris at googlemail.com Fri Sep 21 10:00:41 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Fri, 21 Sep 2007 09:00:41 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <46F37541.70708@poste.it> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> <46F37541.70708@poste.it> Message-ID: <7d3838330709210100n551bc240la6a0efa076f5c46@mail.gmail.com> On 9/21/07, Nico Sabbi wrote: > > Daniel Harris wrote: > > > > >The command I used was > > > > mencoder -oac lavc -ovc lavc -of mpeg -mpegopts > >format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 -lavcopts > > >vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 > >-fps 24000/1001 -o ./dvd.mpg movie.avi > > > >any suggestions. > > > >The thing is it looks good on the computer but not so good once on the > dvd. > > > >Dan > > > > > > doesn't look good in what respects? explain > _______________________________________________ > The video part is perfect. The audio goes progressively out of sync, not > by seconds or anything like that just enough for small children (eg my > niece) to complain about although I tried ffmpeg last night and the sync > from that was worse. I just wonder if the file is damaged in some way as > ffmpeg complained about invalid back steps (or something like that). I am > just about to try with "vstrict=-1 (or -2)" or maybe hardup if that is the > correct word/option (I will look in man for that) Thanks dan From fvisagie at za.spescom.com Thu Sep 20 15:12:53 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 20 Sep 2007 15:12:53 +0200 Subject: [MPlayer-users] encoding divx files - clarification Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12313@panda.datavoice.co.za> > From: On Behalf Of Daniel Harris > Sent: 20 September 2007 14:05 > > Hello again > > I am just searching for the correct way to convert a divx > 23.9fps ntsc file to 25fps dvd pal format. > > Is the following command correct > > mencoder -oac lavc -ovc lavc -of mpeg -mpegopts > format=dvd:tele_src=24000/1001:tele_dest=25 -vf scale=720:576 > -ofps 25 -lavcopts > vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800 > :vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192 > -o ./dvd.mpg movie.avi > > > because if so I am experiencing severe a/v sync > > I would certainly welcome some help on this. > > Just for curiosity mplayer -vf pp=lb -dr -double file.avi > plays the divx file superbly so if there is a way to recreate > that as a pal dvd, that would be great. Hi Dan, I see Nico Sabbi has already replied to your message. Generally speaking, the three issues of 24000/1001 -> 25fps conversion, a/v synchronisation and doubling framerate in certain instances are very well explained in the latest documentation. If you download MPlayer.htm it contains all documentation, otherwise get chapter 14. Regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From fvisagie at za.spescom.com Fri Sep 21 10:01:06 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Fri, 21 Sep 2007 10:01:06 +0200 Subject: [MPlayer-users] Newbie DVD audio confirmation Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12318@panda.datavoice.co.za> Hi All, I'm planning my first DVD-compliant mencoder session. The DVD will have one audio track only, which I understand needs to be one of PCM, MPEG-1 Layer 2 (MP2) or AC-3. The source audio is PCM stereo (inside a DV AVI file). PCM is uncompressed so that won't be the final format. I understand that MP2 can be either VBR or CBR - if I picked that, I'd probably go for CBR to avoid any synchronisation issues. However, I can't find much information about AC-3 characteristics in the MPlayer documentation. Which of VBR or CBR can it do, and most crucially, how does its quality and compressability compare to that of MP2 (in the case of a stereo track in case that makes any difference)? I am not averse to finger grease and plan to find the answers empirically by experimenting, but if a kind soul could help save me some time with some well-chosen pointers I'd be really grateful. Thank you, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From dotancohen at gmail.com Fri Sep 21 11:29:32 2007 From: dotancohen at gmail.com (Dotan Cohen) Date: Fri, 21 Sep 2007 11:29:32 +0200 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <46F30DAF.4080500@gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> <20070917132836.32ca612c.cooleyr@gmail.com> <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> <46F30DAF.4080500@gmail.com> Message-ID: <880dece00709210229l373bdc19qea5bec56d944db63@mail.gmail.com> On 21/09/2007, Kevin DeKorte wrote: > gnome-mplayer has such a feature > > You can use gnome-mplayer and use a dbus method to replace the existing > content in gnome-mplayer (wrapper for mplayer) > > To send command to ALL running gnome-mplayers (multihead applications) > dbus-send --type=signal / com.gnome.mplayer.Open > string:'/path/to/movie.mov' > > When controlid is specified (gnome-mplayer --controlid=[controlid]) > dbus-send --type=signal /control/[controlid] com.gnome.mplayer.Open > string:'/path/to/movie.mov' > > http://dekorte.homeip.net/download > > is where you can get it. > > Kevin Thanks, I've installed Kplayer, which seems to have the feature that I need. Is there no bugzilla for Mplayer? All I could find was the Launchpad bugzilla, which I think is specific to Ubuntu, no? Thanks. Dotan Cohen http://what-is-what.com http://gibberish.co.il -- ?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? From Nicola.Sabbi at poste.it Fri Sep 21 11:31:37 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Fri, 21 Sep 2007 11:31:37 +0200 Subject: [MPlayer-users] Newbie DVD audio confirmation In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F12318@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F12318@panda.datavoice.co.za> Message-ID: <46F38F79.3090702@poste.it> Francois Visagie wrote: >Hi All, > >I'm planning my first DVD-compliant mencoder session. The DVD will have one >audio track only, which I understand needs to be one of PCM, MPEG-1 Layer 2 >(MP2) or AC-3. The source audio is PCM stereo (inside a DV AVI file). PCM is >uncompressed so that won't be the final format. I understand that MP2 can be >either VBR or CBR - if I picked that, I'd probably go for CBR to avoid any >synchronisation issues. > >However, I can't find much information about AC-3 characteristics in the >MPlayer documentation. > because lavc's ac3 encoder encodes only in CBR mode and doesn't produce great results > Which of VBR or CBR can it do, and most crucially, >how does its quality and compressability compare to that of MP2 (in the case >of a stereo track in case that makes any difference)? > > to my ears twolame and toolame produce much better results than lavc's ac3 already at 128 kb/s From cooleyr at gmail.com Fri Sep 21 11:36:42 2007 From: cooleyr at gmail.com (RC) Date: Fri, 21 Sep 2007 02:36:42 -0700 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709210100n551bc240la6a0efa076f5c46@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> <46F37541.70708@poste.it> <7d3838330709210100n551bc240la6a0efa076f5c46@mail.gmail.com> Message-ID: <20070921023642.3240b26c.cooleyr@gmail.com> On Fri, 21 Sep 2007 09:00:41 +0100 "Daniel Harris" wrote: > > The video part is perfect. The audio goes progressively out of > > sync, Add harddup to your -vf chain, and tsaf to your -mpegopts. From Nicola.Sabbi at poste.it Fri Sep 21 11:38:40 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Fri, 21 Sep 2007 11:38:40 +0200 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <20070921023642.3240b26c.cooleyr@gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> <46F37541.70708@poste.it> <7d3838330709210100n551bc240la6a0efa076f5c46@mail.gmail.com> <20070921023642.3240b26c.cooleyr@gmail.com> Message-ID: <46F39120.30803@poste.it> RC wrote: >On Fri, 21 Sep 2007 09:00:41 +0100 >"Daniel Harris" wrote: > > > >>>The video part is perfect. The audio goes progressively out of >>>sync, >>> >>> > >Add harddup to your -vf chain, and tsaf to your -mpegopts. > > and make sure your audio stream is sampled at 48 khz From cooleyr at gmail.com Fri Sep 21 11:44:12 2007 From: cooleyr at gmail.com (RC) Date: Fri, 21 Sep 2007 02:44:12 -0700 Subject: [MPlayer-users] tv channels - frequebcy intead of channel number In-Reply-To: <60D993A6F8A24B8C866D2EAD53DBD79C@M73> References: <60D993A6F8A24B8C866D2EAD53DBD79C@M73> Message-ID: <20070921024412.5c88bda9.cooleyr@gmail.com> On Fri, 21 Sep 2007 09:35:41 +0300 "Abibula Aygun" wrote: > My question is : How can i setup the frequency of the channel instead > of channel number ? I suggest you edit stream/frequencies.c and write-in your own frequency/channel-list. From mail.dharris at googlemail.com Fri Sep 21 12:06:36 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Fri, 21 Sep 2007 11:06:36 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <20070921023642.3240b26c.cooleyr@gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> <46F37541.70708@poste.it> <7d3838330709210100n551bc240la6a0efa076f5c46@mail.gmail.com> <20070921023642.3240b26c.cooleyr@gmail.com> Message-ID: <7d3838330709210306s4eb9f957h7836bb172af90586@mail.gmail.com> On 9/21/07, RC wrote: > > On Fri, 21 Sep 2007 09:00:41 +0100 > "Daniel Harris" wrote: > > > > The video part is perfect. The audio goes progressively out of > > > sync, > > Add harddup to your -vf chain, and tsaf to your -mpegopts. Believe me, I do appreciate all of your help. It was just that this particular disk was a bit of a rush job and the fact that it was taking 4 hours (time to upgrade my computer I think :)) to encode (or is it decode) only to find the a/v problem when it was in a standalone dvd player. Anyway I have some options to try and now I have only 2 hours remaining with the harddup added to my command line. Thank You all Dan From fvisagie at za.spescom.com Fri Sep 21 12:14:13 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Fri, 21 Sep 2007 12:14:13 +0200 Subject: [MPlayer-users] Newbie DVD audio confirmation Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12326@panda.datavoice.co.za> > From: Nico Sabbi > Sent: 21 September 2007 11:32 > > >However, I can't find much information about AC-3 characteristics in > >the MPlayer documentation. > > > > because lavc's ac3 encoder encodes only in CBR mode and > doesn't produce great results > > > Which of VBR or CBR can it do, and most crucially, how does its > >quality and compressability compare to that of MP2 (in the case of a > >stereo track in case that makes any difference)? > > > > to my ears twolame and toolame produce much better results > than lavc's ac3 already at 128 kb/s Thank you, Nico. IIRC there's a suggestion somewhere in the MPlayer documentation that twolame evolved from toolame. Is twolame superior, and in what respect(s)? Thank you, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From que_pasa70 at gmx.de Fri Sep 21 12:22:18 2007 From: que_pasa70 at gmx.de (=?iso-8859-1?Q?=22Thomas__R=F6hm=22?=) Date: Fri, 21 Sep 2007 12:22:18 +0200 Subject: [MPlayer-users] Controlling/restart several instances of mplayer Message-ID: <20070921102218.30340@gmx.net> Hello, I?m running serveral streaming-instances of mplayer. Is there a way to check out the PID of each instance or save the PID during the start in a variable to check if it?s still running? My goal is to restart a instance automatically if the stream hung up. Any idea is appreciated. Best regards Thomas -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser From Nicola.Sabbi at poste.it Fri Sep 21 12:22:29 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Fri, 21 Sep 2007 12:22:29 +0200 Subject: [MPlayer-users] Newbie DVD audio confirmation In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F12326@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F12326@panda.datavoice.co.za> Message-ID: <46F39B65.9020406@poste.it> Francois Visagie wrote: > >Thank you, Nico. > >IIRC there's a suggestion somewhere in the MPlayer documentation that >twolame evolved from toolame. Is twolame superior, and in what respect(s)? > > > in no respect: the encoding code is unchanged. Its only advantage is that twolame is ~maintained and still available, not so for toolame From inverseparadox at comcast.net Fri Sep 21 12:42:09 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 21 Sep 2007 06:42:09 -0400 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <880dece00709210229l373bdc19qea5bec56d944db63@mail.gmail.com> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> <20070917132836.32ca612c.cooleyr@gmail.com> <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> <46F30DAF.4080500@gmail.com> <880dece00709210229l373bdc19qea5bec56d944db63@mail.gmail.com> Message-ID: <46F3A001.2000100@comcast.net> Dotan Cohen wrote: > Is there no bugzilla for Mplayer? All I could find was the Launchpad > bugzilla, which I think is specific to Ubuntu, no? No offense, but how hard did you look? http://bugzilla.mplayerhq.hu/ -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From fvisagie at za.spescom.com Fri Sep 21 12:48:16 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Fri, 21 Sep 2007 12:48:16 +0200 Subject: [MPlayer-users] Newbie DVD audio confirmation Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12327@panda.datavoice.co.za> > -----Original Message----- > From: On Behalf Of Nico Sabbi > Sent: 21 September 2007 12:22 > > >IIRC there's a suggestion somewhere in the MPlayer > documentation that > >twolame evolved from toolame. Is twolame superior, and in > what respect(s)? > > > > > in no respect: the encoding code is unchanged. Its only > advantage is that twolame is ~maintained and still available, > not so for toolame Thanks. Kind regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From Reimar.Doeffinger at stud.uni-karlsruhe.de Fri Sep 21 13:30:04 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Fri, 21 Sep 2007 13:30:04 +0200 Subject: [MPlayer-users] RGB24 for DivX or MPEG2 In-Reply-To: <10bd9830709191610r2a799f3ewe4f25244c10b970a@mail.gmail.com> References: <10bd9830709191610r2a799f3ewe4f25244c10b970a@mail.gmail.com> Message-ID: <20070921113004.GA4344@1und1.de> Hello, On Wed, Sep 19, 2007 at 07:10:01PM -0400, James Ronald wrote: [...] > VO: [fbdev] 480x360 => 480x360 BGR 24-bit fbdev currently only supports BGR, because none of the standard PC hardware uses RGB, and that is after all the main development platform. Greetings, Reimar D?ffinger From Reimar.Doeffinger at stud.uni-karlsruhe.de Fri Sep 21 14:14:57 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Fri, 21 Sep 2007 14:14:57 +0200 Subject: [MPlayer-users] tv channels - frequebcy intead of channel number In-Reply-To: <60D993A6F8A24B8C866D2EAD53DBD79C@M73> References: <60D993A6F8A24B8C866D2EAD53DBD79C@M73> Message-ID: <20070921121457.GB4344@1und1.de> Hello, On Fri, Sep 21, 2007 at 09:35:41AM +0300, Abibula Aygun wrote: [...] > 270.9375 - EuroSport > 294.9375 - MTV These two are only a mere 350 kHz from e.g. US-Cable channels 32 and 36, they really should work without a special frequency list. > 311.0625 - VH1 > 318.8125 - Hallmark But actually these altogether look more like channels SR16, SR19, S22 and S23 from the western European channel list (MPlayer name: europe-west). Greetings, Reimar D?ffinger From Reimar.Doeffinger at stud.uni-karlsruhe.de Fri Sep 21 14:20:33 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Fri, 21 Sep 2007 14:20:33 +0200 Subject: [MPlayer-users] Controlling/restart several instances of mplayer In-Reply-To: <20070921102218.30340@gmx.net> References: <20070921102218.30340@gmx.net> Message-ID: <20070921122033.GC4344@1und1.de> Hello, On Fri, Sep 21, 2007 at 12:22:18PM +0200, "Thomas R?hm" wrote: > I?m running serveral streaming-instances of mplayer. Is there a way to check out the PID of each instance or save the PID during the start in a variable to check if it?s still running? > My goal is to restart a instance automatically if the stream hung up. > Any idea is appreciated. Read the manual of your shell. If it is bash, esp. $! and jobs -p. Greetings, Reimar D?ffinger From Abibula.Aygun at euro.ro Fri Sep 21 15:12:34 2007 From: Abibula.Aygun at euro.ro (Abibula Aygun) Date: Fri, 21 Sep 2007 16:12:34 +0300 Subject: [MPlayer-users] tv channels - frequebcy intead of channel number In-Reply-To: <20070921121457.GB4344@1und1.de> References: <60D993A6F8A24B8C866D2EAD53DBD79C@M73> <20070921121457.GB4344@1und1.de> Message-ID: <622559BD0DA64F43BC63CDB02A9868D2@M73> Hello, On Fri, Sep 21, 2007 at 09:35:41AM +0300, Abibula Aygun wrote: [...] > 270.9375 - EuroSport > 294.9375 - MTV These two are only a mere 350 kHz from e.g. US-Cable channels 32 and 36, they really should work without a special frequency list. > 311.0625 - VH1 > 318.8125 - Hallmark But actually these altogether look more like channels SR16, SR19, S22 and S23 from the western European channel list (MPlayer name: europe-west). Greetings, Reimar D?ffinger Thank you very much! I will try it at home again. Now i was modified the frequency.c file and recompile it again.So i will change the mplayer binary file from geexbox generator tree. Thank you again Best regards , Aygun From sreenivas.pachva at gmail.com Fri Sep 21 18:39:12 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Fri, 21 Sep 2007 22:09:12 +0530 Subject: [MPlayer-users] Need GUI for MPlayer on DirectFb Message-ID: <846f3e320709210939t391ce57elb6981c4e1efcb837@mail.gmail.com> Hi, I built Mplayer with DirectFb support and i can able to play media files in mplayer. Now i need GUI for Mplayer that should not dependant on X11 library. The GUI should support Directfb. While building mplayer i will disable gui with --disable-gui option and add --enable-directfb. Is there any GTK2 based GUI as Front end for Mplayer that should run on Directfb. If any one have idea about this please let me know. Thanks, Sreenvias From dotancohen at gmail.com Fri Sep 21 18:49:33 2007 From: dotancohen at gmail.com (Dotan Cohen) Date: Fri, 21 Sep 2007 18:49:33 +0200 Subject: [MPlayer-users] Only one instance of mPlayer In-Reply-To: <46F3A001.2000100@comcast.net> References: <880dece00709171255q420cb529u5efc91b53cf0d0af@mail.gmail.com> <20070917132836.32ca612c.cooleyr@gmail.com> <880dece00709201706y3e180b64sd4f88400403ee29c@mail.gmail.com> <46F30DAF.4080500@gmail.com> <880dece00709210229l373bdc19qea5bec56d944db63@mail.gmail.com> <46F3A001.2000100@comcast.net> Message-ID: <880dece00709210949y395c249em80c2e00cbc68e0eb@mail.gmail.com> On 21/09/2007, The Wanderer wrote: > Dotan Cohen wrote: > > > Is there no bugzilla for Mplayer? All I could find was the Launchpad > > bugzilla, which I think is specific to Ubuntu, no? > > No offense, but how hard did you look? > > http://bugzilla.mplayerhq.hu/ No offense taken, I could use a good RTFM for that one. I simply googled "mplayer bugzilla" and, failing that, looked at the mplayer homepage. For most projects, if that's not enough to find bugzilla, it's because there is none... Dotan Cohen http://what-is-what.com http://gibberish.co.il From daniel.akerud at gmail.com Fri Sep 21 18:53:02 2007 From: daniel.akerud at gmail.com (=?ISO-8859-1?Q?daniel_=E5kerud?=) Date: Fri, 21 Sep 2007 18:53:02 +0200 Subject: [MPlayer-users] Playing HDTV VC-1 .ts file, no video Message-ID: Hello, I'm trying to play a HDTV VC-1 .ts file, but there is only sound, no video. Can anyone see why it doesn't work? I'm using the stable mplayer in Gentoo. This is the log: MPlayer SVN-r24130 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Playing hdtv_movie.ts. TS file format detected. VIDEO VC1(pid=4129) AUDIO A52(pid=4134) NO SUBS (yet)! PROGRAM N. 1 Searching for VC1 sequence header... found VIDEO: VC-1 1920x1080, 29.970 fps, header len: 36 [VO_XV] Could not grab port 275. ========================================================================== Opening video decoder: [dmo] DMO video codecs DMO dll supports VO Optimizations 0 1 DMO dll might use previous sample when requested GetOutput r=0x0 size:6220800 align:1 StreamCount r=0x0 1 1 Decoder supports the following formats: YV12 YUY2 UYVY YVYU RGB8 RGB555 RGB565 RGB24 RGB32 Decoder is capable of YUV output (flags 0x1b) VDec: vo config request - 1920 x 1080 (preferred colorspace: Packed YUY2) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. VO: [xv] 1920x1080 => 1920x1080 Planar YV12 [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! Selected video codec: [wmvvc1dmo] vfm: dmo (Windows Media Video (VC-1) Advanced Profile Decoder) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... ProcessInputError r:0xffffff9c=-100 (keyframe: 1) ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 0 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 1 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)??,?% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.9% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.9% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.9% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.9% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.9% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.7% 2 0 ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 ... and continues like that. Anyone has any hints? Thanks, /D From Nicola.Sabbi at poste.it Fri Sep 21 19:23:47 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Fri, 21 Sep 2007 19:23:47 +0200 Subject: [MPlayer-users] Playing HDTV VC-1 .ts file, no video In-Reply-To: References: Message-ID: <46F3FE23.6030902@poste.it> daniel ?kerud wrote: >Hello, I'm trying to play a HDTV VC-1 .ts file, but there is only sound, no >video. Can anyone see why it doesn't work? I'm using the stable mplayer in >Gentoo. This is the log: > >MPlayer SVN-r24130 (C) 2000-2007 MPlayer Team >CPU: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (Family: 6, Model: 15, >Stepping: 6) >CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 >Compiled with runtime CPU detection. > >Playing hdtv_movie.ts. >TS file format detected. >VIDEO VC1(pid=4129) AUDIO A52(pid=4134) NO SUBS (yet)! PROGRAM N. 1 >Searching for VC1 sequence header... found >VIDEO: VC-1 1920x1080, 29.970 fps, header len: 36 >[VO_XV] Could not grab port 275. >========================================================================== >Opening video decoder: [dmo] DMO video codecs >DMO dll supports VO Optimizations 0 1 >DMO dll might use previous sample when requested >GetOutput r=0x0 size:6220800 align:1 >StreamCount r=0x0 1 1 >Decoder supports the following formats: YV12 YUY2 UYVY YVYU RGB8 RGB555 >RGB565 RGB24 RGB32 >Decoder is capable of YUV output (flags 0x1b) >VDec: vo config request - 1920 x 1080 (preferred colorspace: Packed YUY2) >VDec: using Planar YV12 as output csp (no 0) >Movie-Aspect is undefined - no prescaling applied. >VO: [xv] 1920x1080 => 1920x1080 Planar YV12 >[ASPECT] Warning: No suitable new res found! >[ASPECT] Warning: No suitable new res found! >[ASPECT] Warning: No suitable new res found! >Selected video codec: [wmvvc1dmo] vfm: dmo (Windows Media Video (VC-1) >Advanced Profile Decoder) >========================================================================== >========================================================================== >Opening audio decoder: [liba52] AC3 decoding with liba52 >Using SSE optimized IMDCT transform >Using MMX optimized resampler >AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000) >Selected audio codec: [a52] afm: liba52 (AC3-liba52) >========================================================================== >AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) >Starting playback... >ProcessInputError r:0x80004005=-2147467259 (keyframe: 1) 0.8% 2 0 > >... and continues like that. > >Anyone has any hints? > > -vc ffvc1 From yyang at commscope.com Fri Sep 21 20:27:20 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Fri, 21 Sep 2007 13:27:20 -0500 Subject: [MPlayer-users] questions In-Reply-To: <46F2E625.8010403@comcast.net> Message-ID: Hi, >Turns off the cache feature. The cache feature caches the file into your >system's memory before playing the file. You must enable the cache feature >and set its parameters. If you turn the cache off with nocache and if it was >never set it in the first place, then -nocache is the same as having cache >enable with a cache setting of 0. I mounted a directory (/mnt/nfs) via NFS, and played the vide clip in the mounted folder: mplayer /mnt/nfs/hd.avi -loop 10 -nocache Using System Monitor of 'server' machine, I saw the network traffic showed in the bottom curve. The red cruve (the hilly shape) indicates video traffic was being sent to 'workstation'. I actually expected there would be 10 hilly shapes like that since I looped for 10 time and nocache. But it did not. What is the reason behind that? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 46802 bytes Desc: not available URL: From defsyn at gmail.com Fri Sep 21 20:44:03 2007 From: defsyn at gmail.com (Henry Garcia) Date: Fri, 21 Sep 2007 14:44:03 -0400 Subject: [MPlayer-users] questions In-Reply-To: References: <46F2E625.8010403@comcast.net> Message-ID: > > > Using System Monitor of 'server' machine, I saw the network traffic showed > in the bottom curve. The red cruve (the hilly shape) indicates video > traffic was being sent to 'workstation'. I actually expected there would > be 10 hilly shapes like that since I looped for 10 time and nocache. But > it did not. What is the reason behind that? It's called the client machine having it's own cache independent of mplayer _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > From daniel.akerud at gmail.com Fri Sep 21 21:09:25 2007 From: daniel.akerud at gmail.com (=?ISO-8859-1?Q?daniel_=E5kerud?=) Date: Fri, 21 Sep 2007 21:09:25 +0200 Subject: [MPlayer-users] Playing HDTV VC-1 .ts file, no video In-Reply-To: <46F3FE23.6030902@poste.it> References: <46F3FE23.6030902@poste.it> Message-ID: On 9/21/07, Nico Sabbi wrote: > daniel ?kerud wrote: > > >Anyone has any hints? > > > > > > -vc ffvc1 > > Thanks! Works perfectly. And I know why now: mplayer has more than one vc1 decoder (-vc help | grep vc1 to find out) and it chooses the "wrong" one. /D From asmplayer at dsgml.com Fri Sep 21 21:11:01 2007 From: asmplayer at dsgml.com (Ariel) Date: Fri, 21 Sep 2007 15:11:01 -0400 (EDT) Subject: [MPlayer-users] crash in motion_est_mmx.c, backtrace included In-Reply-To: References: Message-ID: On Wed, 19 Sep 2007, Carl Eugen Hoyos wrote: > Ariel writes: > >> Command line: -fs -framedrop -softvol -softvol-max 800 -af volume=12 -ao >> alsa -channels 6 -ni -vo xvmc:queue -vc ffmpeg12mc > > (This is definitely not a command line.) OK, OK, it's the command arguments, it's what I typed on the command line. >> If there is other information you need let me know. > Does it happen with every MPEG2 sample you have? With some? Only with > one sample - then please upload to incoming. Only with samples that contain transmission errors. I snipped a section of the file, called it: crash_with_transmission_errors_and_xvmc and uploaded it to incoming. > Does it only happen with -vc ffmpeg12mc or with every -vc for MPEG2? Is queue > necessary to trigger the crash? Or, in other words, could you send the > minimal (shortest) command line that triggers the crash? Yes, it does require ffmpeg12mc to crash. The shortest line that causes a crash is -vo xvmc -vc ffmpeg12mc Thank you for your help. -Ariel From yyang at commscope.com Fri Sep 21 21:25:19 2007 From: yyang at commscope.com (yyang at commscope.com) Date: Fri, 21 Sep 2007 14:25:19 -0500 Subject: [MPlayer-users] questions In-Reply-To: Message-ID: Hi,Henry, >It's called the client machine having it's own cache independent of mplayer My client runs FC6 64-bit. Do you have a suggestioin to turn the client machine caching off? From defsyn at gmail.com Fri Sep 21 21:39:06 2007 From: defsyn at gmail.com (Henry Garcia) Date: Fri, 21 Sep 2007 15:39:06 -0400 Subject: [MPlayer-users] questions In-Reply-To: References: Message-ID: On 9/21/07, yyang at commscope.com wrote: > > Hi,Henry, > >It's called the client machine having it's own cache independent of > mplayer > My client runs FC6 64-bit. Do you have a suggestioin to turn the client > machine caching off? It should be in the documentation for Linux. But why do you want to turn the caching off? Caching is a benefit, not a curse. _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From geisj at pagestation.com Fri Sep 21 23:38:51 2007 From: geisj at pagestation.com (Jerry Geis) Date: Fri, 21 Sep 2007 17:38:51 -0400 Subject: [MPlayer-users] internet camera Message-ID: <46F439EB.4060706@pagestation.com> I have an internet camera with a limit of 4 connects. mplayer plays the camera fine. However I wish to provide more than 4 connections for viewing. What kind of command line do I need for mplayer to connect to the camera, and then provide that feed to other connections? I'm only looking at about 10 connections so I hope mplayer can do it. Thanks, Jerry From cooleyr at gmail.com Fri Sep 21 23:44:09 2007 From: cooleyr at gmail.com (RC) Date: Fri, 21 Sep 2007 14:44:09 -0700 Subject: [MPlayer-users] internet camera In-Reply-To: <46F439EB.4060706@pagestation.com> References: <46F439EB.4060706@pagestation.com> Message-ID: <20070921144409.65bd8e9b.cooleyr@gmail.com> On Fri, 21 Sep 2007 17:38:51 -0400 Jerry Geis wrote: > What kind of command line do I need for mplayer to connect to the > camera, and then provide that feed to other connections? MPlayer can't "provide" anything. It's not any kind of a server, which is exactly what you happen to need. From cgokey at comcast.net Sat Sep 22 03:12:47 2007 From: cgokey at comcast.net (Christopher Gokey) Date: Fri, 21 Sep 2007 21:12:47 -0400 Subject: [MPlayer-users] can mplayer record a stream to mp3 in windows? Message-ID: Can I record a stream to mp3 using windows in one step using mplayer? e.g., Some command arguments like this: mplayer --dump-stream --format mp3 --out_file=file.mp3 Is this possible with mplayer? If not, does someone know of a command line application that can do this in one statement? I know it can be done with lame in 2 statements, but I really need to do it as 1 in "windows"... Chris From cgokey at comcast.net Sat Sep 22 03:28:14 2007 From: cgokey at comcast.net (Christopher Gokey) Date: Fri, 21 Sep 2007 21:28:14 -0400 Subject: [MPlayer-users] can mplayer record a stream to mp3 in windows? In-Reply-To: References: Message-ID: Can I record a stream to mp3 using windows in one step using mplayer? e.g., Some command arguments like this: mplayer --dump-stream --format mp3 --out_file=file.mp3 Is this possible with mplayer? If not, does someone know of a command line application that can do this in one statement? I know it can be done with lame in 2 statements, but I really need to do it as 1 in "windows"... Chris From ulion2002 at gmail.com Sat Sep 22 03:29:25 2007 From: ulion2002 at gmail.com (Ulion) Date: Sat, 22 Sep 2007 09:29:25 +0800 Subject: [MPlayer-users] Mplayer failing to find altivec.h and Mac OS X API In-Reply-To: References: Message-ID: <81b02f020709211829r7ddb7cf7j67a3040094ac6523@mail.gmail.com> 2007/9/21, Ergzay : > My computer: gcc 3.3, make 3.79, Mac OS X 10.3.9 (Build 7W98), 1.2 Ghz > iBook G4 > Latest svn of mplayer which at this time is revision 24588 with the > included ffmpeg files at 10537 > > I haven't updated in a very long time and when I just tried I found it > didn't find either. I used default configure options and my > $PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/ > bin/powerpc-apple-darwin-current:/usr/local/bin:~/bin > > configure.log attached bz2 compressed > It seems caused by a QuickTime or QT SDK update, here's some link I found about the problem: http://www.nabble.com/Again-quicktime-update-problem-t4393548.html -- Ulion From inverseparadox at comcast.net Sat Sep 22 03:38:57 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 21 Sep 2007 21:38:57 -0400 Subject: [MPlayer-users] can mplayer record a stream to mp3 in windows? In-Reply-To: References: Message-ID: <46F47231.20003@comcast.net> Christopher Gokey wrote: > Can I record a stream to mp3 using windows in one step using mplayer? > e.g., > > Some command arguments like this: > mplayer --dump-stream --format mp3 --out_file=file.mp3 > > Is this possible with mplayer? No. '-dumpstream' just copies the exact stream it receives, without modifying it. This is intentional, and probably could not be changed even if it were not. You are not asking to dump the stream, but to transcode it. For that, you need an encoding tool which can read from the appropriate type of stream. MEncoder is the encoding companion to MPlayer, but it cannot do the job on its own, because it requires a video stream in its encoded files. > If not, does someone know of a command line application that can do > this in one statement? I know it can be done with lame in 2 > statements, but I really need to do it as 1 in "windows"... I would suggest that you look at the FFmpeg project. http://ffmpeg.mplayerhq.hu/ -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From sreenivas.pachva at gmail.com Sat Sep 22 07:36:04 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Sat, 22 Sep 2007 11:06:04 +0530 Subject: [MPlayer-users] Need GUI for MPlayer on DirectFb In-Reply-To: <846f3e320709210939t391ce57elb6981c4e1efcb837@mail.gmail.com> References: <846f3e320709210939t391ce57elb6981c4e1efcb837@mail.gmail.com> Message-ID: <846f3e320709212236x24f696e9yc738830f472ddf9e@mail.gmail.com> Hi, I built Mplayer with DirectFb support and i can able to play media files in mplayer. Now i need GUI for Mplayer that should not dependant on X11 library. The GUI should support Directfb. While building mplayer i will disable gui with --disable-gui option and add --enable-directfb. Is there any GTK2 based GUI as Front end for Mplayer that should run on Directfb. If any one have idea about this please let me know. Thanks, Sreenvias From amidk75 at gmail.com Sat Sep 22 08:49:01 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 22 Sep 2007 08:49:01 +0200 Subject: [MPlayer-users] Need GUI for MPlayer on DirectFb In-Reply-To: <846f3e320709212236x24f696e9yc738830f472ddf9e@mail.gmail.com> References: <846f3e320709210939t391ce57elb6981c4e1efcb837@mail.gmail.com> <846f3e320709212236x24f696e9yc738830f472ddf9e@mail.gmail.com> Message-ID: <46F4BADD.1030208@gmail.com> Sreenivas Chowdary pisze: > Is there any GTK2 based GUI as Front end for Mplayer that should run > on Directfb. GTK/GTK2 is X11 dependant. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From Nicola.Sabbi at poste.it Sat Sep 22 09:11:27 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Sat, 22 Sep 2007 09:11:27 +0200 Subject: [MPlayer-users] can mplayer record a stream to mp3 in windows? In-Reply-To: References: Message-ID: <46F4C01F.9020605@poste.it> Christopher Gokey wrote: >Can I record a stream to mp3 using windows in one step using mplayer? >e.g., >Some command arguments like this: >mplayer --dump-stream --format mp3 --out_file=file.mp3 > >Is this possible with mplayer? If not, does someone know of a command >line application that can do this in one statement? I know it can be >done with lame in 2 statements, but I really need to do it as 1 in >"windows"... > >Chris > > if the stream contains at least a video track you can use $ mencoder -of rawaudio -oac lame -lameopts ... url.rm otherwise $ mencoder /dev/zero -demuxer rawvideo -rawvideo w=200:h=200:fps=25 \ -of rawaudio -audiofile url.rm -ovc frameno -of rawaudio -oac mp3lame -o x.mp3 From sreenivas.pachva at gmail.com Sat Sep 22 09:23:03 2007 From: sreenivas.pachva at gmail.com (Sreenivas Chowdary) Date: Sat, 22 Sep 2007 12:53:03 +0530 Subject: [MPlayer-users] Need GUI for MPlayer on DirectFb In-Reply-To: <46F4BADD.1030208@gmail.com> References: <846f3e320709210939t391ce57elb6981c4e1efcb837@mail.gmail.com> <846f3e320709212236x24f696e9yc738830f472ddf9e@mail.gmail.com> <46F4BADD.1030208@gmail.com> Message-ID: <846f3e320709220023l1178b488jde8d85de6abebb73@mail.gmail.com> There is a DirectFb patch to GTK2. I applied Directfb patch to GTK2. I tested GTK2 dependant application with DirectFb patch. It is working fine on DirectFb. Same thing i need to do for MPlayer GUI also. On 9/22/07, Krzysztof Duchnowski wrote: > Sreenivas Chowdary pisze: > > > Is there any GTK2 based GUI as Front end for Mplayer that should run > > on Directfb. > > GTK/GTK2 is X11 dependant. > > -- > Krzysztof 'DK75' Duchnowski > GetFirefox - http://www.mozilla.com/firefox/ > Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From goga777 at bk.ru Sat Sep 22 12:05:55 2007 From: goga777 at bk.ru (Igor Nikanov) Date: Sat, 22 Sep 2007 14:05:55 +0400 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism Message-ID: <20070922140555.0c321ff6@localhost.localdomain> Hi is there the support of thread-level parallelism in MPlayer or ffmpeg ? I want to play h.264 files with MPlayer, is there any sense to upgrade my CPU to Athlon64X2 or Intel Core 2 Duo ? Igor From aseques at gmail.com Sat Sep 22 12:07:55 2007 From: aseques at gmail.com (Joan) Date: Sat, 22 Sep 2007 12:07:55 +0200 Subject: [MPlayer-users] Mplayer osx compilation Message-ID: Hi, I've been trying to compile svn mplayerosx for mac for some days now, and must be doing something wrong. I'm on a macbook 10.4.10 and I can complie mplayer without many problems, everything works fine (even apple remote !!), but, ... If I follow the details on INSTALL.txt: svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx export MACOSX_DEPLOYMENT_TARGET=10.3 make mplayer I get -> make: Nothing to be done for `mplayer'. I changed the mplayer folder inside mplayerosx into a symlink to main (mplayer source) and compiled it separately. But when I do the make && make dist within the mplayerosx folder it builds a .dmg only with the gui, not able of playing anything. Si the Makefile really including anything, with my (limited) knowledge, couldn't find anything. Any help will be appreciated. Cheers From nicola_sabbi at fastwebnet.it Sat Sep 22 12:14:12 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 22 Sep 2007 12:14:12 +0200 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070922140555.0c321ff6@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> Message-ID: <46F4EAF4.7060205@fastwebnet.it> Igor Nikanov wrote: > Hi > > is there the support of thread-level parallelism in MPlayer or ffmpeg ? I want to play h.264 > files with MPlayer, is there any sense to upgrade my CPU to Athlon64X2 or Intel Core 2 Duo ? > > Igor -lavdopts threads=2 (interestingly it seems to be currently broken, at least with hdtv mpeg2; can anyone confirm? ) From manao at melix.net Sat Sep 22 12:18:14 2007 From: manao at melix.net (Mathieu Monnier) Date: Sat, 22 Sep 2007 12:18:14 +0200 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070922140555.0c321ff6@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> Message-ID: <46F4EBE6.3010000@melix.net> > is there the support of thread-level parallelism in MPlayer or ffmpeg ? I want to play h.264 > files with MPlayer, is there any sense to upgrade my CPU to Athlon64X2 or Intel Core 2 Duo ? FFmpeg supports slice based threading. That means it can use as many threads as the h264 file has slices. The implications behind that are the following : - if you didn't create the file you want to play, you don't know whether you'll be able to play it using several threads or not before actually playing it - recent x264 revisions use a frame based parallelism, and don't support slices anymore, so the main open source provider of h264 stream isn't "thread compatible" with ffmpeg at the present time - most professionnal encoders use a sliced based approach to encoding. So it's highly probable that you'll be able to decode Apple's trailers, and broadcasted HD videos using both threads. Additionnally, don't minimize the decoding performance of ffmpeg on a Core 2 Duo with a single thread. With that, you should still be able to decode most videos ( for reference, a year and a half ago, I could decode 960x1080i50 @ 5.5 mbits with a A64 3000+. Since then, ffmpeg did improve ( more than 10%, especially in the CABAC decoding department ), and a Core 2 is much more powerfull than a A64 ). After all, you don't need to decode a video at 100+fps, you just need to decode it in realtime ( i.e 25/30 fps ). Regards, Mathieu From ulion2002 at gmail.com Sat Sep 22 12:53:46 2007 From: ulion2002 at gmail.com (Ulion) Date: Sat, 22 Sep 2007 18:53:46 +0800 Subject: [MPlayer-users] Mplayer osx compilation In-Reply-To: References: Message-ID: <81b02f020709220353r5c360a46i92228f94eb805ef1@mail.gmail.com> 2007/9/22, Joan : > Hi, I've been trying to compile svn mplayerosx for mac for some days > now, and must be doing something wrong. > I'm on a macbook 10.4.10 and I can complie mplayer without many > problems, everything works fine (even apple remote !!), but, ... > If I follow the details on INSTALL.txt: > > svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main > svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx > export MACOSX_DEPLOYMENT_TARGET=10.3 > make mplayer > > I get -> make: Nothing to be done for `mplayer'. > > I changed the mplayer folder inside mplayerosx into a symlink to main > (mplayer source) and compiled it separately. > > But when I do the make && make dist within the mplayerosx folder it > builds a .dmg only with the gui, not able of playing anything. > > Si the Makefile really including anything, with my (limited) > knowledge, couldn't find anything. > Any help will be appreciated. > > Cheers The compilation for mplayer osx is somekind of broken. When you do the make in mplayerosx, you can build a MPlayer OSX in the build/Release directory of mplayerosx, the program is working, just lack the command line mplayer program in the correct directory. You need manually copy the mplayer you built in your mplayer directory to certain directory in mplayerosx. That's External_Binaries/mplayer_intel.app/Contents/MacOS/ for your macbook build. I also copy mplayer to build/Release/MPlayer\ OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/ to avoid clean and rebuild MPlayer OSX -- Ulion From carnold at electrichendrix.com Sat Sep 22 17:43:11 2007 From: carnold at electrichendrix.com (Chris Arnold) Date: Sat, 22 Sep 2007 11:43:11 -0400 Subject: [MPlayer-users] What does this mean? Message-ID: <46F5380F.9060708@electrichendrix.com> Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0". From rambo at id.uw.edu.pl Sat Sep 22 17:58:09 2007 From: rambo at id.uw.edu.pl (Marcin 'Rambo' Roguski) Date: Sat, 22 Sep 2007 17:58:09 +0200 Subject: [MPlayer-users] What does this mean? In-Reply-To: <46F5380F.9060708@electrichendrix.com> References: <46F5380F.9060708@electrichendrix.com> Message-ID: <20070922175809.277e25a7.rambo@id.uw.edu.pl> On Sat, 22 Sep 2007 11:43:11 -0400 Chris Arnold wrote: > Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0". It means you can't switch resolutions on the fly From goga777 at bk.ru Sat Sep 22 19:27:15 2007 From: goga777 at bk.ru (Igor Nikanov) Date: Sat, 22 Sep 2007 21:27:15 +0400 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <46F4EAF4.7060205@fastwebnet.it> References: <20070922140555.0c321ff6@localhost.localdomain> <46F4EAF4.7060205@fastwebnet.it> Message-ID: <20070922212715.24f7c0b7@localhost.localdomain> > (interestingly it seems to be currently broken, > at least with hdtv mpeg2; can anyone confirm? ) we discussed with you about usual mpeg2 files with standard definition. Today I checked on svn version - result is the same - I can't play with my FF card any mpeg2 files /usr/bin/mplayer -vo mpegpes -ao mpegpes -nolirc -msglevel all=9 /data/mplayer/video/Polina_New_Year.mpeg MPlayer dev-SVN-r24588-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Sempron(tm) Processor 2800+ (Family: 15, Model: 44, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Adding file /data/mplayer/video/Polina_New_Year.mpeg Config pushed level is now 2 Config pushed level is now 3 get_path('codecs.conf') -> '/root/.mplayer/codecs.conf' Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: CommandLine: '-vo' 'mpegpes' '-ao' 'mpegpes' '-nolirc' '-msglevel' 'all=9' '/data/mplayer/video/Polina_New_Year.mpeg' init_freetype get_path('font/font.desc') -> '/root/.mplayer/font/font.desc' font: can't open file: /root/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay get_path('fonts') -> '/root/.mplayer/fonts' Using nanosleep() timing get_path('input.conf') -> '/root/.mplayer/input.conf' Can't open input config file /root/.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 get_path('Polina_New_Year.mpeg.conf') -> '/root/.mplayer/Polina_New_Year.mpeg.conf' [[[init getch2]]] Playing /data/mplayer/video/Polina_New_Year.mpeg. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 2232918016 bytes STREAM: [file] /data/mplayer/video/Polina_New_Year.mpeg STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) s->pos=0 newpos=0 new_bufpos=0 buflen=0 LAVF_check: MPEG PS format DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 Checking for YUV4MPEG2 DEMUXER: freeing demuxer at 0x8b06ae0 ASF_check: not ASF guid! DEMUXER: freeing demuxer at 0x8b06ae0 Checking for NuppelVideo DEMUXER: freeing demuxer at 0x8b06ae0 Checking for REAL DEMUXER: freeing demuxer at 0x8b06ae0 Checking for SMJPEG DEMUXER: freeing demuxer at 0x8b06ae0 [mkv] no head found DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 Ogg demuxer : Bad page sync DEMUXER: freeing demuxer at 0x8b06ae0 Searching demuxer type for filename /data/mplayer/video/Polina_New_Year.mpeg ext: .mpeg s->pos=1000 newpos=0 new_bufpos=0 buflen=0 Checking for Nullsoft Streaming Video DEMUXER: freeing demuxer at 0x8b06ae0 s->pos=3E800 newpos=0 new_bufpos=0 buflen=0 Checking for MOV DEMUXER: freeing demuxer at 0x8b06ae0 Checking for VIVO header block 1 size: 0 DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing demuxer at 0x8b06ae0 AVS: avs_check_file - attempting to open file /data/mplayer/video/Polina_New_Year.mpeg AVS: File is too big, aborting... DEMUXER: freeing demuxer at 0x8b06ae0 Checking for PVA Failed: PVA DEMUXER: freeing demuxer at 0x8b06ae0 Checking for MPEG-TS... GET_PACKET_SIZE, pos 1, char: be GET_PACKET_SIZE, pos 1, char: be GET_PACKET_SIZE, pos 1, char: 1d GET_PACKET_SIZE, pos 1, char: 1d GET_PACKET_SIZE, pos 1, char: c GET_PACKET_SIZE, pos 1, char: c GET_PACKET_SIZE, pos 1, char: 64 GET_PACKET_SIZE, pos 1, char: 64 GET_PACKET_SIZE, pos 1, char: f6 GET_PACKET_SIZE, pos 1, char: f6 GET_PACKET_SIZE, pos 1, char: 0 GET_PACKET_SIZE, pos 1, char: 0 GET_PACKET_SIZE, pos 1, char: af GET_PACKET_SIZE, pos 1, char: af GET_PACKET_SIZE, pos 1, char: fb GET_PACKET_SIZE, pos 1, char: fb GET_PACKET_SIZE, pos 1, char: 41 GET_PACKET_SIZE, pos 1, char: 41 GET_PACKET_SIZE, pos 1, char: 6a GET_PACKET_SIZE, pos 1, char: 6a GET_PACKET_SIZE, pos 1, char: a0 GET_PACKET_SIZE, pos 1, char: a0 TRIED UP TO POSITION 69819, FOUND 47, packet_size= 0, SEEMS A TS? 0 s->pos=13000 newpos=11000 new_bufpos=110BB buflen=0 DEMUXER: freeing demuxer at 0x8b06ae0 s->pos=11800 newpos=0 new_bufpos=0 buflen=0 Checking for LMLM4 Stream Format typ: 442 chan: 0 size: 1156372351 pad: 121 Invalid packet in LMLM4 stream: ch=0 size=1156372351 LMLM4 Stream Format not found DEMUXER: freeing demuxer at 0x8b06ae0 system stream synced at 0xD (13)! ==> Found video stream: 0 s->pos=1000 newpos=0 new_bufpos=0 buflen=0 ==> Found audio stream: 0 s->pos=21000 newpos=428BD000 new_bufpos=428BD000 buflen=0 s->pos=428CF000 newpos=850FF800 new_bufpos=850FFEE0 buflen=0 s->pos=8511B000 newpos=1000 new_bufpos=1000 buflen=0 s->pos=1800 newpos=0 new_bufpos=0 buflen=0 MPEG-PS file format detected. Searching for sequence header... OK! VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 9600.0 kbps (1200.0 kbyte/s) [V] filefmt:2 fourcc:0x10000002 size:720x576 fps:25.00 ftime:=0.0400 get_path('sub/') -> '/root/.mplayer/sub/' Opening /dev/dvb/adapter0/video0+audio0 ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) Trying filter chain: vo vo_debug: query(Mpeg PES) returned 0x103 (i=0) VDec: using Mpeg PES as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. VO Config (720x576->720x576,flags=0,'MPlayer',0x4D504553) VO: [mpegpes] 720x576 => 720x576 Mpeg PES VO: Description: Mpeg-PES to DVB card VO: Author: A'rpi Selected video codec: [mpegpes] vfm: mpegpes (MPEG-PES output (.mpg or DXR3/IVTV/DVB/V4L2 card)) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer. mp3lib: using 3DNow!Ex optimized decore! MP3lib: init layer2&3 finished, tables done MPEG 1.0, Layer II, 48000 Hz 384 kbit Stereo, BPF: 1152 Channels: 2, copyright: No, original: No, CRC: No, emphasis: 0 AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Building audio filter chain for 48000Hz/2ch/s16le -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le Opening /dev/dvb/adapter0/audio0 AO: [mpegpes] 48000Hz 2ch s16be (2 bytes per sample) AO: Description: DVB audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16be... [dummy] Was reinitialized: 48000Hz/2ch/s16le [libaf] Adding filter format [format] Changing sample format from little-endian 16-bit signed int to big-endian 16-bit signed int [format] Accelerated endianness conversion only [dummy] Was reinitialized: 48000Hz/2ch/s16le [format] Changing sample format from little-endian 16-bit signed int to big-endian 16-bit signed int [format] Accelerated endianness conversion only Starting playback... telecine = 1.0 -2.500 VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) Trying filter chain: vo vo_debug: query(Mpeg PES) returned 0x103 (i=0) VDec: using Mpeg PES as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO Config (720x576->768x576,flags=0,'MPlayer',0x4D504553) VO: [mpegpes] 720x576 => 768x576 Mpeg PES VO: Description: Mpeg-PES to DVB card VO: Author: A'rpi *** [vo] Exporting mp_image_t, 720x576x0bpp RGB packed, 0 bytes (imgfmt: 4d504553, planes: (nil),(nil),(nil) strides: 0,0,0, chroma: 0x0, shift: h:0,v:0) MPEG1 PES packet: 0x1e0 => 0 telecine = 1.0 -2.500 0 ct: 0.000 1/ 1 ??% ??% ??,?% 0 0 MPEG1 PES packet: 0x1e0 => 3599 telecine = 1.0 -2.500 0 ct: 0.004 2/ 2 ??% ??% ??,?% 0 0 MPEG1 PES packet: 0x1e0 => 7199 A: 0.3 V: 0.1 A-V: 0.200 ct: 0.004 3/ 3 ??% ??% ??,?% 0 0 decaudio: minlen=6000 maxlen=65536 declen=6000 (max=70144) decaudio: decoding 1392 bytes, max: 65536 (4608) [libaf] Reallocating memory in module format, old len = 0, new len = 6004 decaudio: declen=6000 out=6000 (max 65536) MPEG2 PES packet: 0xbd => 359 A: 0.4 V: 0.1 A-V: 0.237 ct: 0.008 3/ 3 ??% ??% ??,?% 0 0 decaudio: minlen=6000 maxlen=65536 declen=6000 (max=70144) decaudio: decoding 2784 bytes, max: 66928 (4608) decaudio: declen=6000 out=6000 (max 65536) MPEG2 PES packet: 0xbd => 3532 telecine = 1.0 -2.500 MPEG1 PES packet: 0x1e0 => 10799 telecine = 1.0 -2.500 8 ct: 0.012 4/ 4 ??% ??% ??,?% 0 0 MPEG1 PES packet: 0x1e0 => 14399 MPlayer interrupted by signal 2 in module: filter_video *** uninit(0xECB) Uninit audio filters... [libaf] Removing filter dummy [libaf] Removing filter format Uninit audio: mp3lib Uninit video: mpegpes DEMUXER: freeing demuxer at 0x8b06ae0 DEMUXER: freeing sh_audio at 0x8b07b40 DEMUXER: freeing sh_video at 0x8b07490 [[[uninit getch2]]] vo: x11 uninit called but X11 not inited.. max framesize was 37296 bytes with -nosound option is OK # /usr/bin/mplayer -vo mpegpes -ao mpegpes -nolirc -msglevel all=5 /data/mplayer/video/Polina_New_Year.mpeg -nosound MPlayer dev-SVN-r24588-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Sempron(tm) Processor 2800+ (Family: 15, Model: 44, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Playing /data/mplayer/video/Polina_New_Year.mpeg. MPEG-PS file format detected. VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 9600.0 kbps (1200.0 kbyte/s) Opening /dev/dvb/adapter0/video0+audio0 ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) VDec: using Mpeg PES as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. VO: [mpegpes] 720x576 => 720x576 Mpeg PES Selected video codec: [mpegpes] vfm: mpegpes (MPEG-PES output (.mpg or DXR3/IVTV/DVB/V4L2 card)) ========================================================================== Audio: no sound Starting playback... VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) VDec: using Mpeg PES as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO: [mpegpes] 720x576 => 768x576 Mpeg PES V: 5.6 132/132 0% 91% 0.0% 0 0 MPlayer interrupted by signal 2 in module: filter_video arvdr:/home/mplayer-checkout-2007-09-22# with -novideo option is not OK /usr/bin/mplayer -vo mpegpes -ao mpegpes -nolirc -msglevel all=6 /data/mplayer/video/Polina_New_Year.mpeg -novideo MPlayer dev-SVN-r24588-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Sempron(tm) Processor 2800+ (Family: 15, Model: 44, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 get_path('codecs.conf') -> '/root/.mplayer/codecs.conf' Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: CommandLine: '-vo' 'mpegpes' '-ao' 'mpegpes' '-nolirc' '-msglevel' 'all=6' '/data/mplayer/video/Polina_New_Year.mpeg' '-novideo' init_freetype get_path('font/font.desc') -> '/root/.mplayer/font/font.desc' font: can't open file: /root/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay get_path('fonts') -> '/root/.mplayer/fonts' Using nanosleep() timing get_path('input.conf') -> '/root/.mplayer/input.conf' Can't open input config file /root/.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 get_path('Polina_New_Year.mpeg.conf') -> '/root/.mplayer/Polina_New_Year.mpeg.conf' Playing /data/mplayer/video/Polina_New_Year.mpeg. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 2232918016 bytes STREAM: [file] /data/mplayer/video/Polina_New_Year.mpeg STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: MPEG PS format Checking for YUV4MPEG2 ASF_check: not ASF guid! Checking for NuppelVideo Checking for REAL Checking for SMJPEG Searching demuxer type for filename /data/mplayer/video/Polina_New_Year.mpeg ext: .mpeg Checking for Nullsoft Streaming Video Checking for MOV Checking for VIVO header block 1 size: 0 AVS: avs_check_file - attempting to open file /data/mplayer/video/Polina_New_Year.mpeg AVS: File is too big, aborting... Checking for PVA Checking for MPEG-TS... TRIED UP TO POSITION 69819, FOUND 47, packet_size= 0, SEEMS A TS? 0 Checking for LMLM4 Stream Format Invalid packet in LMLM4 stream: ch=0 size=1156372351 LMLM4 Stream Format not found system stream synced at 0xD (13)! ==> Found video stream: 0 ==> Found audio stream: 0 Too many audio packets in the buffer: (4096 in 8273920 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option. ds_fill_buffer: EOF reached (stream: video) MPEG packet stats: p100: 0 p101: 0 p1B6: 0 p12x: 0 sli: 0 a: 0 b: 0 c: 0 idr: 0 sps: 0 pps: 0 PES: 0 MP3: 27, synced: 2 MPEG: Missing video stream!? Contact the author, it may be a bug :( system stream synced at 0x80D (2061)! ==> Found video stream: 0 ==> Found audio stream: 0 Too many audio packets in the buffer: (4096 in 8273920 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option. ds_fill_buffer: EOF reached (stream: video) MPEG packet stats: p100: 0 p101: 0 p1B6: 0 p12x: 0 sli: 0 a: 0 b: 0 c: 0 idr: 0 sps: 0 pps: 0 PES: 0 MP3: 27, synced: 2 MPEG: Missing video stream!? Contact the author, it may be a bug :( ==> Found video stream: 0 MPlayer interrupted by signal 2 in module: demux_open vo: x11 uninit called but X11 not inited.. arvdr:/home/mplayer-checkout-2007-09-22# From jack.delbert at gmail.com Sat Sep 22 21:26:33 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sat, 22 Sep 2007 15:26:33 -0400 Subject: [MPlayer-users] Just copy trailers? Message-ID: Is there any way to just copy the trailer of a DVD? I'm interested in the trailer and tune for Gokusen (not that that matters). Thanks, -- Jack Smith English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From phil_rhodes at rocketmail.com Sat Sep 22 22:04:45 2007 From: phil_rhodes at rocketmail.com (Phil Rhodes) Date: Sat, 22 Sep 2007 21:04:45 +0100 Subject: [MPlayer-users] MXF from Grass Valley Infinity camera Message-ID: <000901c7fd53$d25e8070$0200a8c0@indigobox> Hi, I'm trying to play an MXF file generated by an Infinity camera. The camera's settings were to shoot 59.94i video and from the accompanying XML, it looks like it's field-wrapped. Image data is JPEG2000. I have the MXF files and accompanying XML, which I can make available (106Mb total). Mplayer produces a 1920x540 VO, so it's presumably treating fields as frames. No any image is shown - just the overlay green, and there is no audio. During playback, it says things like: Too many video packets in the buffer: (55 in 8405940 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option. After a few seconds, it starts saying: Frame too small! (152876<2073600) Wrong format? ...well yes, I'd have to agree, wrong format! Does mplayer have a JPEG2000 decoder? Here's the output, after which it goes through the RAW decoder init attempt a lot of times and fails, then opens the window and plays nothing. C:\Documents and Settings\Administrator>c:\mplayer\mplayer f:\ftproot\bwells\Tue _0276.icf\HAV_0001.mxf -identify MPlayer Sherpya-SVN-r23169-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (Family: 15, Model: 67, Step ping: 2) SSE supported but disabled SSE2 supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx Playing f:\ftproot\bwells\Tue_0276.icf\HAV_0001.mxf. libavformat file format detected. ID_VIDEO_ID=0 [lavf] Video stream found, -vid 0 ID_AUDIO_ID=1 [lavf] Audio stream found, -aid 1 ID_AUDIO_ID=2 [lavf] Audio stream found, -aid 2 ID_AUDIO_ID=3 [lavf] Audio stream found, -aid 3 ID_AUDIO_ID=4 [lavf] Audio stream found, -aid 4 VIDEO: [] 1920x540 0bpp 59.940 fps 0.0 kbps ( 0.0 kbyte/s) ID_FILENAME=f:\ftproot\bwells\Tue_0276.icf\HAV_0001.mxf ID_DEMUXER=lavfpref ID_VIDEO_FORMAT=0x00000000 ID_VIDEO_BITRATE=0 ID_VIDEO_WIDTH=1920 ID_VIDEO_HEIGHT=540 ID_VIDEO_FPS=59.940 ID_VIDEO_ASPECT=0.0000 ID_AUDIO_FORMAT=1 ID_AUDIO_BITRATE=0 ID_AUDIO_RATE=48000 ID_AUDIO_NCH=1 ID_LENGTH=10.01 ============================================================= Opening video decoder: [raw] RAW Uncompressed Video RAW: depth 0 not supported VDec: vo config request - 1920 x 540 (preferred colorspace: Unknown) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] Opening video filter: [lavc] Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. Try appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Thanks for your interest, Phil From inverseparadox at comcast.net Sat Sep 22 22:11:45 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Sat, 22 Sep 2007 16:11:45 -0400 Subject: [MPlayer-users] Just copy trailers? In-Reply-To: References: Message-ID: <46F57701.3060806@comcast.net> Jack Smith wrote: > Is there any way to just copy the trailer of a DVD? I'm interested > in the trailer and tune for Gokusen (not that that matters). What do you mean by "trailer"? I could guess that you might mean any one of: The opening intro (commonly called the OP). The closing credits (commonly called the ED). The trailers which advertise other episodes or even other series (commonly called "trailers"). ...and possibly a few other things as well. In most cases, all of these will be separate VOBs and separate titles on the DVD; you will then just need to find the correct one and copy that by whatever method you have chosen. (Since you're asking here, I presume that you're planning to use MPlayer and/or MEncoder.) -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From jack.delbert at gmail.com Sat Sep 22 23:10:08 2007 From: jack.delbert at gmail.com (Jack Smith) Date: Sat, 22 Sep 2007 17:10:08 -0400 Subject: [MPlayer-users] Just copy trailers? In-Reply-To: <46F57701.3060806@comcast.net> References: <46F57701.3060806@comcast.net> Message-ID: On 9/22/07, The Wanderer wrote: > Jack Smith wrote: > > > Is there any way to just copy the trailer of a DVD? I'm interested > > in the trailer and tune for Gokusen (not that that matters). > > What do you mean by "trailer"? > > I could guess that you might mean any one of: > > The opening intro (commonly called the OP). > > The closing credits (commonly called the ED). Closing credits are what I'm after in this case. > The trailers which advertise other episodes or even other series > (commonly called "trailers"). > > ...and possibly a few other things as well. > > In most cases, all of these will be separate VOBs and separate titles on > the DVD; you will then just need to find the correct one and copy that > by whatever method you have chosen. (Since you're asking here, I presume > that you're planning to use MPlayer and/or MEncoder.) I thought of that, but it's not a separate title (I checked them all), just the tail end on another. -- Jack Smith English doesn't borrow from other languages -- English follows other languages down dark alleys and takes what it wants. From ivop at euronet.nl Sat Sep 22 23:33:49 2007 From: ivop at euronet.nl (Ivo) Date: Sat, 22 Sep 2007 23:33:49 +0200 Subject: [MPlayer-users] Just copy trailers? In-Reply-To: References: <46F57701.3060806@comcast.net> Message-ID: <200709222333.49416.ivop@euronet.nl> On Saturday 22 September 2007 23:10, Jack Smith wrote: > On 9/22/07, The Wanderer wrote: > > Jack Smith wrote: > > > Is there any way to just copy the trailer of a DVD? I'm interested > > > in the trailer and tune for Gokusen (not that that matters). > > > > The closing credits (commonly called the ED). > > Closing credits are what I'm after in this case. > [..] > > In most cases, all of these will be separate VOBs and separate titles > > on the DVD; you will then just need to find the correct one and copy > > that by whatever method you have chosen. (Since you're asking here, I > > presume that you're planning to use MPlayer and/or MEncoder.) > > I thought of that, but it's not a separate title (I checked them all), > just the tail end on another. If you want some form of automation, you could try -vf blackframe and write a script to parse its output. The rate of success will depend on whether there are all-black frames between the movie and the closing credits and no black frames within the credits and the movie (at least not near the end; halfway the movie wouldn't matter if your script knows the length of the movie). Have your script output an EDL-file and use that to skip the movie part and only encode/copy the closing credits. I have no idea how good this will work (if at all) but it might be worth a try. Otherwise, you have to create your EDL file manually. See man mplayer for details (-edl, -hr-edl-seek). --Ivo From pnunn at infoteq.com.au Sun Sep 23 05:59:42 2007 From: pnunn at infoteq.com.au (pnunn) Date: Sun, 23 Sep 2007 13:59:42 +1000 Subject: [MPlayer-users] Scripting MPlayer try 2 In-Reply-To: <46EBD723.3090208@gmail.com> References: <200709150933.34390.pnunn@infoteq.com.au> <46EBD723.3090208@gmail.com> Message-ID: <200709231359.42637.pnunn@infoteq.com.au> Thanks Kevin, I tried adding to the command line however I still get the same response. I tried removing the -fixed-vo line, but that results in the same sort of thing happening as happens with the non slave commands in that it drops back to the background screen between each play and at the end of the final clip, drops back again to the screen. There is only one instance of mplayer active when I have the small screen sitting on top of the full screen too. Any more ideas anyone.. please.. thanks. Peter. On Sat, 15 Sep 2007 10:59:15 pm Kevin DeKorte wrote: > Jack Smith wrote: > > On 9/14/07, pnunn wrote: > >> Thanks to the help of Gullaume and Jack I've got closer to where I need > >> to be with this scripting problem I'm having. > >> > >> I've managed to get a script running as.... > >> > >> #!/bin/bash > >> > >> loop=1 > >> while [ $loop -gt 0 ]; do > >> for X in ../Download/*.mp4 > >> do > >> ./getfix > >> echo $X>>fixlog > >> #mplayer -vo xll -really-quiet -noboarder -fs $X > >> mplayer -vo x11 -really-quiet -noborder -fs echo $X > >> &>/dev/null > >> done > >> #for debugging > >> echo $loop>>fixlog > >> let loop=loop+1 > >> done > >> > >> which happily plays and logs the files in the directory. However, > >> between each movie, it drops back briefly to the background screen which > >> I can't let happen. > >> > >> So.. I started looking at slave mode. > >> > >> I used the command line > >> > >> mplayer -fs -fixed-vo -slave -idle -input file=/home/pnunn/.mplayer/pipe > >> > >> after creating the pipe and by sending a file to the pipe with > >> > >> echo "loadfile /home/pnunn/Download/robot-chicken-gummy-bear.mp4 1" > >> > >>> /home/pnunn/.mplayer/pipe > >> > >> the first file plays just fine. When it ends, the screen stays up and I > >> thought I was nearly there. > >> > >> however, when I send another file to the pipe, it plays in a small > >> window in the top corner of the screen (not full screen).. also, I need > >> a way for the script to be able to determine when the playing file has > >> finished so that it can log the information I need and start the next > >> one. > > > > I ran into a small screen/full screen problem myself if an older > > screen doesn't go away. If you do a ps -ef | grep mplayer do you have > > two of them running? > > Jack > > Maybe add > > -vo x11 -zoom > > to your command line? > > Kevin From goga777 at bk.ru Sun Sep 23 08:47:26 2007 From: goga777 at bk.ru (Igor) Date: Sun, 23 Sep 2007 10:47:26 +0400 Subject: [MPlayer-users] svn update by proxy Message-ID: Hi is it possible to work with MPlayer's svn-server by proxy ? I read http://subversion.tigris.org/faq.html#proxy , but it will not help me. [global] # http-proxy-exceptions = *.exception.com, www.internal-site.org http-proxy-host = 127.0.0.1 http-proxy-port = 3128 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer Igor From pnunn at infoteq.com.au Sun Sep 23 09:07:10 2007 From: pnunn at infoteq.com.au (pnunn) Date: Sun, 23 Sep 2007 17:07:10 +1000 Subject: [MPlayer-users] Scripting MPlayer try 2 In-Reply-To: <200709231359.42637.pnunn@infoteq.com.au> References: <200709150933.34390.pnunn@infoteq.com.au> <46EBD723.3090208@gmail.com> <200709231359.42637.pnunn@infoteq.com.au> Message-ID: <200709231707.10943.pnunn@infoteq.com.au> OK... I've just discovered that this behaviour is also seen if I run mplayer -vo x11 -fixed-vo -slave -quiet -fs filename from the command line and then add another file with loadfile file2. mplayer also ends when the clip finishes, despite the -quiet command line. This is getting to be very annoying... Thanks. Peter. On Sun, 23 Sep 2007 01:59:42 pm pnunn wrote: > Thanks Kevin, > > I tried adding to the command line however I still get the same response. > > I tried removing the -fixed-vo line, but that results in the same sort of > thing happening as happens with the non slave commands in that it drops > back to the background screen between each play and at the end of the final > clip, drops back again to the screen. > > There is only one instance of mplayer active when I have the small screen > sitting on top of the full screen too. > > Any more ideas anyone.. please.. > > thanks. > > Peter. > > On Sat, 15 Sep 2007 10:59:15 pm Kevin DeKorte wrote: > > Jack Smith wrote: > > > On 9/14/07, pnunn wrote: > > >> Thanks to the help of Gullaume and Jack I've got closer to where I > > >> need to be with this scripting problem I'm having. > > >> > > >> I've managed to get a script running as.... > > >> > > >> #!/bin/bash > > >> > > >> loop=1 > > >> while [ $loop -gt 0 ]; do > > >> for X in ../Download/*.mp4 > > >> do > > >> ./getfix > > >> echo $X>>fixlog > > >> #mplayer -vo xll -really-quiet -noboarder -fs $X > > >> mplayer -vo x11 -really-quiet -noborder -fs echo $X > > >> &>/dev/null > > >> done > > >> #for debugging > > >> echo $loop>>fixlog > > >> let loop=loop+1 > > >> done > > >> > > >> which happily plays and logs the files in the directory. However, > > >> between each movie, it drops back briefly to the background screen > > >> which I can't let happen. > > >> > > >> So.. I started looking at slave mode. > > >> > > >> I used the command line > > >> > > >> mplayer -fs -fixed-vo -slave -idle -input > > >> file=/home/pnunn/.mplayer/pipe > > >> > > >> after creating the pipe and by sending a file to the pipe with > > >> > > >> echo "loadfile /home/pnunn/Download/robot-chicken-gummy-bear.mp4 1" > > >> > > >>> /home/pnunn/.mplayer/pipe > > >> > > >> the first file plays just fine. When it ends, the screen stays up and > > >> I thought I was nearly there. > > >> > > >> however, when I send another file to the pipe, it plays in a small > > >> window in the top corner of the screen (not full screen).. also, I > > >> need a way for the script to be able to determine when the playing > > >> file has finished so that it can log the information I need and start > > >> the next one. > > > > > > I ran into a small screen/full screen problem myself if an older > > > screen doesn't go away. If you do a ps -ef | grep mplayer do you have > > > two of them running? > > > Jack > > > > Maybe add > > > > -vo x11 -zoom > > > > to your command line? > > > > Kevin > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From aseques at gmail.com Sun Sep 23 11:48:57 2007 From: aseques at gmail.com (Joan) Date: Sun, 23 Sep 2007 11:48:57 +0200 Subject: [MPlayer-users] Mplayer osx compilation In-Reply-To: <81b02f020709220353r5c360a46i92228f94eb805ef1@mail.gmail.com> References: <81b02f020709220353r5c360a46i92228f94eb805ef1@mail.gmail.com> Message-ID: Thanks so much!! I figured I should be something like that but didn't know exactly what. I'll see if I've got the time to make a diff to the mistaken README. Cheers. 2007/9/22, Ulion : > 2007/9/22, Joan : > > Hi, I've been trying to compile svn mplayerosx for mac for some days > > now, and must be doing something wrong. > > I'm on a macbook 10.4.10 and I can complie mplayer without many > > problems, everything works fine (even apple remote !!), but, ... > > If I follow the details on INSTALL.txt: > > > > svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main > > svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx > > export MACOSX_DEPLOYMENT_TARGET=10.3 > > make mplayer > > > > I get -> make: Nothing to be done for `mplayer'. > > > > I changed the mplayer folder inside mplayerosx into a symlink to main > > (mplayer source) and compiled it separately. > > > > But when I do the make && make dist within the mplayerosx folder it > > builds a .dmg only with the gui, not able of playing anything. > > > > Si the Makefile really including anything, with my (limited) > > knowledge, couldn't find anything. > > Any help will be appreciated. > > > > Cheers > > The compilation for mplayer osx is somekind of broken. When you do the > make in mplayerosx, you can build a MPlayer OSX in the build/Release > directory of mplayerosx, the program is working, just lack the command > line mplayer program in the correct directory. > You need manually copy the mplayer you built in your mplayer directory > to certain directory in mplayerosx. > That's External_Binaries/mplayer_intel.app/Contents/MacOS/ for your > macbook build. > I also copy mplayer to build/Release/MPlayer\ > OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/ > to avoid clean and rebuild MPlayer OSX > > -- > Ulion > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From asmplayer at dsgml.com Sun Sep 23 17:01:40 2007 From: asmplayer at dsgml.com (Ariel) Date: Sun, 23 Sep 2007 11:01:40 -0400 (EDT) Subject: [MPlayer-users] internet camera In-Reply-To: <46F439EB.4060706@pagestation.com> References: <46F439EB.4060706@pagestation.com> Message-ID: On Fri, 21 Sep 2007, Jerry Geis wrote: > I have an internet camera with a limit of 4 connects. > mplayer plays the camera fine. However I wish to provide more than 4 > connections for viewing. > What kind of command line do I need for mplayer to connect to the > camera, and then provide that > feed to other connections? I'm only looking at about 10 connections so I > hope mplayer can do it. Try creating a fifo (the mkfifo command), then run mplayer -dumpstream into that fifo. Next you'll need some way of duplicating the data in the fifo. You'll probably need to write some kind of program to accept network connections. It reads the fifo once, and then copies the data to anyone who connects to it. Pre-written programs you should check into are netkit and tee (with tee you can duplicate data, but you need to watch out what happens when no one reads from the fifo - it will stop the writer (mplayer) and that's a problem). Or you can forget the fifo and just write a file and let people read from it, but that will take up diskspace. You'll need to rotate the file periodically. I'm sure there are tons of programs out there that can act as media servers. You can point them at the fifo, or a file. -Ariel From johnbrown105 at hotmail.com Sun Sep 23 22:34:46 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Sun, 23 Sep 2007 20:34:46 +0000 (UTC) Subject: [MPlayer-users] Newbie DVD audio confirmation Message-ID: Nico Sabbi wrote: > Francois Visagie wrote: > >> >> However, I can't find much information about AC-3 characteristics in the >> MPlayer documentation. > > > because lavc's ac3 encoder encodes only in CBR mode > and doesn't produce great results > That may be, but the MPlayer documentation says that only PCM and AC3 are allowed for NTSC DVDs. If lavc's AC3 encoder "doesn't produce great results", what do you suggest? From nicola_sabbi at fastwebnet.it Sun Sep 23 22:41:14 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sun, 23 Sep 2007 22:41:14 +0200 Subject: [MPlayer-users] Newbie DVD audio confirmation In-Reply-To: References: Message-ID: <200709232241.14272.nicola_sabbi@fastwebnet.it> Il Sunday 23 September 2007 22:34:46 John Brown ha scritto: > Nico Sabbi wrote: > > Francois Visagie wrote: > >> However, I can't find much information about AC-3 > >> characteristics in the MPlayer documentation. > > > > because lavc's ac3 encoder encodes only in CBR mode > > and doesn't produce great results > > That may be, but the MPlayer documentation says that only PCM and > AC3 are allowed for NTSC DVDs. formally yes, but AFAIK there's no ntsc dvd that doesn't read MP2 > If lavc's AC3 encoder "doesn't > produce great results", what do you suggest? > stick to twolame From dominik at rangers.eu.org Sun Sep 23 23:22:55 2007 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Sun, 23 Sep 2007 23:22:55 +0200 Subject: [MPlayer-users] svn update by proxy In-Reply-To: References: Message-ID: <20070923212255.GB4314@ryvius.pekin.waw.pl> On Sunday, 23 September 2007 at 08:47, Igor wrote: > Hi > > is it possible to work with MPlayer's svn-server by proxy ? > > I read http://subversion.tigris.org/faq.html#proxy , but it will not help me. > > > [global] > # http-proxy-exceptions = *.exception.com, www.internal-site.org > http-proxy-host = 127.0.0.1 > http-proxy-port = 3128 > > svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer As you can see, MPlayer's SVN is only available via the svn:// protocol, not http://, hence any http proxy setting is irrelevant. Regards, R. -- MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org There should be a science of discontent. People need hard times and oppression to develop psychic muscles. -- from "Collected Sayings of Muad'Dib" by the Princess Irulan From goga777 at bk.ru Mon Sep 24 06:35:44 2007 From: goga777 at bk.ru (Igor) Date: Mon, 24 Sep 2007 08:35:44 +0400 Subject: [MPlayer-users] =?koi8-r?b?c3ZuIHVwZGF0ZSBieSBwcm94eQ==?= In-Reply-To: <20070923212255.GB4314@ryvius.pekin.waw.pl> References: <20070923212255.GB4314@ryvius.pekin.waw.pl> Message-ID: > As you can see, MPlayer's SVN is only available via the svn:// protocol, > not http://, hence any http proxy setting is irrelevant. I deceided this problem with transparent proxy and iptables. Now is ok. $IPTABLES -t nat -A OUTPUT -p tcp -d 127.0.0.1 -j ACCEPT $IPTABLES -t nat -A OUTPUT -p tcp -j REDIRECT --to-ports 10000 Igor From mail.dharris at googlemail.com Mon Sep 24 13:31:12 2007 From: mail.dharris at googlemail.com (Daniel Harris) Date: Mon, 24 Sep 2007 12:31:12 +0100 Subject: [MPlayer-users] encoding divx files - clarification In-Reply-To: <7d3838330709210306s4eb9f957h7836bb172af90586@mail.gmail.com> References: <7d3838330709200505v23a997c9r766b35adb186f01d@mail.gmail.com> <46F26A21.8090601@poste.it> <7d3838330709200550y24b5761gd36d97d45022531b@mail.gmail.com> <46F26F56.4000900@poste.it> <7d3838330709200618n1b6fe99cua4c61f656d1cd2ea@mail.gmail.com> <7d3838330709201418q5793c81egf274504bf6b28a4@mail.gmail.com> <46F37541.70708@poste.it> <7d3838330709210100n551bc240la6a0efa076f5c46@mail.gmail.com> <20070921023642.3240b26c.cooleyr@gmail.com> <7d3838330709210306s4eb9f957h7836bb172af90586@mail.gmail.com> Message-ID: <7d3838330709240431p329c1deh1c3cae4cdc75d8d7@mail.gmail.com> On 9/21/07, Daniel Harris wrote: > > > > On 9/21/07, RC wrote: > > > > On Fri, 21 Sep 2007 09:00:41 +0100 > > "Daniel Harris" wrote: > > > > > > The video part is perfect. The audio goes progressively out of > > > > sync, > > > > Add harddup to your -vf chain, and tsaf to your -mpegopts. > > > Believe me, I do appreciate all of your help. It was just that this > particular disk was a bit of a rush job and the fact that it was taking 4 > hours (time to upgrade my computer I think :)) to encode (or is it decode) > only to find the a/v problem when it was in a standalone dvd player. Anyway > I have some options to try and now I have only 2 hours remaining with the > harddup added to my command line. > > Thank You all > > Dan > > > Just for the record (and google) the following command line worked perfectly mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tele_src=24000/1001:tele_dest=25:tsaf -vf scale=720:576,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=9800:vbitrate=5000:aspect=4/3:acodec=ac3:abitrate=192:vstrict=-2 -delay .1 -o dvd.mpg ./movie.avi The delay command just seemed to smooth things out over the whole file. Thank Dan From lartc at manchotnetworks.net Mon Sep 24 14:13:50 2007 From: lartc at manchotnetworks.net (lartc) Date: Mon, 24 Sep 2007 14:13:50 +0200 Subject: [MPlayer-users] embedding subtitles into video track Message-ID: <1190636030.3521.10.camel@sumatra.radius.fr> hi all, i have a really _dumb_ rendering client that cannot pick out and render a subtitle elementary stream. is there a way to "transcode" in such a way that subtitle track i want gets embedded into the video track? many thanks charles From asmplayer at dsgml.com Mon Sep 24 16:34:26 2007 From: asmplayer at dsgml.com (Ariel) Date: Mon, 24 Sep 2007 10:34:26 -0400 (EDT) Subject: [MPlayer-users] embedding subtitles into video track In-Reply-To: <1190636030.3521.10.camel@sumatra.radius.fr> References: <1190636030.3521.10.camel@sumatra.radius.fr> Message-ID: On Mon, 24 Sep 2007, lartc wrote: > hi all, > > i have a really _dumb_ rendering client that cannot pick out and render > a subtitle elementary stream. > > is there a way to "transcode" in such a way that subtitle track i want > gets embedded into the video track? Yes. It's called hard subtitles. In Linux try avidemux for a gui. I don't know if mencoder can do it. -Ariel From fatfatwolf.cc at 163.com Mon Sep 24 21:41:17 2007 From: fatfatwolf.cc at 163.com (fatfatwolf.cc) Date: Tue, 25 Sep 2007 03:41:17 +0800 (CST) Subject: [MPlayer-users] Dynamic channel mapping? Message-ID: <4914628.5911190662877646.JavaMail.coremail@bj163app58.163.com> Hi everyone, I'd like to know if there's anyway to dynamically map sound channels. I know I can do this on command line with "-af pan= ", but I want to be able to manipulate channels during run-time. Is there any easy way to do that or I have to write a plugin or something? Thanks Chao Cao From yellow.penguin at edpnet.be Tue Sep 25 11:42:24 2007 From: yellow.penguin at edpnet.be (Y P) Date: Tue, 25 Sep 2007 11:42:24 +0200 Subject: [MPlayer-users] [wishlist] linking MPplayer to TiMidity In-Reply-To: References: Message-ID: <20070925094224.GB3514@galactix> Hi all, it's long time ago I'd like to send a request for a new feature, namely MIDI playing from within/or through MPlayer: first of all you must know that TiMidity isn't a "real" MIDI player but an application who transforms a mid file into an audio wav, and so it comes to our ears through the audio device. My question is: isn't it possible to add a plugin for the Mplayer so that when encountering a mid file online or as background on a website, the Mplayer should be able to play it by using the right application, and the right application is here Timidity? YP From andrew.david.45 at gmail.com Tue Sep 25 11:58:52 2007 From: andrew.david.45 at gmail.com (Andrew Strong) Date: Tue, 25 Sep 2007 19:58:52 +1000 Subject: [MPlayer-users] Unable to play .fli animations Message-ID: <20070925095852.GA458@ilium.lan> Hi, I am using mplayer as follows: =============== andrew at ilium:~$ mplayer MPlayer dev-SVN-r24613-4.0.3 (C) 2000-2007 MPlayer Team with the all-20061022 codecs ================= Using Ubuntu 6.06 I have compiled against lib3ds-dev in order to play .fli animations. Cannot do this and the error message is as follows: Playing test.fli. FLI file format detected. VIDEO: [] -1224952248x0 0bpp 14.000 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [fffli] vfm: ffmpeg (Autodesk FLI/FLC Animation) ========================================================================== Audio: no sound Starting playback... [flic @ 0x8825010]picture size invalid (3070015048x0) [flic @ 0x8825010]reget_buffer() failed Error while decoding frame! [flic @ 0x8825010]picture size invalid (3070015048x0) [flic @ 0x8825010]reget_buffer() failed Error while decoding frame! [flic @ 0x8825010]picture size invalid (3070015048x0) [flic @ 0x8825010]reget_buffer() failed etc until the end of the file is reached. Any thoughts on this problem? Thanks, Andrew -- 'Name him not!' said Gandalf, and for a moment it seemed that a look of pain passed over his face, and he sat silent, looking old as death. From mosgalin at VM10124.spb.edu Tue Sep 25 14:27:42 2007 From: mosgalin at VM10124.spb.edu (Vladimir Mosgalin) Date: Tue, 25 Sep 2007 16:27:42 +0400 Subject: [MPlayer-users] [wishlist] linking MPplayer to TiMidity In-Reply-To: <20070925094224.GB3514@galactix> References: <20070925094224.GB3514@galactix> Message-ID: <20070925122741.GA17471@VM10124.spb.edu> Hi Y P! On 2007.09.25 at 11:42:24 +0200, Y P wrote next: > Mplayer should be able to play it by using the right application, and the > right application is here Timidity? Funny thing is - a long time ago that was possible, though xmms-timidity plugin and xmms plugins support in mplayer. However, since mplayer migrated to gtk2 it can't be done easily AFAIR, since xmms support requires linking to gtk1 and there was some kind of problem with linking both of them (maybe it was something related to my system though, can't say for sure). Anyway xmms-timidity plugin really sucked, it was kind of broken and it seems that it used timidity incorrectly, so sound was worse than when you played back midi file through timidity - mplayer also suffered from this, of course. It was working fine in other aspects though, like seeking. So as quick solution, you might try recompiling mplayer without gui and with xmms support, maybe it'll work. You'll need xmms, xmms-devel and xmms-timidity plugins installed though. As for the right solution, probably it would be making mplayer use alsa midi/sequencer devices. You'll need to run timidity or fluidsynth as midi server, and mplayer would work as regular midi client this way. Like pmidi, amidi and so on.. It'll support not only timidity, but fluidsynth and h/w midi passthrough this way. On the other hand, this is dreams ;) I hardly believe mplayer would ever work as correct midi client. -- Vladimir From sebastian_ml at gmx.net Tue Sep 25 15:01:56 2007 From: sebastian_ml at gmx.net (Sebastian Kemper) Date: Tue, 25 Sep 2007 15:01:56 +0200 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) Message-ID: <20070925130156.GA3481@section-eight> Hello all, I was trying to extract a little snippet of audio from a movie when mplayer crashed. I tried some more sources and so far I haven't found an avi file that doesn't crash mplayer when supplying a start position on the command line - e.g. -ss 5:00 OTOH when trying to extract a snippet from a DVD mplayer doesn't crash. Also when dumping the whole audio stream from _whatever_ source it doesn't. This is mplayer SVN on Gentoo x86. The crash happens with mplayer CFLAGS as well as with my own less aggressive CFLAGS. It also happens with the current Gentoo mplayer version 1.0_rc1_p20070824. After a crash the audiodump.wav is 44 Bytes of size if that matters. I'm going to attach the verbose capture of the mplayer console output to this mail. If there's any interest I can try to add a gdb backtrace/whatever, but I haven't got this gdb stuff figured out because the guide at http://www.mplayerhq.hu/DOCS/HTML/en/bugreports_what.html#bugreports_core doesn't (yet) work for me. Regards Sebastian -------------- next part -------------- MPlayer dev-SVN-r24603-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Sempron(tm) 2400+ (Family: 6, Model: 8, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 Kompiliert f?r x86 CPU mit folgenden Erweiterungen: MMX MMX2 3DNow 3DNowEx SSE get_path('codecs.conf') -> '/home/sk/.mplayer/codecs.conf' Lese /home/sk/.mplayer/codecs.conf: Kann '/home/sk/.mplayer/codecs.conf' nicht ?ffnen: No such file or directory Lese /usr/share/mplayer/codecs.conf: Kann '/usr/share/mplayer/codecs.conf' nicht ?ffnen: No such file or directory Benutze eingebaute Standardwerte f?r codecs.conf. Configuration: --cc=i686-pc-linux-gnu-gcc --host-cc=i686-pc-linux-gnu-gcc --libdir=/usr/lib --prefix=/usr --confdir=/usr/share/mplayer --datadir=/usr/share/mplayer --disable-menu --disable-cdparanoia --disable-faac --disable-gui --disable-xinerama --disable-vm --disable-xvmc --disable-cddb --disable-libvorbis --disable-libcdio --disable-smb --disable-x264 --disable-libdv --disable-faad-internal --disable-libdca --disable-arts --disable-sdl --disable-enca --disable-tv --disable-ftp --disable-win32dll --disable-dga1 --disable-dga2 --disable-real --disable-network --disable-live --disable-mad --disable-dvdnav --disable-libamr_nb --disable-libamr_wb --disable-png --disable-inet6 --disable-joystick --disable-rtc --disable-gif --disable-jpeg --disable-ladspa --disable-liblzo --disable-musepack --disable-faad-external --disable-theora --disable-3dfx --disable-dvbhead --disable-aa --disable-directfb --disable-fbdev --disable-xvid --disable-mencoder --disable-tga --disable-xf86keysym --disable-gl --disable-pnm --disable-ossaudio --disable-bitmap-font --disable-ass --disable-tremor-internal --disable-md5sum --disable-unrarlib --disable-qtx --disable-vidix-internal --disable-xanim --disable-fribidi --disable-encoder=MP3LAME_ENCODER Kommandozeile: '-ss' '5:00' '-endpos' '60' '-vc' 'dummy' '-vo' 'null' '-ao' 'pcm' '-v' 'test.avi' init_freetype Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/sk/.mplayer/input.conf' Parsing input config file /home/sk/.mplayer/input.conf Input config file /home/sk/.mplayer/input.conf parsed: 63 binds Initialisiere LIRC-Unterst?tzung... get_path('test.avi.conf') -> '/home/sk/.mplayer/test.avi.conf' Spiele test.avi. get_path('sub/') -> '/home/sk/.mplayer/sub/' [file] File size is 367994880 bytes STREAM: [file] test.avi STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: avi format AVI-Dateiformat erkannt! list_end=0x22D6 ======= AVI Header ======= us/frame: 41708 (fps=23.976) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED frames total: 64420 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 608 x 336 ========================== list_end=0x1138 ==> Videostream gefunden: 0 [aviheader] Videostream gefunden, -vid 0 ====== STREAM Header ===== Type: vids FCC: xvid (64697678) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 2997/125 = 23.976 Start: 0 Len: 64420 Suggested BufferSize: 70377 Quality 10000 Sample size: 0 ========================== 'bih' gefunden, 108 Byte von 40. ======= VIDEO Format ====== biSize 40 biWidth 608 biHeight 336 biPlanes 1 biBitCount 24 biCompression 1145656920='XVID' biSizeImage 612864 =========================== Erstelle Keyframe-Tabelle f?r MPEG4-Video neu. list_end=0x21CA ==> Audiostream gefunden: 1 [aviheader] Audiostream gefunden, -aid 1 ====== STREAM Header ===== Type: auds FCC: (0) Flags: 0 Priority: 0 Language: 0 InitialFrames: 1 Rate: 48000/1152 = 41.667 Start: 0 Len: 111951 Suggested BufferSize: 960 Quality -1 Sample size: 0 ========================== 'wf' gefunden, 30 Bytes von 18. ======= WAVE Format ======= Format Tag: 85 (0x55) Channels: 2 Samplerate: 48000 avg byte/sec: 20060 Block align: 1152 bits/sample: 0 cbSize: 12 mp3.wID=1 mp3.fdwFlags=0x2 mp3.nBlockSize=481 mp3.nFramesPerBlock=1 mp3.nCodecDelay=0 ========================================================================== list_end=0x22D6 AVI: dmlh gefunden (size=248) (total_frames=64420). list_end=0x22FA hdr=Software size=15 Software : Nandub v1.0rc2 list_end=0x15C41606 Film von 0x280C - 0x15C41606 gefunden. Lese INDEX-Block, 176371 Bl?cke f?r 64420 Frames (fpos=365172238). AVI index offset: 0x2808 (movi=0x280C idx0=0x4 idx1=0x6C) Auto-selected AVI audio ID = 1 Auto-selected AVI video ID = 0 AVI: Searching for audio stream (id:1) AVI video size=309814146 (64420) audio size=53904912 (111951) VIDEO: [XVID] 608x336 24bpp 23.976 fps 922.5 kbps (112.6 kbyte/s) [V] filefmt:3 fourcc:0x44495658 size:608x336 fps:23.98 ftime:=0.0417 Clip-Info: Software: Nandub v1.0rc2 get_path('sub/') -> '/home/sk/.mplayer/sub/' ========================================================================== Erzwungener Videocodec: dummy Kann keinen Codec finden, der zu gew?hlter Option -vo und Videoformat 0x44495658 passt! Lies DOCS/HTML/de/codecs.html! ========================================================================== ========================================================================== ?ffne Audiodecoder: [mp3lib] MPEG layer-2, layer-3 dec_audio: Reserviere 4608 + 65536 = 70144 Bytes f?r den Ausgabepuffer. mp3lib: using 3DNow!Ex optimized decore! MP3lib: init layer2&3 finished, tables done MPEG 1.0, Layer III, 48000 Hz 32 kbit Joint-Stereo, BPF: 96 Channels: 2, copyright: No, original: Yes, CRC: No, emphasis: 0 AUDIO: 48000 Hz, 2 ch, s16le, 32.0 kbit/2.08% (ratio: 4000->192000) Ausgew?hlter Audiocodec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Baue Tonfilterkette von 48000Hz/2ch/s16le nach 0Hz/0ch/?? auf... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le [AO PCM] Datei: audiodump.wav (WAVE) PCM: Samplerate: 48000Hz Kan?le: Stereo Format s16le [AO PCM] Info: Das Anlegen von Dump-Dateien wird am Schnellsten mit -vc dummy -vo null -ao pcm:fast erreicht. [AO PCM] Info: Um WAVE-Dateien zu schreiben, benutze -ao pcm:waveheader (Standard). AO: [pcm] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: RAW PCM/WAVE file writer audio output AO: Author: Atmosfear Baue Tonfilterkette von 48000Hz/2ch/s16le nach 48000Hz/2ch/s16le auf... [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le Video: kein Video Freeing 0 unused video chunks. Starte Wiedergabe... MPlayer wurde durch Signal 11 im Modul seek unterbrochen. - MPlayer st?rzte wegen falscher Benutzung der CPU/FPU/des RAMs ab. Kompiliere MPlayer erneut mit --enable-debug und erstelle mit 'gdb' einen Backtrace und eine Disassemblierung. Details dazu findest du in DOCS/HTML/de/bugreports_what.html#bugreports_crash. - MPlayer ist abgest?rzt. Das sollte nicht passieren. Es kann sich um einen Fehler im MPlayer-Code _oder_ in deinen Treibern _oder_ in deinem gcc handeln. Wenn du meinst, es sei MPlayers Fehler, dann lies DOCS/HTML/de/bugreports.html und folge den dortigen Anweisungen. Wir k?nnen und werden dir nicht helfen, wenn du nicht alle dort aufgef?hrten Informationen zur Verf?gung stellst. Uninit audio filters... [libaf] Removing filter dummy Deinitialisiere Audio: mp3lib vo: x11 uninit called but X11 not inited.. From geisj at pagestation.com Tue Sep 25 17:05:57 2007 From: geisj at pagestation.com (Jerry Geis) Date: Tue, 25 Sep 2007 11:05:57 -0400 Subject: [MPlayer-users] key binding Message-ID: <46F923D5.9040307@pagestation.com> Right now it seems that the '*' key is bound by mplayer. How do I unbind it? I have made other bindings before for MOUSE_BTN2 and MOUSE_BTN0 but how do I unbind something that mplayer has bound? Jerry From Reimar.Doeffinger at stud.uni-karlsruhe.de Tue Sep 25 18:15:53 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar Doeffinger) Date: Tue, 25 Sep 2007 18:15:53 +0200 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) In-Reply-To: <20070925130156.GA3481@section-eight> References: <20070925130156.GA3481@section-eight> Message-ID: <20070925161553.GA23093@rz.uni-karlsruhe.de> Hello, On Tue, Sep 25, 2007 at 03:01:56PM +0200, Sebastian Kemper wrote: [...] > If there's any interest I can try to add a gdb backtrace/whatever, but > I haven't got this gdb stuff figured out because the guide at > http://www.mplayerhq.hu/DOCS/HTML/en/bugreports_what.html#bugreports_core > doesn't (yet) work for me. Please explain your problems with it and help us improve it then. Greetings, Reimar Doeffinger From sebastian_ml at gmx.net Tue Sep 25 18:59:34 2007 From: sebastian_ml at gmx.net (Sebastian Kemper) Date: Tue, 25 Sep 2007 18:59:34 +0200 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) In-Reply-To: <20070925161553.GA23093@rz.uni-karlsruhe.de> References: <20070925130156.GA3481@section-eight> <20070925161553.GA23093@rz.uni-karlsruhe.de> Message-ID: <20070925165934.GA25530@section-eight> On Tue, Sep 25, 2007 at 06:15:53PM +0200, Reimar Doeffinger wrote: > > I haven't got this gdb stuff figured out because the guide at > > http://www.mplayerhq.hu/DOCS/HTML/en/bugreports_what.html#bugreports_core > > doesn't (yet) work for me. > > Please explain your problems with it and help us improve it then. Hello Reimar, thank you for taking interest. OK, I'm aiming at producing the mplayer.bug file with all the relevant gdb output of the crash as described in the mplayer docs. So I create a command file holding these lines: bt disass $pc-32 $pc+32 info all-registers Then I run: gdb /usr/bin/mplayer --core=core -batch --command=command_file > mplayer.bug But all I get is this: /home/sk/film/core: No such file or directory. No stack. /home/sk/film/command_file:2: Error in sourced command file: No registers. This happens with mplayer SVN compiled a minute ago and gdb 6.6 (stock Gentoo x86 gdb). I still have the first gdb command running, but it doesn't create a "core" file if thati's what the second gdb command is looking for. Regards Sebastian From jebrhansen at gmail.com Tue Sep 25 20:10:22 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Tue, 25 Sep 2007 20:10:22 +0200 Subject: [MPlayer-users] XV Help Message-ID: I know this isn't a mplayer bug, but everywhere else I went, I haven't gotten any help. And since I know how brilliant the people are helping out on this list I was hoping I could get some help. Recently after I applied an update to Slackware 12.0 to kdebase and kdelibs, my xv video coloring has been bleeding. I don't know of a better way to put it. On some videos it just increases (usually when there is a lot of red) until it is almost completely red. Currently I can use the gl extension although on my laptop it takes a lot more power and resources and it also drains the battery more quickly. I was just hoping to get some pointers from this list on where I should be looking or if I should be recompiling some software. Thanks for any help Jeremy From goga777 at bk.ru Tue Sep 25 21:18:32 2007 From: goga777 at bk.ru (Igor Nikanov) Date: Tue, 25 Sep 2007 23:18:32 +0400 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070922212715.24f7c0b7@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> <46F4EAF4.7060205@fastwebnet.it> <20070922212715.24f7c0b7@localhost.localdomain> Message-ID: <20070925231832.67d114fb@localhost.localdomain> > > (interestingly it seems to be currently broken, > > at least with hdtv mpeg2; can anyone confirm? ) > > > we discussed with you about usual mpeg2 files with standard definition. Today I checked on svn > version - result is the same - I can't play with my FF card any mpeg2 files > > /usr/bin/mplayer -vo mpegpes -ao mpegpes -nolirc -msglevel all=9 /data/mplayer/video/Polina_New_Year.mpeg > > MPlayer dev-SVN-r24588-4.1.2 (C) 2000-2007 MPlayer Team > CPU: AMD Sempron(tm) Processor 2800+ (Family: 15, Model: 44, Stepping: 2) btw - may be need I should to update ffmpeg and ffmpeg's libs ? arvdr:/home/mp/mplayer# ffmpeg FFmpeg version SVN-r7865, Copyright (c) 2000-2006 Fabrice Bellard, et al. configuration: --prefix=/usr --libdir=${prefix}/lib --shlibdir=${prefix}/lib --incdir=${prefix}/include/ffmpeg --enable-shared --enable-mp3lame --enable-gpl --enable-faad --mandir=${prefix}/share/man --enable-vorbis --enable-pthreads --enable-faac --enable-xvid --enable-dts --enable-pp --enable-libogg --enable-libgsm --enable-x264 --enable-a52 --enable-libtheora --extra-cflags=-Wall -g -fPIC -DPIC --cc=ccache cc libavutil version: 49.3.0 libavcodec version: 51.32.0 libavformat version: 51.8.0 built on Mar 30 2007 10:52:02, gcc: 3.3.5 (Debian 1:3.3.5-13) usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}... Hyper fast Audio and Video encoder From geisj at pagestation.com Tue Sep 25 21:57:27 2007 From: geisj at pagestation.com (Jerry Geis) Date: Tue, 25 Sep 2007 15:57:27 -0400 Subject: [MPlayer-users] streaming mplayer Message-ID: <46F96827.80506@pagestation.com> I am starting mplayer with a command like: mplayer http://camera/img/video.asf -dumpstream -dumpfile /tmp/fifofile.mp4 I then wrote a small program that reads from /tmp/fifofile.mp4 and sends it out over connecting sockets. The first mplayer connection reads and shows the camera data. The second mplayer connection says "filling cache" and never displays anything. Is there something wrong about what I am attempting? Can I not just "relay" the mp4 data that is read from the fifo? I also tried "mencoder -o fifofile.mp4 -oac copy -ovc copy http://camera/img/video.asf" but I get the same result. Thanks, Jerry ------------ for(i = 0; i < MAX_STREAMING; i++) { stream_fd[i] = -1; } stream_input_file_fd = open(file_name, O_RDONLY); fd = SystemSocketReceive(listen_port, &socket_fd); goto first_connection; while(1) { int new_connections; /* check for new connections */ for(new_connections = TRUE; new_connections; ) { fd_set readfs; struct timeval timeout; timeout.tv_usec = 10; timeout.tv_sec = 0; new_connections = FALSE; FD_ZERO(&readfs); FD_SET(socket_fd, &readfs); ret = select(socket_fd + 1, &readfs, NULL, NULL, &timeout); if(FD_ISSET(socket_fd, &readfs)) { fd = SystemSocketAccept(socket_fd); if(fd >= 0) { /* add new connection to the list of streaming data */ for(i = 0; i < MAX_STREAMING; i++) { if(stream_fd[i] < 0) { /* additional connections */ stream_fd[i] = fd; write(stream_fd[i], server_response, strlen(server_response)); new_connections = TRUE; total_connections++; break; first_connection: /* first connection */ stream_fd[0] = fd; write(stream_fd[0], server_response, strlen(server_response)); new_connections = TRUE; total_connections++; break; } } } } } /* check for the duration having expired */ if((time(NULL) - start_time) >= duration) { goto duration_over; } stream_read_size = read(stream_input_file_fd, stream_data, sizeof(stream_data)); if(stream_read_size < 0) { duration_over: /* error in data so close everything and exit */ for(i = 0; i < MAX_STREAMING; i++) { if(stream_fd[i] >= 0) { close(fd); } } break; } else if(stream_read_size == 0) { printf("Waiting on data in file\n"); usleep(1000); /* no data at this time */ } else { for(i = 0; i < MAX_STREAMING; i++) { if(stream_fd[i] >= 0) { if(write(stream_fd[i], stream_data, stream_read_size) < 0) { printf("Error on stream %d, closing connection.\n", i); close(stream_fd[i]); stream_fd[i] = -1; } } } } } close(stream_input_file_fd); close(socket_fd); return(ret); From nicola_sabbi at fastwebnet.it Tue Sep 25 22:30:42 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Tue, 25 Sep 2007 22:30:42 +0200 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070925231832.67d114fb@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> <20070922212715.24f7c0b7@localhost.localdomain> <20070925231832.67d114fb@localhost.localdomain> Message-ID: <200709252230.42766.nicola_sabbi@fastwebnet.it> Il Tuesday 25 September 2007 21:18:32 Igor Nikanov ha scritto: > > > (interestingly it seems to be currently broken, > > > at least with hdtv mpeg2; can anyone confirm? ) > > > > we discussed with you about usual mpeg2 files with standard > > definition. Today I checked on svn version - result is the same - > > I can't play with my FF card any mpeg2 files > > > > /usr/bin/mplayer -vo mpegpes -ao mpegpes -nolirc -msglevel all=9 > > /data/mplayer/video/Polina_New_Year.mpeg > > > > MPlayer dev-SVN-r24588-4.1.2 (C) 2000-2007 MPlayer Team > > CPU: AMD Sempron(tm) Processor 2800+ (Family: 15, Model: 44, > > Stepping: 2) > > btw - may be need I should to update ffmpeg and ffmpeg's libs ? > always, but it should be automatic: svn update updates both mplayer's tree and libav* if you don't add --ignore-externals From inverseparadox at comcast.net Tue Sep 25 23:38:41 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Tue, 25 Sep 2007 17:38:41 -0400 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) In-Reply-To: <20070925165934.GA25530@section-eight> References: <20070925130156.GA3481@section-eight> <20070925161553.GA23093@rz.uni-karlsruhe.de> <20070925165934.GA25530@section-eight> Message-ID: <46F97FE1.20309@comcast.net> Sebastian Kemper wrote: > On Tue, Sep 25, 2007 at 06:15:53PM +0200, Reimar Doeffinger wrote: > >>> I haven't got this gdb stuff figured out because the guide at >>> http://www.mplayerhq.hu/DOCS/HTML/en/bugreports_what.html#bugreports_core >>> doesn't (yet) work for me. >> >> Please explain your problems with it and help us improve it then. > > Hello Reimar, > > thank you for taking interest. OK, I'm aiming at producing the > mplayer.bug file with all the relevant gdb output of the crash as > described in the mplayer docs. > > So I create a command file holding these lines: > > bt > disass $pc-32 $pc+32 > info all-registers > > Then I run: > > gdb /usr/bin/mplayer --core=core -batch --command=command_file > > mplayer.bug > > But all I get is this: > > /home/sk/film/core: No such file or directory. > No stack. > /home/sk/film/command_file:2: Error in sourced command file: > No registers. > > This happens with mplayer SVN compiled a minute ago and gdb 6.6 > (stock Gentoo x86 gdb). I still have the first gdb command running, > but it doesn't create a "core" file if thati's what the second gdb > command is looking for. The 'core' file would, as far as I have ever been able to tell, be created (by the kernel?) when the crash happens, with the message "Core dumped". If one was not created (and I have never seen one), then you should not be reading the "core dump" part of the bug-reporting docs; instead of using a nonexistent core file you will need to run the crashing command from inside of gdb itself, then after it crashes issue the suggested commands by hand. IOW: == username:~$ gdb /usr/bin/mplayer GNU gdb Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. (gdb) run crashing-file -options-which-help-it-crash ...... (gdb) bt (gdb) disass $pc-32 $pc+32 (gdb) info all-registers == Does that work any better? -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From cksim at singnet.com.sg Wed Sep 26 01:35:17 2007 From: cksim at singnet.com.sg (cksim) Date: Wed, 26 Sep 2007 07:35:17 +0800 (SGT) Subject: [MPlayer-users] Compilation Issue (bad instruction error) Message-ID: <1190763317.46f99b354057f@discus.singnet.com.sg> Hi, I have encountered the following error when compiling MPlayer-1.0rc1. spudec.c: In function 'spudec_draw_scaled': /usr/include/bits/mathinline.h:530: error: impossible constraint in 'asm' /usr/include/bits/mathinline.h:530: error: impossible constraint in 'asm' {standard input}: Assembler messages: {standard input}:1734: Error: bad instruction `fnstcw [sp,#170]' {standard input}:1743: Error: bad instruction `fldcw [sp,#168]' {standard input}:1744: Error: bad instruction `fldcw [sp,#170]' {standard input}:1801: Error: bad instruction `fnstcw [sp,#168]' {standard input}:1811: Error: bad instruction `fldcw [sp,#170]' {standard input}:1812: Error: bad instruction `fldcw [sp,#168]' make: *** [spudec.o] Error 1 I am using cross compiler "arm-linux-uclibc-gcc (4.1.2)" running on Debian 4.0 (Etch) Host. Appreciate your help in advising on the possible causes of the error. Thank you in advance. Sim CK From sebastian_ml at gmx.net Wed Sep 26 02:47:30 2007 From: sebastian_ml at gmx.net (Sebastian Kemper) Date: Wed, 26 Sep 2007 02:47:30 +0200 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) In-Reply-To: <46F97FE1.20309@comcast.net> References: <20070925130156.GA3481@section-eight> <20070925161553.GA23093@rz.uni-karlsruhe.de> <20070925165934.GA25530@section-eight> <46F97FE1.20309@comcast.net> Message-ID: <20070926004730.GA26334@section-eight> On Tue, Sep 25, 2007 at 05:38:41PM -0400, The Wanderer wrote: > The 'core' file would, as far as I have ever been able to tell, be > created (by the kernel?) when the crash happens, with the message "Core > dumped". If one was not created (and I have never seen one), then you > should not be reading the "core dump" part of the bug-reporting docs; > instead of using a nonexistent core file you will need to run the > crashing command from inside of gdb itself, then after it crashes issue > the suggested commands by hand. Yes, thanks. I wasn't able to get my puter to dump the core - tried raising the core dump limit but that didn't help. Anyway, attached you can find the gdb output. Regards Sebastian -------------- next part -------------- gdb /usr/bin/mplayer GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run -v -ss 4:00 -vc dummy -vo null -ao pcm test.avi Starting program: /usr/bin/mplayer -v -ss 4:00 -vc dummy -vo null -ao pcm test.avi [Thread debugging using libthread_db enabled] [New Thread -1214703952 (LWP 26303)] MPlayer dev-SVN-r24618-4.1.2 (C) 2000-2007 MPlayer Team CPU: AMD Sempron(tm) 2400+ (Family: 6, Model: 8, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE get_path('codecs.conf') -> '/home/sk/.mplayer/codecs.conf' Reading /home/sk/.mplayer/codecs.conf: Can't open '/home/sk/.mplayer/codecs.conf': No such file or directory Reading /usr/share/mplayer/codecs.conf: Can't open '/usr/share/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --enable-debug=3 --cc=i686-pc-linux-gnu-gcc --host-cc=i686-pc-linux-gnu-gcc --libdir=/usr/lib --prefix=/usr --confdir=/usr/share/mplayer --datadir=/usr/share/mplayer --disable-menu --disable-cdparanoia --disable-faac --disable-gui --disable-xinerama --disable-vm --disable-xvmc --disable-cddb --disable-libvorbis --disable-libcdio --disable-smb --disable-x264 --disable-libdv --disable-faad-internal --disable-libdca --disable-arts --disable-sdl --disable-enca --disable-tv --disable-ftp --disable-win32dll --disable-dga1 --disable-dga2 --disable-real --disable-network --disable-live --disable-mad --disable-dvdnav --disable-libamr_wb --disable-png --disable-inet6 --disable-joystick --disable-rtc --disable-gif --disable-jpeg --disable-ladspa --disable-liblzo --disable-musepack --disable-faad-external --disable-theora --disable-3dfx --disable-dvbhead --disable-aa --disable-directfb --disable-fbdev --disable-xvid --disable-mencoder --disable-tga --disable-xf86keysym --disable-gl --disable-pnm --disable-ossaudio --disable-bitmap-font --disable-ass --disable-tremor-internal --disable-md5sum --disable-unrarlib --disable-qtx --disable-vidix-internal --disable-xanim --disable-fribidi --disable-encoder=MP3LAME_ENCODER --enable-debug=3 CommandLine: '-v' '-ss' '4:00' '-vc' 'dummy' '-vo' 'null' '-ao' 'pcm' 'test.avi' init_freetype Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using nanosleep() timing get_path('input.conf') -> '/home/sk/.mplayer/input.conf' Parsing input config file /home/sk/.mplayer/input.conf Input config file /home/sk/.mplayer/input.conf parsed: 63 binds Setting up LIRC support... get_path('test.avi.conf') -> '/home/sk/.mplayer/test.avi.conf' Playing test.avi. get_path('sub/') -> '/home/sk/.mplayer/sub/' [file] File size is 367949824 bytes STREAM: [file] test.avi STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: avi format AVI file format detected. list_end=0x22D6 ======= AVI Header ======= us/frame: 41708 (fps=23.976) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (272) HAS_INDEX IS_INTERLEAVED frames total: 64947 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 608 x 336 ========================== list_end=0x1138 ==> Found video stream: 0 [aviheader] Video stream found, -vid 0 ====== STREAM Header ===== Type: vids FCC: xvid (64697678) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 2997/125 = 23.976 Start: 0 Len: 64947 Suggested BufferSize: 68783 Quality 10000 Sample size: 0 ========================== Found 'bih', 108 bytes of 40 ======= VIDEO Format ====== biSize 40 biWidth 608 biHeight 336 biPlanes 1 biBitCount 24 biCompression 1145656920='XVID' biSizeImage 612864 =========================== Regenerating keyframe table for MPEG-4 video. list_end=0x21CA ==> Found audio stream: 1 [aviheader] Audio stream found, -aid 1 ====== STREAM Header ===== Type: auds FCC: (0) Flags: 0 Priority: 0 Language: 0 InitialFrames: 1 Rate: 48000/1152 = 41.667 Start: 0 Len: 112867 Suggested BufferSize: 960 Quality -1 Sample size: 0 ========================== Found 'wf', 30 bytes of 18 ======= WAVE Format ======= Format Tag: 85 (0x55) Channels: 2 Samplerate: 48000 avg byte/sec: 20074 Block align: 1152 bits/sample: 0 cbSize: 12 mp3.wID=1 mp3.fdwFlags=0x2 mp3.nBlockSize=481 mp3.nFramesPerBlock=1 mp3.nCodecDelay=0 ========================================================================== list_end=0x22D6 AVI: dmlh found (size=248) (total_frames=64947) list_end=0x22FA hdr=Software size=15 Software : Nandub v1.0rc2 list_end=0x15C3072C Found movie at 0x280C - 0x15C3072C Reading INDEX block, 177814 chunks for 64947 frames (fpos=365102900). AVI index offset: 0x2808 (movi=0x280C idx0=0x4 idx1=0x6C) Auto-selected AVI audio ID = 1 Auto-selected AVI video ID = 0 AVI: Searching for audio stream (id:1) AVI video size=309254610 (64947) audio size=54383088 (112867) VIDEO: [XVID] 608x336 24bpp 23.976 fps 913.3 kbps (111.5 kbyte/s) [V] filefmt:3 fourcc:0x44495658 size:608x336 fps:23.98 ftime:=0.0417 Clip info: Software: Nandub v1.0rc2 get_path('sub/') -> '/home/sk/.mplayer/sub/' ========================================================================== Forced video codec: dummy Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer. mp3lib: using 3DNow!Ex optimized decore! MP3lib: init layer2&3 finished, tables done MPEG 1.0, Layer III, 48000 Hz 32 kbit Joint-Stereo, BPF: 96 Channels: 2, copyright: No, original: Yes, CRC: No, emphasis: 0 AUDIO: 48000 Hz, 2 ch, s16le, 32.0 kbit/2.08% (ratio: 4000->192000) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Building audio filter chain for 48000Hz/2ch/s16le -> 0Hz/0ch/??... [libaf] Adding filter dummy [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le [AO PCM] File: audiodump.wav (WAVE) PCM: Samplerate: 48000Hz Channels: Stereo Format s16le [AO PCM] Info: Faster dumping is achieved with -vc null -vo null -ao pcm:fast [AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default). AO: [pcm] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: RAW PCM/WAVE file writer audio output AO: Author: Atmosfear Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le Video: no video Freeing 0 unused video chunks. Starting playback... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1214703952 (LWP 26303)] demux_seek_avi (demuxer=0x866bc40, rel_seek_secs=240, audio_delay=0, flags=1) at demux_avi.c:570 570 demux_avi.c: No such file or directory. in demux_avi.c (gdb) bt #0 demux_seek_avi (demuxer=0x866bc40, rel_seek_secs=240, audio_delay=0, flags=1) at demux_avi.c:570 #1 0x080d98b0 in demux_seek (demuxer=0x866bc40, rel_seek_secs=240, audio_delay=0, flags=) at demuxer.c:966 #2 0x0804e832 in seek (mpctx=0x84defa0, amount=240, style=0) at mplayer.c:2237 #3 0x08052a24 in main (argc=11, argv=0xbf98fb84) at mplayer.c:3345 (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x80e28ef to 0x80e292f: 0x080e28ef : mov 0x60(%ecx),%edx 0x080e28f2 : mov %ecx,0xffffff84(%ebp) 0x080e28f5 : mov 0x60(%ebx),%ecx 0x080e28f8 : mov %ebx,0xffffff88(%ebp) 0x080e28fb : mov %edx,0xffffff6c(%ebp) 0x080e2901 : mov $0x0,%edx 0x080e2906 : cmove 0x1c(%ebx),%edx 0x080e290a : test $0x2,%al 0x080e290c : mov %ecx,0xffffff8c(%ebp) 0x080e290f : flds 0xe4(%ecx) 0x080e2915 : mov %edx,0xffffff94(%ebp) 0x080e2918 : jne 0x80e2cea 0x080e291e : fmulp %st,%st(2) 0x080e2920 : fxch %st(1) 0x080e2922 : fstps 0xffffff14(%ebp) 0x080e2928 : movss 0xffffff14(%ebp),%xmm0 End of assembler dump. (gdb) info all-registers eax 0x1 1 ecx 0x0 0 edx 0x0 0 ebx 0x8662ba8 140913576 esp 0xbf98e830 0xbf98e830 ebp 0xbf98e958 0xbf98e958 esi 0x866bc40 140950592 edi 0x0 0 eip 0x80e290f 0x80e290f eflags 0x10246 [ PF ZF IF RF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 st0 0 (raw 0x00000000000000000000) st1 240 (raw 0x4006f000000000000000) st2 (raw 0xffff0000000000000000) st3 (raw 0xffff0000000000000000) st4 (raw 0xffff0000000000000000) st5 (raw 0xffff0000000000000000) st6 (raw 0xffff0000000000000000) st7 (raw 0xffff0000000000000000) fctrl 0x37f 895 fstat 0x7020 28704 ftag 0x1fff 8191 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 xmm0 {v4_float = {0xbb80, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x80, 0x3b, 0x47, 0x0 }, v8_int16 = {0x8000, 0x473b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x473b8000, 0x0, 0x0, 0x0}, v2_int64 = {0x473b8000, 0x0},uint128 = 0x000000000000000000000000473b8000} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] mm0 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm3 {uint64 = 0xf000000000000000, v2_int32 = {0x0, 0xf0000000}, v4_int16 = {0x0, 0x0, 0x0, 0xf000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0}} mm4 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm5 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm6 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm7 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} From techmum at gmail.com Wed Sep 26 04:05:34 2007 From: techmum at gmail.com (Denise) Date: Wed, 26 Sep 2007 12:05:34 +1000 Subject: [MPlayer-users] ffmpeg: problem when converting photos to SWF Message-ID: <3e0a44a00709251905y78376d71lcf73bd2edebd2a70@mail.gmail.com> Am experimenting with use of ffmpeg to convert photos such as JPEGs to SWF Flash files. For example, I can use: ffmpeg -i myphoto.jpg myphoto.swf It will successfully convert say a 1.5MB JPEG file into a 156kb SWF Flash file. However, if I display the SWF flash file in Firefox, it only displays a white page unless I right click on the "white" image and choose Settings. Then the SWF image displays correctly. Of course, what I am interested in is the compression and quality capabilities of the SWF Flash format, and not a movie, since I only want to display a single frame. Wondering what parameters I can set so that the SWF file displays immediately when viewed in Firefox? thanks denise From tgb at sfu.ca Wed Sep 26 04:57:01 2007 From: tgb at sfu.ca (Trevor Bradley) Date: Tue, 25 Sep 2007 19:57:01 -0700 Subject: [MPlayer-users] mencoder: Removing black bars creates black line artifacts Message-ID: <46F9CA7D.8060301@sfu.ca> Hey everyone. I love mencoder.. It's great for batching up mpgs I've recorded with MythTV to convert to AVI. I've figured out how to remove the black bars at the top and bottom of widescreen programming. Presently I'm using the following commands to transcode files: mencoder filename.mpg -quiet -vf lavcdeint -vf crop=704:352 -ovc xvid -oac mp3lame -xvidencopts pass=1 -o /dev/null mencoder filename.mpg -quiet -vf lavcdeint -vf crop=704:352 -ovc xvid -oac mp3lame -xvidencopts pass=2:bitrate=1300 -o filename.avi And this works well, producing an avi file with the black bars removed. However, the quality of that avi is different than if I don't crop the file. When the scene pans with a fast horizontal motion, I see black horizontal lines, perhaps 1-2 pixels tall across parts of the image that don't appear if I transcode to avi without the cropping. It's subtle, but bad enough that I've thrown out the avi rather than the larger mpg file. Here's a sample of the file uncropped, and the same frame (or very close one) uncropped: Uncropped, Clean: http://www.internetgenealogy.com/mencoder/snapshot1.png Cropped, with evil lines: http://www.internetgenealogy.com/mencoder/snapshot2.png Note how some objects, like the brims of the soldier's hats, have striking horizontal lines in the second snapshot. It's not in every frame, but it's annoying. In other scenes, like those with quickly moving shadows (like peoples faces and the shadows cast by their noses) the effect is quite striking. (This is from the new Ken Burns PBS series "The War" if you're curious). mencoder -v reports: MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 79, Stepping: 2) SSE2 supported but disabled CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE Am I perhaps running the crop command incorrectly? Is there a better tool for stripping the black bars out of the MPG before I attempt to transcode? Thanks for your help! Any advice would be appreciated. Trevor Bradley Surrey, BC, Canada From mymplayer at richip.dhs.org Wed Sep 26 06:19:21 2007 From: mymplayer at richip.dhs.org (Richi Plana) Date: Tue, 25 Sep 2007 22:19:21 -0600 Subject: [MPlayer-users] Adding Quicktime Codecs Message-ID: <1190780361.4769.2.camel@localhost6.localdomain6> Hi, I've recently downloaded a codec that works on top of Quicktime (6.5+). Is there a way to use that codec with mplayer / mencoder? If so, how do I go about importing it? I think I know which .dll files have been added. -- Richi Plana From william.rui at accesschina.com.cn Wed Sep 26 07:15:04 2007 From: william.rui at accesschina.com.cn (William Rui) Date: Wed, 26 Sep 2007 13:15:04 +0800 Subject: [MPlayer-users] Centos5 mplayer installed, but no video. Message-ID: <004601c7fffc$32a7d5d0$a501400a@bjg.accesscompany.com> Hi, all I have MPlayer-1.0rc1 installed on centos5, but there is only audio and no video displayed when running mplayer. [CODE] [root at localhost src]# mplayer /mnt/d/movie/x/mpegav/avseq01.dat MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) M processor 1.86GHz (Family: 6, Model: 13, Stepping: 8) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 Playing /mnt/d/movie/x/mpegav/avseq01.dat. MPEG-PS file format detected. VIDEO: MPEG1 352x240 (aspect 2) 29.970 fps 1150.0 kbps (143.8 kbyte/s) vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)! [VO_SUB_VIDIX] Couldn't find working VIDIX driver. ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 352 x 240 (preferred colorspace: Mpeg PES) VDec: using Mpeg PES as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. VO: [null] 352x240 => 352x240 Mpeg PES Selected video codec: [mpegpes] vfm: mpegpes (MPEG-PES output (.mpg or DXR3/IVTV/DVB card)) ========================================================================== ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 44100 Hz, 2 ch, s16le, 224.0 kbit/15.87% (ratio: 28000->176400) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== AO: [oss] 44100Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 352 x 240 (preferred colorspace: Mpeg PES) VDec: using Mpeg PES as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO: [null] 352x240 => 352x264 Mpeg PES A:2575.2 V:2575.3 A-V: -0.005 ct: -0.193 92/ 92 0% 0% 0.8% 0 0 MPlayer interrupted by signal 2 in module: sleep_timer [root at localhost src]# [/CODE] And I think I should have install all the gcc(including the devel) Any help is appreciated, Thanks, William From asmplayer at dsgml.com Wed Sep 26 07:28:23 2007 From: asmplayer at dsgml.com (Ariel) Date: Wed, 26 Sep 2007 01:28:23 -0400 (EDT) Subject: [MPlayer-users] streaming mplayer In-Reply-To: <46F96827.80506@pagestation.com> References: <46F96827.80506@pagestation.com> Message-ID: On Tue, 25 Sep 2007, Jerry Geis wrote: > I am starting mplayer with a command like: > mplayer http://camera/img/video.asf -dumpstream -dumpfile > /tmp/fifofile.mp4 > > I then wrote a small program that reads from /tmp/fifofile.mp4 and sends > it out over connecting sockets. > > The first mplayer connection reads and shows the camera data. > The second mplayer connection says "filling cache" and never displays > anything. > > Is there something wrong about what I am attempting? > Can I not just "relay" the mp4 data that is read from the fifo? You can only read from a fifo once. (If you try to read from it more than once each reader will get alternating lines.) When the second connection occurs it sends data starting from the middle of the file (I'm assuming your code copies the fifo data, I didn't check). I don't think mp4 files can be played from the middle. They probably need the header. Try a different file format that can be 'restarted' as it's called, or resynchronized, i.e. played from the middle of the file. MPEG2 can do it, there might be a way of re-containering the mp4 to do that, without spending the cpu to reencode. You might also try always sending the header to a connecting player, then sending video data from the middle. That might work, if the player is error-tolerant. I don't know how big the mp4 header is. Test it: Use dump stream on the connecting mplayers, see what they put in the stream. Try your program on an mpeg2, and try it on a real file rather that a fifo. Also: if you don't read from a fifo the writer will block and wait for a reader, not being able to write will cause mplayer to disconnect from the stream it's reading. Make sure your program always reads from the fifo, even if no one is listening to it. Or have it start mplayer automatically on the first connection, and close mplayer when no one is listening. -Ariel From dominik at rangers.eu.org Wed Sep 26 08:27:34 2007 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Wed, 26 Sep 2007 08:27:34 +0200 Subject: [MPlayer-users] Compilation Issue (bad instruction error) In-Reply-To: <1190763317.46f99b354057f@discus.singnet.com.sg> References: <1190763317.46f99b354057f@discus.singnet.com.sg> Message-ID: <20070926062734.GB4067@ryvius.pekin.waw.pl> On Wednesday, 26 September 2007 at 01:35, cksim wrote: > Hi, > > I have encountered the following error when compiling MPlayer-1.0rc1. Use current SVN snapshot instead. Regards, R. -- MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org There should be a science of discontent. People need hard times and oppression to develop psychic muscles. -- from "Collected Sayings of Muad'Dib" by the Princess Irulan From poirierg at gmail.com Wed Sep 26 09:54:39 2007 From: poirierg at gmail.com (Guillaume POIRIER) Date: Wed, 26 Sep 2007 09:54:39 +0200 Subject: [MPlayer-users] mencoder: Removing black bars creates black line artifacts In-Reply-To: <46F9CA7D.8060301@sfu.ca> References: <46F9CA7D.8060301@sfu.ca> Message-ID: <4e03026a0709260054o1045d154s5792a67fa358f197@mail.gmail.com> Hi, On 9/26/07, Trevor Bradley wrote: > Hey everyone. I love mencoder.. It's great for batching up mpgs I've > recorded with MythTV to convert to AVI. > > I've figured out how to remove the black bars at the top and bottom of > widescreen programming. Presently I'm using the following commands to > transcode files: > > mencoder filename.mpg -quiet -vf lavcdeint -vf crop=704:352 -ovc xvid > -oac mp3lame -xvidencopts pass=1 -o /dev/null > mencoder filename.mpg -quiet -vf lavcdeint -vf crop=704:352 -ovc xvid > -oac mp3lame -xvidencopts pass=2:bitrate=1300 -o filename.avi [..] > Thanks for your help! Any advice would be appreciated. s/-vf lavcdeint -vf crop=704:352/-vf lavcdeint,crop=704:352/g You may want to use yadif instead of lavcdeint too. Guillaume -- A soldier will fight long and hard for a bit of colored ribbon. -- Napoleon Bonaparte From fvisagie at za.spescom.com Tue Sep 25 08:23:06 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Tue, 25 Sep 2007 08:23:06 +0200 Subject: [MPlayer-users] embedding subtitles into video track Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12339@panda.datavoice.co.za> > -----Original Message----- > From: Ariel > Sent: 24 September 2007 16:34 > > On Mon, 24 Sep 2007, lartc wrote: > > > hi all, > > > > i have a really _dumb_ rendering client that cannot pick out and > > render a subtitle elementary stream. > > > > is there a way to "transcode" in such a way that subtitle > track i want > > gets embedded into the video track? > > Yes. > > It's called hard subtitles. > > In Linux try avidemux for a gui. I don't know if mencoder can do it. If you're working on Windows, have a look at videohelp.com (it covers other platforms too, but to a lesser extent). VirtualDub is a good tool to start off with, and there's a tool section dedicated to VirtualDub, including subtitle plug-ins. Regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From fvisagie at za.spescom.com Tue Sep 25 08:20:16 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Tue, 25 Sep 2007 08:20:16 +0200 Subject: [MPlayer-users] can mplayer record a stream to mp3 in windows ? Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12338@panda.datavoice.co.za> > -----Original Message----- > From: Christopher Gokey > Sent: 22 September 2007 03:28 > > Can I record a stream to mp3 using windows in one step using mplayer? > e.g., > Some command arguments like this: > mplayer --dump-stream --format mp3 --out_file=file.mp3 > > Is this possible with mplayer? If not, does someone know of > a command line application that can do this in one statement? > I know it can be done with lame in 2 statements, but I > really need to do it as 1 in "windows"... I don't think mplayer can do that, but why not write a batch file for the lame you're familiar with? Regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From fvisagie at za.spescom.com Tue Sep 25 10:46:59 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Tue, 25 Sep 2007 10:46:59 +0200 Subject: [MPlayer-users] Decreased MPEG-4 compression quality from changing pixel aspect r atio? Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12343@panda.datavoice.co.za> Hi All, The below applies to MPEG-4 compression, specifically XviD but it probably applies to all codecs doing intra-frame compression. MPlayer.htm warns against using scaling for "squaring pixels" (i.e. scaling the movie dimensions to achieve desired display aspect ratio) and correctly substantiates why. However, an issue that's never really explored is the following: is it possible that modifying the pixel aspect ratio (horizontal_pixels / vertical_pixels) could cause an additional loss of quality during compression? For instance, some PAL DV and PAL DVD sources use 720 x 576 pixel resolution. That gives a pixel aspect ratio of 720 / 576 = 1.25, whereas the display aspect ratio is actually 4/3 ~ 1.33. Now, to reduce frame size during encoding one could use a resolution of say 528 x 416 which yields a pixel aspect ratio of ~1.27 which is close enough to the original. One relies upon the display aspect ratio encoded into the container, as well as the player during playback to render the proper 4/3 display aspect ratio. Alternatively, one could scale the 720 x 576 movie to say 528 x 400 (e.g. using the CQ formulae in MPlayer.htm) which yields a pixel aspect ratio of 1.32 (~4/3). In other words, the movie dimensions are scaled to the display aspect ratio in this example (which may have its uses). However, because in the latter example the pixel aspect ratio has been modified, upon display pixels are now relatively closer together or further apart (more so in one dimension than the other) than before scaling. Typically, intra-frame compression relies heavily upon adjacent and neighbouring pixel information. If relative spatial separation between pixels is now modified by changing pixel aspect ratio, doesn't this cause the compressor weighting of neighbouring information to become too heavy or too light? On the other hand, if the pixel aspect ratio ISN'T changed, but differs from the display aspect ratio (as in the first example above), does the compressor need to take into account the fact that on-screen inter-pixel distances might be say 1:1.25 pixels:pixels, instead of 1:1? If so, how - does the compressor use the aspect ratio provided in the codec configuration (assuming it is)? I'd be grateful for any light shed on what, if any, effect changing pixel aspect ratio might have on MPEG-4 compression, and on what to do to minimise it if needed. Thanks, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From fvisagie at za.spescom.com Tue Sep 25 08:52:17 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Tue, 25 Sep 2007 08:52:17 +0200 Subject: [MPlayer-users] Congratulations! & suggestion Message-ID: <532B77054B89D711B8D70002B3A0F75D05F1233A@panda.datavoice.co.za> Hi All, Congratulations! For the past couple of years I'd been transferring DV home movies to AVI files on CD with XviD compression. Because the originals (tapes) get overwritten sooner or later, I wanted to be sure of getting the best quality possible for the available amount of storage space. All told, I probably spent a person-week or two comparing various settings and results before deciding upon a final configuration. Due to circumstance, that configuration got lost. I spent this past long weekend recreating it, using old footage for reference (resolution, bitrate etc.). When I was done I moved on to other things, and came across the following formulae in MPlayer.htm: ResY = INT(SQRT( 1000*Bitrate/25/ARc/CQ )/16) * 16 and ResX = INT( ResY * ARc / 16) * 16 If you plug in my settings, such as bitrate and aspect ratio, you arrive at exactly the same resolution I had arrived at by brute force. To me that simultaneously validates the settings I'd been using, as well as those formulae for future use. Very useful to know! Suggestion: Is there any way of modifying mencoder to record for future reference codec, multiplexer etc. configurations as, say, private data in popular container formats? Regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From fvisagie at za.spescom.com Wed Sep 26 10:46:36 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Wed, 26 Sep 2007 10:46:36 +0200 Subject: [MPlayer-users] key binding Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12360@panda.datavoice.co.za> > -----Original Message----- > From: On Behalf Of Jerry Geis > Sent: 25 September 2007 17:06 > > Right now it seems that the '*' key is bound by mplayer. > > How do I unbind it? > > I have made other bindings before for MOUSE_BTN2 and > MOUSE_BTN0 but how do I unbind something that mplayer has bound? In my input.conf it's bound (by default) as follows: * volume 1 If yours also has that line, either comment that out, or bind that instruction to another unused key to free up '*'. Regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From inverseparadox at comcast.net Wed Sep 26 12:41:24 2007 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 26 Sep 2007 06:41:24 -0400 Subject: [MPlayer-users] ffmpeg: problem when converting photos to SWF In-Reply-To: <3e0a44a00709251905y78376d71lcf73bd2edebd2a70@mail.gmail.com> References: <3e0a44a00709251905y78376d71lcf73bd2edebd2a70@mail.gmail.com> Message-ID: <46FA3754.2030502@comcast.net> Denise wrote: > Am experimenting with use of ffmpeg to convert photos such as JPEGs > to SWF Flash files. This is, therefore, not an MPlayer question. From the rest of your description, I'm not sure it's even an FFmpeg question (it looks more like a matter of browser configuration), but at the very least it would be less inappropriately asked on ffmpeg-user rather than here. -- The Wanderer Warning: Simply because I argue an issue does not mean I agree with any side of it. Secrecy is the beginning of tyranny. From openworld at uralweb.ru Wed Sep 26 12:45:05 2007 From: openworld at uralweb.ru (Alexander Bokovikov) Date: Wed, 26 Sep 2007 16:45:05 +0600 Subject: [MPlayer-users] ffmpeg: problem when converting photos to SWF References: Message-ID: <004e01c8002a$77e60990$1854000a@bibika> Denise wrote: > Of course, what I am interested in is the compression and quality > capabilities of the SWF Flash format, and not a movie, since I only > want to display a single frame. You're definitely in a wrong way if you're trying to do it using ffmpeg. There are many flash tools which can create such simple SWF files like yours. See for example www.flashdig.com Converting your JPEG into a video (your SWF now contains a one-frame video stream) you lose a lot of its quality (look at the file size!). There is also free SWF SDK, which lets create a small software utilities, which can perform such simple operations like JPEG=>SWF conversion. Your "white screen" effect is a sort of bug either in ffmpeg or in the flash plugin, which occures when the video stream contains only one frame. HTH! From tgb at sfu.ca Wed Sep 26 13:27:01 2007 From: tgb at sfu.ca (Trevor Bradley) Date: Wed, 26 Sep 2007 04:27:01 -0700 Subject: [MPlayer-users] mencoder: Removing black bars creates black line artifacts In-Reply-To: References: Message-ID: <46FA4205.2030703@sfu.ca> > > Thanks for your help! Any advice would be appreciated. > s/-vf lavcdeint -vf crop=704:352/-vf lavcdeint,crop=704:352/g > You may want to use yadif instead of lavcdeint too. > Guillaume Excellent. The lines disappear on my 20 second sample with your new command line options. I'm guessing my version applied the filters independently. I'll investigate chaining vf filters and learn more about yadif vs lavcdeint. I'll try a much longer transcode now to see if it works. Thanks for the help! Trevor From fvisagie at za.spescom.com Wed Sep 26 13:33:58 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Wed, 26 Sep 2007 13:33:58 +0200 Subject: [MPlayer-users] mencoder: Removing black bars creates blackli ne artifacts Message-ID: <532B77054B89D711B8D70002B3A0F75D05F12363@panda.datavoice.co.za> > -----Original Message----- > From: On Behalf Of Guillaume POIRIER > Sent: 26 September 2007 09:55 > Hi, > > On 9/26/07, Trevor Bradley wrote: > > Hey everyone. I love mencoder.. It's great for batching up > mpgs I've > > recorded with MythTV to convert to AVI. > > > > I've figured out how to remove the black bars at the top > and bottom of > > widescreen programming. Presently I'm using the following > commands to > > transcode files: > > > > mencoder filename.mpg -quiet -vf lavcdeint -vf > crop=704:352 -ovc xvid > > -oac mp3lame -xvidencopts pass=1 -o /dev/null mencoder filename.mpg > > -quiet -vf lavcdeint -vf crop=704:352 -ovc xvid -oac mp3lame > > -xvidencopts pass=2:bitrate=1300 -o filename.avi > > [..] > > > Thanks for your help! Any advice would be appreciated. > > s/-vf lavcdeint -vf crop=704:352/-vf lavcdeint,crop=704:352/g > > You may want to use yadif instead of lavcdeint too. Excellent advice - those are interlacing artifacts you're seeing. Part of the reason you only see lack of proper deinterlacing in your cropped video (at the same physical display size) is probably because it has less vertical pixel resolution (due to cropping). The latest MPlayer documentation has a wealth of information on the principles of cropping, scaling and deinterlacing, especially in section 14. Here's an example: "Also, deinterlacing should be done after cropping [1] and before scaling." Remember to try out additional deinterlacing mechanisms and options as Guillaume suggests. As an aside, from the documentation I had understood that a proper filter chain is constructed either with the -vf filter1,filter2,...filtern construct, or by using -vf-{add|pre|del|clr}. I'd therefore use one of those approaches as opposed to the -vf filter1 -vf filter2 you have above. Regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From hansjoergwolf at yahoo.com Wed Sep 26 15:48:59 2007 From: hansjoergwolf at yahoo.com (Hans-Joerg Wolf) Date: Wed, 26 Sep 2007 06:48:59 -0700 (PDT) Subject: [MPlayer-users] Displaying data from UDP or RTP stream Message-ID: <800319.16597.qm@web52011.mail.re2.yahoo.com> I am resending this as it seems not to have been included in the mplayer-users list. Thanks Hans-Joerg > All, > i tried displaying a TS stream that was originated > with VLC ( e.g. > :sout=#duplicate{dst=std{access=udp,mux=ts,dst=10.10.52.122:1234}} > > with mplayer (mplayer checkout 2007-09-17) > > using > mplayer udp://:1234 > > (also tried similar command) but didn't get it to > run. > > Message here is "Failed to connect to server" > "udp_streaming_start_failed" > > If i tried > nc -l 1234 -u | mplayer - > this also didn't work > > Error Message: > "Cannot seek backward in linear streams". > > I searched the web for any example of how to use > mplayer with udp streaming, but couldn't find a > description. > > Has anyone been successful in the scenario above > (vlc > sending udp stream, mplayer displaying udp stream) > and > can send a description on "howto" use > mplayer to display UDP/RTP streams? > > Thanks > Hans-Joerg > > > > > ____________________________________________________________________________________ > Pinpoint customers who are looking for what you > sell. > http://searchmarketing.yahoo.com/ > ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow From info at scriptinstallation.in Wed Sep 26 15:59:52 2007 From: info at scriptinstallation.in (ScriptInstallation.in) Date: Wed, 26 Sep 2007 19:29:52 +0530 Subject: [MPlayer-users] Video and Audio not in sync after conversion Message-ID: <55274f1c0709260659w41f9f284s65a50424ef63d46d@mail.gmail.com> Hi, I converted a video to FLV format. Now the audio and video are not in sync. The video plays fast and finishes first, audio continue playing. You can see the video at Source: http://72.9.154.113/1.wmv (size: 691 kb) Converted Video having problem: http://72.9.154.113/1.flv (size: 716 kb) You can play the video with flash player and see the problem at http://72.9.154.113/1.html The command used to convert is /usr/bin/mencoder 1.wmv -o 1.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 mplayer installed from svn, version is - MEncoder dev-SVN-r24587-4.1.1 Can anyone tell how to fix the problem ? Thanks, Yujin From Nicola.Sabbi at poste.it Wed Sep 26 16:05:49 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Wed, 26 Sep 2007 16:05:49 +0200 Subject: [MPlayer-users] Displaying data from UDP or RTP stream In-Reply-To: <800319.16597.qm@web52011.mail.re2.yahoo.com> References: <800319.16597.qm@web52011.mail.re2.yahoo.com> Message-ID: <200709261605.49812.Nicola.Sabbi@poste.it> Il Wednesday 26 September 2007 15:48:59 Hans-Joerg Wolf ha scritto: > I am resending this as it seems not to have been > included in the mplayer-users list. > > Thanks > Hans-Joerg > > > All, > > i tried displaying a TS stream that was originated > > with VLC ( e.g. > > > :sout=#duplicate{dst=std{access=udp,mux=ts,dst=10.10.52.122:1234}} > : > > with mplayer (mplayer checkout 2007-09-17) > > > > using > > mplayer udp://:1234 mplayer udp://10.10.52.122:1234 From comes at naic.edu Wed Sep 26 16:31:00 2007 From: comes at naic.edu (Giacomo Comes) Date: Wed, 26 Sep 2007 10:31:00 -0400 Subject: [MPlayer-users] Video and Audio not in sync after conversion In-Reply-To: <55274f1c0709260659w41f9f284s65a50424ef63d46d@mail.gmail.com> References: <55274f1c0709260659w41f9f284s65a50424ef63d46d@mail.gmail.com> Message-ID: <20070926143100.GA11406@monopoli.naic.edu> On Wed, Sep 26, 2007 at 07:29:52PM +0530, ScriptInstallation.in wrote: > Hi, > > I converted a video to FLV format. Now the audio and video are not in sync. > > The video plays fast and finishes first, audio continue playing. > > You can see the video at > > Source: http://72.9.154.113/1.wmv (size: 691 kb) > Converted Video having problem: http://72.9.154.113/1.flv (size: 716 kb) > > You can play the video with flash player and see the problem at > > http://72.9.154.113/1.html > > The command used to convert is > > /usr/bin/mencoder 1.wmv -o 1.flv -of lavf -oac mp3lame -lameopts abr:br=56 > -ovc lavc -lavcopts > vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 > -ofps 24 > > mplayer installed from svn, version is - MEncoder dev-SVN-r24587-4.1.1 > > Can anyone tell how to fix the problem ? -vf harddup Giacomo From info at scriptinstallation.in Wed Sep 26 16:48:00 2007 From: info at scriptinstallation.in (ScriptInstallation.in) Date: Wed, 26 Sep 2007 20:18:00 +0530 Subject: [MPlayer-users] Video and Audio not in sync after conversion In-Reply-To: <20070926143100.GA11406@monopoli.naic.edu> References: <55274f1c0709260659w41f9f284s65a50424ef63d46d@mail.gmail.com> <20070926143100.GA11406@monopoli.naic.edu> Message-ID: <55274f1c0709260748h4fd75623l8c5621b301b22860@mail.gmail.com> > > > I converted a video to FLV format. Now the audio and video are not in > sync. > > > > Can anyone tell how to fix the problem ? > > -vf harddup > > Giacomo Thanks Giacomo, its working fine now. http://72.9.154.113/2.html The convert command have many arguments that i do not understand properly, can you please check my command and tell if any of the argument need a change ? /usr/bin/mencoder 1.wmv -o 2.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup Sorry for not reading all the docs :-) Thanks a lot. Yujin From dominik at rangers.eu.org Wed Sep 26 18:03:38 2007 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Wed, 26 Sep 2007 18:03:38 +0200 Subject: [MPlayer-users] mencoder: Removing black bars creates black line artifacts In-Reply-To: <46FA4205.2030703@sfu.ca> References: <46FA4205.2030703@sfu.ca> Message-ID: <20070926160338.GA17106@ryvius.pekin.waw.pl> On Wednesday, 26 September 2007 at 13:27, Trevor Bradley wrote: > > > Thanks for your help! Any advice would be appreciated. > > > > s/-vf lavcdeint -vf crop=704:352/-vf lavcdeint,crop=704:352/g > > > You may want to use yadif instead of lavcdeint too. > > > Guillaume > > Excellent. The lines disappear on my 20 second sample with your new > command line options. I'm guessing my version applied the filters > independently. No. Actually, it only applied the crop filter. Only the last -vf option is taken into account. > I'll investigate chaining vf filters and learn more about yadif vs lavcdeint. http://guru.multimedia.cx/index.php?s=deinterlacing Regards, R. -- MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org There should be a science of discontent. People need hard times and oppression to develop psychic muscles. -- from "Collected Sayings of Muad'Dib" by the Princess Irulan From cooleyr at gmail.com Wed Sep 26 18:12:56 2007 From: cooleyr at gmail.com (RC) Date: Wed, 26 Sep 2007 09:12:56 -0700 Subject: [MPlayer-users] Decreased MPEG-4 compression quality from changing pixel aspect r atio? In-Reply-To: <532B77054B89D711B8D70002B3A0F75D05F12343@panda.datavoice.co.za> References: <532B77054B89D711B8D70002B3A0F75D05F12343@panda.datavoice.co.za> Message-ID: <20070926091256.565340a9.cooleyr@gmail.com> On Tue, 25 Sep 2007 10:46:59 +0200 Francois Visagie wrote: > is it possible that modifying the pixel aspect ratio > (horizontal_pixels / vertical_pixels) could cause an additional loss > of quality during compression? No. > upon display pixels are now relatively closer together or further > apart (more so in one dimension than the other) than before scaling. > Typically, intra-frame compression relies heavily upon adjacent and > neighbouring pixel information. If relative spatial separation between > pixels is now modified by changing pixel aspect ratio, Pixels can't move closer together or further apart. Downscaling to half size may merge two pixels worth of information into a single pixel, but that's all. It's just a single pixel of information to the encoder. Display aspect ratio may cause the end result to display a higher density of pixels in one direction or another, but doesn't affect the actual video (encoding) in any way at all. > doesn't this cause the compressor weighting of neighbouring > information to become too heavy or too light? > does the compressor need to take into account the fact that on-screen > inter-pixel distances might be say 1:1.25 pixels:pixels, instead of > 1:1? Scaling, cropping, etc. are done after decoding the video, and before reencoding it. All 'decisions' made by the codec happen on an arbitrary set of pixels it is supplied with. It has no knowledge of what the display aspect ratio will be, and does not care how the video was previously encoded before. From tgb at sfu.ca Wed Sep 26 20:07:46 2007 From: tgb at sfu.ca (Trevor Bradley) Date: Wed, 26 Sep 2007 11:07:46 -0700 Subject: [MPlayer-users] mencoder: Removing black bars creates black line artifacts In-Reply-To: References: Message-ID: <46FA9FF2.40407@sfu.ca> > > Excellent. The lines disappear on my 20 second sample with your new > > command line options. I'm guessing my version applied the filters > > independently. > No. Actually, it only applied the crop filter. Only the last -vf option > is taken into account. > > I'll investigate chaining vf filters and learn more about yadif vs lavcdeint. > http://guru.multimedia.cx/index.php?s=deinterlacing After doing some research on yadif (about 60 seconds after my first reply), Google sent me quickly to this page, and the first interlacing image was my horizontal black lines.... It all fell into place within seconds, and the ignored vf filter was obvious! (I should have put "crop" and "lavcdeint" in the opposite order, would have been very obvious then.) Thank you all for your help. My avi looks great this morning! Trevor From jebrhansen at gmail.com Wed Sep 26 20:25:47 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Wed, 26 Sep 2007 20:25:47 +0200 Subject: [MPlayer-users] Centos5 mplayer installed, but no video. In-Reply-To: <004601c7fffc$32a7d5d0$a501400a@bjg.accesscompany.com> References: <004601c7fffc$32a7d5d0$a501400a@bjg.accesscompany.com> Message-ID: > I have MPlayer-1.0rc1 installed on centos5, but there is only audio and no video displayed when running mplayer. First off... this is an old version of mplayer. They are constantly making changes through svn and ask that you try later versions before you post bugs. However, I don't think this problem is related to the version you are running. > vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)! > > [VO_SUB_VIDIX] Couldn't find working VIDIX driver. You could try using a different vo. Try mplayer -vo help This will tell you all the video outs you have available. Try some simple ones such as xv or gl or as a last resort x11. If one of these work you can put it in the mplayer config file. Good luck Jeremy From cehoyos at ag.or.at Wed Sep 26 23:30:09 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Wed, 26 Sep 2007 21:30:09 +0000 (UTC) Subject: [MPlayer-users] Adding Quicktime Codecs References: <1190780361.4769.2.camel@localhost6.localdomain6> Message-ID: Hi! Richi Plana richip.dhs.org> writes: > I've recently downloaded a codec that works on top of Quicktime (6.5+). > Is there a way to use that codec with mplayer / mencoder? If so, how do > I go about importing it? I think I know which .dll files have been > added. I don't know if it's possible, but I'd be curious to know what file you can't decode with vanilla mplayer that Quicktime can decode (with or without codec) - what kind of decoder is it that mplayer doesn't contain? Carl Eugen From mymplayer at richip.dhs.org Wed Sep 26 23:54:07 2007 From: mymplayer at richip.dhs.org (Richi Plana) Date: Wed, 26 Sep 2007 15:54:07 -0600 Subject: [MPlayer-users] Adding Quicktime Codecs In-Reply-To: References: <1190780361.4769.2.camel@localhost6.localdomain6> Message-ID: <1190843647.17132.5.camel@localhost6.localdomain6> On Wed, 2007-09-26 at 21:30 +0000, Carl Eugen Hoyos wrote: > Richi Plana richip.dhs.org> writes: > > > I've recently downloaded a codec that works on top of Quicktime (6.5+). > > Is there a way to use that codec with mplayer / mencoder? If so, how do > > I go about importing it? I think I know which .dll files have been > > added. > > I don't know if it's possible, but I'd be curious to know what file you can't > decode with vanilla mplayer that Quicktime can decode (with or without codec) - > what kind of decoder is it that mplayer doesn't contain? There's a site called The Dancing Channels that provide streaming and video files that make use of a quicktime plugin from Infinite Video (a subsidiary of Even Technologies) that they're calling PSI_V (pronounced sigh vee). According to http://telephonyonline.com/mag/telecom_mpeg_alternative/ , PSI_V compresses standard-definition video to 750 kb/s and HD to 3 Mb/s. I can watch the videos on Windows, but I don't always have access to a Windows box. -- Richi Plana From rvm3000 at ya.com Thu Sep 27 00:50:34 2007 From: rvm3000 at ya.com (Pepe) Date: Thu, 27 Sep 2007 00:50:34 +0200 Subject: [MPlayer-users] Does -slave work on Windows 98? Message-ID: <200709270050.34362.rvm3000@ya.com> I've been reported that smplayer doesn't work properly under Windows 98 and Windows ME. I installed Win 98 in a virtual machine, and indeed the problem seems that mplayer ignores (or doesn't get) the slave commands. I tested with another GUI (MPUI) and it has exactly the same problem. Tested several mplayer builds, including 1.0rc1, with the same result. Is this a bug in mplayer, or simply it's a limitation of those versions of Windows? -- Pepe From list-catcher at hellburner.com Thu Sep 27 01:47:36 2007 From: list-catcher at hellburner.com (Unknown) Date: Wed, 26 Sep 2007 19:47:36 -0400 Subject: [MPlayer-users] compiling in dvdnav Message-ID: <20070926194736.24d21e49@localhost> I use gentoo, and I have the media-libs/libdvdnav package installed and compile the SVN version of mplayer...however I can?t get it to find dvdnav. Any ideas? ============ Checking for DVD support (libdvdnav) ============ 0.1.10 Usage: dvdnav-config [OPTIONS] [LIBRARIES] Options: [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] Result is: no From steve at wonkabar.org Thu Sep 27 02:21:01 2007 From: steve at wonkabar.org (Steve Dibb) Date: Wed, 26 Sep 2007 18:21:01 -0600 (MDT) Subject: [MPlayer-users] compiling in dvdnav In-Reply-To: <20070926194736.24d21e49@localhost> References: <20070926194736.24d21e49@localhost> Message-ID: > I use gentoo, and I have the media-libs/libdvdnav package installed and > compile the SVN version of mplayer...however I can?t get it to find > dvdnav. Any ideas? It's broken, I plan on fixing it in the next ebuild. That's about it. :) Steve From 10walls at gmail.com Thu Sep 27 02:24:20 2007 From: 10walls at gmail.com (JonY) Date: Thu, 27 Sep 2007 08:24:20 +0800 Subject: [MPlayer-users] compiling in dvdnav In-Reply-To: <20070926194736.24d21e49@localhost> References: <20070926194736.24d21e49@localhost> Message-ID: <46FAF834.5010306@gmail.com> Unknown wrote: > I use gentoo, and I have the media-libs/libdvdnav package installed and > compile the SVN version of mplayer...however I can?t get it to find > dvdnav. Any ideas? > > ============ Checking for DVD support (libdvdnav) ============ > 0.1.10 > Usage: dvdnav-config [OPTIONS] [LIBRARIES] > Options: > [--prefix[=DIR]] > [--exec-prefix[=DIR]] > [--version] > [--libs] > [--cflags] > Result is: no > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users Hi, get the proper libdvdnav from svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav From defsyn at gmail.com Thu Sep 27 02:55:59 2007 From: defsyn at gmail.com (Henry Garcia) Date: Wed, 26 Sep 2007 20:55:59 -0400 Subject: [MPlayer-users] compiling in dvdnav In-Reply-To: <46FAF834.5010306@gmail.com> References: <20070926194736.24d21e49@localhost> <46FAF834.5010306@gmail.com> Message-ID: > > > Hi, get the proper libdvdnav from > svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav Right. Compile the source. Install it. ./configure --enable-dvdnav --with -dvdnav-config=/usr/bin/dvdnav-config or wherever you have dvdnav-config installed. From william.rui at accesschina.com.cn Thu Sep 27 05:11:53 2007 From: william.rui at accesschina.com.cn (William Rui) Date: Thu, 27 Sep 2007 11:11:53 +0800 Subject: [MPlayer-users] Centos5 mplayer installed, but no video. In-Reply-To: References: <004601c7fffc$32a7d5d0$a501400a@bjg.accesscompany.com> Message-ID: <002a01c800b4$277017f0$a501400a@bjg.accesscompany.com> Hi, Jeremy Thanks for reply firstly. I see what you mean but I just wander how, pls see following (sorry for this is another PC, but have the totally same environment): [CODE] [root at localhost webapps]# mplayer -vo help MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team CPU: Intel(R) Pentium(R) M processor 1.60GHz (Family: 6, Model: 13, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 Available video output drivers: cvidix console VIDIX null Null video output mpegpes Mpeg-PES to DVB card yuv4mpeg yuv4mpeg output for mjpegtools tga Targa output pnm PPM/PGM/PGMYUV file md5sum md5sum of each frame [root at localhost webapps]# [/CODE] Best regards, William -----Original Message----- From: mplayer-users-bounces at mplayerhq.hu [mailto:mplayer-users-bounces at mplayerhq.hu] On Behalf Of Jeremy Hansen Sent: 2007?9?27? 2:26 To: MPlayer usage questions, feature requests,bug reports Subject: Re: [MPlayer-users] Centos5 mplayer installed, but no video. > I have MPlayer-1.0rc1 installed on centos5, but there is only audio and no video displayed when running mplayer. First off... this is an old version of mplayer. They are constantly making changes through svn and ask that you try later versions before you post bugs. However, I don't think this problem is related to the version you are running. > vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)! > > [VO_SUB_VIDIX] Couldn't find working VIDIX driver. You could try using a different vo. Try mplayer -vo help This will tell you all the video outs you have available. Try some simple ones such as xv or gl or as a last resort x11. If one of these work you can put it in the mplayer config file. Good luck Jeremy _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From list-catcher at hellburner.com Thu Sep 27 05:23:47 2007 From: list-catcher at hellburner.com (Unknown) Date: Wed, 26 Sep 2007 23:23:47 -0400 Subject: [MPlayer-users] compiling in dvdnav In-Reply-To: References: <20070926194736.24d21e49@localhost> Message-ID: <20070926232347.7c9baa91@localhost> On Wed, 26 Sep 2007 18:21:01 -0600 (MDT) Steve Dibb wrote: > > > I use gentoo, and I have the media-libs/libdvdnav package installed > > and compile the SVN version of mplayer...however I can?t get it to > > find dvdnav. Any ideas? > > It's broken, I plan on fixing it in the next ebuild. That's about > it. :) As the current ebuild is about a year old [I] media-libs/libdvdnav Available versions: 0.1.10 Installed versions: 0.1.10(02:01:22 PM 11/19/2006) Are you going to put out the next ebuild soon? From nschell at gmail.com Thu Sep 27 07:58:54 2007 From: nschell at gmail.com (Nicholas Schell) Date: Wed, 26 Sep 2007 22:58:54 -0700 Subject: [MPlayer-users] liba52 downmixing 6ch audio Message-ID: <61cd7bac0709262258u4d63898alf19dc7ab81824eb7@mail.gmail.com> Someone pointed out to me that my mplayer builds (for win32) for some reason had offset downmixing of 6ch AC3 content. The audio seemed to be much more prevalent in the right speakers then in the left. I checked into it myself, and it definitely did not sound right. I checked in other more well known win32 mplayer builds, and they all had the same issue. Which at least discounted me making some huge monumental error while building. So then I was poking around in the liba52 sources and noticed there were two modes to downmix to 2 channels. Either A52_DOLBY or A52_STEREO. I then proceeded to build a52dec and tried a 6ch sample with normal stereo output -o win (or also wav) and then with -o windolby (or wavdolby). The samples with the dolby downmixing had the exact same weird issue as with mplayer, more sound being shifted to the right channels then the left. But the normal stereo downmixing sounded correct, and equivalent to what one would get using ffdshow with 2/0 stereo downmixing. In "libmpcodecs\ad_liba52.c" all downmixing to 2ch is forced to the A52_DOLBY mode, and A52_STEREO is commented out. This doesn't seem right. The only reason to use dolby surround mixing would be if you are outputting to a receiver. But if the file is already real 5.1 dolby, it would be foolish to downmix to dolby surround then output to the receiver. So I'm just wondering, shouldn't this be set to use A52_STEREO for downmixing to 2 channels? Or was there some reason it was originally set to A52_DOLBY, it has apparently been like that for ages. I'm guessing this is somehow a win32 build issue of liba52, as it makes no sense that something like this could have been overlooked for so long on *nix. Though somehow the issue has been equally overlooked on win32 builds for so long. Or I just have made some mistake myself. I've uploaded an AC3 6ch sample to the mplayer ftp (liba52-6ch-downmixing.ac3). Can anyone else confirm this on non-windows builds with a52dec? When the vocals hit it should be quite noticeable. In my own builds now at least I have uncommented A52_STEREO and commented A52_DOLBY to fix the issue. Just thought I would share these strange exploits. Though I'm guessing mplayer will be saying goodbye to liba52 soon anyways with the new ffmpeg ac3 decoder on the way. From fvisagie at za.spescom.com Thu Sep 27 08:28:32 2007 From: fvisagie at za.spescom.com (Francois Visagie) Date: Thu, 27 Sep 2007 08:28:32 +0200 Subject: [MPlayer-users] Decreased MPEG-4 compression quality from cha nging pixel aspect r atio? Message-ID: <532B77054B89D711B8D70002B3A0F75D05F1236E@panda.datavoice.co.za> > -----Original Message----- > From: On Behalf Of RC > Sent: 26 September 2007 18:13 > > On Tue, 25 Sep 2007 10:46:59 +0200 > Francois Visagie wrote: > > Display aspect ratio may cause the end result to display a > higher density of pixels in one direction or another, but > doesn't affect the actual video (encoding) in any way at all. > > > doesn't this cause the compressor weighting of neighbouring > > information to become too heavy or too light? > > > does the compressor need to take into account the fact that > on-screen > > inter-pixel distances might be say 1:1.25 pixels:pixels, instead of > > 1:1? > > Scaling, cropping, etc. are done after decoding the video, > and before reencoding it. All 'decisions' made by the codec > happen on an arbitrary set of pixels it is supplied with. It > has no knowledge of what the display aspect ratio will be, > and does not care how the video was previously encoded before. Thanks for your response, although I still remain convinced that changing pixel aspect ratio will lead to loss of perceptual quality, something which MPEG-4 designers seem not to have considered. Kind regards, Francois This e-mail is sent on the Spescom Terms and Conditions that can be accessed by clicking on this link http://www.spescom.com/email.html From cehoyos at ag.or.at Thu Sep 27 09:44:24 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 27 Sep 2007 07:44:24 +0000 (UTC) Subject: [MPlayer-users] Adding Quicktime Codecs References: <1190780361.4769.2.camel@localhost6.localdomain6> <1190843647.17132.5.camel@localhost6.localdomain6> Message-ID: Hi! Richi Plana richip.dhs.org> writes: > There's a site called The Dancing Channels > that provide streaming and video > files that make use of a quicktime plugin from Infinite Video (a > subsidiary of Even Technologies) that they're calling PSI_V (pronounced > sigh vee). Since I'm not keen on getting member: Could you download a sample and upload it to ftp://mplayerhq.hu/MPlayer/incoming/ ? > According to http://telephonyonline.com/mag/telecom_mpeg_alternative/ , > PSI_V compresses standard-definition video to 750 kb/s and HD to 3 Mb/s. Please note that this is possible with every encoder supported by FFmpeg/MEncoder - it's the quality that makes the difference;-) Carl Eugen From Nicola.Sabbi at poste.it Thu Sep 27 10:02:08 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 27 Sep 2007 10:02:08 +0200 Subject: [MPlayer-users] compiling in dvdnav In-Reply-To: <46FAF834.5010306@gmail.com> References: <20070926194736.24d21e49@localhost> <46FAF834.5010306@gmail.com> Message-ID: <200709271002.09097.Nicola.Sabbi@poste.it> Il Thursday 27 September 2007 02:24:20 JonY ha scritto: > Hi, get the proper libdvdnav from > svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav also read main/DOCS/tech/dvdnav-howto.txt From Nicola.Sabbi at poste.it Thu Sep 27 10:05:06 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 27 Sep 2007 10:05:06 +0200 Subject: [MPlayer-users] liba52 downmixing 6ch audio In-Reply-To: <61cd7bac0709262258u4d63898alf19dc7ab81824eb7@mail.gmail.com> References: <61cd7bac0709262258u4d63898alf19dc7ab81824eb7@mail.gmail.com> Message-ID: <200709271005.07494.Nicola.Sabbi@poste.it> Il Thursday 27 September 2007 07:58:54 Nicholas Schell ha scritto: > > In my own builds now at least I have uncommented A52_STEREO and > commented A52_DOLBY to fix the issue. Just thought I would share > these strange exploits. Though I'm guessing mplayer will be saying > goodbye to liba52 soon anyways with the new ffmpeg ac3 decoder on > the way. _______________________________________________ my recipe to hear 6 channels ac3 in a stereo set is: -channels 6 -af pan=2:1:0:0:1:1:0:0:1:1:1:1:1 From mohammed_elafifi at yahoo.com Thu Sep 27 13:43:11 2007 From: mohammed_elafifi at yahoo.com (Mohammed El-Afifi) Date: Thu, 27 Sep 2007 04:43:11 -0700 (PDT) Subject: [MPlayer-users] mplayer problem with lirc Message-ID: <405334.90781.qm@web53702.mail.re2.yahoo.com> I'm using fedora 7, 64-bit edition. I've recently installed mplayer as a binary RPM package called mplayer-1.0-0.80.20070715svn.lvn7.x86_64.rpm, and as a dependency lirc also as a binary package called lirc-0.8.1-1.fc7.x86_64.rpm. It works fine except for the lirc support. When I start mplayer, I get the following error messages about lirc: mplayer: could not connect to socket mplayer: Connection refused Failed to open LIRC support. You will not be able to use your remote control. OK. I searched for a lot of help about this message in google and the archives of mplayer, and I found some hints. First, I created an empty file called ~/lircrc. Lirc isn't configured to run its daemons by default when the system boots, but this isn't a problem as I can configure it to start with each system boot. The problem is that even if I start it manually, mplayer immediately closes lirc daemons when it starts(yes, without posting any error messages about lirc). So, when I close mplayer and starts it over, if finds lirc not running(because mplayer closed lirc in the previous run) and it posts the error messages shown above again. Another hint was to make sure that /dev/lirc has the access flags set to 666 with chmod. Actually, /dev/lirc on my system doesn't always exist; it's created on the fly when the lirc daemons start. However, I queried the access flags of /dev/lirc after starting and found it already set to 666. I found some postings talking about something called lircc, but I haven't found any package on the internet(according to my search) containing such a program. The main problem seems to be mplayer failing to start lirc when mplayer starts and mplayer stopping the lirc daemons if they're already running. Does anyone have an idea why this happens or how to overcome it? Appreciating your feedback. Thanks for your support. ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ From steve at wonkabar.org Thu Sep 27 16:21:24 2007 From: steve at wonkabar.org (Steve Dibb) Date: Thu, 27 Sep 2007 08:21:24 -0600 Subject: [MPlayer-users] compiling in dvdnav In-Reply-To: <20070926232347.7c9baa91@localhost> References: <20070926194736.24d21e49@localhost> <20070926232347.7c9baa91@localhost> Message-ID: <46FBBC64.2000900@wonkabar.org> Unknown wrote: > On Wed, 26 Sep 2007 18:21:01 -0600 (MDT) > Steve Dibb wrote: > >>> I use gentoo, and I have the media-libs/libdvdnav package installed >>> and compile the SVN version of mplayer...however I can?t get it to >>> find dvdnav. Any ideas? >> It's broken, I plan on fixing it in the next ebuild. That's about >> it. :) > > As the current ebuild is about a year old > > [I] media-libs/libdvdnav > Available versions: 0.1.10 > Installed versions: 0.1.10(02:01:22 PM 11/19/2006) That one is the last stable from upstream, we're going to swith to the forked SVN snapshot from MPlayer now. And we hit a snag with the Makefile, hopefully get it fixed soon. Steve From cooleyr at gmail.com Thu Sep 27 18:18:52 2007 From: cooleyr at gmail.com (RC) Date: Thu, 27 Sep 2007 09:18:52 -0700 Subject: [MPlayer-users] mplayer problem with lirc In-Reply-To: <405334.90781.qm@web53702.mail.re2.yahoo.com> References: <405334.90781.qm@web53702.mail.re2.yahoo.com> Message-ID: <20070927091852.6099dcca.cooleyr@gmail.com> On Thu, 27 Sep 2007 04:43:11 -0700 (PDT) Mohammed El-Afifi wrote: > The problem is that even if I start it manually, mplayer immediately > closes lirc daemons when it starts(yes, without posting any error > messages about lirc). So, when I close mplayer and starts it over, if > finds lirc not running(because mplayer closed lirc in the previous > run) and it posts the error messages shown above again. I've been using lirc for quite some time, and haven't seen anything like this at all. Do other programs work properly with your LIRC installation? From johnbrown105 at hotmail.com Thu Sep 27 20:50:00 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Thu, 27 Sep 2007 18:50:00 +0000 (UTC) Subject: [MPlayer-users] Telecine does not seem to be working Message-ID: Audio and video are hopelessly out of sync from the start and it steadily gets worse: command line: mencoder -oac lavc -ovc lavc -lavcopts acodec=ac3:abitrate=96:vcodec=mpeg2video:vbitrate=1239:aspect=4/3 -of mpeg -mpegopts format=dvd:telecine:tsaf -o test.mpg -ss 1:30 -endpos 30 -vf scale=656:448,expand=720:480,harddup -ofps 24000/10001 -srate 48000 -af lavcresample 48000 test.avi mplayer -v test.mpg A: 0.3 V: 0.1 A-V: 0.206 ct: 0.000 2/ 1 ??% ??% ??,?% 0 0 *** [vo] Allocating mp_image_t, 720x480x12bpp YUV planar, 518400 bytes A: 0.3 V: 0.3 A-V: 0.070 ct: 0.003 3/ 2 ??% ??% ??,?% 0 0 demux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate. get_path('subfont.ttf') -> 'c:/msys/local4/bin/mplayer/subfont.ttf' Unicode font: 1418 glyphs. A: 0.4 V: 0.3 A-V: 0.072 ct: 0.007 6/ 3 ??% ??% ??,?% 0 0 A: 0.5 V: 0.3 A-V: 0.150 ct: 0.011 7/ 4 ??% ??% ??,?% 0 0 A: 0.5 V: 0.4 A-V: 0.140 ct: 0.015 8/ 5 ??% ??% ??,?% 0 0 A: 0.5 V: 0.4 A-V: 0.126 ct: 0.019 9/ 6 ??% ??% ??,?% 0 0 demux_mpg: 30000/1001fps NTSC content detected, switching framerate. A: 0.6 V: 0.5 A-V: 0.120 ct: 0.023 10/ 7 ??% ??% ??,?% 0 0 No accelerated IMDCT transform found Using MMX optimized resampler Warning! FPS changed 23.976 -> 29.970 (-5.994005) [4] A: 0.6 V: 0.5 A-V: 0.125 ct: 0.028 11/ 8 ??% ??% ??,?% 0 0 A: 0.6 V: 0.6 A-V: 0.081 ct: 0.031 13/ 9 ??% ??% ??,?% 0 0 A: 0.7 V: 0.6 A-V: 0.113 ct: 0.034 14/ 10 ??% ??% ??,?% 0 0 A: 0.7 V: 0.7 A-V: 0.042 ct: 0.038 17/ 11 3% 1% 1.1% 0 I am using svn 24632 on Windows XP. When it reaches the end of the clip: A: 28.6 V: 21.7 A-V: 6.899 ct: 1.726 902/517 2% 1% 0.0% 0 0 A: 28.7 V: 21.8 A-V: 6.914 ct: 1.729 903/518 2% 1% 0.0% 0 0 A: 28.7 V: 21.8 A-V: 6.902 ct: 1.733 906/519 2% 1% 0.0% 0 0 A: 28.8 V: 21.8 A-V: 6.965 ct: 1.736 907/520 2% 1% 0.0% 0 0 A: 28.8 V: 21.9 A-V: 6.945 ct: 1.739 909/521 2% 1% 0.0% 0 0 MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: audio) MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: audio) A: 28.9 V: 21.9 A-V: 6.964 ct: 1.743 910/522 2% 1% 0.0% 0 0 MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: audio) A: 28.9 V: 22.0 A-V: 6.962 ct: 1.746 913/523 2% 1% 0.0% 0 0 MPEG Stream reached EOF ds_fill_buffer: EOF reached (stream: audio) Note the very large desync. From nicola_sabbi at fastwebnet.it Thu Sep 27 22:10:37 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Thu, 27 Sep 2007 22:10:37 +0200 Subject: [MPlayer-users] Telecine does not seem to be working In-Reply-To: References: Message-ID: <200709272210.37696.nicola_sabbi@fastwebnet.it> Il Thursday 27 September 2007 20:50:00 John Brown ha scritto: > Audio and video are hopelessly out of sync from the start and it > steadily gets worse: > > command line: > mencoder -oac lavc -ovc lavc -lavcopts > acodec=ac3:abitrate=96:vcodec=mpeg2video:vbitrate=1239:aspect=4/3 > -of mpeg -mpegopts format=dvd:telecine:tsaf -o test.mpg -ss 1:30 > -endpos 30 -vf scale=656:448,expand=720:480,harddup -ofps > 24000/10001 -srate 48000 -af lavcresample 48000 test.avi > > > Note the very large desync. try with -demuxer lavf and/or with vlc (that don't do the crazy framerate conversion while playing) From hansjoergwolf at yahoo.com Thu Sep 27 22:46:48 2007 From: hansjoergwolf at yahoo.com (Hans-Joerg Wolf) Date: Thu, 27 Sep 2007 13:46:48 -0700 (PDT) Subject: [MPlayer-users] Displaying data from UDP or RTP stream In-Reply-To: <200709261605.49812.Nicola.Sabbi@poste.it> Message-ID: <221631.29689.qm@web52010.mail.re2.yahoo.com> I tried this but as mentioned in my email - get an error "failed to connect to server udp_streaming_start failed. Is this a bug in the current trunk? Did you get streaming to work with the command you specified? If yes, what version were you running on? Thanks Hans-Joerg --- Nico Sabbi wrote: > Il Wednesday 26 September 2007 15:48:59 Hans-Joerg > Wolf ha scritto: > > I am resending this as it seems not to have been > > included in the mplayer-users list. > > > > Thanks > > Hans-Joerg > > > > > All, > > > i tried displaying a TS stream that was > originated > > > with VLC ( e.g. > > > > > > :sout=#duplicate{dst=std{access=udp,mux=ts,dst=10.10.52.122:1234}} > > : > > > with mplayer (mplayer checkout 2007-09-17) > > > > > > using > > > mplayer udp://:1234 > > mplayer udp://10.10.52.122:1234 > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC From johnbrown105 at hotmail.com Thu Sep 27 23:05:59 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Thu, 27 Sep 2007 21:05:59 +0000 (UTC) Subject: [MPlayer-users] Telecine does not seem to be working References: <200709272210.37696.nicola_sabbi@fastwebnet.it> Message-ID: Nico Sabbi fastwebnet.it> writes: > > Il Thursday 27 September 2007 20:50:00 John Brown ha scritto: > > Audio and video are hopelessly out of sync from the start and it > > steadily gets worse: > > > > command line: > > mencoder -oac lavc -ovc lavc -lavcopts > > acodec=ac3:abitrate=96:vcodec=mpeg2video:vbitrate=1239:aspect=4/3 > > -of mpeg -mpegopts format=dvd:telecine:tsaf -o test.mpg -ss 1:30 > > -endpos 30 -vf scale=656:448,expand=720:480,harddup -ofps > > 24000/10001 -srate 48000 -af lavcresample 48000 test.avi > > > > > > Note the very large desync. > > try with -demuxer lavf and/or with vlc (that don't do the crazy > framerate conversion while playing) > mplayer -demuxer lavf test.mpg causes the video to play faster than the audio. When the video reaches 30 seconds, the audio is at about 26 seconds. Before, it was the other way around. Also, the desync is smaller with -demuxer lavf. I ran mencoder again, but I extended the length to 90 seconds. 1) MEncoder said, Video Stream 90.007 secs, Audio 90.016 secs 2) mplayer -identify says ID_LENGTH=80.75 3) PowerDVD (the software that came with my DVD burner) thinks that it is 1:26 (but it plays it in sync) 4) Media Player Classic thinks that it is 1:24, and also plays it in sync 5) As above with VLC I don't have to telecine. I can just ofps 30000/1001 instead. I only do it because I assume that duplicating frames wastes bits. However, I need to be sure that the DVD player will play it properly when I make the DVD. From nicola_sabbi at fastwebnet.it Thu Sep 27 23:28:30 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Thu, 27 Sep 2007 23:28:30 +0200 Subject: [MPlayer-users] Telecine does not seem to be working In-Reply-To: References: <200709272210.37696.nicola_sabbi@fastwebnet.it> Message-ID: <200709272328.30147.nicola_sabbi@fastwebnet.it> Il Thursday 27 September 2007 23:05:59 John Brown ha scritto: > mplayer -demuxer lavf test.mpg causes the video to play faster > than the audio. When the video reaches 30 seconds, the audio is > at about 26 seconds. Before, it was the other way around. Also, > the desync is smaller with -demuxer lavf. > > I ran mencoder again, but I extended the length to 90 seconds. > > 1) MEncoder said, Video Stream 90.007 secs, Audio 90.016 secs > 2) mplayer -identify says ID_LENGTH=80.75 > 3) PowerDVD (the software that came with my DVD burner) thinks > that it is 1:26 (but it plays it in sync) > 4) Media Player Classic thinks that it is 1:24, and also plays > it in sync > 5) As above with VLC > > I don't have to telecine. I can just ofps 30000/1001 instead. > I only do it because I assume that duplicating frames wastes > bits. However, I need to be sure that the DVD player will > play it properly when I make the DVD. did mencoder duplicate or drop frames when encoding? did you verify that the source material was encoded at exactly 24000/1001 fps? From johnbrown105 at hotmail.com Fri Sep 28 00:29:33 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Thu, 27 Sep 2007 22:29:33 +0000 (UTC) Subject: [MPlayer-users] Telecine does not seem to be working References: <200709272210.37696.nicola_sabbi@fastwebnet.it> <200709272328.30147.nicola_sabbi@fastwebnet.it> Message-ID: Nico Sabbi fastwebnet.it> writes: > > Il Thursday 27 September 2007 23:05:59 John Brown ha scritto: > > > mplayer -demuxer lavf test.mpg causes the video to play faster > > than the audio. When the video reaches 30 seconds, the audio is > > at about 26 seconds. Before, it was the other way around. Also, > > the desync is smaller with -demuxer lavf. > > > > I ran mencoder again, but I extended the length to 90 seconds. > > > > 1) MEncoder said, Video Stream 90.007 secs, Audio 90.016 secs > > 2) mplayer -identify says ID_LENGTH=80.75 > > 3) PowerDVD (the software that came with my DVD burner) thinks > > that it is 1:26 (but it plays it in sync) > > 4) Media Player Classic thinks that it is 1:24, and also plays > > it in sync > > 5) As above with VLC > > > > I don't have to telecine. I can just ofps 30000/1001 instead. > > I only do it because I assume that duplicating frames wastes > > bits. However, I need to be sure that the DVD player will > > play it properly when I make the DVD. > > did mencoder duplicate or drop frames when encoding? > did you verify that the source material was encoded at > exactly 24000/1001 fps? > It is a weekly anime series that I have been transcoding for years. I have not made a DVD recently, because I can put 15 or more episodes on one DVD. The episodes are always encoded by the same organization, and telecine always worked in the past. mplayer -identify says that the frame rate of the source is 23.976, other places in mplayer output say 23.98, but whenever I see numbers like that, I always use 24000/1001 without a problem. It is true that if I leave out -ofps 24000/1001, MEncoder halts with: MPEG1/2 does not support 27021/1127 fps, but I never leave it out. From Nicola.Sabbi at poste.it Thu Sep 27 22:36:20 2007 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 27 Sep 2007 22:36:20 +0200 Subject: [MPlayer-users] Telecine does not seem to be working In-Reply-To: References: <200709272210.37696.nicola_sabbi@fastwebnet.it> <200709272328.30147.nicola_sabbi@fastwebnet.it> Message-ID: <46FC1444.6020802@poste.it> John Brown wrote: >It is a weekly anime series that I have been transcoding for years. I have not >made a DVD recently, because I can put 15 or more episodes on one DVD. The >episodes are always encoded by the same organization, and telecine always worked >in the past. mplayer -identify says that the frame rate of the source is 23.976, >other places in mplayer output say 23.98, but whenever I see numbers like that, >I always use 24000/1001 without a problem. > >It is true that if I leave out -ofps 24000/1001, MEncoder halts with: >MPEG1/2 does not support 27021/1127 fps, but I never leave it out. > > > better add -fps 24000/1001 and remove -ofps instead: mencoder won't have to deal with fps!=ofps From mymplayer at richip.dhs.org Fri Sep 28 01:32:20 2007 From: mymplayer at richip.dhs.org (Richi Plana) Date: Thu, 27 Sep 2007 17:32:20 -0600 Subject: [MPlayer-users] mencoder "cluster"? Message-ID: <1190935940.15068.2.camel@localhost6.localdomain6> Hi, Does anyone know how DVD::Rip's clustering functionality work and how something similar (or the same) could be done using mencoder? -- Richi Plana From cooleyr at gmail.com Fri Sep 28 01:46:18 2007 From: cooleyr at gmail.com (RC) Date: Thu, 27 Sep 2007 16:46:18 -0700 Subject: [MPlayer-users] mencoder "cluster"? In-Reply-To: <1190935940.15068.2.camel@localhost6.localdomain6> References: <1190935940.15068.2.camel@localhost6.localdomain6> Message-ID: <20070927164618.7cb270a4.cooleyr@gmail.com> On Thu, 27 Sep 2007 17:32:20 -0600 Richi Plana wrote: > Does anyone know how DVD::Rip's > clustering > functionality work and how something similar (or the same) could be > done using mencoder? I imagine it just splits the video into chunks, and encodes them independently on different machines. You could do the same easily using something like avisplit to split the file into however many chunks you have computers, and using ssh to copy them over, and execute the mencoder command. Though, to get full quality, you really need to run the 1st pass on a single system (rather fast if using 'turbo'), then very carefully split the file on what should be I-frame boundaries, and the divx2pass.log file at the exact same frames as the file, then do only the 2nd pass on seperate machines. Personally, I don't think either is worth the hassle, unless you have a large number of rather slow systems, and also absolutely require fast turnaround of each individual video for some strange reason. From hulin.thibaud at wanadoo.fr Fri Sep 28 01:52:47 2007 From: hulin.thibaud at wanadoo.fr (Thibaud Hulin) Date: Fri, 28 Sep 2007 01:52:47 +0200 Subject: [MPlayer-users] Building mplayer : optimisation with alsa after ./configure instruction ? Message-ID: <20070928015247.1c2321a3@dell-debian> Hi! I'm trying to build mplayer from CVS. However, after the traditionnal ./configure, mplayer refuse to use alsa, that works fine with xmms by example. I used the --enable-alsa, but that didn't work. I note that the optimisation if registered for : native. So, I specified that the target is pentium-mmx. How can I perform that ? See you the output below... Thanks for help, Thibaud. Config files successfully generated by ./configure --enable-alsa --enable-gui --disable-tv --target=pentium-mmx --language=fr ! Install prefix: /usr/local Data directory: /usr/local/share/mplayer Config direct.: /usr/local/etc/mplayer Byte order: little-endian Optimizing for: native Languages: Messages/GUI: fr Manual pages: en fr Enabled optional drivers: Input: ftp libdvdcss(internal) dvdread(internal) dvb network Codecs: libavcodec qtx xanim win32 faad2 libmpeg2 liba52 mp3lib tremor(internal) Audio output: oss v4l2 sdl mpegpes(dvb) Video output: v4l2 sdl pnm jpeg png mpegpes(dvb) svga xvidix cvidix opengl dga xv x11 xover dfbmga directfb md5sum tga Audio filters: Disabled optional drivers: Input: dvdnav vstream pvr radio tv-teletext tv-v4l2 tv-v4l1 tv live555 nemesi cddb cdda vcd smb Codecs: x264 xvid libdv libamr_wb libamr_nb real faac musepack libdca libtheora speex toolame twolame libmad liblzo gif Audio output: sun alsa openal jack polyp esd arts ivtv dxr2 nas Video output: ivtv dxr3 dxr2 vesa gif89a zr zr2 fbdev caca aa ggi xmga mga winvidix 3dfx xvmc bl xvr100 tdfx_vid s3fb tdfxfb Audio filters: ladspa From mymplayer at richip.dhs.org Fri Sep 28 02:49:09 2007 From: mymplayer at richip.dhs.org (Richi Plana) Date: Thu, 27 Sep 2007 18:49:09 -0600 Subject: [MPlayer-users] mencoder "cluster"? In-Reply-To: <20070927164618.7cb270a4.cooleyr@gmail.com> References: <1190935940.15068.2.camel@localhost6.localdomain6> <20070927164618.7cb270a4.cooleyr@gmail.com> Message-ID: <1190940549.15886.6.camel@localhost6.localdomain6> On Thu, 2007-09-27 at 16:46 -0700, RC wrote: > On Thu, 27 Sep 2007 17:32:20 -0600 > Richi Plana wrote: > > > Does anyone know how DVD::Rip's > > clustering > > functionality work and how something similar (or the same) could be > > done using mencoder? > > I imagine it just splits the video into chunks, and encodes > them independently on different machines. > > You could do the same easily using something like avisplit to split the > file into however many chunks you have computers, and using ssh to copy > them over, and execute the mencoder command. I imagined that was what dvdrip must be doing, but is there a way to get the same functionality of avisplit from mencoder? You see, the way dvdrip clustering works, it relies on the source multimedia data to be accessible on the cluster slaves. This is usually done via NFS, but other virtual filesystems should work. It doesn't split the file so I imagine transcode has a way to select "blocks" from it's input (so long as it's random accessible ... is that even the right phrase?). Can one break down an input video into sections and tell mencoder to work on a certain section only? What would these "blocks" be? Frames? > Though, to get full quality, you really need to run the 1st pass on a > single system (rather fast if using 'turbo'), then very carefully split > the file on what should be I-frame boundaries, and the divx2pass.log > file at the exact same frames as the file, then do only the 2nd pass on > seperate machines. Also, dvdrip clustering processes the audio as one whole block on the machine with fastest access to the input source (usually the one which has the file on its harddisk). I can't see why the first pass in a 2-pass encoding scheme couldn't be done that way. > Personally, I don't think either is worth the hassle, unless you have a > large number of rather slow systems, and also absolutely require fast > turnaround of each individual video for some strange reason. I do have a couple of fast machines, and believe me ... after getting used to dvdrip clustering, it's kind of hard going back to 1-machine processing. It takes so much longer and, personally, I'd rather make use of the otherwise spare cycles. -- Richi Plana From defsyn at gmail.com Fri Sep 28 02:59:31 2007 From: defsyn at gmail.com (Henry Garcia) Date: Thu, 27 Sep 2007 20:59:31 -0400 Subject: [MPlayer-users] Building mplayer : optimisation with alsa after ./configure instruction ? In-Reply-To: <20070928015247.1c2321a3@dell-debian> References: <20070928015247.1c2321a3@dell-debian> Message-ID: On 9/27/07, Thibaud Hulin wrote: > > Hi! > I'm trying to build mplayer from CVS. However, after the traditionnal > ./configure, mplayer refuse to use alsa, that works fine with xmms by > example. You need to have the developer's libraries installed for alsa, not just the alsa runtime: i.e. alsa-dev ? I used the --enable-alsa, but that didn't work. It won't work, if you don't have the developer libraries installed. I note that the optimisation if registered for : native. So, I specified > that the target is pentium-mmx. > How can I perform that ? See you the output below... --enable-mmx Please try ./configure --help for a full list of options that you can pass to the configuration file. And please read the documentation for what development files you should have installed on your system: http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html From johnbrown105 at hotmail.com Fri Sep 28 03:21:41 2007 From: johnbrown105 at hotmail.com (John Brown) Date: Fri, 28 Sep 2007 01:21:41 +0000 (UTC) Subject: [MPlayer-users] Telecine does not seem to be working References: <200709272210.37696.nicola_sabbi@fastwebnet.it> <200709272328.30147.nicola_sabbi@fastwebnet.it> <46FC1444.6020802@poste.it> Message-ID: Nico Sabbi poste.it> writes: > > John Brown wrote: > > > > >It is true that if I leave out -ofps 24000/1001, MEncoder halts with: > >MPEG1/2 does not support 27021/1127 fps, but I never leave it out. > > > > > > > better add -fps 24000/1001 and remove -ofps instead: mencoder > won't have to deal with fps!=ofps > OK. The problem still remains that other players are able to play the MPEG produced by MEncoder, and MPlayer cannot, but that is MPlayer's problem. From cooleyr at gmail.com Fri Sep 28 04:02:31 2007 From: cooleyr at gmail.com (RC) Date: Thu, 27 Sep 2007 19:02:31 -0700 Subject: [MPlayer-users] mencoder "cluster"? In-Reply-To: <1190940549.15886.6.camel@localhost6.localdomain6> References: <1190935940.15068.2.camel@localhost6.localdomain6> <20070927164618.7cb270a4.cooleyr@gmail.com> <1190940549.15886.6.camel@localhost6.localdomain6> Message-ID: <20070927190231.1e0f666f.cooleyr@gmail.com> On Thu, 27 Sep 2007 18:49:09 -0600 Richi Plana wrote: > You see, the way dvdrip clustering works, it relies on the source > multimedia data to be accessible on the cluster slaves. This is > usually done via NFS, but other virtual filesystems should work. Yes, but since you're using SSH anyhow, I'd think it would be more desireable to just also use it for copying the chunks of the video, and not requiring the configuration and poor performance of NFS. > Can one break down an input video into sections and tell mencoder to > work on a certain section only? Yes, using -edl you could do potentially that but I don't recomend it. It isn't really designed for it, so it would take a lot of steps to get it to do the job without dropping frames, or accidentally splitting in the worst possible place. It also may have some bugs, depending on how you use it (see -hr-edl-seek)... As opposed to avisplit, which is brain-dead simple, designed for the job, and and does it quite well. > What would these "blocks" be? Frames? GOPs (Group Of Pictures). > I can't see why the first pass in a 2-pass encoding scheme couldn't be > done that way. It could, but writing a program to do extensive interrogation of the file to find the best split points, and doing matching processing on the divx2pass.log file isn't exactly trivial. > I do have a couple of fast machines, and believe me ... after getting > used to dvdrip clustering, it's kind of hard going back to 1-machine > processing. It takes so much longer and, personally, I'd rather make > use of the otherwise spare cycles. Personally, I'd just simultaneously encode a different video on each machine. Not difficult to setup a queue to manage that. From deepak.babel at laposte.net Fri Sep 28 06:03:14 2007 From: deepak.babel at laposte.net (deepak) Date: Fri, 28 Sep 2007 09:33:14 +0530 Subject: [MPlayer-users] liba52 downmixing 6ch audio In-Reply-To: <200709271005.07494.Nicola.Sabbi@poste.it> References: <61cd7bac0709262258u4d63898alf19dc7ab81824eb7@mail.gmail.com> <200709271005.07494.Nicola.Sabbi@poste.it> Message-ID: <46FC7D02.40409@laposte.net> and DTS 5.1? Nico Sabbi wrote: > Il Thursday 27 September 2007 07:58:54 Nicholas Schell ha scritto: > > >> In my own builds now at least I have uncommented A52_STEREO and >> commented A52_DOLBY to fix the issue. Just thought I would share >> these strange exploits. Though I'm guessing mplayer will be saying >> goodbye to liba52 soon anyways with the new ffmpeg ac3 decoder on >> the way. _______________________________________________ >> > > my recipe to hear 6 channels ac3 in a stereo set is: > -channels 6 -af pan=2:1:0:0:1:1:0:0:1:1:1:1:1 > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > From sancelot at free.fr Fri Sep 28 09:42:21 2007 From: sancelot at free.fr (=?ISO-8859-1?Q?St=E9phane_ANCELOT?=) Date: Fri, 28 Sep 2007 09:42:21 +0200 Subject: [MPlayer-users] acroread 8 linux+video player Message-ID: <46FCB05D.6060306@free.fr> Hi, I setted up new acroread 8. for linux. It is able to play video unfortunately I do not have any idea on howto change default player (default player is realplayer ..... ) So, I have 2 possible solutions,but not the answer .. : Howto encode avi to realplayer with mencoder ? Howto change default acroread video player from realplayer to mplayer ... Best Regards S.Ancelot From pratish.ganguly at gmail.com Fri Sep 28 11:07:25 2007 From: pratish.ganguly at gmail.com (pratish ganguly) Date: Fri, 28 Sep 2007 14:37:25 +0530 Subject: [MPlayer-users] Mplayer License Issue Message-ID: Dear All I have developed a cutomized Linux distribution for commercial purpose. In that distribution I plan to include gmplayer (mplayer1.0rc1 to be specific) package in that. Can you guide me regarding what all licencing issues I might have to take into account in this particular case ? The video codecs & demuxers included so far (as shown in gmplayer preferences ) are 1. Null video decoder 2. FFmpeg's libavcodec codec family 3. LZO compressed video 4. RAW uncompresed video 5. Hauppauge macroblock/NV12//NV21 decoder 6. NuppelVideo decoder 7. PNG Images decoder 8. JPEG Images decoder 9. TGA Images decoder 10. SGI Image decoder 11. MPEG 1/2 Video decoder libmpeg2-v0.4.0b 12. MPEG 1/2 Video passthrough The audio codecs & demuxers included so far (as shown in gmplayer preferences ) are 1. MPEG Layer -2 Layer-3 2. AC3 decoding with liba52 3. AC3/DTS pass-through S/PDIF 4. MPEG audio passthrough ( fake decoder) 5. FFmpeg/libavcodec audio decoders 6. uncompressed PCM audio decoders 7. Uncompressed DVD/VOB LPCM audio decoder 8. aLaw/uLaw audio decoder 9. IMA ADPCM audio decoder 10. MS ADPCM audio decoder 11. Duck Corp. DK3 ADPCM decoder 12. native GSM/MSGSM audio decoder 13. AAC(MPEG2/4 advanced audio coding ) 14. Ogg/Vorbis audio decoder With best regards. Pratish Ganguly From jebrhansen at gmail.com Fri Sep 28 16:18:49 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Fri, 28 Sep 2007 16:18:49 +0200 Subject: [MPlayer-users] Centos5 mplayer installed, but no video. In-Reply-To: <002a01c800b4$277017f0$a501400a@bjg.accesscompany.com> References: <004601c7fffc$32a7d5d0$a501400a@bjg.accesscompany.com> <002a01c800b4$277017f0$a501400a@bjg.accesscompany.com> Message-ID: > Available video output drivers: > cvidix console VIDIX > null Null video output > mpegpes Mpeg-PES to DVB card > yuv4mpeg yuv4mpeg output for mjpegtools > tga Targa output > pnm PPM/PGM/PGMYUV file > md5sum md5sum of each frame Wow you don't even have any of the ones I suggested available. Well you could try the various ones listed in there (although none seem like usable ones). Another possibility is to do some digging and find out how to get the others to work. Unfortunately I am not very knowledgeable in that area. I would assume you are missing some devel packages for your OS. From amidk75 at gmail.com Fri Sep 28 16:48:33 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Fri, 28 Sep 2007 16:48:33 +0200 Subject: [MPlayer-users] mencoder "cluster"? In-Reply-To: <20070927190231.1e0f666f.cooleyr@gmail.com> References: <1190935940.15068.2.camel@localhost6.localdomain6> <20070927164618.7cb270a4.cooleyr@gmail.com> <1190940549.15886.6.camel@localhost6.localdomain6> <20070927190231.1e0f666f.cooleyr@gmail.com> Message-ID: <46FD1441.6060202@gmail.com> http://forum.doom9.org/showthread.php?t=100766 It's not mencoder but... IIRC it had plans for linux version. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From dalias at aerifal.cx Fri Sep 28 17:10:15 2007 From: dalias at aerifal.cx (Rich Felker) Date: Fri, 28 Sep 2007 11:10:15 -0400 Subject: [MPlayer-users] Mplayer License Issue In-Reply-To: References: Message-ID: <20070928151015.GD246@brightrain.aerifal.cx> On Fri, Sep 28, 2007 at 02:37:25PM +0530, pratish ganguly wrote: > Dear All > > I have developed a cutomized Linux distribution for commercial purpose. > In that distribution I plan to include gmplayer (mplayer1.0rc1 to be > specific) package in that. Can you guide me regarding what all licencing > issues I might have to take into account in this particular case ? We can only advise you that you need to follow the terms of the GPL, as MPlayer is under the terms of the GPL (and no other license) regardless of how many or how few demuxers and codecs you include. If you're asking about patent claims, you will not get an answer here. Some developers, myself included, regard all the multimedia patent claims as bogus due to an abundance of prior art and obviousness as well as fraudulent misrepresentation of having invented things that were actually invented over 100 years ago. Whether you want to pay "random fees" to these nasty people is your own decision and you should make it my consulting a lawyer and analyzing your risk. Rich From Reimar.Doeffinger at stud.uni-karlsruhe.de Fri Sep 28 20:35:16 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Fri, 28 Sep 2007 20:35:16 +0200 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) In-Reply-To: <20070925130156.GA3481@section-eight> References: <20070925130156.GA3481@section-eight> Message-ID: <20070928183516.GA3253@1und1.de> Hello, On Tue, Sep 25, 2007 at 03:01:56PM +0200, Sebastian Kemper wrote: [...] > Kommandozeile: '-ss' '5:00' '-endpos' '60' '-vc' 'dummy' '-vo' 'null' '-ao' 'pcm' '-v' 'test.avi' Completely missed that you are using -vc dummy before. You were victim to the outdated translation, -vc dummy is known to be very crash happy due to the way it works, and it's not really worth fixing. Which is why the English output nowadays suggests -vc null instead. Greetings, Reimar D?ffinger From sebastian_ml at gmx.net Fri Sep 28 21:03:18 2007 From: sebastian_ml at gmx.net (Sebastian Kemper) Date: Fri, 28 Sep 2007 21:03:18 +0200 Subject: [MPlayer-users] Crash when dumping pcm with -ss (start position) In-Reply-To: <20070928183516.GA3253@1und1.de> References: <20070925130156.GA3481@section-eight> <20070928183516.GA3253@1und1.de> Message-ID: <20070928190318.GA5441@section-eight> On Fri, Sep 28, 2007 at 08:35:16PM +0200, Reimar D?ffinger wrote: > Completely missed that you are using -vc dummy before. You were victim > to the outdated translation, -vc dummy is known to be very crash happy > due to the way it works, and it's not really worth fixing. Which is why > the English output nowadays suggests -vc null instead. Hello Reimar, thanks so much for pointing this out! -vc null works fine indeed. Regards Sebastian From jebrhansen at gmail.com Fri Sep 28 21:31:22 2007 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Fri, 28 Sep 2007 21:31:22 +0200 Subject: [MPlayer-users] Building mplayer : optimisation with alsa after ./configure instruction ? In-Reply-To: References: <20070928015247.1c2321a3@dell-debian> Message-ID: > I used the --enable-alsa, but that didn't work. Also when you force an enable option it disables detection for that so you need to specify where to get the files from. It is best to just let mplayer auto detect it and let it build Jeremy From stellplatz-nr.13a at datenparkplatz.de Fri Sep 28 22:06:45 2007 From: stellplatz-nr.13a at datenparkplatz.de (Ulrich) Date: Fri, 28 Sep 2007 22:06:45 +0200 Subject: [MPlayer-users] (documentation) error in mplayer man page In-Reply-To: <46F4EBE6.3010000@melix.net> References: <20070922140555.0c321ff6@localhost.localdomain> <46F4EBE6.3010000@melix.net> Message-ID: <46FD5ED5.5060008@datenparkplatz.de> Hi, in the current man page it says in line 3422 et sqq. (line 4337 et sqq. in the source): > threads=<1-8> (MPEG-1/2 only) > number of threads to use for decoding (default: 1) Obviously, this also works for MPEG-4, thus the documentation should be updated. From stellplatz-nr.13a at datenparkplatz.de Fri Sep 28 22:21:06 2007 From: stellplatz-nr.13a at datenparkplatz.de (Ulrich) Date: Fri, 28 Sep 2007 22:21:06 +0200 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070922140555.0c321ff6@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> Message-ID: <46FD6232.5060508@datenparkplatz.de> Hi Igor, for me, using "-lavdopts threads=2" works for most of the h.264-streams broadcasted on BBC. This is really a nice feature, because without it, my system would be to slow to do the real-time-decoding. Of course, given the amount of multi-core-cpus out there today, and the increasing number of MPEG-4-HDTV-channels, it would also be very nice if it worked on every h.264-stream or file there is. (or a working, improved XvMC implementation / graphics hardware acceleration for MPEG-4) But we can still dream.. From ikalvachev at gmail.com Fri Sep 28 22:52:14 2007 From: ikalvachev at gmail.com (Ivan Kalvachev) Date: Fri, 28 Sep 2007 23:52:14 +0300 Subject: [MPlayer-users] crash in motion_est_mmx.c, backtrace included In-Reply-To: References: Message-ID: <219e947f0709281352s3d3e9e4dvdef78f05370095bf@mail.gmail.com> 2007/9/21, Ariel : > > On Wed, 19 Sep 2007, Carl Eugen Hoyos wrote: > > > Ariel writes: > > > >> Command line: -fs -framedrop -softvol -softvol-max 800 -af volume=12 -ao > >> alsa -channels 6 -ni -vo xvmc:queue -vc ffmpeg12mc [...] > >> If there is other information you need let me know. > > > Does it happen with every MPEG2 sample you have? With some? Only with > > one sample - then please upload to incoming. > > Only with samples that contain transmission errors. I snipped a section of > the file, called it: crash_with_transmission_errors_and_xvmc and uploaded > it to incoming. It's my bug and I hope that the commit to ffmpeg svn have fixed it. Unfortunately the uploaded sample file is not able to reproduce the bug so I cannot very the fix on my own. It happens when there is bitstream error in I-Frame, then ffmpeg error_resilience tries to see if neighborhood blocks have changed from previous frame with the intent to use the old blocks (aka when there is no scene change). As xvmc doesn't allow direct access to the image dsp.sad() reads some random memory region. There is already check for xvmc that prevent other methods that access the image directly, but I have missed this one. In the sample there is broken I-frame, but probably there are not enough valid block to try testing them. Hope it works. From lavalice at rock.com Sat Sep 29 04:35:42 2007 From: lavalice at rock.com (Bruce Williams) Date: Fri, 28 Sep 2007 21:35:42 -0500 Subject: [MPlayer-users] %%% MPlayer v1.0 RC2 Release Date %%% Message-ID: <20070929023542.3508F43D19@ws5-1.us4.outblaze.com> THANK YOU! -- You Rock! Your E-Mail Should Too! Signup Now at Rock.com and get 250MB of Storage! http://webmail.rock.com/signup/ From kofboy at 163.com Sat Sep 29 04:42:05 2007 From: kofboy at 163.com (kofboy) Date: Sat, 29 Sep 2007 10:42:05 +0800 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism Message-ID: <46FDBB83.10F3A5.01664@m12-14.163.com> Ulrich, >Hi Igor, > > >for me, using "-lavdopts threads=2" works for most of the h.264-streams >broadcasted on BBC. > >This is really a nice feature, because without it, my system would be to >slow to do the real-time-decoding. > >Of course, given the amount of multi-core-cpus out there today, and the >increasing number of MPEG-4-HDTV-channels, it would also be very nice if >it worked on every h.264-stream or file there is. > >(or a working, improved XvMC implementation / graphics hardware >acceleration for MPEG-4) > >But we can still dream.. That's great! It's first time i have heard that "-lavdopts threads=2" works on H264. do u mean it only worked on some of h.264-stream? what is the different between the h.264-stream and the others no effect? kofboy kofboy at 163.com 2007-09-29 From hulin.thibaud at wanadoo.fr Sat Sep 29 10:00:44 2007 From: hulin.thibaud at wanadoo.fr (Thibaud Hulin) Date: Sat, 29 Sep 2007 10:00:44 +0200 Subject: [MPlayer-users] Building mplayer : optimisations after ./configure instruction ? In-Reply-To: References: <20070928015247.1c2321a3@dell-debian> Message-ID: <20070929100044.2898763c@dell-debian> Hi, Thanks for replying. > You need to have the developer's libraries installed for alsa, not just the > alsa runtime: i.e. alsa-dev ? I installed the libasound2-dev package, and alsa was detect now. > --enable-mmx > > Please try ./configure --help for a full list of options that you can pass > to the configuration file. And please read the documentation for what > development files you should have installed on your system: > http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html I rode it. I didn't use the --enable-mmx, because that was automaticaly detected. Now, after a make, I've this error : DVD ioctls are unavailable on this system It's stange, because I use any libdvd on my system (only AC-3). I've not a dvd reader disc, and I don't want read dvds. Now, I'm using these options : ./configure --enable-alsa --enable-gui --disable-tv --target=pentium-mmx --language=fr --disable-dvdread --disable-dvdnav --enable-mmx --realcodecsdir=/usr/lib/real/ --win32codecsdir=/usr/lib/win32 --enable-real --disable-dvdnav --disable-dvdread --disable-dvdread-internal --disable-libdvdcss-internal --enable-mmx After that, I get again a "Optimisation for: native". However, when I type : cat config.mak |grep -i dvd I get : DVDREAD = no DVDREAD_INTERNAL = no DVDCSS_INTERNAL = no DVDNAV = no CONFIG_DVDSUB_DECODER=yes CONFIG_DVDSUB_ENCODER=yes CONFIG_DVDSUB_PARSER=yes CONFIG_MPEG2DVD_MUXER=yes So, why DVDSUB and MPEG2DVD are active ? Maybe must I desactive them in the config.mak file ? From nicola_sabbi at fastwebnet.it Sat Sep 29 10:16:29 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sat, 29 Sep 2007 10:16:29 +0200 Subject: [MPlayer-users] Building mplayer : optimisations after ./configure instruction ? In-Reply-To: <20070929100044.2898763c@dell-debian> References: <20070928015247.1c2321a3@dell-debian> <20070929100044.2898763c@dell-debian> Message-ID: <200709291016.29146.nicola_sabbi@fastwebnet.it> Il Saturday 29 September 2007 10:00:44 Thibaud Hulin ha scritto: > ./configure --enable-alsa --enable-gui --disable-tv > --target=pentium-mmx --language=fr --disable-dvdread > --disable-dvdnav --enable-mmx --realcodecsdir=/usr/lib/real/ > --win32codecsdir=/usr/lib/win32 --enable-real --disable-dvdnav > --disable-dvdread --disable-dvdread-internal > --disable-libdvdcss-internal --enable-mmx > > After that, I get again a "Optimisation for: native". > > However, when I type : > cat config.mak |grep -i dvd > > I get : > DVDREAD = no > DVDREAD_INTERNAL = no > DVDCSS_INTERNAL = no > DVDNAV = no > CONFIG_DVDSUB_DECODER=yes > CONFIG_DVDSUB_ENCODER=yes > CONFIG_DVDSUB_PARSER=yes > CONFIG_MPEG2DVD_MUXER=yes > > So, why DVDSUB and MPEG2DVD are active ? Maybe must I desactive > them in the config.mak file ? configure.log will give you all answers you need From nomiya at galaxy.dti.ne.jp Sat Sep 29 10:27:49 2007 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Sat, 29 Sep 2007 17:27:49 +0900 Subject: [MPlayer-users] Building mplayer : optimisations after ./configure instruction ? In-Reply-To: <20070929100044.2898763c@dell-debian> References: <20070928015247.1c2321a3@dell-debian> <20070929100044.2898763c@dell-debian> Message-ID: <87641tzxiy.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [MPlayer-users] Building mplayer : optimisations after ./configure instruction ? Message-ID : <20070929100044.2898763c at dell-debian> Date & Time: Sat, 29 Sep 2007 10:00:44 +0200 [Thibaud] == Thibaud Hulin has written: Thibaud> So, why DVDSUB and MPEG2DVD are active ? Maybe must I desactive Thibaud> them in the config.mak file ? "./configure --help" does help you! Cf. --disable-decoder, --dosable-encoder, --disable-muxer Regards, --- Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp "Bill! You married with Computers. Not with Me!" "No..., with money." From mohammed_elafifi at yahoo.com Sat Sep 29 13:46:01 2007 From: mohammed_elafifi at yahoo.com (Mohammed El-Afifi) Date: Sat, 29 Sep 2007 04:46:01 -0700 (PDT) Subject: [MPlayer-users] mplayer problem with lirc Message-ID: <709851.39354.qm@web53709.mail.re2.yahoo.com> Fine. I started lircd and ran irw twice and got exactly the output you described. OK. I don't have a remote control or a card(and hence I don't need a card driver). I just want to disable lirc support in mplayer. Most probably the lirc support is built in mplayer, because I installed mplayer from a binary RPM package. Should I recompile mplayer from its sources(instead of installing it from a binary RPM package), disabling the lirc support, is there another way to make mplayer skip this lirc support(for example by passing a command-line option, or an option in the configuration file)? Appreciating your feedback. Thanks for your support. ----- Original Message ---- From: Paul Arthur To: mplayer-users at mplayerhq.hu Sent: Thursday, September 27, 2007 7:00:11 PM Subject: Re: [MPlayer-users] mplayer problem with lirc On 2007-09-27, Mohammed El-Afifi wrote: > It works fine except for the lirc support. When I start mplayer, > I get the following error messages about lirc: mplayer: could not > connect to socket mplayer: Connection refused Failed to open LIRC > support. You will not be able to use your remote control. Okay, so MPlayer is unable to connect to the lirc daemon. > OK. I searched for a lot of help about this message in google and > the archives of mplayer, and I found some hints. First, I created an > empty file called ~/lircrc. Normally that would be ~/.lircrc Why empty? In order for your remote to actually work with MPlayer, the configuration file will need to be set up properly. > The problem is that even if I start it manually, mplayer immediately > closes lirc daemons when it starts(yes, without posting any error > messages about lirc). MPlayer should not (and probably cannot) do this; the lirc daemon is closing itself due to a configuration error. You need to have lirc configured properly before you can use it with any program. Normally this problem is caused by the correct drivers for your particular card not being present; this is not an MPlayer issue. To verify that this is an lirc issue, start lircd and then run irw; this should exit immediately. If you then run irw again it will produce an error "connect: Connection refused". -- You of fearful heart, be strong and fear not. Behold, your God will come with a vengeance; He will come and save you from the worshipers of machines. --The Orange Catholic Bible (Frank Herbert) X-CRM114-Version: 20060704a-BlameRobert ( TRE 0.7.4 (LGPL) ) MF-36C8733D [pR: 9.2286] X-CRM114-CacheID: sfid-20070927_130042_874916_31A3FC4605A03DE6 X-CRM114-Status: UNSURE (9.2286) This message is 'unsure'; please train it! _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users ____________________________________________________________________________________ Check out the hottest 2008 models today at Yahoo! Autos. http://autos.yahoo.com/new_cars.html From msc at tastatur-junkie.de Sat Sep 29 14:11:23 2007 From: msc at tastatur-junkie.de (Markus Schulz) Date: Sat, 29 Sep 2007 14:11:23 +0200 Subject: [MPlayer-users] seeking in http-streams with GUI Message-ID: <200709291411.23285@Mail-Followup-To> hello, console mplayer can seek in mp3s (and possible other formats) delivered via http-servers. It seems to use the http-Range headers for this feature. Why i can't seek proper with mplayer GUI? I can seek with cursor keys (left,right) but not with (up,down, page-up, page-down) inside the GUI (console this works all fine), the GUI hangs endless. Furthermore the seek-bar is disabled in the GUI. Seeking in mp3 via http is a unique feature of mplayer. I havn't found any other linux-player which can do this. Would be nice to have this feature working in the GUI too. -- Markus Schulz From Reimar.Doeffinger at stud.uni-karlsruhe.de Sat Sep 29 14:45:20 2007 From: Reimar.Doeffinger at stud.uni-karlsruhe.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sat, 29 Sep 2007 14:45:20 +0200 Subject: [MPlayer-users] seeking in http-streams with GUI In-Reply-To: <200709291411.23285@Mail-Followup-To> References: <200709291411.23285@Mail-Followup-To> Message-ID: <20070929124520.GA14023@1und1.de> Hello, On Sat, Sep 29, 2007 at 02:11:23PM +0200, Markus Schulz wrote: [...] > Why i can't seek proper with mplayer GUI? > I can seek with cursor keys (left,right) but not with (up,down, page-up, > page-down) inside the GUI (console this works all fine), the GUI hangs > endless. Furthermore the seek-bar is disabled in the GUI. Better try some of the better designed Guis listed on the related projects page like smplayer etc. Greetings, Reimar D?ffinger From cjk00uk at yahoo.co.uk Sat Sep 29 14:59:19 2007 From: cjk00uk at yahoo.co.uk (Colin) Date: Sat, 29 Sep 2007 13:59:19 +0100 Subject: [MPlayer-users] Problem Playing FLV Files Message-ID: <20070929125937.1C1723B26C@natsuki.mplayerhq.hu> Hello, I'm a new to Mplayer and am having a problem with FLV files. When I play them I get what I can only describe as a 'Vertical (and Transparent Greeny coloured) Stripe' running down the centre of the screen. It's as though the pictures corrupted in some way. If I play the same files on Media Player Classic or Windows Media Player with ffdshow and FLVSplitter.ax they work perfectly. I think I might be missing something in Mplayers setup. I'm using the latest Windows build downloaded from the official website together with the MPUI front end to get around using all the switches. The codecs I put in the Mplayer folder (in their own codecs folder) which I think is correct way to go and I amended slightly the switch parameters in MPUI to -stereo 0 -sws 2 -af volnorm=2 which I think is all I should need as I'm using a laptop with straight forward stereo sound. OS is XP Pro SP2, but I don't think that's important here. I like Mplayer as it's using minimal resourcse compared to the other two players mentioned and I'm thinking of making it my default player but obviously I'd like to sort out this FLV glitch first. Anybody have an idea as to what might be going on please. Cheers. Colin From msc at tastatur-junkie.de Sat Sep 29 16:12:50 2007 From: msc at tastatur-junkie.de (Markus Schulz) Date: Sat, 29 Sep 2007 16:12:50 +0200 Subject: [MPlayer-users] seeking in http-streams with GUI In-Reply-To: <20070929124520.GA14023@1und1.de> References: <200709291411.23285@Mail-Followup-To> <20070929124520.GA14023@1und1.de> Message-ID: <200709291612.50794@Mail-Followup-To> Am Samstag, 29. September 2007 schrieb Reimar D?ffinger: > Hello, > On Sat, Sep 29, 2007 at 02:11:23PM +0200, Markus Schulz wrote: > [...] > > > Why i can't seek proper with mplayer GUI? > > I can seek with cursor keys (left,right) but not with (up,down, > > page-up, page-down) inside the GUI (console this works all fine), > > the GUI hangs endless. Furthermore the seek-bar is disabled in the > > GUI. > > Better try some of the better designed Guis listed on the related > projects page like smplayer etc. ok, i've tried smplayer. Seeking works nice (all keys), only the seeking bar was not working (resets the position to the beginning). -- Markus Schulz "Des is v?llig wurscht, was heut beschlossen wird: I bin sowieso dagegn!" (SPD-Stadtrat Kurt Schindler; Regensburg) From michael.mauch at gmx.de Sat Sep 29 16:54:26 2007 From: michael.mauch at gmx.de (Michael Mauch) Date: Sat, 29 Sep 2007 16:54:26 +0200 Subject: [MPlayer-users] mplayer problem with lirc References: <709851.39354.qm@web53709.mail.re2.yahoo.com> Message-ID: <2i52t4xock.ln2@elmicha.333200002251-0001.dialin.t-online.de> Mohammed El-Afifi wrote: > Should I recompile mplayer from its sources(instead of installing it > from a binary RPM package), disabling the lirc support, is there > another way to make mplayer skip this lirc support(for example by > passing a command-line option, or an option in the configuration > file)? You can find such things in the man page. Run "man mplayer", hit "/" to search and enter "lirc". Hit "n" (next) until you find the "-nolirc" option. "nolirc=yes" in the config should also work. Regards... Michael From liquid.acid at gmx.net Sat Sep 29 18:01:37 2007 From: liquid.acid at gmx.net (Tobias Jakobi) Date: Sat, 29 Sep 2007 18:01:37 +0200 Subject: [MPlayer-users] cdda playback - control mplayer Message-ID: <46FE76E1.5080203@gmx.net> Hi there, I'm using mplayer for cdda playback because it does digital extraction which I need because of my audio setup (furthermore digital extraction is a lot better then the analog way). The machine mplayer is running is headless and has only ssh connection to the outside, plus a lirc receiver correctly set up. Now I have some sort of problem when playing audio discs. I don't seem to find any way to skip tracks or even the change the current track with mplayer. The only thing I see I can do is seek a specific amount of time. Is track control even possible with mplayer or does it only support skipping a fixed time value? I ask this because the cdda:// parameter accepts a track value, so I'm confused I can only change the track on startup. Thanks, Tobias Jakobi From mohammed_elafifi at yahoo.com Sat Sep 29 22:25:49 2007 From: mohammed_elafifi at yahoo.com (Mohammed El-Afifi) Date: Sat, 29 Sep 2007 13:25:49 -0700 (PDT) Subject: [MPlayer-users] overriding built-in codecs in codecs.conf Message-ID: <488431.25854.qm@web53712.mail.re2.yahoo.com> I'm using fedora 7, 64-bit edition. I've recently installed mplayer. When I type mplayer -ac help, I get a list of all supported codecs. One of the lines in the list reads as follows: rasipr realaud working RealAudio Sipro [sipr.so.6.0] Well, I don't have such a library sipr.so.6.0 on my system. and I made sure that real audio files can be played with another library sipr.so which is available on my system. Hence, I created a ~/.mplayer/codecs.conf and wrote the following lines in it: audiocodec rasipr info "RealAudio Sipro" status working format 0x72706973 driver realaud dll "sipr.so" The file doesn't contain any other codec definitions. Now, when I issue the command mplayer -ac help I get only this one line rasipr realaud working RealAudio Sipro [sipr.so.6.0] It seems that codecs.conf overwrites all the built-in codecs in mplayer with the ones in the file. I wanted only to override the rasipr codec. Is there a way to override a single codec in the codecs.conf, making mplayer still depend on other its built-in codecs that weren't overridden? Appreciating your feedback. Thanks for your support. ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz From cooleyr at gmail.com Sat Sep 29 22:55:17 2007 From: cooleyr at gmail.com (RC) Date: Sat, 29 Sep 2007 13:55:17 -0700 Subject: [MPlayer-users] overriding built-in codecs in codecs.conf In-Reply-To: <488431.25854.qm@web53712.mail.re2.yahoo.com> References: <488431.25854.qm@web53712.mail.re2.yahoo.com> Message-ID: <20070929135517.06888674.cooleyr@gmail.com> On Sat, 29 Sep 2007 13:25:49 -0700 (PDT) Mohammed El-Afifi wrote: > Well, I don't have such a library sipr.so.6.0 on my system. and I made > sure that real audio files can be played with another library sipr.so > which is available on my system. First, you should be able to get sipr.so.6.0 by downloading the MPlayer codec packs on the website. Second, it would be a lot easier for you to just create a link from sipr.so to sipr.so.6.0 instead of messing with codecs.conf. > Is there a way to override a single codec in the codecs.conf, making > mplayer still depend on other its built-in codecs that weren't > overridden? No. But you can get the default (full) list by just copying the codecs.conf file from mplayer/etc/ and then modifying it as you like. From stellplatz-nr.13a at datenparkplatz.de Sun Sep 30 02:53:17 2007 From: stellplatz-nr.13a at datenparkplatz.de (Ulrich) Date: Sun, 30 Sep 2007 02:53:17 +0200 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <46FDBB83.10F3A5.01664@m12-14.163.com> References: <46FDBB83.10F3A5.01664@m12-14.163.com> Message-ID: <46FEF37D.5020503@datenparkplatz.de> Hi, like Mathieu already mentioned. The feature is available since SVN revision 10407: > Add slice-based parallel H.264 decoding > Patch by Andreas ?man % andreas A olebyn P nu % > NB: depends on having a thread library activated at config time, > and on having a source encoded with multiple slices Here is another discussion thread on doom9.org: http://forum.doom9.org/showthread.php?t=129702 Cheers, Ulrich From mohammed_elafifi at yahoo.com Sun Sep 30 03:13:21 2007 From: mohammed_elafifi at yahoo.com (Mohammed El-Afifi) Date: Sat, 29 Sep 2007 18:13:21 -0700 (PDT) Subject: [MPlayer-users] overriding built-in codecs in codecs.conf Message-ID: <883379.86103.qm@web53711.mail.re2.yahoo.com> Regarding getting sipr.so.6.0 from the binary codec packs, I checked the mplayer website and its codec packs. The currently existing one is essential-amd64-20061203.tar.bz2, and it contains sipr.so, not sipr.so.6.0. I may create a link from sipr.so.6.0 with the name sipr.so, trying to solve this problem. And last, I don't have a file codecs.conf on my system anywhere. I searched my whole filesystems(find / -name codecs.conf), but found nothing. The file I was talking about at my first post, was created manually. Anyway, thanks for your support. I'll consider the hint of making a link to the library and get back to you later. ----- Original Message ---- From: RC To: "MPlayer usage questions, feature requests, bug reports" Sent: Saturday, September 29, 2007 10:55:17 PM Subject: Re: [MPlayer-users] overriding built-in codecs in codecs.conf On Sat, 29 Sep 2007 13:25:49 -0700 (PDT) Mohammed El-Afifi wrote: > Well, I don't have such a library sipr.so.6.0 on my system. and I made > sure that real audio files can be played with another library sipr.so > which is available on my system. First, you should be able to get sipr.so.6.0 by downloading the MPlayer codec packs on the website. Second, it would be a lot easier for you to just create a link from sipr.so to sipr.so.6.0 instead of messing with codecs.conf. > Is there a way to override a single codec in the codecs.conf, making > mplayer still depend on other its built-in codecs that weren't > overridden? No. But you can get the default (full) list by just copying the codecs.conf file from mplayer/etc/ and then modifying it as you like. _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users ____________________________________________________________________________________ Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. http://smallbusiness.yahoo.com/webhosting From amidk75 at gmail.com Sun Sep 30 09:50:58 2007 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sun, 30 Sep 2007 09:50:58 +0200 Subject: [MPlayer-users] overriding built-in codecs in codecs.conf In-Reply-To: <883379.86103.qm@web53711.mail.re2.yahoo.com> References: <883379.86103.qm@web53711.mail.re2.yahoo.com> Message-ID: <46FF5562.6010308@gmail.com> Mohammed El-Afifi pisze: > And last, I don't have a file codecs.conf on my system anywhere. I > searched my whole filesystems(find / -name codecs.conf), but found > nothing. The file I was talking about at my first post, was created > manually. /usr/src/mplayer/etc/codecs.conf AFAIK since 1.0rc1 "codecs.conf" was moved out from external "/etc" folder and is compiled inside of MPlayer binnary. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From mohammed_elafifi at yahoo.com Sun Sep 30 12:06:25 2007 From: mohammed_elafifi at yahoo.com (Mohammed El-Afifi) Date: Sun, 30 Sep 2007 03:06:25 -0700 (PDT) Subject: [MPlayer-users] overriding built-in codecs in codecs.conf Message-ID: <884231.10564.qm@web53710.mail.re2.yahoo.com> Fine. I've downloaded the source archive of mplayer, and I've found the file codecs.conf in it. This file is compiled into the source, so that the resulting mplayer binary may have these codecs as built-in. I didn't have this file before because I didn't build mplayer from its sources; I rather installed it from a binary RPM package. I'll now try to place this file as ~/.mplayer/codecs.conf, modify the raipr codec only, and see how it works. Thanks for your support. ----- Original Message ---- From: Krzysztof Duchnowski To: "MPlayer usage questions, feature requests, bug reports" Sent: Sunday, September 30, 2007 9:50:58 AM Subject: Re: [MPlayer-users] overriding built-in codecs in codecs.conf Mohammed El-Afifi pisze: > And last, I don't have a file codecs.conf on my system anywhere. I > searched my whole filesystems(find / -name codecs.conf), but found > nothing. The file I was talking about at my first post, was created > manually. /usr/src/mplayer/etc/codecs.conf AFAIK since 1.0rc1 "codecs.conf" was moved out from external "/etc" folder and is compiled inside of MPlayer binnary. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 From cksim at singnet.com.sg Sun Sep 30 14:36:39 2007 From: cksim at singnet.com.sg (CK Sim) Date: Sun, 30 Sep 2007 20:36:39 +0800 Subject: [MPlayer-users] (Bad instruction error) MPlayer compilation error Message-ID: Hi, I have encountered the following error when compiling MPlayer. An extract of the compilation: arm-linux-gcc -c -Wdeclaration-after-statement -O4 -pipe -ffast-math -fomit-frame-pointer -I/usr/include -I. -I./libavutil -I./libavcodec -o spudec.o spudec.c spudec.c: In function 'spudec_draw_scaled': /usr/include/bits/mathinline.h:530: error: impossible constraint in 'asm' /usr/include/bits/mathinline.h:530: error: impossible constraint in 'asm' {standard input}: Assembler messages: {standard input}:1734: Error: bad instruction `fnstcw [sp,#170]' {standard input}:1743: Error: bad instruction `fldcw [sp,#168]' {standard input}:1744: Error: bad instruction `fldcw [sp,#170]' {standard input}:1801: Error: bad instruction `fnstcw [sp,#168]' {standard input}:1811: Error: bad instruction `fldcw [sp,#170]' {standard input}:1812: Error: bad instruction `fldcw [sp,#168]' make: *** [spudec.o] Error 1 I am using arm-linux-gcc (4.1.2 uClibc) and running Debian (Etch) on a Centrino Laptop. Appreciate any solution to the above. Thanks in advance. Sim CK From cksim at singnet.com.sg Sun Sep 30 20:55:18 2007 From: cksim at singnet.com.sg (CK Sim) Date: Mon, 1 Oct 2007 02:55:18 +0800 Subject: [MPlayer-users] (Bad instruction error) MPlayer compilation error Message-ID: Hi, Sorry, forgot the version number. I am using MPlayer 1.0 rc1 and cross compiling for ARM CPU. Appreciate any solution/advice to the problem. Thanks in advance. Sim CK _____ From: CK Sim [mailto:cksim at singnet.com.sg] Sent: Sunday, September 30, 2007 8:37 PM To: 'mplayer-users at mplayerhq.hu' Subject: (Bad instruction error) MPlayer compilation error Importance: High Hi, I have encountered the following error when compiling MPlayer. An extract of the compilation: arm-linux-gcc -c -Wdeclaration-after-statement -O4 -pipe -ffast-math -fomit-frame-pointer -I/usr/include -I. -I./libavutil -I./libavcodec -o spudec.o spudec.c spudec.c: In function 'spudec_draw_scaled': /usr/include/bits/mathinline.h:530: error: impossible constraint in 'asm' /usr/include/bits/mathinline.h:530: error: impossible constraint in 'asm' {standard input}: Assembler messages: {standard input}:1734: Error: bad instruction `fnstcw [sp,#170]' {standard input}:1743: Error: bad instruction `fldcw [sp,#168]' {standard input}:1744: Error: bad instruction `fldcw [sp,#170]' {standard input}:1801: Error: bad instruction `fnstcw [sp,#168]' {standard input}:1811: Error: bad instruction `fldcw [sp,#170]' {standard input}:1812: Error: bad instruction `fldcw [sp,#168]' make: *** [spudec.o] Error 1 I am using arm-linux-gcc (4.1.2 uClibc) and running Debian (Etch) on a Centrino Laptop. Appreciate any solution to the above. Thanks in advance. Sim CK From goga777 at bk.ru Sun Sep 30 21:21:51 2007 From: goga777 at bk.ru (Igor Nikanov) Date: Sun, 30 Sep 2007 23:21:51 +0400 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070922212715.24f7c0b7@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> <46F4EAF4.7060205@fastwebnet.it> <20070922212715.24f7c0b7@localhost.localdomain> Message-ID: <20070930232151.5fb48bef@localhost.localdomain> > > (interestingly it seems to be currently broken, > > at least with hdtv mpeg2; can anyone confirm? ) > > > we discussed with you about usual mpeg2 files with standard definition. Today I checked on svn > version - result is the same - I can't play with my FF card any mpeg2 files After firmware's update for my FF card TT2300 to dvb-ttpci-01.fw-2622-version everything is OK. It was my fault, because I didn't check firmware version. @Nico thanks you very much for your attention to my problem Igor From nicola_sabbi at fastwebnet.it Sun Sep 30 21:59:22 2007 From: nicola_sabbi at fastwebnet.it (Nico Sabbi) Date: Sun, 30 Sep 2007 21:59:22 +0200 Subject: [MPlayer-users] h.264 decoding and thread-level parallelism In-Reply-To: <20070930232151.5fb48bef@localhost.localdomain> References: <20070922140555.0c321ff6@localhost.localdomain> <20070922212715.24f7c0b7@localhost.localdomain> <20070930232151.5fb48bef@localhost.localdomain> Message-ID: <200709302159.22560.nicola_sabbi@fastwebnet.it> Il Sunday 30 September 2007 21:21:51 Igor Nikanov ha scritto: > > > (interestingly it seems to be currently broken, > > > at least with hdtv mpeg2; can anyone confirm? ) > > > > we discussed with you about usual mpeg2 files with standard > > definition. Today I checked on svn version - result is the same - > > I can't play with my FF card any mpeg2 files > > After firmware's update for my FF card TT2300 to > dvb-ttpci-01.fw-2622-version everything is OK. It was my fault, > because I didn't check firmware version. > > @Nico > thanks you very much for your attention to my problem > > Igor > IIRC I even adviced you to check your firmware :) anyway, glad to see your problem solved From cehoyos at ag.or.at Sun Sep 30 23:13:30 2007 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Sun, 30 Sep 2007 21:13:30 +0000 (UTC) Subject: [MPlayer-users] (Bad instruction error) MPlayer compilation error References: Message-ID: Hi! CK Sim singnet.com.sg> writes: > Sorry, forgot the version number. > > I am using MPlayer 1.0 rc1 and cross compiling for ARM CPU. Please test latest svn, as this is normally the only supported version on this mailing list. Please don't top-post, Carl Eugen