From mplayer.list at sustik.com Wed Apr 1 03:42:57 2009 From: mplayer.list at sustik.com (Matyas Sustik) Date: Tue, 31 Mar 2009 20:42:57 -0500 Subject: [MPlayer-users] wav file size limit Message-ID: <49D2C6A1.7070306@sustik.com> I am extracting the audio (for ogg encoding) from an avi file. The relevant commands are: > mkfifo audio.wav > nice -n 10 oggenc -q 6 audio.wav -o audio.ogg & > nice -n 10 mplayer test.avi -vc null -vo null -nocache -ao pcm:fast:file=audio.wav >/dev/null 2>&1 However, when the wav file (not explicitly created) gets larger than 2GB I get a truncation. Indeed if I do just: nice -n 10 mplayer test.avi -vc null -vo null -nocache -ao pcm:fast:file=audio.wav I see that the wav file is over 2GB, and mplayer says: File larger than allowed for WAV files, may play truncated! So I thought can switch to raw files by using nowaveheader. However, that appears to run slow and the result is mangled audio (it sounds slowed down). I hoped that someone here can suggest a solution to either overcome the 2GB limit or with the right parms when generating raw files. Thanks, Matyas - Every hardware eventually breaks. Every software eventually works. From cracauer at seagull.cons.org Wed Apr 1 05:59:13 2009 From: cracauer at seagull.cons.org (Martin Cracauer) Date: Tue, 31 Mar 2009 23:59:13 -0400 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem In-Reply-To: <49CF66B1.8080604@comcast.net> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> Message-ID: <20090401035913.GA41710@cons.org> The Wanderer wrote on Sun, Mar 29, 2009 at 08:16:49AM -0400: > Martin Cracauer wrote: > > >Hi. > > > >I have trouble with -demuxer lavf giving me a "LAVF_check: no clue > >about this gibberish!", but only on one of two similar files. > > > >I think it's fairly certain this > > > >Details: > >- HD-DVD > >- comes in two *.EVO files on the same disk > >- both play video fine in today's SVN version mplayer with no special > > options, gives you video but no audio > >- first evo file plays fine with -demuxer lavf -aid 1. Reports > > "LAVF_check: MPEG-PS format" > > "libavformat file format detected." > >- but second evo file gives me a > > "LAVF_check: no clue about this gibberish!" > > > >Can I just force lavf to assume the second file is MPEG-PS, too? As a > >first step in debugging that sound like something to try but I don't > >see any options. > > It's in the man page, though not necessarily obvious if you don't know > where to look. Try '-lavfdopts format=vob' or similar. Hmmm, can't find it. -lavdopts is for debugging, doesn't have a format suboption. -lavcopts is for encoding, no format spec either. A quick look at the source doesn't seem like av_probe_input_format2 in libavformat any intention of getting a demuxer format dictated. > >As I said above, if I use the default demuxer instead of lavf the > >file plays, but video only. > > What demuxer does it say it's using then? Not obvious to me. All probes seem to fail but somehow it gets video: Searching demuxer type for filename /space/video/hddvd/troy/HVDVD_TS/feature_TR\ OYDCN6LB1_HD_L1.EVO ext: .EVO Checking for Nullsoft Streaming Video Checking for MOV Checking for VIVO header block 1 size: 0 Checking for PVA Checking for MPEG-TS... TRIED UP TO POSITION 69782, FOUND 47, packet_size= 0, SEEMS A TS? 0 Checking for LMLM4 Stream Format Invalid packet in LMLM4 stream: ch=0 size=1409287160 LMLM4 Stream Format not found system stream synced at 0xD (13)! ==> Found video stream: 85 ==> Found audio stream: 195 ==> Found audio stream: 194 ==> Found audio stream: 192 Unknown 0x1BD substream: 0xB1 Unknown 0x1BD substream: 0xB1 [...] Too many video packets in the buffer: (4096 in 8274683 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: audio) MPEG: No audio stream found -> no sound. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ FreeBSD - where you want to go, today. http://www.freebsd.org/ From blacktrash at gmx.net Wed Apr 1 07:38:49 2009 From: blacktrash at gmx.net (Christian Ebert) Date: Wed, 1 Apr 2009 07:38:49 +0200 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem In-Reply-To: <20090401035913.GA41710@cons.org> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> <20090401035913.GA41710@cons.org> Message-ID: <20090401053849.GA59948@krille.blacktrash.org> * Martin Cracauer on Tuesday, March 31, 2009 at 23:59:13 -0400 > The Wanderer wrote on Sun, Mar 29, 2009 at 08:16:49AM -0400: >> Martin Cracauer wrote: >>> Can I just force lavf to assume the second file is MPEG-PS, too? As a >>> first step in debugging that sound like something to try but I don't >>> see any options. >> >> It's in the man page, though not necessarily obvious if you don't know >> where to look. Try '-lavfdopts format=vob' or similar. > > Hmmm, can't find it. > > -lavdopts is for debugging, doesn't have a format suboption. Typo. Omit the "d". libavformat options -> -lavfopts -lavdopts -lavfopts -lavcopts c -- Was hei?t hier Dogma, ich bin Underdogma! [ What the hell do you mean dogma, I am underdogma. ] _F R E E_ _V I D E O S_ http://www.blacktrash.org/underdogma/ http://www.blacktrash.org/underdogma/index-en.html From Reimar.Doeffinger at gmx.de Wed Apr 1 12:01:39 2009 From: Reimar.Doeffinger at gmx.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Wed, 1 Apr 2009 12:01:39 +0200 Subject: [MPlayer-users] wav file size limit In-Reply-To: <49D2C6A1.7070306@sustik.com> References: <49D2C6A1.7070306@sustik.com> Message-ID: <20090401100139.GA18518@1und1.de> On Tue, Mar 31, 2009 at 08:42:57PM -0500, Matyas Sustik wrote: > I am extracting the audio (for ogg encoding) from an avi file. The relevant > commands are: > > > mkfifo audio.wav > > > nice -n 10 oggenc -q 6 audio.wav -o audio.ogg & > > > nice -n 10 mplayer test.avi -vc null -vo null -nocache -ao > pcm:fast:file=audio.wav >/dev/null 2>&1 > > However, when the wav file (not explicitly created) gets larger than 2GB > I get a truncation. Indeed if I do just: > > nice -n 10 mplayer test.avi -vc null -vo null -nocache -ao > pcm:fast:file=audio.wav > > I see that the wav file is over 2GB, and mplayer says: > File larger than allowed for WAV files, may play truncated! Read the oggenc manual, it has an option for that case. From superjet1to9 at yahoo.com Wed Apr 1 12:31:21 2009 From: superjet1to9 at yahoo.com (jitendar choudhary) Date: Wed, 1 Apr 2009 03:31:21 -0700 (PDT) Subject: [MPlayer-users] plz help me....... Message-ID: <521534.49597.qm@web55304.mail.re4.yahoo.com> Dear Mplayer friends I get the following error while compiling MPlayer-1.0rc2: ./cofigure make lib-2.0 -I/usr/lib/glib-2.0/include?? -I/usr/include/freetype2?? -c -o vo_ivtv.o vo_ivtv.c vo_ivtv.c: In function 'ivtv_reset': vo_ivtv.c:79: error: storage size of 'sd' isn't known vo_ivtv.c:80: error: storage size of 'sd1' isn't known vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function) vo_ivtv.c:84: error: (Each undeclared identifier is reported only once vo_ivtv.c:84: error: for each function it appears in.) vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function) vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function) vo_ivtv.c:80: warning: unused variable 'sd1' vo_ivtv.c:79: warning: unused variable 'sd' make[1]: *** [vo_ivtv.o] Error 1 make[1]: Leaving directory `/home/jitendra/player/mplayer/MPlayer-1.0rc2/libvo' make: *** [libvo/libvo.a] Error 2 My hw: Desktop? with? Intel p4 2.8GHz processor (32bit) My OS: Fedora 10 My gcc: 4.3.2 My kernel: 2.6.27 What am I doing wrong? Thanks for any help From superjet1to9 at yahoo.com Wed Apr 1 12:36:36 2009 From: superjet1to9 at yahoo.com (jitendar choudhary) Date: Wed, 1 Apr 2009 03:36:36 -0700 (PDT) Subject: [MPlayer-users] plz help me....... Message-ID: <275771.46877.qm@web55305.mail.re4.yahoo.com> --- To: MPlayer-users at mplayerhq.hu Date: Wednesday, April 1, 2009, 4:01 PM Dear Mplayer friends I get the following error while compiling MPlayer-1.0rc2: ./cofigure make lib-2.0 -I/usr/lib/glib-2.0/include?? -I/usr/include/freetype2?? -c -o vo_ivtv.o vo_ivtv.c vo_ivtv.c: In function 'ivtv_reset': vo_ivtv.c:79: error: storage size of 'sd' isn't known vo_ivtv.c:80: error: storage size of 'sd1' isn't known vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function) vo_ivtv.c:84: error: (Each undeclared identifier is reported only once vo_ivtv.c:84: error: for each function it appears in.) vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function) vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function) vo_ivtv.c:80: warning: unused variable 'sd1' vo_ivtv.c:79: warning: unused variable 'sd' make[1]: *** [vo_ivtv.o] Error 1 make[1]: Leaving directory `/home/jitendra/player/mplayer/MPlayer-1.0rc2/libvo' make: *** [libvo/libvo.a] Error 2 My hw: Desktop? with? Intel p4 2.8GHz processor (32bit) My OS: Fedora 10 My gcc: 4.3.2 My kernel: 2.6.27 What am I doing wrong? Thanks for any help _______________________________________________ MPlayer-users mailing list MPlayer-users at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From inverseparadox at comcast.net Wed Apr 1 12:59:20 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 01 Apr 2009 06:59:20 -0400 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem In-Reply-To: <20090401035913.GA41710@cons.org> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> <20090401035913.GA41710@cons.org> Message-ID: <49D34908.5070301@comcast.net> Martin Cracauer wrote: > The Wanderer wrote on Sun, Mar 29, 2009 at 08:16:49AM -0400: > >> Martin Cracauer wrote: >> >>> Hi. >>> >>> I have trouble with -demuxer lavf giving me a "LAVF_check: no >>> clue about this gibberish!", but only on one of two similar >>> files. >>> Can I just force lavf to assume the second file is MPEG-PS, too? >>> As a first step in debugging that sound like something to try but >>> I don't see any options. >> >> It's in the man page, though not necessarily obvious if you don't >> know where to look. Try '-lavfdopts format=vob' or similar. > > Hmmm, can't find it. > > -lavdopts is for debugging, doesn't have a format suboption. > > -lavcopts is for encoding, no format spec either. It's in the man page for my version (SVN r28946, because I haven't updated my video drivers to match code changes since then). Try searching for "libavformat demuxers". And yes, this *is* in fact '-lavfdopts' ; '-lavfopts' also exists and has a "format" suboption, but it's for muxing only. >>> As I said above, if I use the default demuxer instead of lavf the >>> file plays, but video only. >> >> What demuxer does it say it's using then? > > Not obvious to me. All probes seem to fail but somehow it gets > video: Hmm. I seem to remember having seen the demuxer name (as opposed to a more human-readable description of the container format, which is just before the VIDEO: line) being printed even without verbose output, but when I check again on my own system I'm not seeing it. -- 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 Apr 1 13:03:36 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 01 Apr 2009 07:03:36 -0400 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem In-Reply-To: <20090401053849.GA59948@krille.blacktrash.org> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> <20090401035913.GA41710@cons.org> <20090401053849.GA59948@krille.blacktrash.org> Message-ID: <49D34A08.70204@comcast.net> Christian Ebert wrote: > * Martin Cracauer on Tuesday, March 31, 2009 at 23:59:13 -0400 > >> The Wanderer wrote on Sun, Mar 29, 2009 at 08:16:49AM -0400: >>> It's in the man page, though not necessarily obvious if you don't know >>> where to look. Try '-lavfdopts format=vob' or similar. >> >> Hmmm, can't find it. >> >> -lavdopts is for debugging, doesn't have a format suboption. > > Typo. Omit the "d". libavformat options -> -lavfopts That's for muxing only. For demuxing, there is indeed a '-lavfdopts', and it works as described on my machine. -- 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 Apr 1 13:07:08 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 01 Apr 2009 07:07:08 -0400 Subject: [MPlayer-users] plz help me....... In-Reply-To: <521534.49597.qm@web55304.mail.re4.yahoo.com> References: <521534.49597.qm@web55304.mail.re4.yahoo.com> Message-ID: <49D34ADC.3020402@comcast.net> jitendar choudhary wrote: > Dear Mplayer friends > I get the following error while compiling MPlayer-1.0rc2: > ./cofigure > make > lib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -c -o vo_ivtv.o vo_ivtv.c > vo_ivtv.c: In function 'ivtv_reset': > vo_ivtv.c:79: error: storage size of 'sd' isn't known > vo_ivtv.c:80: error: storage size of 'sd1' isn't known > vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function) > vo_ivtv.c:84: error: (Each undeclared identifier is reported only once > vo_ivtv.c:84: error: for each function it appears in.) > vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function) > vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function) > vo_ivtv.c:80: warning: unused variable 'sd1' > vo_ivtv.c:79: warning: unused variable 'sd' > make[1]: *** [vo_ivtv.o] Error 1 > make[1]: Leaving directory `/home/jitendra/player/mplayer/MPlayer-1.0rc2/libvo' > make: *** [libvo/libvo.a] Error 2 > My hw: Desktop with Intel p4 2.8GHz processor (32bit) > My OS: Fedora 10 > My gcc: 4.3.2 > My kernel: 2.6.27 > What am I doing wrong? For one thing, you're compiling 1.0rc2, which is... fairly old. It's the most recent official release, but that's because many of the MPlayer developers don't believe in releases per se. Versions older than a month or two are almost never supported here, particularly not if bugs are discovered. It looks like there's likely to be a 1.0rc3 fairly soon, and you might want to hold off for that if you do want to use a release version, but you would almost certainly be better served to obtain the latest code from SVN. If you still have problems with compilation on the more recent source, then you're much more likely to get actual help 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 ashaduri at gmail.com Wed Apr 1 14:24:17 2009 From: ashaduri at gmail.com (Alexander Shaduri) Date: Wed, 1 Apr 2009 16:24:17 +0400 Subject: [MPlayer-users] "Unsupported PixelFormat -1" with any DVD Message-ID: <20090401162417.597ef3dc@linux.localdomain> Hello all, I have this problem with mplayer (r29121) saying "Unsupported PixelFormat -1" on every VOB file I play. The files still play fine, but gmplayer displays a dialog box for this error, so it's kind of annoying. Plus, I want to do some encoding with mencoder and I'm concerned whether this error affects the output file quality. IIRC, this didn't happen in rc2. I'm attaching the output of mplayer. Thanks, Alexander --------------------------------------------------------------------------- Creating config file: /root/.mplayer/config MPlayer SVN-r29121-4.2.1 (C) 2000-2009 MPlayer Team CPU vendor name: AuthenticAMD max cpuid level: 1 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (Family: 15, Model: 67, Stepping: 2) extended cpuid-level: 24 extended cache-info: 67141952 Detected cache-line size is 64 bytes Testing OS support for SSE... yes. Tests of OS support for SSE passed. CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNowExt: 1 SSE: 1 SSE2: 1 SSSE3: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowExt SSE SSE2 CMOV 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 /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --prefix=/usr --confdir=/etc/mplayer --enable-gui --enable-menu --enable-xvmc --with-xvmclib=XvMCNVIDIA --disable-arts --realcodecsdir=/usr/lib/RealPlayer10/codecs --disable-sighandler CommandLine: '-v' 'VTS_01_1.VOB' init_freetype 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 Parsing input config file /etc/mplayer/input.conf Input config file /etc/mplayer/input.conf parsed: 89 binds Setting up LIRC support... 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. get_path('VTS_01_1.VOB.conf') -> '/root/.mplayer/VTS_01_1.VOB.conf' Playing VTS_01_1.VOB. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 1072627712 bytes STREAM: [file] VTS_01_1.VOB 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 REAL Checking for SMJPEG Searching demuxer type for filename VTS_01_1.VOB ext: .VOB Trying demuxer 2 based on filename extension system stream synced at 0xD (13)! ==> Found video stream: 0 ==> Found audio stream: 128 MPEG-PS file format detected. Searching for sequence header... OK! VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 3606.0 kbps (450.8 kbyte/s) [V] filefmt:2 fourcc:0x10000002 size:720x576 fps:25.000 ftime:=0.0400 get_path('sub/') -> '/root/.mplayer/sub/' X11 opening display: :0.0 vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF) vo: X11 running at 1024x768 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: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) Trying filter chain: 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 vo 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: [ffmpeg] FFmpeg's libavcodec codec family Unsupported PixelFormat -1 INFO: libavcodec init OK! Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2) ========================================================================== ========================================================================== 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 SSE optimized IMDCT transform AC3: 2.0 (stereo) 48000 Hz 256.0 kbit/s A52 flags before a52_frame: 0x2A A52 flags after a52_frame: 0x2 Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== 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 Trying every known audio driver... ao2: 48000 Hz 2 chans s16le audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device audio_setup: sample format: s16le (requested: s16le) audio_setup: using 2 channels (requested: 2) audio_setup: using 48000 Hz samplerate (requested: 48000) audio_setup: frags: 8/8 (8192 bytes/frag) free: 65536 AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le Starting playback... Increasing filtered audio buffer size from 0 to 65536 [ffmpeg] aspect_ratio: 1.333333 VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12) Trying filter chain: vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO Config (720x576->768x576,flags=0,'MPlayer',0x32315659) VO: [vdpau] 720x576 => 768x576 Planar YV12 VO: Description: VDPAU with X11 VO: Author: Rajib Mahapatra and others *** [vo] Allocating mp_image_t, 720x576x12bpp YUV planar, 622080 bytes A: 0.4 V: 0.0 A-V: 0.310 ct: 0.000 1/ 1 ??% ??% ??,?% 0 0  *** [vo] Allocating mp_image_t, 720x576x12bpp YUV planar, 622080 bytes Unicode font: 1185 glyphs. Unicode font: 1185 glyphs. A: 0.4 V: 0.3 A-V: 0.128 ct: 0.004 2/ 2 ??% ??% ??,?% 0 0  *** [vo] Allocating mp_image_t, 720x576x12bpp YUV planar, 622080 bytes A: 0.4 V: 0.3 A-V: 0.096 ct: 0.008 3/ 3 ??% ??% ??,?% 0 0  A: 0.4 V: 0.4 A-V: 0.072 ct: 0.012 4/ 4 ??% ??% ??,?% 0 0  A: 0.4 V: 0.4 A-V: 0.044 ct: 0.015 5/ 5 ??% ??% ??,?% 0 0  A: 0.5 V: 0.4 A-V: 0.032 ct: 0.019 6/ 6 ??% ??% ??,?% 0 0  A: 0.5 V: 0.5 A-V: 0.030 ct: 0.022 7/ 7 ??% ??% ??,?% 0 0  A: 0.5 V: 0.5 A-V: 0.028 ct: 0.024 8/ 8 ??% ??% ??,?% 0 0  A: 0.6 V: 0.6 A-V: 0.025 ct: 0.027 9/ 9 ??% ??% ??,?% 0 0  A: 0.6 V: 0.6 A-V: 0.022 ct: 0.029 10/ 10 ??% ??% ??,?% 0 0  A: 0.7 V: 0.6 A-V: 0.021 ct: 0.031 11/ 11 ??% ??% ??,?% 0 0  A: 0.7 V: 0.7 A-V: 0.020 ct: 0.033 12/ 12 ??% ??% ??,?% 0 0  A: 0.7 V: 0.7 A-V: 0.018 ct: 0.035 13/ 13 ??% ??% ??,?% 0 0  A: 0.8 V: 0.8 A-V: 0.017 ct: 0.037 14/ 14 24% 19% 1.5% 0 0  A: 0.8 V: 0.8 A-V: 0.017 ct: 0.038 15/ 15 23% 18% 1.4% 0 0  Uninit audio filters... [libaf] Removing filter dummy Uninit audio: liba52 Uninit video: ffmpeg vo: uninit ... Exiting... (Quit) From olivares14031 at yahoo.com Wed Apr 1 14:32:44 2009 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Wed, 1 Apr 2009 05:32:44 -0700 (PDT) Subject: [MPlayer-users] plz help me....... In-Reply-To: <521534.49597.qm@web55304.mail.re4.yahoo.com> Message-ID: <483041.91715.qm@web52601.mail.re2.yahoo.com> --- On Wed, 4/1/09, jitendar choudhary wrote: > From: jitendar choudhary > Subject: [MPlayer-users] plz help me....... > To: MPlayer-users at mplayerhq.hu > Date: Wednesday, April 1, 2009, 3:31 AM > Dear Mplayer friends > I get the following error while compiling MPlayer-1.0rc2: > ./cofigure > make > lib-2.0 -I/usr/lib/glib-2.0/include?? > -I/usr/include/freetype2?? -c -o vo_ivtv.o vo_ivtv.c > vo_ivtv.c: In function 'ivtv_reset': > vo_ivtv.c:79: error: storage size of 'sd' isn't > known > vo_ivtv.c:80: error: storage size of 'sd1' > isn't known > vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' > undeclared (first use in this function) > vo_ivtv.c:84: error: (Each undeclared identifier is > reported only once > vo_ivtv.c:84: error: for each function it appears in.) > vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' > undeclared (first use in this function) > vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' > undeclared (first use in this function) > vo_ivtv.c:80: warning: unused variable 'sd1' > vo_ivtv.c:79: warning: unused variable 'sd' > make[1]: *** [vo_ivtv.o] Error 1 > make[1]: Leaving directory > `/home/jitendra/player/mplayer/MPlayer-1.0rc2/libvo' > make: *** [libvo/libvo.a] Error 2 > My hw: Desktop? with? Intel p4 2.8GHz processor (32bit) > My OS: Fedora 10 > My gcc: 4.3.2 > My kernel: 2.6.27 > What am I doing wrong? > Thanks for any help > > > > > > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users You have several options, you can use --disable-ivtv option when you run configure or you can do better get the latest mplayer code via svn: svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer cd mplayer/ then run your ./configure make su -c 'make install' and you will get a better mplayer running :) Regards, Antonio From olivares14031 at yahoo.com Wed Apr 1 14:32:44 2009 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Wed, 1 Apr 2009 05:32:44 -0700 (PDT) Subject: [MPlayer-users] plz help me....... In-Reply-To: <521534.49597.qm@web55304.mail.re4.yahoo.com> Message-ID: <483041.91715.qm@web52601.mail.re2.yahoo.com> --- On Wed, 4/1/09, jitendar choudhary wrote: > From: jitendar choudhary > Subject: [MPlayer-users] plz help me....... > To: MPlayer-users at mplayerhq.hu > Date: Wednesday, April 1, 2009, 3:31 AM > Dear Mplayer friends > I get the following error while compiling MPlayer-1.0rc2: > ./cofigure > make > lib-2.0 -I/usr/lib/glib-2.0/include?? > -I/usr/include/freetype2?? -c -o vo_ivtv.o vo_ivtv.c > vo_ivtv.c: In function 'ivtv_reset': > vo_ivtv.c:79: error: storage size of 'sd' isn't > known > vo_ivtv.c:80: error: storage size of 'sd1' > isn't known > vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' > undeclared (first use in this function) > vo_ivtv.c:84: error: (Each undeclared identifier is > reported only once > vo_ivtv.c:84: error: for each function it appears in.) > vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' > undeclared (first use in this function) > vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' > undeclared (first use in this function) > vo_ivtv.c:80: warning: unused variable 'sd1' > vo_ivtv.c:79: warning: unused variable 'sd' > make[1]: *** [vo_ivtv.o] Error 1 > make[1]: Leaving directory > `/home/jitendra/player/mplayer/MPlayer-1.0rc2/libvo' > make: *** [libvo/libvo.a] Error 2 > My hw: Desktop? with? Intel p4 2.8GHz processor (32bit) > My OS: Fedora 10 > My gcc: 4.3.2 > My kernel: 2.6.27 > What am I doing wrong? > Thanks for any help > > > > > > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users You have several options, you can use --disable-ivtv option when you run configure or you can do better get the latest mplayer code via svn: svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer cd mplayer/ then run your ./configure make su -c 'make install' and you will get a better mplayer running :) Regards, Antonio From ashaduri at gmail.com Wed Apr 1 14:35:43 2009 From: ashaduri at gmail.com (Alexander Shaduri) Date: Wed, 1 Apr 2009 16:35:43 +0400 Subject: [MPlayer-users] Bug: Mouse cursor doesn't auto-hide in gmplayer In-Reply-To: <20090329000649.255d5d7d@linux.localdomain> References: <20090329000052.1a73fa26@linux.localdomain> <20090329000649.255d5d7d@linux.localdomain> Message-ID: <20090401163543.1aed84b7@linux.localdomain> Hi, Sorry to bother, but anyone? I'm attaching the output for gmplayer r29121. The mouse auto-hides in mplayer, but not in gmplayer. Forgot to mention that I'm using xorg 7.2. Thanks, Alexander ---------------------------------------------------------------------------------------- MPlayer SVN-r29121-4.2.1 (C) 2000-2009 MPlayer Team CPU vendor name: AuthenticAMD max cpuid level: 1 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (Family: 15, Model: 67, Stepping: 2) extended cpuid-level: 24 extended cache-info: 67141952 Detected cache-line size is 64 bytes Testing OS support for SSE... yes. Tests of OS support for SSE passed. CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNowExt: 1 SSE: 1 SSE2: 1 SSSE3: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowExt SSE SSE2 CMOV X11 opening display: :0.0 vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF) vo: X11 running at 1024x768 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 Adding filename file.avi && pathname /L 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 /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --prefix=/usr --confdir=/etc/mplayer --enable-gui --enable-menu --enable-xvmc --with-xvmclib=XvMCNVIDIA --disable-arts --realcodecsdir=/usr/lib/RealPlayer10/codecs --disable-sighandler CommandLine: '-vo' 'xv' '-v' 'file.avi' init_freetype 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 Parsing input config file /etc/mplayer/input.conf Input config file /etc/mplayer/input.conf parsed: 89 binds Setting up LIRC support... 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. vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF get_path('skins') -> '/root/.mplayer/skins' get_path('Skin') -> '/root/.mplayer/Skin' SKIN dir 1: '/root/.mplayer/skins' SKIN dir 1 (obsolete): '/root/.mplayer/Skin' SKIN dir 2: '/usr/share/mplayer/skins' SKIN dir 2 (obsolete): '/usr/share/mplayer/Skin' vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF Unicode font: 1185 glyphs. get_path('file.avi.conf') -> '/root/.mplayer/file.avi.conf' Unicode font: 1185 glyphs. Playing /L/file.avi. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 526951294 bytes STREAM: [file] /L/file.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=0x13A ======= AVI Header ======= us/frame: 40000 (fps=25.000) max bytes/sec: 0 padding: 0 MainAVIHeader.dwFlags: (2320) HAS_INDEX IS_INTERLEAVED TRUST_CKTYPE frames total: 67536 initial: 0 streams: 2 Suggested BufferSize: 0 Size: 720 x 404 ========================== list_end=0xD4 ==> Found video stream: 0 [aviheader] Video stream found, -vid 0 ====== STREAM Header ===== Type: vids FCC: XVID (44495658) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 25/1 = 25.000 Start: 0 Len: 67536 Suggested BufferSize: 33238 Quality 0 Sample size: 0 ========================== Found 'bih', 40 bytes of 40 ======= VIDEO Format ====== biSize 40 biWidth 720 biHeight 404 biPlanes 1 biBitCount 24 biCompression 1145656920='XVID' biSizeImage 872640 =========================== Regenerating keyframe table for MPEG-4 video. list_end=0x13A ==> Found audio stream: 1 [aviheader] Audio stream found, -aid 1 ====== STREAM Header ===== Type: auds FCC: (2000) Flags: 0 Priority: 0 Language: 0 InitialFrames: 0 Rate: 24000/1 = 24000.000 Start: 0 Len: 64836864 Suggested BufferSize: 12000 Quality 0 Sample size: 1 ========================== Found 'wf', 18 bytes of 18 ======= WAVE Format ======= Format Tag: 8192 (0x2000) Channels: 2 Samplerate: 48000 avg byte/sec: 24000 Block align: 1 bits/sample: 16 cbSize: 0 ========================================================================== list_end=0x184 hdr=Software size=53 Software : MEncoder 1.0rc2-SUSE Linux 10.3 (i686)-Packman-4.2.1 list_end=0x1F56D4B6 Found movie at 0x100C - 0x1F56D4B6 Reading INDEX block, 72940 chunks for 67536 frames (fpos=525784254). AVI index offset: 0x1008 (movi=0x100C idx0=0x4 idx1=0x2EEC) Auto-selected AVI audio ID = 1 Auto-selected AVI video ID = 0 AVI: Searching for audio stream (id:1) AVI video size=460326184 (67536) audio size=64836864 (64836864) VIDEO: [XVID] 720x404 24bpp 25.000 fps 1363.2 kbps (166.4 kbyte/s) Auto-selected AVI audio ID = 1 [V] filefmt:3 fourcc:0x44495658 size:720x404 fps:25.000 ftime:=0.0400 Clip info: Software: MEncoder 1.0rc2-SUSE Linux 10.3 (i686)-Packman-4.2.1 get_path('sub/') -> '/root/.mplayer/sub/' [VO_XV] Using Xv Adapter #1 (NV17 Video Texture) [xv common] Drawing no colorkey. [xv common] Maximum source image dimensions: 2046x2046 ========================================================================== 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: [liba52] AC3 decoding with liba52 dec_audio: Allocating 3840 bytes for input buffer. dec_audio: Allocating 6144 + 65536 = 71680 bytes for output buffer. Using SSE optimized IMDCT transform AC3: 2.0 (stereo) 48000 Hz 192.0 kbit/s A52 flags before a52_frame: 0x2A A52 flags after a52_frame: 0x2 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) ========================================================================== 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 Trying every known audio driver... ao2: 48000 Hz 2 chans s16le audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device audio_setup: sample format: s16le (requested: s16le) audio_setup: using 2 channels (requested: 2) audio_setup: using 48000 Hz samplerate (requested: 48000) audio_setup: frags: 8/8 (8192 bytes/frag) free: 65536 AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le Starting playback... Increasing filtered audio buffer size from 0 to 65536 [ffmpeg] aspect_ratio: 1.782178 VDec: vo config request - 720 x 404 (preferred colorspace: Planar YV12) Trying filter chain: vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO Config (720x404->720x404,flags=0,'MPlayer',0x32315659) VO: [xv] 720x404 => 720x404 Planar YV12 VO: Description: X11/Xv VO: Author: Gerd Knorr and others Xvideo image format: 0x32595559 (YUY2) packed Xvideo image format: 0x32315659 (YV12) planar Xvideo image format: 0x59565955 (UYVY) packed Xvideo image format: 0x30323449 (I420) planar using Xvideo port 225 for hw scaling *** [vo] Allocating (slices) mp_image_t, 720x416x12bpp YUV planar, 449280 bytes Unicode font: 1185 glyphs. Unicode font: 1185 glyphs. A: 0.1 V: 0.0 A-V: 0.070 ct: 0.000 1/ 1 ??% ??% ??,?% 0 0 *** [vo] Allocating (slices) mp_image_t, 720x416x12bpp YUV planar, 449280 bytes A: 0.1 V: 0.0 A-V: 0.046 ct: 0.000 2/ 2 ??% ??% ??,?% 0 0 XXX initial v_pts=0.040 a_pos=12000 (0.500) A: 0.1 V: 0.1 A-V: 0.014 ct: 0.000 3/ 3 ??% ??% ??,?% 0 0 A: 0.1 V: 0.1 A-V: 0.001 ct: 0.000 4/ 4 ??% ??% ??,?% 0 0 A: 0.2 V: 0.2 A-V: 0.001 ct: 0.000 5/ 5 ??% ??% ??,?% 0 0 A: 0.2 V: 0.2 A-V: 0.001 ct: 0.000 6/ 6 ??% ??% ??,?% 0 0 A: 0.2 V: 0.2 A-V: 0.001 ct: 0.000 7/ 7 ??% ??% ??,?% 0 0 A: 0.3 V: 0.3 A-V: 0.001 ct: 0.001 8/ 8 ??% ??% ??,?% 0 0 A: 0.3 V: 0.3 A-V: 0.001 ct: 0.001 9/ 9 ??% ??% ??,?% 0 0 A: 0.4 V: 0.4 A-V: 0.001 ct: 0.001 10/ 10 ??% ??% ??,?% 0 0 A: 0.4 V: 0.4 A-V: 0.000 ct: 0.001 11/ 11 ??% ??% ??,?% 0 0 A: 0.4 V: 0.4 A-V: 0.000 ct: 0.001 12/ 12 ??% ??% ??,?% 0 0 Uninit audio filters... [libaf] Removing filter dummy Uninit audio: liba52 Uninit video: ffmpeg [GUI] done. get_path('gui.conf') -> '/root/.mplayer/gui.conf' get_path('gui.pl') -> '/root/.mplayer/gui.pl' get_path('gui.url') -> '/root/.mplayer/gui.url' get_path('gui.history') -> '/root/.mplayer/gui.history' Exiting... (Quit) From ashaduri at gmail.com Wed Apr 1 14:45:43 2009 From: ashaduri at gmail.com (Alexander Shaduri) Date: Wed, 1 Apr 2009 16:45:43 +0400 Subject: [MPlayer-users] Smartblur or unsharp? Message-ID: <20090401164543.29881c1f@linux.localdomain> Hello, I'd like to do some sharpening, and I'm not sure which one to use, smartblur or unsharp. I know that unsharp is somewhat slower, but other than that, I'm lost. Could someone maybe give me an advice on which one to use and with what options? I did some searching and I see people using both at the same time. Is there any reason to do that? Thanks in advance, Alexander From blacktrash at gmx.net Wed Apr 1 16:17:06 2009 From: blacktrash at gmx.net (Christian Ebert) Date: Wed, 1 Apr 2009 16:17:06 +0200 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem In-Reply-To: <49D34A08.70204@comcast.net> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> <20090401035913.GA41710@cons.org> <20090401053849.GA59948@krille.blacktrash.org> <49D34A08.70204@comcast.net> Message-ID: <20090401141706.GE774@krille.blacktrash.org> * The Wanderer on Wednesday, April 01, 2009 at 07:03:36 -0400 > Christian Ebert wrote: >> * Martin Cracauer on Tuesday, March 31, 2009 at 23:59:13 -0400 >>> The Wanderer wrote on Sun, Mar 29, 2009 at 08:16:49AM -0400: >>>> It's in the man page, though not necessarily obvious if you don't know >>>> where to look. Try '-lavfdopts format=vob' or similar. >>> >>> Hmmm, can't find it. >>> >>> -lavdopts is for debugging, doesn't have a format suboption. >> >> Typo. Omit the "d". libavformat options -> -lavfopts > > That's for muxing only. For demuxing, there is indeed a '-lavfdopts', > and it works as described on my machine. You're right of course, can't even blame it on April fools' day. c -- Was hei?t hier Dogma, ich bin Underdogma! [ What the hell do you mean dogma, I am underdogma. ] _F R E E_ _V I D E O S_ http://www.blacktrash.org/underdogma/ http://www.blacktrash.org/underdogma/index-en.html From Chang_Chen at sonic.com Wed Apr 1 16:18:29 2009 From: Chang_Chen at sonic.com (Chang Chen) Date: Wed, 1 Apr 2009 22:18:29 +0800 Subject: [MPlayer-users] The ffflv fourcc code in codecs.conf is right? Message-ID: <51C471E6CBEC8148A08E065690F4DBDF967047@SHAEXC01.ent.sonic.com> Hi all I get a compile problem with latest mplayer codes. Following comes from codecs.conf videocodec ffflv info "FFmpeg Flash video" status working fourcc FLV1,flv // is this right? driver ffmpeg dll flv out YV12 It seems that ~flv~ is a illegal forcc, so it cause generating empty codecs. conf.h, and hence builder is broken. Thanks Chang From blacktrash at gmx.net Wed Apr 1 16:21:55 2009 From: blacktrash at gmx.net (Christian Ebert) Date: Wed, 1 Apr 2009 16:21:55 +0200 Subject: [MPlayer-users] "Unsupported PixelFormat -1" with any DVD In-Reply-To: <20090401162417.597ef3dc@linux.localdomain> References: <20090401162417.597ef3dc@linux.localdomain> Message-ID: <20090401142155.GF774@krille.blacktrash.org> * Alexander Shaduri on Wednesday, April 01, 2009 at 16:24:17 +0400 > I have this problem with mplayer (r29121) saying > "Unsupported PixelFormat -1" on every VOB file I play. I get that when playing formats with non-square pixels. > The files still play fine, but gmplayer displays a dialog box > for this error, so it's kind of annoying. > Plus, I want to do some encoding with mencoder and I'm > concerned whether this error affects the output file quality. I'm slightly intrigued as well ... c -- \black\trash movie _C O W B O Y_ _C A N O E_ _C O M A_ Ein deutscher Western/A German Western -->> http://www.blacktrash.org/underdogma/ccc.html -->> http://www.blacktrash.org/underdogma/ccc-en.html From morrisb at avpresentations.com Wed Apr 1 16:27:01 2009 From: morrisb at avpresentations.com (Morris Beverly) Date: Wed, 01 Apr 2009 10:27:01 -0400 Subject: [MPlayer-users] adapter option with gl2 output on windows In-Reply-To: <20090331162551.GB3919@1und1.de> References: <49D11A9C.5020107@avpresentations.com> <20090330215258.GA4732@1und1.de> <49D16046.3070002@avpresentations.com> <20090331091751.GA8654@1und1.de> <49D21498.1070307@avpresentations.com> <20090331134417.GA17988@1und1.de> <49D22567.2040102@avpresentations.com> <20090331162551.GB3919@1und1.de> Message-ID: <49D379B5.2020805@avpresentations.com> Reimar D?ffinger wrote: > Well, I'd say you never tried -xineramascreen (I think I suggested > this)... > Thank you for pushing me on this, Reimar. I had used xineramascreen often in the past, but only with the -2 option, never realizing that it was used to position windows on individual displays as well. I made changes to the command line and everything works as expected now. Once again, careful R-ing of the FM makes all the difference. thanks, morris From amidk75 at gmail.com Wed Apr 1 16:44:50 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Wed, 01 Apr 2009 16:44:50 +0200 Subject: [MPlayer-users] mpeg2video slow seeking in Windows apps In-Reply-To: References: <200903291302.19708.xtremek2009@gmail.com> <200903291621.29751.xtremek2009@gmail.com> <49D0FC38.4090906@gmail.com> <200903301104.02287.xtremek2009@gmail.com> <20090330193328.641dc1e5.cooleyr@gmail.com> Message-ID: <49D37DE2.5060001@gmail.com> Jesse Zamora pisze: > Actually, I pass the videos through a DVD authoring program (I tried > capturing the video to the DVD format with mencoder, but the DVD authoring > program couldn't import it! Pretty weird for a DVD authoring program, eh?), > which then converts it to a DVD format. As name says "DVD authoring" programs are only to mux everything that is in complice with DVD standard to working DVD directory/image. Unless it is a big combo with own encoders ( Adobe programs for example ). So no, it's not weird that it couldn't import such strange stream of yours. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From depesz at depesz.com Wed Apr 1 19:52:48 2009 From: depesz at depesz.com (hubert depesz lubaczewski) Date: Wed, 1 Apr 2009 19:52:48 +0200 Subject: [MPlayer-users] mplayer hangs (?) eating 100% cpu while trying to identify the file Message-ID: <20090401175248.GB11442@depesz.com> Hi, we use this command: mplayer -nolirc -endpos 0 -vo null -quiet -ao null to identify given file, to check if it's video, and if yes, get its metadata. Works quite well. But. Just yesterday, sombody uploaded file which made mplayer hand, using 100% cpu. mplayer did output a lot of "Seek failed" lines, and strace output looked rather weird: _llseek(3, 99252353933312, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 _llseek(3, 99256648898560, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 _llseek(3, 99260943863808, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 _llseek(3, 99265238829056, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 _llseek(3, 99269533794304, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 _llseek(3, 99273828759552, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 _llseek(3, 99278123724800, 0xbfed71f0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "Seek failed\n", 12) = 12 It looks like a bug to me, but maybe I'm wrong. The file in question is available here: http://www.depesz.com/original.flv be warned - I have no clue on what's inside as I was not able to play it, and I did not create it. is there anything I could do to avoid this kind of "hangs" while identifying videos? Best regards, depesz -- Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/ jid/gtalk: depesz at depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007 From cosoleto at gmail.com Wed Apr 1 20:40:21 2009 From: cosoleto at gmail.com (Francesco Cosoleto) Date: Wed, 1 Apr 2009 20:40:21 +0200 Subject: [MPlayer-users] mplayer hangs (?) eating 100% cpu while trying to identify the file In-Reply-To: <20090401175248.GB11442@depesz.com> References: <20090401175248.GB11442@depesz.com> Message-ID: <70dd306d0904011140j770633aaxfea0680945afc6f5@mail.gmail.com> 2009/4/1 hubert depesz lubaczewski : > But. > Just yesterday, sombody uploaded file which made mplayer hand, using > 100% cpu. mplayer did output a lot of "Seek failed" lines, and strace > output looked rather weird: Maybe are you using MPlayer 1.0rc2? You should try with a more up to date version. Francesco Cosoleto From depesz at depesz.com Wed Apr 1 20:49:47 2009 From: depesz at depesz.com (hubert depesz lubaczewski) Date: Wed, 1 Apr 2009 20:49:47 +0200 Subject: [MPlayer-users] mplayer hangs (?) eating 100% cpu while trying to identify the file In-Reply-To: <70dd306d0904011140j770633aaxfea0680945afc6f5@mail.gmail.com> References: <20090401175248.GB11442@depesz.com> <70dd306d0904011140j770633aaxfea0680945afc6f5@mail.gmail.com> Message-ID: <20090401184947.GA21981@depesz.com> On Wed, Apr 01, 2009 at 08:40:21PM +0200, Francesco Cosoleto wrote: > 2009/4/1 hubert depesz lubaczewski : > > But. > > Just yesterday, sombody uploaded file which made mplayer hand, using > > 100% cpu. mplayer did output a lot of "Seek failed" lines, and strace > > output looked rather weird: > Maybe are you using MPlayer 1.0rc2? You should try with a more up to > date version. I do, but what is the current version? I went to: http://www.mplayerhq.hu/design7/dload.html and there seems not to be any released version newer than 1.0rc2. I'll try my luck with snapshot from svn. Best regards, depesz -- Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/ jid/gtalk: depesz at depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007 From malte.gell at gmx.de Wed Apr 1 22:05:29 2009 From: malte.gell at gmx.de (Malte Gell) Date: Wed, 1 Apr 2009 22:05:29 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone Message-ID: <200904012205.29969.malte.gell@gmx.de> Hello! My mobile phone (Nokia 3600 slide) has a sample video that has the following format: file Material4.mp4 Material.mp4: ISO Media, MPEG v4 system, version 2 So i wanted to create such a video from another video with the following command: mencoder tazg1.mpg -oac faac -faacopts quality=100:mpeg=4 -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=320:240 -o taztest.mp4 BUT, when I now do "file taztest.mp4" I get: taztest.mp4: RIFF (little-endian) data, AVI, 320 x 240, 25.00 fps, video: FFMpeg MPEG-4, audio: (stereo, 44100 Hz) I do NOT want to have an AVI container, I want a plain MPEG4 video with AAC sound, so what would be the correct chosen options for mencoder? Thanx so much! From ispyhumanfly at gmail.com Wed Apr 1 22:18:07 2009 From: ispyhumanfly at gmail.com (Dan Stephenson) Date: Wed, 01 Apr 2009 16:18:07 -0400 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <200904012205.29969.malte.gell@gmx.de> References: <200904012205.29969.malte.gell@gmx.de> Message-ID: <49D3CBFF.3020104@gmail.com> Malte Gell wrote: > Hello! > > My mobile phone (Nokia 3600 slide) has a sample video that has the following > format: > > file Material4.mp4 > Material.mp4: ISO Media, MPEG v4 system, version 2 > > So i wanted to create such a video from another video with the following > command: > > mencoder tazg1.mpg -oac faac -faacopts quality=100:mpeg=4 -ovc lavc -lavcopts > vcodec=mpeg4 -vf scale=320:240 -o taztest.mp4 > > You are trying to place an AVI file into an MP4 container. Try using -of lavf, as that tells libav that you want to place the file in whichever container is specified with the -o files extension ( in your case .mp4 ). -- ispy++ From malte.gell at gmx.de Wed Apr 1 22:45:56 2009 From: malte.gell at gmx.de (Malte Gell) Date: Wed, 1 Apr 2009 22:45:56 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <49D3CBFF.3020104@gmail.com> References: <200904012205.29969.malte.gell@gmx.de> <49D3CBFF.3020104@gmail.com> Message-ID: <200904012245.57227.malte.gell@gmx.de> Am Mittwoch, 1. April 2009 22:18:07 schrieb Dan Stephenson: > Malte Gell wrote: > > Hello! > > > > My mobile phone (Nokia 3600 slide) has a sample video that has the > > following format: > > > > file Material4.mp4 > > Material.mp4: ISO Media, MPEG v4 system, version 2 > > > > So i wanted to create such a video from another video with the following > > command: > > > > mencoder tazg1.mpg -oac faac -faacopts quality=100:mpeg=4 -ovc lavc > > -lavcopts vcodec=mpeg4 -vf scale=320:240 -o taztest.mp4 > > You are trying to place an AVI file into an MP4 container. Try using > -of lavf, as that tells libav that you want to place the file in > whichever container is specified with the -o files extension ( in your > case .mp4 ). Thanx so much, -of lavf did the job! Now I just have to find out why the sound got lost during encoding... Malte From malte.gell at gmx.de Wed Apr 1 23:35:48 2009 From: malte.gell at gmx.de (Malte Gell) Date: Wed, 1 Apr 2009 23:35:48 +0200 Subject: [MPlayer-users] Can mencoder create MPEG4 version 2 content? Message-ID: <200904012335.49171.malte.gell@gmx.de> Hello, after having solved one issue, the command mencoder tazg1.mpg -oac faac -faacopts br=98 -ovc lavc -lavcopts vcodec=mpeg4:acodec=libfaac -of lavf -vf scale=320:240 -o taztest.mp4 finally produces a file taztest.mp4 which is a ISO Media, MPEG v4 system, version 1 Can mencoder also produce a ISO Media, MPEG v4 system, version 2 ? Many regards Malte From malte.gell at gmx.de Wed Apr 1 23:45:59 2009 From: malte.gell at gmx.de (Malte Gell) Date: Wed, 1 Apr 2009 23:45:59 +0200 Subject: [MPlayer-users] Can mencoder create MPEG4 version 2 content? In-Reply-To: <200904012335.49171.malte.gell@gmx.de> References: <200904012335.49171.malte.gell@gmx.de> Message-ID: <200904012345.59846.malte.gell@gmx.de> Am Mittwoch, 1. April 2009 23:35:48 schrieb Malte Gell: > Hello, > > after having solved one issue, the command > > mencoder tazg1.mpg -oac faac -faacopts br=98 -ovc lavc -lavcopts > vcodec=mpeg4:acodec=libfaac -of lavf -vf scale=320:240 -o taztest.mp4 > > finally produces a file taztest.mp4 which is a > > ISO Media, MPEG v4 system, version 1 > > Can mencoder also produce a > > ISO Media, MPEG v4 system, version 2 ? Ok, Google told, mencoder cannot. But, MP4Box from the gpac package can do that. It would be nice, if anyone knew the correct invocation to convert MPEG4 version 1 to MPEG 4 version 2 container.... Regards Malte From inverseparadox at comcast.net Wed Apr 1 23:56:57 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Wed, 01 Apr 2009 17:56:57 -0400 Subject: [MPlayer-users] mplayer hangs (?) eating 100% cpu while trying to identify the file In-Reply-To: <20090401184947.GA21981@depesz.com> References: <20090401175248.GB11442@depesz.com> <70dd306d0904011140j770633aaxfea0680945afc6f5@mail.gmail.com> <20090401184947.GA21981@depesz.com> Message-ID: <49D3E329.20309@comcast.net> hubert depesz lubaczewski wrote: > On Wed, Apr 01, 2009 at 08:40:21PM +0200, Francesco Cosoleto wrote: > >> 2009/4/1 hubert depesz lubaczewski : >> >>> But. Just yesterday, sombody uploaded file which made mplayer >>> hand, using 100% cpu. mplayer did output a lot of "Seek failed" >>> lines, and strace output looked rather weird: >> >> Maybe are you using MPlayer 1.0rc2? You should try with a more up >> to date version. > > I do, but what is the current version? > I went to: http://www.mplayerhq.hu/design7/dload.html and there seems > not to be any released version newer than 1.0rc2. There isn't. The MPlayer project doesn't normally make releases. Users are expected to run the SVN version, at least if they want much support from the developers. There are pushes for a release every now and then - there seems to be a push for 1.0rc3 going on now, in fact - but so far they haven't changed very much in the long run. -- 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 depesz at depesz.com Thu Apr 2 00:00:51 2009 From: depesz at depesz.com (hubert depesz lubaczewski) Date: Thu, 2 Apr 2009 00:00:51 +0200 Subject: [MPlayer-users] mplayer hangs (?) eating 100% cpu while trying to identify the file In-Reply-To: <49D3E329.20309@comcast.net> References: <20090401175248.GB11442@depesz.com> <70dd306d0904011140j770633aaxfea0680945afc6f5@mail.gmail.com> <20090401184947.GA21981@depesz.com> <49D3E329.20309@comcast.net> Message-ID: <20090401220051.GA14793@depesz.com> On Wed, Apr 01, 2009 at 05:56:57PM -0400, The Wanderer wrote: > There isn't. The MPlayer project doesn't normally make releases. Users > are expected to run the SVN version, at least if they want much support > from the developers. OK, it looks good to me. I'll ask my admins to install svn trunk build on the servers, and we'll see how it will go :) Thanks, Best regards, depesz -- Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/ jid/gtalk: depesz at depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007 From cooleyr at gmail.com Thu Apr 2 04:29:32 2009 From: cooleyr at gmail.com (RC) Date: Wed, 1 Apr 2009 19:29:32 -0700 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <200904012245.57227.malte.gell@gmx.de> References: <200904012205.29969.malte.gell@gmx.de> <49D3CBFF.3020104@gmail.com> <200904012245.57227.malte.gell@gmx.de> Message-ID: <20090401192932.4c184b11.cooleyr@gmail.com> On Wed, 1 Apr 2009 22:45:56 +0200 Malte Gell wrote: > Now I just have to find out why the sound got lost during encoding... aglobal / vglobal / faac raw... etc. -- Don't trust me! I'm wrong! From malte.gell at gmx.de Thu Apr 2 10:59:40 2009 From: malte.gell at gmx.de (Malte Gell) Date: Thu, 2 Apr 2009 10:59:40 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <20090401192932.4c184b11.cooleyr@gmail.com> References: <200904012205.29969.malte.gell@gmx.de> <200904012245.57227.malte.gell@gmx.de> <20090401192932.4c184b11.cooleyr@gmail.com> Message-ID: <200904021059.40320.malte.gell@gmx.de> Am Donnerstag, 2. April 2009 04:29:32 schrieb RC: > On Wed, 1 Apr 2009 22:45:56 +0200 > > Malte Gell wrote: > > Now I just have to find out why the sound got lost during encoding... > aglobal / vglobal / faac raw... etc. I used faac and tried raw. I think it has to do with the MPEG4 container format version. The example video has MPEG4 version 2 format, whereas mencoder produces MPEG4 version 1 container format....... Regards Malte From ashaduri at gmail.com Thu Apr 2 15:25:48 2009 From: ashaduri at gmail.com (Alexander Shaduri) Date: Thu, 2 Apr 2009 17:25:48 +0400 Subject: [MPlayer-users] Bug: gmplayer -vf pp doesn't work if vf_pp = "no" in gui.conf Message-ID: <20090402172548.0c092d3f@linux.localdomain> Hello, I have this problem: If vf_pp = "no" is set in gui.conf, gmplayer -vf pp=l5 (for example) doesn't have any effect. Of course, it still works in mplayer. The problem is that with vf_pp = "yes", "gmplayer -vo vdpau -vc ffh264vdpau" says: ---------------------------------------------------------------- [h264_vdpau @ 0x89b6a20]get_buffer() failed (-1 0 0 (nil)) [h264_vdpau @ 0x89b6a20]decode_slice_header error [h264_vdpau @ 0x89b6a20]no frame! Error while decoding frame! [h264_vdpau @ 0x89b6a20]get_buffer() failed (-1 0 0 (nil)) [h264_vdpau @ 0x89b6a20]decode_slice_header error [h264_vdpau @ 0x89b6a20]no frame! Error while decoding frame! FATAL: Could not initialize video filters (-vf) or video output (-vo). ---------------------------------------------------------------- It seems that pp is not supported with -vc ffh264vdpau. So this means that I have to have vf_pp="no" in gui.conf in order to use vdpau on some videos. On the other hand, I can't use -vf pp=... anymore (for other videos that I want to play with xv and use some pp filters). If I remove vf_pp=... line completely from gui.conf, gmplayer adds it back automatically. Any chance of making the command line overriding the gui.conf settings? Seems like a logical thing to do. I'm attaching the output of gmplayer with -vf pp=lb and vf_pp="no" in gui.conf. Thanks, Alexander --------------------------------------------------------------- MPlayer SVN-r29121-4.2.1 (C) 2000-2009 MPlayer Team CPU vendor name: AuthenticAMD max cpuid level: 1 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (Family: 15, Model: 67, Stepping: 2) extended cpuid-level: 24 extended cache-info: 67141952 Detected cache-line size is 64 bytes Testing OS support for SSE... yes. Tests of OS support for SSE passed. CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNowExt: 1 SSE: 1 SSE2: 1 SSSE3: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowExt SSE SSE2 CMOV X11 opening display: :0.0 vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF) vo: X11 running at 1024x768 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 ABOVE BELOW X atoms Adding filename x264-1.mkv && pathname /0S/a11/tmp/0vid/belew_leverkusen_08 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 /etc/mplayer/codecs.conf: Can't open '/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --prefix=/usr --confdir=/etc/mplayer --enable-gui --enable-menu --enable-xvmc --with-xvmclib=XvMCNVIDIA --disable-arts --realcodecsdir=/usr/lib/RealPlayer10/codecs --disable-sighandler CommandLine: '-vo' 'xv' '-vf' 'pp=lb' '-v' 'x264-1.mkv' init_freetype 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 Parsing input config file /etc/mplayer/input.conf Input config file /etc/mplayer/input.conf parsed: 89 binds Setting up LIRC support... 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. vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF get_path('skins') -> '/root/.mplayer/skins' get_path('Skin') -> '/root/.mplayer/Skin' SKIN dir 1: '/root/.mplayer/skins' SKIN dir 1 (obsolete): '/root/.mplayer/Skin' SKIN dir 2: '/usr/share/mplayer/skins' SKIN dir 2 (obsolete): '/usr/share/mplayer/Skin' vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x21, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x23, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x24, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x25, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x26, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x27, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x28, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x29, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2d, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2e, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x2f, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x30, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x31, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x32, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x33, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x34, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x35, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x36, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x37, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x38, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x39, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3a, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3b, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3c, depth 24, R:FF0000 G:FF00 B:FF vo: X11 truecolor visual 0x3d, depth 24, R:FF0000 G:FF00 B:FF Unicode font: 1185 glyphs. get_path('x264-1.mkv.conf') -> '/root/.mplayer/x264-1.mkv.conf' [GUI] Removing video filter: pp Unicode font: 1185 glyphs. Playing /0S/a11/tmp/0vid/belew_leverkusen_08/x264-1.mkv. get_path('sub/') -> '/root/.mplayer/sub/' [file] File size is 60503680 bytes STREAM: [file] /0S/a11/tmp/0vid/belew_leverkusen_08/x264-1.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 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 chapters ] --------- [mkv] Chapter 0 from 00:00:00.000 to 00:00:00.000, Chapter 01 [mkv] Chapter 1 from 00:04:13.040 to 00:00:00.000, Chapter 02 [mkv] \---- [ parsing chapters ] --------- [mkv] \---- [ parsing seek head ] --------- [mkv] |+ segment information... [mkv] | + timecode scale: 1000000 [mkv] | + duration: 300.408s [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 41 [mkv] | + Default duration: 40.000ms ( = 25.000 fps) [mkv] | + Language: und [mkv] | + Video track [mkv] | + Pixel width: 996 [mkv] | + Pixel height: 568 [mkv] | + Display width: 996 [mkv] | + Display height: 568 [mkv] | + a track... [mkv] | + Track number: 2 [mkv] | + Track type: Audio [mkv] | + Default flag: 1 [mkv] | + Codec ID: A_MPEG/L3 [mkv] | + Default duration: 24.000ms ( = 41.667 fps) [mkv] | + Language: und [mkv] | + Audio track [mkv] | + Sampling frequency: 48000.000000 [mkv] | + Channels: 2 [mkv] |+ found cluster, headers are parsed completely :) ==> Found video stream: 1 [mkv] Aspect: 1.753521 [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0 ==> Found audio stream: 2 [mkv] Track ID 2: audio (A_MPEG/L3), -aid 0, -alang und [mkv] Will play video track 1. Matroska file format detected. VIDEO: [avc1] 996x568 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s) [V] filefmt:31 fourcc:0x31637661 size:996x568 fps:25.000 ftime:=0.0400 get_path('sub/') -> '/root/.mplayer/sub/' [VO_XV] Using Xv Adapter #1 (NV17 Video Texture) [xv common] Drawing no colorkey. [xv common] Maximum source image dimensions: 2046x2046 ========================================================================== 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: [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 320 kbit Joint-Stereo, BPF: 960 Channels: 2, copyright: No, original: Yes, CRC: No, emphasis: 0 AUDIO: 48000 Hz, 2 ch, s16le, 320.0 kbit/20.83% (ratio: 40000->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 Trying preferred audio driver 'oss', options '[none]' ao2: 48000 Hz 2 chans s16le audio_setup: using '/dev/dsp' dsp device audio_setup: using '/dev/mixer' mixer device audio_setup: using 'pcm' mixer device audio_setup: sample format: s16le (requested: s16le) audio_setup: using 2 channels (requested: 2) audio_setup: using 48000 Hz samplerate (requested: 48000) audio_setup: frags: 8/8 (8192 bytes/frag) free: 65536 AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) AO: Description: OSS/ioctl audio output AO: Author: A'rpi Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le... [dummy] Was reinitialized: 48000Hz/2ch/s16le [dummy] Was reinitialized: 48000Hz/2ch/s16le Starting playback... Increasing filtered audio buffer size from 0 to 65536 [h264 @ 0x89b6a20]no picture [ffmpeg] aspect_ratio: 0.000000 VDec: vo config request - 996 x 568 (preferred colorspace: Planar YV12) Trying filter chain: vo VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.75:1 - prescaling to correct movie aspect. VO Config (996x568->996x568,flags=0,'MPlayer',0x32315659) VO: [xv] 996x568 => 996x568 Planar YV12 VO: Description: X11/Xv VO: Author: Gerd Knorr and others Xvideo image format: 0x32595559 (YUY2) packed Xvideo image format: 0x32315659 (YV12) planar Xvideo image format: 0x59565955 (UYVY) packed Xvideo image format: 0x30323449 (I420) planar using Xvideo port 225 for hw scaling *** [vo] Exporting mp_image_t, 996x568x12bpp YUV planar, 848592 bytes Unicode font: 1185 glyphs. Unicode font: 1185 glyphs. A: 0.1 V: 0.0 A-V: 0.079 ct: 0.000 0/ 0 ??% ??% ??,?% 0 0 A: 0.2 V: 0.0 A-V: 0.112 ct: -0.004 0/ 0 ??% ??% ??,?% 1 0 A: 0.2 V: 0.0 A-V: 0.113 ct: -0.008 0/ 0 ??% ??% ??,?% 2 0 A: 0.2 V: 0.0 A-V: 0.114 ct: -0.012 0/ 0 ??% ??% ??,?% 3 0 A: 0.2 V: 0.0 A-V: 0.137 ct: -0.016 0/ 0 ??% ??% ??,?% 4 0 A: 0.2 V: 0.0 A-V: 0.138 ct: -0.019 0/ 0 ??% ??% ??,?% 5 0 A: 0.2 V: 0.0 A-V: 0.138 ct: -0.022 0/ 0 ??% ??% ??,?% 6 0 A: 0.3 V: 0.4 A-V: -0.077 ct: -0.022 0/ 0 ??% ??% ??,?% 6 0 A: 0.4 V: 0.4 A-V: -0.025 ct: -0.025 0/ 0 ??% ??% ??,?% 6 0 A: 0.4 V: 0.4 A-V: -0.026 ct: -0.027 0/ 0 ??% ??% ??,?% 6 0 A: 0.5 V: 0.5 A-V: -0.021 ct: -0.029 0/ 0 ??% ??% ??,?% 6 0 Uninit audio filters... [libaf] Removing filter dummy Uninit audio: mp3lib Uninit video: ffmpeg [GUI] done. get_path('gui.conf') -> '/root/.mplayer/gui.conf' get_path('gui.pl') -> '/root/.mplayer/gui.pl' get_path('gui.url') -> '/root/.mplayer/gui.url' get_path('gui.history') -> '/root/.mplayer/gui.history' Exiting... (Quit) From vijay.s.gill at gmail.com Thu Apr 2 22:14:24 2009 From: vijay.s.gill at gmail.com (Vijay Gill) Date: Thu, 2 Apr 2009 21:14:24 +0100 Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed Message-ID: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> Hi, As the subject says I need to compile mplayer (latest svn). I have xvid, twolame and lame include and libraries in in say /somedir/include and /somedir/lib respectively. Thanks Vijay From defsyn at gmail.com Thu Apr 2 23:05:08 2009 From: defsyn at gmail.com (Henry Garcia) Date: Thu, 2 Apr 2009 16:05:08 -0500 Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed In-Reply-To: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> References: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> Message-ID: On Thu, Apr 2, 2009 at 3:14 PM, Vijay Gill wrote: > Hi, > > As the subject says I need to compile mplayer (latest svn). I have > xvid, twolame and lame include and libraries in in say > /somedir/include and /somedir/lib respectively. > Just go ./configure --help and read the output Use these options if autodetection fails: --extra-cflags=FLAGS extra CFLAGS --extra-ldflags=FLAGS extra LDFLAGS --extra-libs=FLAGS extra linker flags --extra-libs-mplayer=FLAGS extra linker flags for MPlayer --extra-libs-mencoder=FLAGS extra linker flags for MEncoder That looks like all that's left. You'll have to figure out where to put what. Or you'll have to put those libraries in some place like /usr/local/include where the configure script will find them. From ispyhumanfly at gmail.com Fri Apr 3 00:58:29 2009 From: ispyhumanfly at gmail.com (Dan Stephenson) Date: Thu, 02 Apr 2009 18:58:29 -0400 Subject: [MPlayer-users] Can mencoder create MPEG4 version 2 content? In-Reply-To: <200904012345.59846.malte.gell@gmx.de> References: <200904012335.49171.malte.gell@gmx.de> <200904012345.59846.malte.gell@gmx.de> Message-ID: <49D54315.4000801@gmail.com> Malte Gell wrote: > Ok, Google told, mencoder cannot. But, MP4Box from the gpac package can do > that. It would be nice, if anyone knew the correct invocation to convert MPEG4 > version 1 to MPEG 4 version 2 container.... > > Regards > Malte > There are several tutorials on working with MEncoder and MP4Box. In a nutshell... encoding your audio and video to raw format then using MP4Box to create the final .mp4 is a fairly typical use case. What commands specifically to use with MP4Box once finished are beyond me. I'm sure 'man MP4Box' will do the trick. --- ispy++ From ispyhumanfly at gmail.com Fri Apr 3 01:59:32 2009 From: ispyhumanfly at gmail.com (Dan Stephenson) Date: Thu, 02 Apr 2009 19:59:32 -0400 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <200904021059.40320.malte.gell@gmx.de> References: <200904012205.29969.malte.gell@gmx.de> <200904012245.57227.malte.gell@gmx.de> <20090401192932.4c184b11.cooleyr@gmail.com> <200904021059.40320.malte.gell@gmx.de> Message-ID: <49D55164.4030103@gmail.com> Malte Gell wrote: > I used faac and tried raw. I think it has to do with the MPEG4 container > format version. The example video has MPEG4 version 2 format, whereas mencoder > produces MPEG4 version 1 container format....... > > Regards > Malte > I've never had any trouble with it using faac. I'd keep fiddling with it. You would be surprised how finicky lavf can be. It's very alpha. But does work in most cases. I'm going to mention a command from a suite of tools I've been working on. It takes any video input and converts to x264/faac in an MP4 container using MPlayer and MEncoder. It may be of some interest to you. http://code.google.com/p/mutate/source/browse/trunk/mcode --- ispy++; From cooleyr at gmail.com Fri Apr 3 07:02:34 2009 From: cooleyr at gmail.com (RC) Date: Thu, 2 Apr 2009 22:02:34 -0700 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <200904021059.40320.malte.gell@gmx.de> References: <200904012205.29969.malte.gell@gmx.de> <200904012245.57227.malte.gell@gmx.de> <20090401192932.4c184b11.cooleyr@gmail.com> <200904021059.40320.malte.gell@gmx.de> Message-ID: <20090402220234.42dcefdb.cooleyr@gmail.com> On Thu, 2 Apr 2009 10:59:40 +0200 Malte Gell wrote: > I used faac and tried raw. I think it has to do with the MPEG4 > container format version. With portable devices, you almost always need object=2 / AAC-LC. -- Don't trust me! I'm wrong! From malte.gell at gmx.de Fri Apr 3 08:00:22 2009 From: malte.gell at gmx.de (Malte Gell) Date: Fri, 3 Apr 2009 08:00:22 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <20090402220234.42dcefdb.cooleyr@gmail.com> References: <200904012205.29969.malte.gell@gmx.de> <200904021059.40320.malte.gell@gmx.de> <20090402220234.42dcefdb.cooleyr@gmail.com> Message-ID: <200904030800.23150.malte.gell@gmx.de> Am Freitag, 3. April 2009 07:02:34 schrieb RC: > On Thu, 2 Apr 2009 10:59:40 +0200 > > Malte Gell wrote: > > I used faac and tried raw. I think it has to do with the MPEG4 > > container format version. > > With portable devices, you almost always need object=2 / AAC-LC. Ok, I'll trie that and will report! From jdmls at yahoo.com Fri Apr 3 10:56:18 2009 From: jdmls at yahoo.com (John Doe) Date: Fri, 3 Apr 2009 01:56:18 -0700 (PDT) Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed In-Reply-To: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> References: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> Message-ID: <6985.88968.qm@web110013.mail.gq1.yahoo.com> From: Vijay Gill > As the subject says I need to compile mplayer (latest svn). I have > xvid, twolame and lame include and libraries in in say > /somedir/include and /somedir/lib respectively. After a lot of trial and errror... this seemed to work for me... ../configure --prefix=$PREFIX \ --codecsdir=$CODECSDIR \ --enable-mp3lame \ --enable-mp3lame-lavc \ --enable-twolame \ --enable-theora \ --enable-faac \ --enable-faac-lavc \ --enable-libamr_nb \ --enable-libamr_wb \ --enable-libdirac-lavc \ --enable-x264 \ --enable-x264-lavc \ --enable-xvid \ --enable-xvid-lavc \ --disable-dvdnav \ --disable-dvdread \ --disable-dvdread-internal \ --disable-libdvdcss-internal \ --disable-fastmemcpy \ --disable-lirc \ --disable-lircc \ --disable-dvb \ --disable-tv \ --disable-freetype \ --disable-network \ --disable-inet6 \ --disable-ftp \ --disable-vidix \ --extra-libs="-lfaac -lx264 -lxvidcore -ldirac_decoder -ldirac_encoder -L$PREFIX/lib" \ --extra-cflags="-I$PREFIX/include -I$PREFIX/include/dirac" JD From inverseparadox at comcast.net Fri Apr 3 12:24:00 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 03 Apr 2009 06:24:00 -0400 Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed In-Reply-To: <6985.88968.qm@web110013.mail.gq1.yahoo.com> References: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> <6985.88968.qm@web110013.mail.gq1.yahoo.com> Message-ID: <49D5E3C0.8020308@comcast.net> John Doe wrote: > From: Vijay Gill > >> As the subject says I need to compile mplayer (latest svn). I have >> xvid, twolame and lame include and libraries in in say >> /somedir/include and /somedir/lib respectively. > > After a lot of trial and errror... this seemed to work for me... > > ../configure --prefix=$PREFIX \ > --codecsdir=$CODECSDIR \ > --enable-mp3lame \ > --enable-mp3lame-lavc \ > --enable-twolame \ > --enable-theora \ > --enable-faac \ > --enable-faac-lavc \ > --enable-libamr_nb \ > --enable-libamr_wb \ > --enable-libdirac-lavc \ > --enable-x264 \ > --enable-x264-lavc \ > --enable-xvid \ > --enable-xvid-lavc \ Why are you --enable'ing so many things? Does autodetection not work correctly? -- 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 jdmls at yahoo.com Fri Apr 3 13:12:14 2009 From: jdmls at yahoo.com (John Doe) Date: Fri, 3 Apr 2009 04:12:14 -0700 (PDT) Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed In-Reply-To: <49D5E3C0.8020308@comcast.net> References: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> <6985.88968.qm@web110013.mail.gq1.yahoo.com> <49D5E3C0.8020308@comcast.net> Message-ID: <833716.36576.qm@web110003.mail.gq1.yahoo.com> > Why are you --enable'ing so many things? Does autodetection not work > correctly? It does indeed not work.. for me at least. My libs are in a specific (not the usual /usr/lib...) directory (so I guess out of configure's reach or something)... Or maybe I missed a parameter to tell configure to go look there. JD From malte.gell at gmx.de Fri Apr 3 21:18:47 2009 From: malte.gell at gmx.de (Malte Gell) Date: Fri, 3 Apr 2009 21:18:47 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <20090402220234.42dcefdb.cooleyr@gmail.com> References: <200904012205.29969.malte.gell@gmx.de> <200904021059.40320.malte.gell@gmx.de> <20090402220234.42dcefdb.cooleyr@gmail.com> Message-ID: <200904032118.47854.malte.gell@gmx.de> Am Freitag, 3. April 2009 07:02:34 schrieb RC: > On Thu, 2 Apr 2009 10:59:40 +0200 > > Malte Gell wrote: > > I used faac and tried raw. I think it has to do with the MPEG4 > > container format version. > With portable devices, you almost always need object=2 / AAC-LC. Thanx for the hint, but it did not work, still no sound, video plays fine, I used: mencoder tazg1.mpg -ofps 15 -oac faac -faacopts br=98:object=2 -ovc lavc - lavcopts vcodec=mpeg4 -of lavf -lavfopts format=mp4 -vf scale=320:240 -o taztest.mp4 Maybe Ill have to ask at a Nokia related forum. Regards Malte From vijay.s.gill at gmail.com Fri Apr 3 21:36:25 2009 From: vijay.s.gill at gmail.com (Vijay Gill) Date: Fri, 3 Apr 2009 20:36:25 +0100 Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed In-Reply-To: References: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> Message-ID: <60fdb1ad0904031236ged66236t2a4a283d4628dcfc@mail.gmail.com> 2009/4/2 Henry Garcia : > On Thu, Apr 2, 2009 at 3:14 PM, Vijay Gill wrote: > > Just go ./configure --help and read the output > > Use these options if autodetection fails: > ?--extra-cflags=FLAGS ? ? ? ?extra CFLAGS > ?--extra-ldflags=FLAGS ? ? ? extra LDFLAGS > ?--extra-libs=FLAGS ? ? ? ? ?extra linker flags > ?--extra-libs-mplayer=FLAGS ?extra linker flags for MPlayer > ?--extra-libs-mencoder=FLAGS extra linker flags for MEncoder > > That looks like all that's left. You'll have to figure out where to put > what. > Or you'll have to put those libraries in some place like /usr/local/include > where the configure script will find them. > _______________________________________________ I had already read the help provided by configure and tried using -I and -L parameters but nothing worked for me. This is the reason why I posted the query. I will try what another use (John Doe) suggests in his mail. From amidk75 at gmail.com Fri Apr 3 22:58:15 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Fri, 03 Apr 2009 22:58:15 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <200904032118.47854.malte.gell@gmx.de> References: <200904012205.29969.malte.gell@gmx.de> <200904021059.40320.malte.gell@gmx.de> <20090402220234.42dcefdb.cooleyr@gmail.com> <200904032118.47854.malte.gell@gmx.de> Message-ID: <49D67867.3050305@gmail.com> Malte Gell pisze: >> With portable devices, you almost always need object=2 / AAC-LC. > > Thanx for the hint, but it did not work, still no sound, video plays fine, I > used: > > mencoder tazg1.mpg -ofps 15 -oac faac -faacopts br=98:object=2 -ovc lavc - > lavcopts vcodec=mpeg4 -of lavf -lavfopts format=mp4 -vf scale=320:240 -o > taztest.mp4 > > Maybe Ill have to ask at a Nokia related forum. Try: mencoder tazg1.mpg -ofps 15 -oac lavc -ovc lavc -lavcopts vglobal=1:aglobal=1:acodec=libfaac:abitrate=98:vcodec=mpeg4:level=31 -of lavf -lavfopts format=mp4 -vf scale=320:240 -o taztest.mp4 To tell you the truth I'm using something like that ( Nokia N73 ME - DVD elementar streams from Neuron's "DMPGDec" ) : mplayer "audio.ac3" -really-quiet -a52drc 0 -vo null -vc null -benchmark -ao pcm:fast:waveheader:file=/tmp/audio.wav && sox -S /tmp/audio.wav -t .wav -c 2 -r 24000 /tmp/audio.24.wav && faac -q 50 -w -o /tmp/audio.m4a /tmp/audio.24.wav && wine avs2yuv video.avs -o video.y4m && mencoder video.y4m -o /dev/null -nosound -ffourcc DX50 -ovc xvid -xvidencopts pass=1:turbo:bitrate=400:me_quality=1:trellis:nohq_ac:max_bframes=0:max_key_interval=250:quant_type=h263:profile=asp3:curve_compression_high=50:curve_compression_low=25 && mencoder video.y4m -o /tmp/video.avi -nosound -ffourcc DX50 -ovc xvid -xvidencopts pass=2:bitrate=400:trellis:vhq=4:max_bframes=0:max_key_interval=250:quant_type=h263:profile=asp3:curve_compression_high=50:curve_compression_low=25 && MP4Box -new film.mp4 -isma -nodrop -add video.avi -add audio.m4a my AVS script for some DVD: SetMemoryMax(256) LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dgmpgdec\DGDecode.dll") LoadCPlugin("C:\Program Files\AviSynth 2.5\plugins\yadif\yadif.dll") mpeg2source("video.d2v",cpu2="xxxxxx") AutoYUY2() AssumeTFF() Yadif() DeGrainMedian() FluxSmoothST() Tweak(sat=2) Spline36Resize(320,180) Crop(0,2,0,-2) ConvertToYV12() aWarpSharp(16.0,1) NiceFPS() Here's sample - try it if it plays for you ( 1.3MiB ) : http://www.fileden.com/files/2006/12/11/497871/Private/lwd-sample.mp4 -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From inverseparadox at comcast.net Sat Apr 4 00:05:40 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 03 Apr 2009 18:05:40 -0400 Subject: [MPlayer-users] How to compile now after extraincdir and extralibdir have been removed In-Reply-To: <833716.36576.qm@web110003.mail.gq1.yahoo.com> References: <60fdb1ad0904021314r56827d13y789a5a235fe1d02c@mail.gmail.com> <6985.88968.qm@web110013.mail.gq1.yahoo.com> <49D5E3C0.8020308@comcast.net> <833716.36576.qm@web110003.mail.gq1.yahoo.com> Message-ID: <49D68834.8020002@comcast.net> John Doe wrote: >> Why are you --enable'ing so many things? Does autodetection not >> work correctly? > > It does indeed not work.. for me at least. > My libs are in a specific (not the usual /usr/lib...) directory (so I > guess out of configure's reach or something)... Or maybe I missed a > parameter to tell configure to go look there. I've never needed to do it myself, but if you pass the -L and -I options to configure in --extra-libs and --extra-cflags, then I believe autodetection should work fine. If it doesn't, then either I'm forgetting a step, or we probably need to figure out why... autodetection is so important in MPlayer that it needs to work on as broad a basis as possible. -- 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 cracauer at seagull.cons.org Sat Apr 4 03:12:44 2009 From: cracauer at seagull.cons.org (Martin Cracauer) Date: Fri, 3 Apr 2009 21:12:44 -0400 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem (solved) In-Reply-To: <49D34908.5070301@comcast.net> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> <20090401035913.GA41710@cons.org> <49D34908.5070301@comcast.net> Message-ID: <20090404011244.GA83624@cons.org> The Wanderer wrote on Wed, Apr 01, 2009 at 06:59:20AM -0400: > Martin Cracauer wrote: > > >The Wanderer wrote on Sun, Mar 29, 2009 at 08:16:49AM -0400: > > > >>Martin Cracauer wrote: > >> > >>>Hi. > >>> > >>>I have trouble with -demuxer lavf giving me a "LAVF_check: no > >>>clue about this gibberish!", but only on one of two similar > >>>files. > > >>>Can I just force lavf to assume the second file is MPEG-PS, too? > >>>As a first step in debugging that sound like something to try but > >>>I don't see any options. > >> > >>It's in the man page, though not necessarily obvious if you don't > >>know where to look. Try '-lavfdopts format=vob' or similar. > > > >Hmmm, can't find it. > > > >-lavdopts is for debugging, doesn't have a format suboption. > > > >-lavcopts is for encoding, no format spec either. > > It's in the man page for my version (SVN r28946, because I haven't > updated my video drivers to match code changes since then). Try > searching for "libavformat demuxers". Sorry, my goof. MANPATH=$prefix/man -> $prefix/share/man, and BINGO. This works for the second EVO of Troy: mplayer -demuxer lavf -lavfdopts format=mpeg -aid 3 \ ./HVDVD_TS/feature_TROYDCN6LB1_HD_L1.EVO Thanks so much. Basically, all my troubles came from an incorrect $MANPATH, which made me fall through to some antique manpage and I thought lavf doesn't have any control options :-) Can I submit some hexdump so that autodetection can deal with this file in later code? Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ FreeBSD - where you want to go, today. http://www.freebsd.org/ From inverseparadox at comcast.net Sat Apr 4 13:18:49 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Sat, 04 Apr 2009 07:18:49 -0400 Subject: [MPlayer-users] -demuxer lavf on HD-DVD problem (solved) In-Reply-To: <20090404011244.GA83624@cons.org> References: <20090329000710.GA64982@cons.org> <49CF66B1.8080604@comcast.net> <20090401035913.GA41710@cons.org> <49D34908.5070301@comcast.net> <20090404011244.GA83624@cons.org> Message-ID: <49D74219.700@comcast.net> Martin Cracauer wrote: > The Wanderer wrote on Wed, Apr 01, 2009 at 06:59:20AM -0400: > >> Martin Cracauer wrote: >>> Hmmm, can't find it. >>> >>> -lavdopts is for debugging, doesn't have a format suboption. >>> >>> -lavcopts is for encoding, no format spec either. >> >> It's in the man page for my version (SVN r28946, because I haven't >> updated my video drivers to match code changes since then). Try >> searching for "libavformat demuxers". > > Sorry, my goof. MANPATH=$prefix/man -> $prefix/share/man, and > BINGO. > > This works for the second EVO of Troy: > mplayer -demuxer lavf -lavfdopts format=mpeg -aid 3 \ > ./HVDVD_TS/feature_TROYDCN6LB1_HD_L1.EVO > > Thanks so much. Basically, all my troubles came from an incorrect > $MANPATH, which made me fall through to some antique manpage and I > thought lavf doesn't have any control options :-) > > Can I submit some hexdump so that autodetection can deal with this > file in later code? I don't know if a hexdump would be any good, but standard practice when there's a file which isn't supported is to treat it as a bug report - i.e., request for the problematic file (or a cut-down sample sufficient to reproduce the problem) to be uploaded to ftp://upload.mplayerhq.hu/MPlayer/incoming/ (write-only), with an accompanying text file explaining what the problem 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 jimmy at dmbox.dk Sat Apr 4 14:25:54 2009 From: jimmy at dmbox.dk (Jimmy Dansbo) Date: Sat, 4 Apr 2009 14:25:54 +0200 Subject: [MPlayer-users] menu.conf Message-ID: <54f409990904040525j49a3e02eh180eb8d05d3f69a4@mail.gmail.com> I'm sorry to bother, but I have not been able to find any documentation on creating menu.conf for mplayer. The examples following mplayer are fairly OK, but it is not everything I find self explanatory. Could any of you guys point me in the right direction? Thanks in advance. Regards Jimmy Dansbo From mlist4suntong at yahoo.com Sat Apr 4 16:06:20 2009 From: mlist4suntong at yahoo.com (T o n g) Date: Sat, 4 Apr 2009 14:06:20 +0000 (UTC) Subject: [MPlayer-users] [OT] Ads removal Message-ID: Hi, Is there any easier way to remove ads from the recorded stream during video format conversion using mencoder? I hope that there is a way to specify ranges in the source stream, like mpgtx does, then only convert those specific ranges, or ignore them, which is even more straight forward to remove those ads periods mingled in the program. I've done lots of reading and googling, but it seems impossible to do so during the conversion -- there are tools like mpgtx, avisplit/avimerge, but there all require you to convert to the designated format first. And they break the timestamps too. thanks -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/techdocs/ http://xpt.sourceforge.net/tools/ From cooleyr at gmail.com Sat Apr 4 19:08:49 2009 From: cooleyr at gmail.com (RC) Date: Sat, 4 Apr 2009 10:08:49 -0700 Subject: [MPlayer-users] [OT] Ads removal In-Reply-To: References: Message-ID: <20090404100849.4b79de25.cooleyr@gmail.com> On Sat, 4 Apr 2009 14:06:20 +0000 (UTC) T o n g wrote: > I hope that there is a way to specify ranges in the source stream, > like mpgtx does, then only convert those specific ranges, or > ignore them, -edl -- Don't trust me! I'm wrong! From malte.gell at gmx.de Sat Apr 4 21:32:34 2009 From: malte.gell at gmx.de (Malte Gell) Date: Sat, 4 Apr 2009 21:32:34 +0200 Subject: [MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone In-Reply-To: <49D67867.3050305@gmail.com> References: <200904012205.29969.malte.gell@gmx.de> <200904032118.47854.malte.gell@gmx.de> <49D67867.3050305@gmail.com> Message-ID: <200904042132.34598.malte.gell@gmx.de> Am Freitag, 3. April 2009 22:58:15 schrieb Krzysztof Duchnowski: (How to create video with sound for Nokia 3600 slide) > mencoder tazg1.mpg -ofps 15 -oac lavc -ovc lavc -lavcopts > vglobal=1:aglobal=1:acodec=libfaac:abitrate=98:vcodec=mpeg4:level=31 -of > lavf -lavfopts format=mp4 -vf scale=320:240 -o taztest.mp4 You are my hero! It works now! The video plays now with sound! Best regards and thanx a lot Malte From maillisting at gmail.com Sun Apr 5 09:39:18 2009 From: maillisting at gmail.com (Rilawich Ango) Date: Sun, 5 Apr 2009 15:39:18 +0800 Subject: [MPlayer-users] too SLOW to play HD file Message-ID: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> Hi all, When I use mplayer to play 720p (HD file) movie, it flickers so much with the following message. What to do to make the movie playing smoothly? ango $ mplayer p1000155.mov MPlayer dev-SVN-r27514-4.3.2 (C) 2000-2008 MPlayer Team CPU: Intel(R) Celeron(R) CPU 2.40GHz (Family: 15, Model: 3, Stepping: 3) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. mplayer: bad file format, /home/mythtv/.lircrc:398 Failed to read LIRC config file ~/.lircrc. Playing p1000155.mov. libavformat file format detected. [lavf] Video stream found, -vid 0 [lavf] Audio stream found, -aid 1 VIDEO: [jpeg] 1280x720 24bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffmjpeg] vfm: ffmpeg (FFmpeg MJPEG decoder) ========================================================================== ========================================================================== Opening audio decoder: [pcm] Uncompressed PCM audio decoder AUDIO: 16000 Hz, 1 ch, s16be, 0.0 kbit/0.00% (ratio: 0->32000) Selected audio codec: [pcm] afm: pcm (Uncompressed PCM) ========================================================================== E: context.c: waitpid(): No child processes AO: [pulse] Init failed: Internal error Failed to initialize audio driver 'pulse' AO: [alsa] 48000Hz 1ch s16be (2 bytes per sample) Starting playback... VDec: vo config request - 1280 x 720 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 3) Movie-Aspect is undefined - no prescaling applied. VO: [xv] 1280x720 => 1280x720 Planar YV12 A: 15.7 V: 15.2 A-V: 0.477 ct: -0.258 0/ 0 50% 16% 1.9% 51 0 ************************************************ **** Your system is too SLOW to play this! **** ************************************************ Possible reasons, problems, workarounds: - Most common: broken/buggy _audio_ driver - Try -ao sdl or use the OSS emulation of ALSA. - Experiment with different values for -autosync, 30 is a good start. - Slow video output - Try a different -vo driver (-vo help for a list) or try -framedrop! - Slow CPU - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts, e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all. - Broken file - Try various combinations of -nobps -ni -forceidx -mc 0. - Slow media (NFS/SMB mounts, DVD, VCD etc) - Try -cache 8192. - Are you using -cache to play a non-interleaved AVI file? - Try -nocache. Read DOCS/HTML/en/video.html for tuning/speedup tips. If none of this helps you, read DOCS/HTML/en/bugreports.html. A: 19.2 V: 19.3 A-V: -0.104 ct: -0.265 0/ 0 51% 15% 1.8% 133 0 MPlayer interrupted by signal 2 in module: sleep_timer A: 19.2 V: 19.3 A-V: -0.137 ct: -0.269 0/ 0 51% 15% 1.8% 133 0 Exiting... (Quit) From amidk75 at gmail.com Sun Apr 5 09:48:21 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sun, 05 Apr 2009 09:48:21 +0200 Subject: [MPlayer-users] svn29148 won't compile Message-ID: <49D86245.4080505@gmail.com> My "configure": CFLAGS= ./configure --enable-gui --enable-menu --disable-runtime-cpudetection --disable-debug \ --disable-dvdread-internal \ --charset=utf-8 --prefix=/usr --enable-profile compilation error: swscale.c: In function 'getSwsFunc': swscale.c:1781: warning: unused variable 'flags' swscale.c: In function 'sws_getCachedContext': swscale.c:3419: warning: assignment discards qualifiers from pointer target type swscale_template.c: In function 'yuv2packed2_MMX2': swscale_template.c:1362: error: bp cannot be used in asm here make[1]: *** [swscale.o] Error 1 make[1]: Leaving directory `/home/dk75/.src/mplayer/libswscale' make: *** [libswscale/libswscale.a] B??d 2 configure log: http://www.fileden.com/files/2006/12/11/497871/misc/ubuntu/mplayer/mplayer.configure.log.tar.gz compilation log: http://www.fileden.com/files/2006/12/11/497871/misc/ubuntu/mplayer/mplayer.compilation.log.tar.gz -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From info at vtnd.de Sun Apr 5 09:53:19 2009 From: info at vtnd.de (Oliver Seitz) Date: Sun, 05 Apr 2009 09:53:19 +0200 Subject: [MPlayer-users] too SLOW to play HD file In-Reply-To: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> Message-ID: Am 05.04.2009, 09:39 Uhr, schrieb Rilawich Ango : > Hi all, > When I use mplayer to play 720p (HD file) movie, it flickers so much > with the following message. What to do to make the movie playing > smoothly? ango > It looks like mjpeg codec. > VIDEO: [jpeg] 1280x720 24bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) > ========================================================================== > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family > Selected video codec: [ffmjpeg] vfm: ffmpeg (FFmpeg MJPEG decoder) > ========================================================================== That in fact is not a video codec, but one still picture after another. It's got some advantages to use when cutting and assembling videos, but it's not a codec made for smooth playback. Due to the immense data rate mjpeg needs, I presume it's just data can not travel through your system fast enough. If you have to use mjpeg for playback, go buying several of the fastest harddisks (like 10000rpm types) and connect them in RAID0 or RAID5 array. That might give bandwith that can cope with mjpeg. If vou can use other codecs, recode the video to a codec with better compression. That is almost any other codec than mjpeg. Look at mpeg4, mpeg2 or x264 for a start. Greets, Kiste From adrian.bacon at xs4all.nl Sun Apr 5 13:01:53 2009 From: adrian.bacon at xs4all.nl (ACS) Date: Sun, 5 Apr 2009 13:01:53 +0200 Subject: [MPlayer-users] menu.conf References: <54f409990904040525j49a3e02eh180eb8d05d3f69a4@mail.gmail.com> Message-ID: > I'm sorry to bother, but I have not been able to find any documentation on > creating menu.conf for mplayer. > > The examples following mplayer are fairly OK, but it is not everything I > find self explanatory. > IMHO www.geexbox.org is best example what you can do with mplayer menu. Adrian From inverseparadox at comcast.net Sun Apr 5 13:12:47 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Sun, 05 Apr 2009 07:12:47 -0400 Subject: [MPlayer-users] too SLOW to play HD file In-Reply-To: References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> Message-ID: <49D8922F.8080101@comcast.net> Oliver Seitz wrote: > Am 05.04.2009, 09:39 Uhr, schrieb Rilawich Ango > : > >> Hi all, >> When I use mplayer to play 720p (HD file) movie, it flickers so >> much with the following message. What to do to make the movie >> playing smoothly? ango > > It looks like mjpeg codec. > >> VIDEO: [jpeg] 1280x720 24bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) >> ========================================================================== >> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family >> Selected video codec: [ffmjpeg] vfm: ffmpeg (FFmpeg MJPEG decoder) >> ========================================================================== > > That in fact is not a video codec, but one still picture after > another. It's got some advantages to use when cutting and assembling > videos, but it's not a codec made for smooth playback. Due to the > immense data rate mjpeg needs, I presume it's just data can not > travel through your system fast enough. If you have to use mjpeg for > playback, go buying several of the fastest harddisks (like 10000rpm > types) and connect them in RAID0 or RAID5 array. That might give > bandwith that can cope with mjpeg. Wouldn't storing the file on a RAM disk potentially also work, if disk throughput is 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 cehoyos at ag.or.at Sun Apr 5 13:25:36 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Sun, 5 Apr 2009 11:25:36 +0000 (UTC) Subject: [MPlayer-users] svn29148 won't compile References: <49D86245.4080505@gmail.com> Message-ID: Krzysztof Duchnowski gmail.com> writes: [...] Since compilation seems to succeed for many others: Confirm that you did svn up && make distclean && svn di (no differences) Try ./configure (no options) && make If make fails, run make again and post the _complete_ output here. Carl Eugen From cehoyos at ag.or.at Sun Apr 5 13:27:34 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Sun, 5 Apr 2009 11:27:34 +0000 (UTC) Subject: [MPlayer-users] too SLOW to play HD file References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> Message-ID: Rilawich Ango gmail.com> writes: > $ mplayer p1000155.mov > MPlayer dev-SVN-r27514-4.3.2 (C) 2000-2008 MPlayer Team > CPU: Intel(R) Celeron(R) CPU 2.40GHz (Family: 15, Model: 3, Stepping: 3) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. While I don't believe it will solve your problem, please update to latest svn and disable runtime CPU detection before reporting problems. And since I'm curious: Please consider uploading the sample to ftp://ffmpeg.org/MPlayer/incoming/ (write only). Carl Eugen From info at vtnd.de Sun Apr 5 14:40:34 2009 From: info at vtnd.de (Oliver Seitz) Date: Sun, 5 Apr 2009 14:40:34 +0200 (CEST) Subject: [MPlayer-users] too SLOW to play HD file In-Reply-To: <49D8922F.8080101@comcast.net> References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> <49D8922F.8080101@comcast.net> Message-ID: <52475.84.190.206.177.1238935234.squirrel@srv1.ssl-traffic.de> >> If you have to use mjpeg for >> playback, go buying several of the fastest harddisks (like 10000rpm >> types) and connect them in RAID0 or RAID5 array. That might give >> bandwith that can cope with mjpeg. > > Wouldn't storing the file on a RAM disk potentially also work, if disk > throughput is the problem? It most surely would. If there's enough RAM for it. I've got a mjpeg encoded 720p-video without sound here. It plays less than five minutes and the file is 885MByte. When you add sound, even 16GByte of RAM (which is in my opinion the maximum reasonably available today) can't hold 90 minutes of video. So at least for full-feature films that's not an option. Greets, Kiste From Reimar.Doeffinger at gmx.de Sun Apr 5 16:03:58 2009 From: Reimar.Doeffinger at gmx.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Sun, 5 Apr 2009 16:03:58 +0200 Subject: [MPlayer-users] too SLOW to play HD file In-Reply-To: <49D8922F.8080101@comcast.net> References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> <49D8922F.8080101@comcast.net> Message-ID: <20090405140358.GA3866@1und1.de> On Sun, Apr 05, 2009 at 07:12:47AM -0400, The Wanderer wrote: > Oliver Seitz wrote: > > > Am 05.04.2009, 09:39 Uhr, schrieb Rilawich Ango > > : > >> When I use mplayer to play 720p (HD file) movie, it flickers so > >> much with the following message. What to do to make the movie > >> playing smoothly? ango > > > > It looks like mjpeg codec. > > > >> VIDEO: [jpeg] 1280x720 24bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) > >> ========================================================================== > >> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family > >> Selected video codec: [ffmjpeg] vfm: ffmpeg (FFmpeg MJPEG decoder) > >> ========================================================================== > > > > That in fact is not a video codec, but one still picture after > > another. It's got some advantages to use when cutting and assembling > > videos, but it's not a codec made for smooth playback. Due to the > > immense data rate mjpeg needs, I presume it's just data can not > > travel through your system fast enough. If you have to use mjpeg for > > playback, go buying several of the fastest harddisks (like 10000rpm > > types) and connect them in RAID0 or RAID5 array. That might give > > bandwith that can cope with mjpeg. > > Wouldn't storing the file on a RAM disk potentially also work, if disk > throughput is the problem? A little trick: use something like -cache 131072 -cache-min 40 (assuming you have at least 128 MB RAM free). The last values on the status line then tells you how full it is. It should start at 40%. If it reaches about 1% and only then starts stuttering your disk is too slow. If it increases up to about 50% then your disk is plenty fast enough. From bryantgtx at gmail.com Sun Apr 5 20:44:54 2009 From: bryantgtx at gmail.com (Greg Bryant) Date: Sun, 5 Apr 2009 13:44:54 -0500 Subject: [MPlayer-users] Mac OSX mplayer file associations Message-ID: I'm trying to associate files (.mp4 for example) with mplayer rather than quicktime, but when I go to the list of apps, mplayer is gray, and not selectable. I've changed the default "recommended apps" to "all apps" with no luck. I'm not really a Mac person, and don't know what it's looking for. Owner? Permissions? (current 755). Thanks, Greg From towb at gmx.net Sun Apr 5 20:50:48 2009 From: towb at gmx.net (Tobias Weber) Date: Sun, 5 Apr 2009 20:50:48 +0200 Subject: [MPlayer-users] Mac OSX mplayer file associations In-Reply-To: References: Message-ID: <119B0625-DC99-4414-BDC4-37C19FCA2066@gmx.net> On 05.04.2009, at 20:44, Greg Bryant wrote: > I'm trying to associate files (.mp4 for example) with mplayer rather > than > quicktime, but when I go to the list of apps, mplayer is gray, and not > selectable. Launch Services only accepts applications, not simple Unix binaries. (a workaround is Platypus) Where did you get, or how did you build mplayer? From adam at rosi-kessel.org Sun Apr 5 20:57:30 2009 From: adam at rosi-kessel.org (Adam Rosi-Kessel) Date: Sun, 05 Apr 2009 14:57:30 -0400 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding Message-ID: <49D8FF1A.20504@rosi-kessel.org> I've found many discussions on this and other lists about the problem of adding a subtitle stream to a VOB file. As best I can gather, it can't be done. So I'm trying to figure out if there is any way to accomplish what I'm trying to do with mplayer (or ffmpeg). The Sony Playstation 3 can play video content served over DLNA/UPnP. I'm running fuppes on a Debian server to provide the content. fuppes can't serve a DVD in a VIDEO_TS directory -- it can only serve a single VOB file. (Similarly, if you connect an external hard drive to the PS3, it can only play a single VOB, not read a VIDEO_TS directory). So I've taken my VIDEO_TS directory and combined the main title into a single VOB with mencoder: mencoder dvd://1 -dvd-device ./movie/ -alang en -channels 6 \ -of mpeg -mpegopts format=dvd -oac copy -ovc copy -o movie.vob The output here works perfectly with fuppes and the PS3. (Just concatenating the main title with cat doesn't work well; the status bar is lost and rewinding/fast-forwarding often dies.) The only problem with this method is no subtitles are brought over. Specifying subtitle options for mencoder makes no difference (e.g. " -sid 1 -spuaa 4 -spualign -1 -spugauss 0.7"); you get an identical output file. I imagine this is because mencoder won't put a subtitle stream in a VOB. I could of course go through several steps to extract and burn the subtitles into the image, but this would require re-encoding the video with some quality loss. There are some other container formats that might support a subtitle stream, but I don't think I can use any of those without re-encoding the video to different codecs. So the basic goal is to stream DVD content with subtitles to the PS3 using fuppes (or another DLNA server) with no quality loss. Does anyone have any suggestions about how this might be approached? Is it just impossible? From olivares14031 at yahoo.com Sun Apr 5 21:24:48 2009 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Sun, 5 Apr 2009 12:24:48 -0700 (PDT) Subject: [MPlayer-users] **** Your system is too SLOW to play this! ****(Solved) In-Reply-To: <49C5462B.8090900@komeda-berlin.de> Message-ID: <637216.61533.qm@web52608.mail.re2.yahoo.com> --- On Sat, 3/21/09, Nicola Berndt wrote: > From: Nicola Berndt > Subject: Re: [MPlayer-users] **** Your system is too SLOW to play this! **** > To: "MPlayer usage questions, feature requests, bug reports" > Date: Saturday, March 21, 2009, 12:55 PM > > I have played around with several options -vo sdl which > at least gives me the full screen using 'c' and > 'f' keys respectively. I have also tried xine and > it gives me the error that the system is too slow to play > the movie :(. On other machines, I have encountered the > error before, but I have by passed it by using -framedrop > and using other options in xorg.conf. Is there anything I > can do to make this work better, or is it that the nvidia > card is not well supported? > > > > nVidia Corporation GeForce 8400 GS > > > > Normally the nv driver has worked well for me and it > has been a while since I have not used the nvidia drivers. > > Thanks, > > > > Antonio > > Hi Antonio, > > I can only recommend using the latest nvdia drivers with > vdpau support, wich means hardware decoding of mpeg1/2 h264 > and vc1! These drivers kick ass and make your cpu load drop > below 10% for 1080p movies. The only downside is that the > menu is not working, osd and subs are fine, though. > > There are quite some howtos around, so you should bet it up > and running rather easy.. > > Good luck! > > ../nico berndt > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users I have finally put this issue behind me :) I installed the nvidia drivers through rpmfusion and now, I get excellent ouptut and no complaints from mplayer :) Thanks to all for helping and suggesting the nvidia driver :) Regards, Antonio From harald.dunkel at t-online.de Sun Apr 5 21:52:22 2009 From: harald.dunkel at t-online.de (Harald Dunkel) Date: Sun, 05 Apr 2009 21:52:22 +0200 Subject: [MPlayer-users] howto get rid of the error popups without loosing stderr? Message-ID: <49D90BF6.2070805@t-online.de> Hi folks, How can I get rid of mplayer's error popups without loosing the output on stderr? AFAICS '-really-quiet' and '-msglevel:all' affect stderr as well, so they are not an option. Many thanx Harri -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: From bryantgtx at gmail.com Sun Apr 5 21:59:18 2009 From: bryantgtx at gmail.com (Greg Bryant) Date: Sun, 5 Apr 2009 14:59:18 -0500 Subject: [MPlayer-users] Mac OSX mplayer file associations Message-ID: On Sun, Apr 5, 2009 at 1:50 PM, wrote: > > > Subject: Re: [MPlayer-users] Mac OSX mplayer file associations > > On 05.04.2009, at 20:44, Greg Bryant wrote: > > > I'm trying to associate files (.mp4 for example) with mplayer rather > > than > > quicktime, but when I go to the list of apps, mplayer is gray, and not > > selectable. > > Launch Services only accepts applications, not simple Unix binaries. > > (a workaround is Platypus) > > Where did you get, or how did you build mplayer? SVN, configure with a bunch of stuff (including --enable-macosx and --enable-macosx-finder), then make. I'll read up on platypus - thanks. Greg From amidk75 at gmail.com Sun Apr 5 22:07:37 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sun, 05 Apr 2009 22:07:37 +0200 Subject: [MPlayer-users] svn29148 won't compile In-Reply-To: References: <49D86245.4080505@gmail.com> Message-ID: <49D90F89.3080301@gmail.com> Carl Eugen Hoyos pisze: > Since compilation seems to succeed for many others: > Confirm that you did svn up && make distclean && svn di (no differences) > Try ./configure (no options) && make > If make fails, run make again and post the _complete_ output here. "--enable-profile" is the option that makes this error on my x86_64 system Without it mplayer compiles sucesfully -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From rico.colon at gmail.com Mon Apr 6 01:27:51 2009 From: rico.colon at gmail.com (ricardo colon) Date: Sun, 5 Apr 2009 19:27:51 -0400 Subject: [MPlayer-users] BUG: long file names with Japanese characters In-Reply-To: <20090314164628.GA8539@1und1.de> References: <5f0893850903140911l22debf6fl988d7b466c89ca7a@mail.gmail.com> <49BBDC62.7050101@comcast.net> <20090314164628.GA8539@1und1.de> Message-ID: <5f0893850904051627nb54d873jeb24d9cb1a30b47a@mail.gmail.com> The file plays fine under VLC without any problems in Windows. So I don't see any reason why it can't work in Mplayer under Windows. 2009/3/14 Reimar D?ffinger : > On Sat, Mar 14, 2009 at 12:33:38PM -0400, The Wanderer wrote: >> > For example, the file I have is: (TV) [???] ?????????? ?01? ????????1 >> > ???????????????????????????????????????????????????? (1280x720 >> > DivX684).avi >> >> I copied one of my existing video files to that filename (on an NTFS >> filesystem created for the purpose), and it plays just fine in MPlayer >> from the command line > > This is _only_ an issue on Windows, and it is several issues. > 1) the maximum command-line length on Windows i rather small (though i > somewhat doubt that is an issue. > 2) Windows designers thought it intelligent to use UTF-16 (UCS-2 > orignally), thus those Japanese characters can not be passed to MPlayer > via the normal main() arguments but you must call a special function. > Since MPlayer cannot and will not use UTF-16 internally, you'd then have > to convert them to UTF-8. > 3) Then the same issue exists with the file-open functions, you can not > use UTF-8 there, thus you can not use the same functions, so you have to > use different functions to open the files in any place where you want to > support non-ASCII. > 4) In order to avoid all that mess which is somewhat hard to implement > in MPlayer cleanly (though mostly the problem is that nobody cares), I > think SMPlayer might try to use the short (8.3) name. This has two > issues: subtitles are not found, since their short name does not relate > exactly to the short name of the movie, plus I think Vista no longer > creates short names by default. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From m_nez_j at mac.com Mon Apr 6 02:52:16 2009 From: m_nez_j at mac.com (Mack Johnson) Date: Sun, 05 Apr 2009 17:52:16 -0700 Subject: [MPlayer-users] dts audio Message-ID: <85140B2C-C504-446D-84AE-8C2C5CC37E16@mac.com> Hi, can mplayer play DTS audio? if so what is the proper command to play "Hendrix,wav"? Thanks people. From dhwagnertx at mac.com Mon Apr 6 03:27:27 2009 From: dhwagnertx at mac.com (David Wagner) Date: Sun, 05 Apr 2009 20:27:27 -0500 Subject: [MPlayer-users] Question about building Mac OS X version from SVN References: Message-ID: <2D6C510E-7949-4770-B0DB-B6FF6CB959F1@mac.com> On Apr 5, 2009, at 1:44 PM, Greg Bryant wrote: > I'm trying to associate files (.mp4 for example) with mplayer rather > than > quicktime, but when I go to the list of apps, mplayer is gray, and not > selectable. I've changed the default "recommended apps" to "all > apps" with > no luck. I'm not really a Mac person, and don't know what it's > looking > for. Owner? Permissions? (current 755). You need to build the MPlayer-OSX application (see below), or download it from the other link below. Begin forwarded message: > From: Laurent ETTOUATI > Date: February 25, 2009 11:25:03 AM CST > To: "MPlayer usage questions, feature requests, bug reports" >, David Wagner > Subject: Re: [MPlayer-users] Question about building Mac OS X > version from SVN > There is a more recent extended version of Mplayer OS X at this > address, > http://mplayerosx.sttz.ch/ > with thorough explanations how to compile mplayer on mac os x, > http://mplayerosx.sttz.ch/trac/ > > Laurent From cehoyos at ag.or.at Mon Apr 6 09:06:34 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Mon, 6 Apr 2009 07:06:34 +0000 (UTC) Subject: [MPlayer-users] dts audio References: <85140B2C-C504-446D-84AE-8C2C5CC37E16@mac.com> Message-ID: Mack Johnson mac.com> writes: > Hi, can mplayer play DTS audio? Yes. > if so what is the proper command to play "Hendrix,wav"? mplayer Hendrix,wav Carl Eugen From mosgalin at VM10124.spb.edu Mon Apr 6 10:54:32 2009 From: mosgalin at VM10124.spb.edu (Vladimir Mosgalin) Date: Mon, 6 Apr 2009 12:54:32 +0400 Subject: [MPlayer-users] dts audio In-Reply-To: <85140B2C-C504-446D-84AE-8C2C5CC37E16@mac.com> References: <85140B2C-C504-446D-84AE-8C2C5CC37E16@mac.com> Message-ID: <20090406085432.GA5055@VM10124.spb.edu> Hi Mack Johnson! On 2009.04.05 at 17:52:16 -0700, Mack Johnson wrote next: > Hi, can mplayer play DTS audio? if so what is the proper command to play > "Hendrix,wav"? Thanks people. If playing it back directly doesn't work try adding -rawaudio format=0x2001 option. It used to be required in the past but i think it should work ok now without it. -- Vladimir From jkfloris at dds.nl Mon Apr 6 16:06:31 2009 From: jkfloris at dds.nl (Floris) Date: Mon, 06 Apr 2009 16:06:31 +0200 Subject: [MPlayer-users] dts audio In-Reply-To: <20090406085432.GA5055@VM10124.spb.edu> References: <85140B2C-C504-446D-84AE-8C2C5CC37E16@mac.com> <20090406085432.GA5055@VM10124.spb.edu> Message-ID: <49DA0C67.9040605@dds.nl> If you have an external dts decoder try mplayer -afm hwac3 Hendrix.wav good luck floris Vladimir Mosgalin schreef: > Hi Mack Johnson! > > On 2009.04.05 at 17:52:16 -0700, Mack Johnson wrote next: > > >> Hi, can mplayer play DTS audio? if so what is the proper command to play >> "Hendrix,wav"? Thanks people. >> > > If playing it back directly doesn't work try adding > -rawaudio format=0x2001 > option. It used to be required in the past but i think it should work ok > now without it. > > From belcampo at zonnet.nl Mon Apr 6 16:42:18 2009 From: belcampo at zonnet.nl (belcampo) Date: Mon, 06 Apr 2009 16:42:18 +0200 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49D8FF1A.20504@rosi-kessel.org> References: <49D8FF1A.20504@rosi-kessel.org> Message-ID: <49DA14CA.8020709@zonnet.nl> Adam Rosi-Kessel wrote: > I've found many discussions on this and other lists about the problem of > adding a subtitle stream to a VOB file. As best I can gather, it can't > be done. So I'm trying to figure out if there is any way to accomplish > what I'm trying to do with mplayer (or ffmpeg). > > The Sony Playstation 3 can play video content served over DLNA/UPnP. I'm > running fuppes on a Debian server to provide the content. fuppes can't > serve a DVD in a VIDEO_TS directory -- it can only serve a single VOB > file. (Similarly, if you connect an external hard drive to the PS3, it > can only play a single VOB, not read a VIDEO_TS directory). > > So I've taken my VIDEO_TS directory and combined the main title into a > single VOB with mencoder: > > mencoder dvd://1 -dvd-device ./movie/ -alang en -channels 6 \ > -of mpeg -mpegopts format=dvd -oac copy -ovc copy -o movie.vob vobcopy -l -i path-to-sourcedvd will create 1 vob in current directory with all subs. mplayer bigvob.vob -sid # works as I've just tested. > > The output here works perfectly with fuppes and the PS3. (Just > concatenating the main title with cat doesn't work well; the status bar > is lost and rewinding/fast-forwarding often dies.) > > The only problem with this method is no subtitles are brought over. > Specifying subtitle options for mencoder makes no difference (e.g. " > -sid 1 -spuaa 4 -spualign -1 -spugauss 0.7"); you get an identical > output file. I imagine this is because mencoder won't put a subtitle > stream in a VOB. > > I could of course go through several steps to extract and burn the > subtitles into the image, but this would require re-encoding the video > with some quality loss. > > There are some other container formats that might support a subtitle > stream, but I don't think I can use any of those without re-encoding the > video to different codecs. > > So the basic goal is to stream DVD content with subtitles to the PS3 > using fuppes (or another DLNA server) with no quality loss. Does anyone > have any suggestions about how this might be approached? Is it just > impossible? > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From adam at rosi-kessel.org Mon Apr 6 20:49:37 2009 From: adam at rosi-kessel.org (Adam Rosi-Kessel) Date: Mon, 06 Apr 2009 14:49:37 -0400 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DA14CA.8020709@zonnet.nl> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> Message-ID: <49DA4EC1.7040609@rosi-kessel.org> belcampo wrote, on 4/6/2009 10:42 AM: >> mencoder dvd://1 -dvd-device ./movie/ -alang en -channels 6 \ >> -of mpeg -mpegopts format=dvd -oac copy -ovc copy -o movie.vob > vobcopy -l -i path-to-sourcedvd > will create 1 vob in current directory with all subs. > mplayer bigvob.vob -sid # > works as I've just tested. So the problem here is vobcopy only works with a physical disc, not a VIDEO_TS directory. Also, for this to work correctly, you need to extract just one audio and video stream. But I'll give it a try from a real disc and see whether the PS3 can render the subtitles. Adam From belcampo at zonnet.nl Tue Apr 7 00:00:27 2009 From: belcampo at zonnet.nl (belcampo) Date: Tue, 07 Apr 2009 00:00:27 +0200 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DA4EC1.7040609@rosi-kessel.org> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> <49DA4EC1.7040609@rosi-kessel.org> Message-ID: <49DA7B7B.7000103@zonnet.nl> Adam Rosi-Kessel wrote: > belcampo wrote, on 4/6/2009 10:42 AM: >>> mencoder dvd://1 -dvd-device ./movie/ -alang en -channels 6 \ >>> -of mpeg -mpegopts format=dvd -oac copy -ovc copy -o movie.vob >> vobcopy -l -i path-to-sourcedvd >> will create 1 vob in current directory with all subs. >> mplayer bigvob.vob -sid # >> works as I've just tested. > > So the problem here is vobcopy only works with a physical disc, but also on a iso file, I think not a > VIDEO_TS directory. Also, for this to work correctly, you need to > extract just one audio and video stream. What makes think so ? But I'll give it a try from a > real disc and see whether the PS3 can render the subtitles. > > Adam > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From adam at rosi-kessel.org Tue Apr 7 03:55:34 2009 From: adam at rosi-kessel.org (Adam Rosi-Kessel) Date: Mon, 06 Apr 2009 21:55:34 -0400 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DA7B7B.7000103@zonnet.nl> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> <49DA4EC1.7040609@rosi-kessel.org> <49DA7B7B.7000103@zonnet.nl> Message-ID: <49DAB296.40204@rosi-kessel.org> belcampo wrote, on 4/6/2009 6:00 PM: >> So the problem here is vobcopy only works with a physical disc, > but also on a iso file, I think It doesn't seem to like ISO files: # vobcopy -l -i ./test.iso [Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble. [Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos at muon.de). Thanks Vobcopy 1.1.0 - GPL Copyright (c) 2001 - 2007 robos at muon.de [Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library [Error] Could not find the provided path (./test.iso), typo? [Error] Could not get the device which belongs to the given path! # mount ./test.iso /mnt/tmp -o loop # vobcopy -l -i /mnt/tmp [Hint] You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. This option is only there if vobcopy makes trouble. [Hint] If vobcopy makes trouble, please mail me so that I can fix this (robos at muon.de). Thanks Vobcopy 1.1.0 - GPL Copyright (c) 2001 - 2007 robos at muon.de [Hint] All lines starting with "libdvdread:" are not from vobcopy but from the libdvdread-library [Info] Device /mnt/tmp mount on /mnt/sda1/test.iso [Info] Path to dvd: /mnt/sda1/test.iso [Error] Path thingy didn't work '/mnt/sda1/test.iso' [Error] Try something like -i /cdrom, /dvd or /mnt/dvd >> not a >> VIDEO_TS directory. Also, for this to work correctly, you need to >> extract just one audio and video stream. > What makes think so ? The PS3 seems to be very touchy about what you stream to it. I'm not even sure a VOB with one audio stream, one video stream, and one subtitle stream, would work, but I'll give it a try. Adam From ulysses_1966 at ymail.com Tue Apr 7 07:58:43 2009 From: ulysses_1966 at ymail.com (Matthias) Date: Tue, 7 Apr 2009 07:58:43 +0200 Subject: [MPlayer-users] mplayer crashes with dsp device when streaming audio Message-ID: <19FE97C679F44AFAA5CE42FFC6E403FF@baden.colenco.ch> The actual version of mplayer (SVN-r29150-4.3.2) crashes with audio streams (example: http://stream.fhv.at:8000/radiovbg_128) when using /dev/dsp. This had not yet happened with version SVN-r28519-4.3.2. Also playing of local mp3 files with dsp device still works. Example output: ================================================= MPlayer SVN-r29150-4.3.2 (C) 2000-2009 MPlayer Team CPU vendor name: GenuineIntel max cpuid level: 2 CPU: Intel(R) Xeon(TM) CPU 3.06GHz (Family: 15, Model: 2, Stepping: 9) extended cpuid-level: 4 Detected cache-line size is 64 bytes Testing OS support for SSE... yes. Tests of OS support for SSE passed. CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 0 Compiled with runtime CPU detection. get_path('codecs.conf') -> '/user/me/.mplayer/codecs.conf' Reading /user/me/.mplayer/codecs.conf: Can't open '/user/me/.mplayer/codecs.conf': No such file or directory Reading /cluster1/usr/local/etc/mplayer/codecs.conf: Can't open '/cluster1/usr/local/etc/mplayer/codecs.conf': No such file or directory Using built-in default codecs.conf. Configuration: --prefix=/cluster1/usr/local --enable-gui --enable-runtime-cpudetection --enable-debug=3 CommandLine: '-v' 'http://stream.fhv.at:8000/radiovbg_128' init_freetype Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay get_path('fonts') -> '/user/me/.mplayer/fonts' Using nanosleep() timing get_path('input.conf') -> '/user/me/.mplayer/input.conf' Can't open input config file /user/me/.mplayer/input.conf: No such file or directory Can't open input config file /cluster1/usr/local/etc/mplayer/input.conf: No such file or directory Falling back on default (hardcoded) input config get_path('radiovbg_128.conf') -> '/user/me/.mplayer/radiovbg_128.conf' Playing http://stream.fhv.at:8000/radiovbg_128. get_path('sub/') -> '/user/me/.mplayer/sub/' Filename for url is now http://stream.fhv.at:8000/radiovbg_128 Filename for url is now http://stream.fhv.at:8000/radiovbg_128 STREAM_HTTP(1), URL: http://stream.fhv.at:8000/radiovbg_128 Resolving stream.fhv.at for AF_INET6... Couldn't resolve name for AF_INET6: stream.fhv.at Resolving stream.fhv.at for AF_INET... Connecting to server stream.fhv.at[193.170.2.184]: 8000... --- HTTP DEBUG HEADER --- START --- protocol: [HTTP/1.0] http minor version: [0] uri: [(null)] method: [(null)] status code: [200] reason phrase: [OK] body size: [0] Fields: 0 - Content-Type: audio/mpeg 1 - icy-br:128 2 - icy-description:livestream provided by Fachhochschule Vorarlberg 3 - icy-genre:live 4 - icy-name:Radio Vorarlberg 5 - icy-pub:0 6 - icy-url:http://vorarlberg.orf.at/ 7 - Server: Icecast 2.3.2 8 - Cache-Control: no-cache 9 - icy-metaint:16000 --- HTTP DEBUG HEADER --- END --- Name : Radio Vorarlberg Genre : live Website: http://vorarlberg.orf.at/ Public : no Bitrate: 128kbit/s Cache size set to 320 KBytes STREAM: [null] http://stream.fhv.at:8000/radiovbg_128 STREAM: Description: http streaming STREAM: Author: Bertrand, Albeau, Reimar Doeffinger, Arpi? STREAM: Comment: plain http MPlayer interrupted by signal 7 in module: enable_cache - 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. ================================ This is the output of the debugger: ================================ Starting program: /user/me/mpl/mplayer-checkout/mplayer http://stream.fhv.at:8000/radiovbg_128 [Thread debugging using libthread_db enabled] [New Thread 0xb71379e0 (LWP 481)] Program received signal SIGBUS, Bus error. [Switching to Thread 0xb71379e0 (LWP 481)] 0x082bd03e in cache_init (size=327680, sector=2048) at stream/cache2.c:258 258 memset(s,0,sizeof(cache_vars_t)); #0 0x082bd03e in cache_init (size=327680, sector=2048) at stream/cache2.c:258 #1 0x082bd897 in stream_enable_cache (stream=0x9431900, size=327680, min=65536, seek_limit=163840) at stream/cache2.c:320 #2 0x080c8a2e in main (argc=2, argv=0xbfe57764) at mplayer.c:3190 Dump of assembler code from 0x82bd01e to 0x82bd05e: 0x082bd01e : cld 0x082bd01f : cld 0x082bd020 : mov 0xc(%ebp),%esi 0x082bd023 : movl $0x64,(%esp) 0x082bd02a : call 0x82a9890 0x082bd02f : test %eax,%eax 0x082bd031 : mov %eax,%ebx 0x082bd033 : je 0x82bd07f 0x082bd035 : xor %eax,%eax 0x082bd037 : mov $0x19,%ecx 0x082bd03c : mov %ebx,%edi 0x082bd03e : rep stos %eax,%es:(%edi) 0x082bd040 : mov 0x8(%ebp),%edx 0x082bd043 : mov %edx,%eax 0x082bd045 : sar $0x1f,%edx 0x082bd048 : idiv %esi 0x082bd04a : cmp $0xf,%eax 0x082bd04d : jle 0x82bd090 0x082bd04f : imul %esi,%eax 0x082bd052 : mov %esi,0x8(%ebx) 0x082bd055 : mov %eax,0x4(%ebx) 0x082bd058 : mov %eax,(%esp) 0x082bd05b : call 0x82a9890 End of assembler dump. eax 0x0 0 ecx 0x19 25 edx 0xb742c4e0 -1220360992 ebx 0xb7f1c000 -1208893440 esp 0xbfe55430 0xbfe55430 ebp 0xbfe55448 0xbfe55448 esi 0x800 2048 edi 0xb7f1c000 -1208893440 eip 0x82bd03e 0x82bd03e eflags 0x210246 [ PF ZF IF RF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 st0 0 (raw 0x00000000000000000000) st1 0 (raw 0x00000000000000000000) st2 0 (raw 0x00000000000000000000) st3 0 (raw 0x00000000000000000000) st4 0 (raw 0x00000000000000000000) st5 163840 (raw 0x4010a000000000000000) st6 0.20000000000000000000271050543121376 (raw 0x3ffccccccccccccccccd) st7 65536 (raw 0x400f8000000000000000) fctrl 0x37f 895 fstat 0x20 32 ftag 0xffff 65535 fiseg 0x73 115 fioff 0x80c8a13 135039507 foseg 0x7b 123 fooff 0xbfe554c8 -1075489592 fop 0x5ba 1466 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 = 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 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} 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 = 0xa000000000000000, v2_int32 = {0x0, 0xa0000000}, v4_int16 = {0x0, 0x0, 0x0, 0xa000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa0}} mm6 {uint64 = 0xcccccccccccccccd, v2_int32 = {0xcccccccd, 0xcccccccc}, v4_int16 = {0xcccd, 0xcccc, 0xcccc, 0xcccc}, v8_int8 = {0xcd, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc}} mm7 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} Continuing. Program exited with code 01. =========================================== Thanks in advance for your help, Matthias From belcampo at zonnet.nl Tue Apr 7 10:23:13 2009 From: belcampo at zonnet.nl (belcampo) Date: Tue, 07 Apr 2009 10:23:13 +0200 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DAB296.40204@rosi-kessel.org> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> <49DA4EC1.7040609@rosi-kessel.org> <49DA7B7B.7000103@zonnet.nl> <49DAB296.40204@rosi-kessel.org> Message-ID: <49DB0D71.7090807@zonnet.nl> Adam Rosi-Kessel wrote: > belcampo wrote, on 4/6/2009 6:00 PM: >>> So the problem here is vobcopy only works with a physical disc, >> but also on a iso file, I think > > It doesn't seem to like ISO files: > > # vobcopy -l -i ./test.iso > [Hint] You use -i. Normally this is not necessary, vobcopy finds the > input dir by itself. This option is only there if vobcopy makes trouble. > [Hint] If vobcopy makes trouble, please mail me so that I can fix this > (robos at muon.de). Thanks > Vobcopy 1.1.0 - GPL Copyright (c) 2001 - 2007 robos at muon.de > [Hint] All lines starting with "libdvdread:" are not from vobcopy but > from the libdvdread-library > [Error] Could not find the provided path (./test.iso), typo? > [Error] Could not get the device which belongs to the given path! > > # mount ./test.iso /mnt/tmp -o loop > # vobcopy -l -i /mnt/tmp > [Hint] You use -i. Normally this is not necessary, vobcopy finds the > input dir by itself. This option is only there if vobcopy makes trouble. > [Hint] If vobcopy makes trouble, please mail me so that I can fix this > (robos at muon.de). Thanks > Vobcopy 1.1.0 - GPL Copyright (c) 2001 - 2007 robos at muon.de > [Hint] All lines starting with "libdvdread:" are not from vobcopy but > from the libdvdread-library > [Info] Device /mnt/tmp mount on /mnt/sda1/test.iso > [Info] Path to dvd: /mnt/sda1/test.iso > > [Error] Path thingy didn't work '/mnt/sda1/test.iso' > [Error] Try something like -i /cdrom, /dvd or /mnt/dvd > mount -t iso9660 source.iso -o loop /mnt/disk vobcopy -i /mnt/disk WORKS. The -t iso9660 missing might be the reason. >>> not a >>> VIDEO_TS directory. Also, for this to work correctly, you need to >>> extract just one audio and video stream. >> What makes think so ? > > The PS3 seems to be very touchy about what you stream to it. I'm not > even sure a VOB with one audio stream, one video stream, and one > subtitle stream, would work, but I'll give it a try. > > Adam > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From jimmy at dmbox.dk Tue Apr 7 13:59:53 2009 From: jimmy at dmbox.dk (Jimmy Dansbo) Date: Tue, 7 Apr 2009 13:59:53 +0200 Subject: [MPlayer-users] menu.conf In-Reply-To: References: <54f409990904040525j49a3e02eh180eb8d05d3f69a4@mail.gmail.com> Message-ID: <54f409990904070459r5f46c86ch142413f12b01a417@mail.gmail.com> Thanks for the reply. I have been looking at the geexbox menu which is pretty advanced. I was just hoping that it would have been possible to find some documentation on the menu. Regards Jimmy On Sun, Apr 5, 2009 at 1:01 PM, ACS wrote: > I'm sorry to bother, but I have not been able to find any documentation on >> creating menu.conf for mplayer. >> >> The examples following mplayer are fairly OK, but it is not everything I >> find self explanatory. >> >> IMHO www.geexbox.org is best example what you can do with mplayer menu. > > Adrian > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From adam at rosi-kessel.org Tue Apr 7 15:12:35 2009 From: adam at rosi-kessel.org (Adam Rosi-Kessel) Date: Tue, 07 Apr 2009 09:12:35 -0400 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DB0D71.7090807@zonnet.nl> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> <49DA4EC1.7040609@rosi-kessel.org> <49DA7B7B.7000103@zonnet.nl> <49DAB296.40204@rosi-kessel.org> <49DB0D71.7090807@zonnet.nl> Message-ID: <49DB5143.7030304@rosi-kessel.org> belcampo wrote, on 4/7/2009 4:23 AM: > mount -t iso9660 source.iso -o loop /mnt/disk > vobcopy -i /mnt/disk > WORKS. The -t iso9660 missing might be the reason. Even with -t iso9660, I'm still getting "Path thingy didn't work". Using vobcopy 1.1.0. /mnt/disk in my example just contains VIDEO_TS, which contains the relevant BUP, IFO, VOB files. Anything else that might be different about our setups? Adam From belcampo at zonnet.nl Tue Apr 7 17:15:40 2009 From: belcampo at zonnet.nl (belcampo) Date: Tue, 07 Apr 2009 17:15:40 +0200 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DB5143.7030304@rosi-kessel.org> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> <49DA4EC1.7040609@rosi-kessel.org> <49DA7B7B.7000103@zonnet.nl> <49DAB296.40204@rosi-kessel.org> <49DB0D71.7090807@zonnet.nl> <49DB5143.7030304@rosi-kessel.org> Message-ID: <49DB6E1C.7040104@zonnet.nl> Adam Rosi-Kessel wrote: > belcampo wrote, on 4/7/2009 4:23 AM: >> mount -t iso9660 source.iso -o loop /mnt/disk >> vobcopy -i /mnt/disk >> WORKS. The -t iso9660 missing might be the reason. > > Even with -t iso9660, I'm still getting "Path thingy didn't work". Using > vobcopy 1.1.0. /mnt/disk in my example just contains VIDEO_TS, which > contains the relevant BUP, IFO, VOB files. Anything else that might be > different about our setups? Mine is even older: Vobcopy 1.0.2 AFAIK a mounted DVD also always shows an AUDIO_TS directory, which is empty, no idea if that might be the reason? > > Adam > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From morrisb at avpresentations.com Tue Apr 7 17:15:51 2009 From: morrisb at avpresentations.com (Morris Beverly) Date: Tue, 07 Apr 2009 11:15:51 -0400 Subject: [MPlayer-users] too SLOW to play HD file In-Reply-To: <52475.84.190.206.177.1238935234.squirrel@srv1.ssl-traffic.de> References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> <49D8922F.8080101@comcast.net> <52475.84.190.206.177.1238935234.squirrel@srv1.ssl-traffic.de> Message-ID: <49DB6E27.3010805@avpresentations.com> Oliver Seitz wrote: >>> If you have to use mjpeg for >>> playback, go buying several of the fastest harddisks (like 10000rpm >>> types) and connect them in RAID0 or RAID5 array. That might give >>> bandwith that can cope with mjpeg. >>> >> Wouldn't storing the file on a RAM disk potentially also work, if disk >> throughput is the problem? >> > > It most surely would. If there's enough RAM for it. I've got a mjpeg > encoded 720p-video without sound here. It plays less than five minutes and > the file is 885MByte. > Faster is always better, but I've been using mjpeg encoding for quite a while (for various reasons) and seldom run into any throughput problems with it. In fact one of the reasons I use it is because it uses very little cpu power and I can run it on very underpowered machines. With newer video chipsets of course the decoding isn't really a problem even with "real" codecs, but I've gotten used to using mjpeg at high quality settings and am happy with it. As a reference, I have a 1264 x 528 mjpeg file that's about 3 1/2 minutes long. It's 571 MB and runs at about 22 mbps. This works out to around 2 1/2 MB per second which almost any drive can handle. I use a cache setting of 8192 and get smooth playback on a 1.8 Ghz Sempron processor with 1 Gig of ram, a 5400 rpm drive, and an nvidia 5700 graphics card. The video has lots of solid blocks of graphics moving from right to left across the screen and it all runs very smoothly on this machine (using about 30% cpu under windows xp). If however, I add sharpening to the mplayer command line, the cpu goes to 85% and the clip starts stuttering pretty badly. This is of course all with mplayer; windows media player doesn't like the odml files created by mencoder and quicktime just doesn't play back smoothly enough with low powered machines - at least under windows. I can even play 1024 x 768 mjpeg clips on a via cpu with on board graphics with little problem either, but only under linux. While mjpeg does use a lot of disk space and bandwidth, I really not sure that it's your core problem. As I mentioned above, sharpening or other filters can add a lot of overhead and maybe a little tweaking of your command line can yield some information as to what's going on. good luck, morris From adam at rosi-kessel.org Tue Apr 7 17:58:51 2009 From: adam at rosi-kessel.org (Adam Rosi-Kessel) Date: Tue, 07 Apr 2009 11:58:51 -0400 Subject: [MPlayer-users] Streaming VOBs with subtitles to a Sony PS3 without re-encoding In-Reply-To: <49DB6E1C.7040104@zonnet.nl> References: <49D8FF1A.20504@rosi-kessel.org> <49DA14CA.8020709@zonnet.nl> <49DA4EC1.7040609@rosi-kessel.org> <49DA7B7B.7000103@zonnet.nl> <49DAB296.40204@rosi-kessel.org> <49DB0D71.7090807@zonnet.nl> <49DB5143.7030304@rosi-kessel.org> <49DB6E1C.7040104@zonnet.nl> Message-ID: <49DB783B.3030008@rosi-kessel.org> belcampo wrote, on 4/7/2009 11:15 AM: > Adam Rosi-Kessel wrote: >> belcampo wrote, on 4/7/2009 4:23 AM: >>> mount -t iso9660 source.iso -o loop /mnt/disk >>> vobcopy -i /mnt/disk >>> WORKS. The -t iso9660 missing might be the reason. >> >> Even with -t iso9660, I'm still getting "Path thingy didn't work". >> Using vobcopy 1.1.0. /mnt/disk in my example just contains VIDEO_TS, >> which contains the relevant BUP, IFO, VOB files. Anything else that >> might be different about our setups? > Mine is even older: Vobcopy 1.0.2 > AFAIK a mounted DVD also always shows an AUDIO_TS directory, which is > empty, no idea if that might be the reason? I created an empty AUDIO_TS directory, same result. I wrote to the vobcopy author once and he indicated that vobcopy would only work with a real disk devices, so I'm puzzled at how you're getting it to work with a disk image. Adam From kdekorte at gmail.com Tue Apr 7 18:33:37 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Tue, 07 Apr 2009 10:33:37 -0600 Subject: [MPlayer-users] DVDNAV question Message-ID: <49DB8061.6030900@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there a way via the slave interface to determine if the current DVDNAV track is a DVD menu or not? What I would like to do is be able to use the arrow keys in the menu, but once a non-menu track is selected to be able to use the arrow keys to advance the media 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAknbgGEACgkQ6w2kMH0L1dGCfwCdEj9LP/4gKoIu7Yrc9/EsoT7W Z0wAmwVkC6MKvqT/wgUABvv6EGel1S2Y =9rNA -----END PGP SIGNATURE----- From amidk75 at gmail.com Tue Apr 7 21:15:21 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Tue, 07 Apr 2009 21:15:21 +0200 Subject: [MPlayer-users] svn29148 won't compile In-Reply-To: References: <49D86245.4080505@gmail.com> Message-ID: <49DBA649.1080006@gmail.com> OK. I did quick regression test and it seems that 2009-03-20 revision compile without problem ( MPlayer SVN-r29006, libav SVN-r18053 ) but revision 2009-03-21 ( MPlayer SVN-r29018, libav SVN-r18080 ) have problem with "--enable-profile" option. Today I don't have more time to do more detailed regression test - I will do it tomorow. -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From info at vtnd.de Wed Apr 8 09:24:42 2009 From: info at vtnd.de (Oliver Seitz) Date: Wed, 8 Apr 2009 09:24:42 +0200 (CEST) Subject: [MPlayer-users] too SLOW to play HD file In-Reply-To: <49DB6E27.3010805@avpresentations.com> References: <6fbb529e0904050039t53abd95ta42e73970a88f422@mail.gmail.com> <49D8922F.8080101@comcast.net> <52475.84.190.206.177.1238935234.squirrel@srv1.ssl-traffic.de> <49DB6E27.3010805@avpresentations.com> Message-ID: <38160.84.190.213.42.1239175482.squirrel@srv1.ssl-traffic.de> > > Oliver Seitz wrote: >>>> If you have to use mjpeg for >>>> playback, go buying several of the fastest harddisks (like 10000rpm >>>> types) and connect them in RAID0 or RAID5 array. That might give >>>> bandwith that can cope with mjpeg. >>>> >>> Wouldn't storing the file on a RAM disk potentially also work, if disk >>> throughput is the problem? >>> >> >> It most surely would. If there's enough RAM for it. I've got a mjpeg >> encoded 720p-video without sound here. It plays less than five minutes >> and >> the file is 885MByte. >> > > Faster is always better, but I've been using mjpeg encoding for quite a > while (for various reasons) and seldom run into any throughput problems > with it. In fact one of the reasons I use it is because it uses very > little cpu power and I can run it on very underpowered machines. The problem war reportet to occur on a 2.4GHz celeron. I think we can agree this is not what one calls underpowered. Video out driver is xv, which usually isn't the worst choice regarding speed. An uncompressed mono soundtrack shouldn't steal to much performance. So what kind of problem can this be? I would first try to rule out sound driver issues by trying with -nosound, if that doesn't help I'd point to some kind of bandwidth problem. As the guy who asked this question does not seem to insist on letting us know more technical details, we're up to guessing. > The video has lots of solid blocks of graphics moving > from right to left across the screen and it all runs very smoothly on > this machine (using about 30% cpu under windows xp). That definitely is an advantage of mjpeg, it does not care at all about movement :-) > I can even play 1024 x 768 mjpeg clips on a via cpu with on board > graphics with little problem either, but only under linux. Via internal graphics chips are usually connected by AGPx4 or AGPx8. If the machine the complaint was about had a PCI graphics card, I could tell you where the problem lies... Greets, Kiste From realsystem at gmail.com Wed Apr 8 16:04:10 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Wed, 8 Apr 2009 18:04:10 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s Message-ID: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> I've built linux kernel 2.6.29(vanilla), built sn9c20x(from Microdia), insert it. dmesg: Linux video capture interface: v2.00 usbcore: registered new interface driver sn9c20x sn9c20x: SN9C20x USB 2.0 Webcam Driver v2009.01 loaded usb 2-2: new high speed USB device using ehci_hcd and address 3 usb 2-2: New USB device found, idVendor=0458, idProduct=7029 usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 usb 2-2: Product: USB20 Camera usb 2-2: configuration #1 chosen from 1 choice sn9c20x: SN9C20X USB 2.0 Webcam - 0458:7029 plugged-in. sn9c20x: Detected HV7131R Sensor. sn9c20x: Webcam device 0458:7029 is now controlling video device /dev/ video0 input: SN9C20X Webcam as /devices/pci0000:00/0000:00:11.0/0000:02:01.0/ usb2/2-2/input/input4 sn9c20x: No ack from I2C slave 0x11 for write to address 0x25 sn9c20x: Using yuv420 output format And after run mplayer for testing it I see: mplayer tv:// -tv driver=v4l2:width=640:height=480:fps=25:device=/dev/ video0 -vo x11 mplayer: Symbol `rgb32to24' has different size in shared object, consider re-linking MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (Family: 6, Model: 15, Stepping: 11) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. 112 audio & 237 video codecs Playing tv://. Cache fill: 0.00% (0 bytes) TV file format detected. Selected driver: v4l2 name: Video 4 Linux 2 input author: Martin Olschewski comment: first try, more to come ;-) Selected device: SN9C20x USB 2.0 Webcam Driver Capabilites: video capture read/write streaming supported norms: inputs: 0 = Webcam;v4l2: ioctl get input failed: Invalid argument Current input: 1 Current format: unknown (0x30323953) v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument tv.c: norm_from_string(pal): Bogus norm parameter, setting default. v4l2: ioctl enum norm failed: Invalid argument Error: Cannot set norm! Selected input hasn't got a tuner! v4l2: ioctl set mute failed: Invalid argument xscreensaver_disable: Could not find XScreenSaver window. ========================================================================== Cannot find codec matching selected -vo and video format 0x30323953. Read DOCS/HTML/en/codecs.html! ========================================================================== v4l2: ioctl set mute failed: Invalid argument v4l2: 0 frames successfully processed, 0 frames dropped. Exiting... (End of file) What is the problem? Can somebody explain what happen? Maybe driver is broken? Or v4l is broken? -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From Reimar.Doeffinger at gmx.de Wed Apr 8 16:33:58 2009 From: Reimar.Doeffinger at gmx.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Wed, 8 Apr 2009 16:33:58 +0200 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> Message-ID: <20090408143358.GA4207@1und1.de> On Wed, Apr 08, 2009 at 06:04:10PM +0400, Stanislav_Egorov wrote: > Cannot find codec matching selected -vo and video format 0x30323953. That is "S290". Your webcam obviously runs in "compressed" mode, using the algorithm partially described here: http://bertrik.sikken.nl/webcam/sn9c101.htm MPlayer does not support that format. From realsystem at gmail.com Wed Apr 8 16:40:25 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Wed, 8 Apr 2009 18:40:25 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090408143358.GA4207@1und1.de> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> Message-ID: <4c23cefe0904080740u2128439cl36c05efb264e8943@mail.gmail.com> Thank you for the quick answer. Do you know something that support this format? I need any software to check my cam. 2009/4/8 Reimar D?ffinger > On Wed, Apr 08, 2009 at 06:04:10PM +0400, Stanislav_Egorov wrote: > > Cannot find codec matching selected -vo and video format 0x30323953. > > That is "S290". Your webcam obviously runs in "compressed" mode, using > the algorithm partially described here: > http://bertrik.sikken.nl/webcam/sn9c101.htm > MPlayer does not support that format. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From ralf11 at gmx.net Wed Apr 8 23:18:14 2009 From: ralf11 at gmx.net (Ralf Eleven) Date: Wed, 08 Apr 2009 23:18:14 +0200 Subject: [MPlayer-users] MPlayer in shell-script Message-ID: <1239225494.5436.12.camel@marek> Hallo, I want to use MPlayer in a shell-script to convert audios and videos (For example from youtube over /tmp) to several audio-formats. The script shall also can record livestreams. I want to use MPlayer to decode ( -ao pcm:waveheader:file=${tmppcm}), because it works for a lot of formats and it is fast. I want to use zenity for gui in the script. For decode I thought to use mplayer -gui, because it could show progress and I could built a own MPlayer-gui for the script and I could build a debian-packet. My problem: Mplayer shall close themself, if the file is decoded complet, that it can encode to the certain file-format. Also it should be possible to stop MPlayer, for example for stoping to record a livestream. If I write this line: mplayer -gui -noborder -really-quiet -geometry 100%:100% -nojoystick -nolirc -ao pcm:waveheader:file=${tmppcm} $playlist "$f" then Mplayer don't close themself after decoding. So encoding can't be started. My question: Is there an order to stop the MPlayer -gui completly themselves after decoding, that I don't have to close MPlayer by ENTER-button? I didn' found something in the man-page and not in the mplayer-doc. Maybe i have to do something with mplayer -input. The not finished script is attached. Thank you for the help. /Ralf -------------- next part -------------- A non-text attachment was scrubbed... Name: convert2audio Type: application/x-shellscript Size: 25887 bytes Desc: not available URL: From nicola.sabbi at poste.it Wed Apr 8 23:57:32 2009 From: nicola.sabbi at poste.it (Nico Sabbi) Date: Wed, 08 Apr 2009 23:57:32 +0200 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <49DB8061.6030900@gmail.com> References: <49DB8061.6030900@gmail.com> Message-ID: <1239227852.10755.0.camel@linux-wcrt> Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha scritto: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Is there a way via the slave interface to determine if the current > DVDNAV track is a DVD menu or not? > > What I would like to do is be able to use the arrow keys in the menu, > but once a non-menu track is selected to be able to use the arrow keys > to advance the media > > Kevin there is some dvdnav_is() function to use for the purpose, but it's not used in mplayer From kdekorte at gmail.com Thu Apr 9 00:03:30 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Wed, 08 Apr 2009 16:03:30 -0600 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <1239227852.10755.0.camel@linux-wcrt> References: <49DB8061.6030900@gmail.com> <1239227852.10755.0.camel@linux-wcrt> Message-ID: <49DD1F32.9090000@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/08/2009 03:57 PM, Nico Sabbi wrote: > Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha scritto: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Is there a way via the slave interface to determine if the current >> DVDNAV track is a DVD menu or not? >> >> What I would like to do is be able to use the arrow keys in the menu, >> but once a non-menu track is selected to be able to use the arrow keys >> to advance the media >> >> Kevin > > there is some dvdnav_is() function to use for the purpose, but it's not > used in mplayer Interesting, can you explain the differences between a fp, vmgm,vtsm or vts or point me to something that documents them. I think I can work up a patch to get what I need if I understand what those are. Thanks, 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkndHzIACgkQ6w2kMH0L1dF37ACeKhDkVWLSy953Vwp9afTPRfQ1 /hgAoJahXHQZdcHq7krhoFnnNs7x+4BO =pBGM -----END PGP SIGNATURE----- From kdekorte at gmail.com Thu Apr 9 01:01:29 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Wed, 08 Apr 2009 17:01:29 -0600 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <1239227852.10755.0.camel@linux-wcrt> References: <49DB8061.6030900@gmail.com> <1239227852.10755.0.camel@linux-wcrt> Message-ID: <49DD2CC9.3030008@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/08/2009 03:57 PM, Nico Sabbi wrote: > Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha scritto: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Is there a way via the slave interface to determine if the current >> DVDNAV track is a DVD menu or not? >> >> What I would like to do is be able to use the arrow keys in the menu, >> but once a non-menu track is selected to be able to use the arrow keys >> to advance the media >> >> Kevin > > there is some dvdnav_is() function to use for the purpose, but it's not > used in mplayer Nico, Would you accept this patch or something similar? Index: libdvdnav/dvdnav.c =================================================================== - --- libdvdnav/dvdnav.c (revision 1168) +++ libdvdnav/dvdnav.c (working copy) @@ -44,6 +44,7 @@ #include "read_cache.h" #include #include "remap.h" +#include "mp_msg.h" static dvdnav_status_t dvdnav_clear(dvdnav_t * this) { /* clear everything except file, vm, mutex, readahead */ @@ -1074,6 +1075,11 @@ retval = (this->vm->state.domain == domain); pthread_mutex_unlock(&this->vm_lock); + if(domain == VTS_DOMAIN && retval) + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "DVDNAV_TITLE_IS_MOVIE\n"); + else + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "DVDNAV_TITLE_IS_MENU\n"); + return retval; } 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkndLMkACgkQ6w2kMH0L1dFNLwCfUuM2HNUUWKlz+FTxT8eJIUJ9 eW0An0bammXvoJWB+MUqqJVGbl0+Ig0k =9USC -----END PGP SIGNATURE----- From dominik at rangers.eu.org Thu Apr 9 13:46:01 2009 From: dominik at rangers.eu.org (Dominik 'Rathann' Mierzejewski) Date: Thu, 9 Apr 2009 13:46:01 +0200 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <49DD2CC9.3030008@gmail.com> References: <49DB8061.6030900@gmail.com> <1239227852.10755.0.camel@linux-wcrt> <49DD2CC9.3030008@gmail.com> Message-ID: <20090409114600.GD16563@mokona.greysector.net> On Thursday, 09 April 2009 at 01:01, Kevin DeKorte wrote: > On 04/08/2009 03:57 PM, Nico Sabbi wrote: > > Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha scritto: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> Is there a way via the slave interface to determine if the current > >> DVDNAV track is a DVD menu or not? > >> > >> What I would like to do is be able to use the arrow keys in the menu, > >> but once a non-menu track is selected to be able to use the arrow keys > >> to advance the media > >> > >> Kevin > > > > there is some dvdnav_is() function to use for the purpose, but it's not > > used in mplayer > > Nico, > > Would you accept this patch or something similar? No, libdvdnav is supposed to be independent of MPlayer. It's a standalone library used in other projects too. Also, a library shouldn't have any printf calls. Regards, R. -- MPlayer http://mplayerhq.hu | RPMFusion http://rpmfusion.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 kdekorte at gmail.com Thu Apr 9 15:13:17 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Thu, 09 Apr 2009 07:13:17 -0600 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <20090409114600.GD16563@mokona.greysector.net> References: <49DB8061.6030900@gmail.com> <1239227852.10755.0.camel@linux-wcrt> <49DD2CC9.3030008@gmail.com> <20090409114600.GD16563@mokona.greysector.net> Message-ID: <49DDF46D.6050504@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/09/2009 05:46 AM, Dominik 'Rathann' Mierzejewski wrote: > On Thursday, 09 April 2009 at 01:01, Kevin DeKorte wrote: >> On 04/08/2009 03:57 PM, Nico Sabbi wrote: >>> Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha scritto: >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> Is there a way via the slave interface to determine if the current >>>> DVDNAV track is a DVD menu or not? >>>> >>>> What I would like to do is be able to use the arrow keys in the menu, >>>> but once a non-menu track is selected to be able to use the arrow keys >>>> to advance the media >>>> >>>> Kevin >>> there is some dvdnav_is() function to use for the purpose, but it's not >>> used in mplayer >> Nico, >> >> Would you accept this patch or something similar? > > No, libdvdnav is supposed to be independent of MPlayer. It's a standalone > library used in other projects too. Also, a library shouldn't have any > printf calls. > > Regards, > R. > How about this then.. Index: stream/stream_dvdnav.c =================================================================== - --- stream/stream_dvdnav.c (revision 29151) +++ stream/stream_dvdnav.c (working copy) @@ -74,6 +74,7 @@ }; static int seek(stream_t *s, off_t newpos); +static void show_audio_subs_languages(dvdnav_t *nav); static dvdnav_priv_t * new_dvdnav_stream(char * filename) { const char * title_str; @@ -205,10 +206,13 @@ if(ev->pgc_length) priv->duration = ev->pgc_length/90; - - if (dvdnav_is_domain_vts(priv->dvdnav)) + if (dvdnav_is_domain_vts(priv->dvdnav)) { + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; - - else + } else { + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; + } nextstill = dvdnav_get_next_still_flag (priv->dvdnav); if (nextstill) { 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAknd9G0ACgkQ6w2kMH0L1dHyewCfVDNHJQ3j2NCjXW3qERIxD3io BBIAnRlKykVBPEIzpC0yqcdwU1GCOTF8 =TNxs -----END PGP SIGNATURE----- From Nicola.Sabbi at poste.it Thu Apr 9 15:28:48 2009 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 9 Apr 2009 15:28:48 +0200 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <49DDF46D.6050504@gmail.com> References: <49DB8061.6030900@gmail.com> <20090409114600.GD16563@mokona.greysector.net> <49DDF46D.6050504@gmail.com> Message-ID: <200904091528.48841.Nicola.Sabbi@poste.it> On Thursday 09 April 2009 15:13:17 Kevin DeKorte wrote: > On 04/09/2009 05:46 AM, Dominik 'Rathann' Mierzejewski wrote: > > On Thursday, 09 April 2009 at 01:01, Kevin DeKorte wrote: > >> On 04/08/2009 03:57 PM, Nico Sabbi wrote: > >>> Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha scritto: > >>>> -----BEGIN PGP SIGNED MESSAGE----- > >>>> Hash: SHA1 > >>>> > >>>> Is there a way via the slave interface to determine if the > >>>> current DVDNAV track is a DVD menu or not? > >>>> > >>>> What I would like to do is be able to use the arrow keys in > >>>> the menu, but once a non-menu track is selected to be able to > >>>> use the arrow keys to advance the media > >>>> > >>>> Kevin > >>> > >>> there is some dvdnav_is() function to use for the purpose, but > >>> it's not used in mplayer > >> > >> Nico, > >> > >> Would you accept this patch or something similar? > > > > No, libdvdnav is supposed to be independent of MPlayer. It's a > > standalone library used in other projects too. Also, a library > > shouldn't have any printf calls. > > > > Regards, > > R. > > How about this then.. > > Index: stream/stream_dvdnav.c > =================================================================== > --- stream/stream_dvdnav.c (revision 29151) > +++ stream/stream_dvdnav.c (working copy) > @@ -74,6 +74,7 @@ > }; > > static int seek(stream_t *s, off_t newpos); > +static void show_audio_subs_languages(dvdnav_t *nav); > > static dvdnav_priv_t * new_dvdnav_stream(char * filename) { > const char * title_str; > @@ -205,10 +206,13 @@ > if(ev->pgc_length) > priv->duration = ev->pgc_length/90; > > - if (dvdnav_is_domain_vts(priv->dvdnav)) > + if (dvdnav_is_domain_vts(priv->dvdnav)) { > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; > - else > + } else { > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; > + } > > nextstill = dvdnav_get_next_still_flag (priv->dvdnav); > if (nextstill) { > > > Kevin it seems to be misplaced: the vts_domain has nothing to do whatsoever with show_audio_subs_languages() From kdekorte at gmail.com Thu Apr 9 15:38:25 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Thu, 09 Apr 2009 07:38:25 -0600 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <200904091528.48841.Nicola.Sabbi@poste.it> References: <49DB8061.6030900@gmail.com> <20090409114600.GD16563@mokona.greysector.net> <49DDF46D.6050504@gmail.com> <200904091528.48841.Nicola.Sabbi@poste.it> Message-ID: <49DDFA51.9030509@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/09/2009 07:28 AM, Nico Sabbi wrote: > On Thursday 09 April 2009 15:13:17 Kevin DeKorte wrote: >> On 04/09/2009 05:46 AM, Dominik 'Rathann' Mierzejewski wrote: >>> On Thursday, 09 April 2009 at 01:01, Kevin DeKorte wrote: >>>> On 04/08/2009 03:57 PM, Nico Sabbi wrote: >>>>> Il giorno mar, 07/04/2009 alle 10.33 -0600, Kevin DeKorte ha > scritto: >>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>> Hash: SHA1 >>>>>> >>>>>> Is there a way via the slave interface to determine if the >>>>>> current DVDNAV track is a DVD menu or not? >>>>>> >>>>>> What I would like to do is be able to use the arrow keys in >>>>>> the menu, but once a non-menu track is selected to be able to >>>>>> use the arrow keys to advance the media >>>>>> >>>>>> Kevin >>>>> there is some dvdnav_is() function to use for the purpose, but >>>>> it's not used in mplayer >>>> Nico, >>>> >>>> Would you accept this patch or something similar? >>> No, libdvdnav is supposed to be independent of MPlayer. It's a >>> standalone library used in other projects too. Also, a library >>> shouldn't have any printf calls. >>> >>> Regards, >>> R. >> How about this then.. >> >> Index: stream/stream_dvdnav.c >> =================================================================== >> --- stream/stream_dvdnav.c (revision 29151) >> +++ stream/stream_dvdnav.c (working copy) >> @@ -74,6 +74,7 @@ >> }; >> >> static int seek(stream_t *s, off_t newpos); >> +static void show_audio_subs_languages(dvdnav_t *nav); >> >> static dvdnav_priv_t * new_dvdnav_stream(char * filename) { >> const char * title_str; >> @@ -205,10 +206,13 @@ >> if(ev->pgc_length) >> priv->duration = ev->pgc_length/90; >> >> - if (dvdnav_is_domain_vts(priv->dvdnav)) >> + if (dvdnav_is_domain_vts(priv->dvdnav)) { >> + mp_msg(MSGT_IDENTIFY, MSGL_INFO, >> "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; >> - else >> + } else { >> + mp_msg(MSGT_IDENTIFY, MSGL_INFO, >> "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; >> + } >> >> nextstill = dvdnav_get_next_still_flag (priv->dvdnav); >> if (nextstill) { >> >> >> Kevin > > it seems to be misplaced: the vts_domain has nothing to do whatsoever > with show_audio_subs_languages() Nico, Ugh... that patch got cut and pasted wrong.. I have another patch that you have approved, but never got merged in sitting in that same file. Index: stream/stream_dvdnav.c =================================================================== - --- stream/stream_dvdnav.c (revision 29151) +++ stream/stream_dvdnav.c (working copy) @@ -205,10 +206,13 @@ if(ev->pgc_length) priv->duration = ev->pgc_length/90; - - if (dvdnav_is_domain_vts(priv->dvdnav)) + if (dvdnav_is_domain_vts(priv->dvdnav)) { + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; - - else + } else { + mp_msg(MSGT_IDENTIFY, MSGL_INFO, "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; + } nextstill = dvdnav_get_next_still_flag (priv->dvdnav); if (nextstill) { Those changes are in in the function dvdnav_stream_read 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAknd+lAACgkQ6w2kMH0L1dF7YgCfV4x6y8BlWIHxcmnS1Q6DTFF+ FZkAnj8mlkbhY3lQOEsgLr1k1fMiAzdS =8Y4p -----END PGP SIGNATURE----- From Nicola.Sabbi at poste.it Thu Apr 9 15:42:40 2009 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 9 Apr 2009 15:42:40 +0200 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <49DDFA51.9030509@gmail.com> References: <49DB8061.6030900@gmail.com> <200904091528.48841.Nicola.Sabbi@poste.it> <49DDFA51.9030509@gmail.com> Message-ID: <200904091542.40163.Nicola.Sabbi@poste.it> On Thursday 09 April 2009 15:38:25 Kevin DeKorte wrote: > > Index: stream/stream_dvdnav.c > =================================================================== > --- stream/stream_dvdnav.c (revision 29151) > +++ stream/stream_dvdnav.c (working copy) > @@ -205,10 +206,13 @@ > if(ev->pgc_length) > priv->duration = ev->pgc_length/90; > > - if (dvdnav_is_domain_vts(priv->dvdnav)) > + if (dvdnav_is_domain_vts(priv->dvdnav)) { > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; > - else > + } else { > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; > + } > > nextstill = dvdnav_get_next_still_flag (priv->dvdnav); > if (nextstill) { > > > Those changes are in in the function dvdnav_stream_read > > Kevin Can someone commit it, please? I don't have time From Reimar.Doeffinger at gmx.de Thu Apr 9 16:23:58 2009 From: Reimar.Doeffinger at gmx.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Thu, 9 Apr 2009 16:23:58 +0200 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <200904091542.40163.Nicola.Sabbi@poste.it> References: <49DB8061.6030900@gmail.com> <200904091528.48841.Nicola.Sabbi@poste.it> <49DDFA51.9030509@gmail.com> <200904091542.40163.Nicola.Sabbi@poste.it> Message-ID: <20090409142358.GA20149@1und1.de> On Thu, Apr 09, 2009 at 03:42:40PM +0200, Nico Sabbi wrote: > On Thursday 09 April 2009 15:38:25 Kevin DeKorte wrote: > > > > > Index: stream/stream_dvdnav.c > > =================================================================== > > --- stream/stream_dvdnav.c (revision 29151) > > +++ stream/stream_dvdnav.c (working copy) > > @@ -205,10 +206,13 @@ > > if(ev->pgc_length) > > priv->duration = ev->pgc_length/90; > > > > - if (dvdnav_is_domain_vts(priv->dvdnav)) > > + if (dvdnav_is_domain_vts(priv->dvdnav)) { > > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > > "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; > > - else > > + } else { > > + mp_msg(MSGT_IDENTIFY, MSGL_INFO, > > "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; > > + } > > > > nextstill = dvdnav_get_next_still_flag (priv->dvdnav); > > if (nextstill) { > > > > > > Those changes are in in the function dvdnav_stream_read > > > > Kevin > > > Can someone commit it, please? I don't have time Applied as r29156, I hope I correctly attributed it with Kevin DeKorte as original author... From Nicola.Sabbi at poste.it Thu Apr 9 16:28:07 2009 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Thu, 9 Apr 2009 16:28:07 +0200 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <20090409142358.GA20149@1und1.de> References: <49DB8061.6030900@gmail.com> <200904091542.40163.Nicola.Sabbi@poste.it> <20090409142358.GA20149@1und1.de> Message-ID: <200904091628.07746.Nicola.Sabbi@poste.it> On Thursday 09 April 2009 16:23:58 Reimar D?ffinger wrote: > On Thu, Apr 09, 2009 at 03:42:40PM +0200, Nico Sabbi wrote: > > Can someone commit it, please? I don't have time > > Applied as r29156, I hope I correctly attributed it with Kevin > DeKorte as original author... thanks From kdekorte at gmail.com Thu Apr 9 16:31:49 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Thu, 09 Apr 2009 08:31:49 -0600 Subject: [MPlayer-users] DVDNAV question In-Reply-To: <20090409142358.GA20149@1und1.de> References: <49DB8061.6030900@gmail.com> <200904091528.48841.Nicola.Sabbi@poste.it> <49DDFA51.9030509@gmail.com> <200904091542.40163.Nicola.Sabbi@poste.it> <20090409142358.GA20149@1und1.de> Message-ID: <49DE06D5.9020607@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/09/2009 08:23 AM, Reimar D?ffinger wrote: > On Thu, Apr 09, 2009 at 03:42:40PM +0200, Nico Sabbi wrote: >> On Thursday 09 April 2009 15:38:25 Kevin DeKorte wrote: >> >>> Index: stream/stream_dvdnav.c >>> =================================================================== >>> --- stream/stream_dvdnav.c (revision 29151) >>> +++ stream/stream_dvdnav.c (working copy) >>> @@ -205,10 +206,13 @@ >>> if(ev->pgc_length) >>> priv->duration = ev->pgc_length/90; >>> >>> - if (dvdnav_is_domain_vts(priv->dvdnav)) >>> + if (dvdnav_is_domain_vts(priv->dvdnav)) { >>> + mp_msg(MSGT_IDENTIFY, MSGL_INFO, >>> "DVDNAV_TITLE_IS_MOVIE\n"); priv->state &= ~NAV_FLAG_VTS_DOMAIN; >>> - else >>> + } else { >>> + mp_msg(MSGT_IDENTIFY, MSGL_INFO, >>> "DVDNAV_TITLE_IS_MENU\n"); priv->state |= NAV_FLAG_VTS_DOMAIN; >>> + } >>> >>> nextstill = dvdnav_get_next_still_flag (priv->dvdnav); >>> if (nextstill) { >>> >>> >>> Those changes are in in the function dvdnav_stream_read >>> >>> Kevin >> >> Can someone commit it, please? I don't have time > > Applied as r29156, I hope I correctly attributed it with Kevin DeKorte > as original author... Thanks Reimar! 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkneBtUACgkQ6w2kMH0L1dE/PQCfdSpGeXW458ql45CZwkcFqsPg gxgAoIEDmjce6DIrLdDhmNpRfa1ISiuu =pY0V -----END PGP SIGNATURE----- From realsystem at gmail.com Thu Apr 9 17:56:52 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Thu, 9 Apr 2009 19:56:52 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090408143358.GA4207@1und1.de> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> Message-ID: <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> Hello, I've tested mplayer with my cam in raw mode of the format(switch on it in the driver) and now I see the follow: mplayer tv:// -tv driver=v4l2:width=640:height=480:fps=25:device=/dev/video0:input=0 -vo x11 mplayer: Symbol `rgb32to24' has different size in shared object, consider re-linking MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (Family: 6, Model: 15, Stepping: 11) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. 112 audio & 237 video codecs Playing tv://. Cache fill: 0.00% (0 bytes) TV file format detected. Selected driver: v4l2 name: Video 4 Linux 2 input author: Martin Olschewski comment: first try, more to come ;-) Selected device: SN9C20x USB 2.0 Webcam Driver Capabilites: video capture read/write streaming supported norms: inputs: 0 = Webcam;v4l2: ioctl get input failed: Invalid argument Current input: 1 Current format: YUYV v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument tv.c: norm_from_string(pal): Bogus norm parameter, setting default. v4l2: ioctl enum norm failed: Invalid argument Error: Cannot set norm! Selected input hasn't got a tuner! v4l2: ioctl set mute failed: Invalid argument xscreensaver_disable: Could not find XScreenSaver window. ========================================================================== Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using Packed YUY2 as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. VO: [x11] 640x480 => 640x480 BGRA Selected video codec: [rawyuy2] vfm: raw (RAW YUY2) ========================================================================== Audio: no sound Starting playback... v4l2: select timeout MPlayer interrupted by signal 11 in module: filter_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. Can you comment this? When it happens I see the contours of the mplayer window, but it freeze. 2009/4/8 Reimar D?ffinger : > On Wed, Apr 08, 2009 at 06:04:10PM +0400, Stanislav_Egorov wrote: >> Cannot find codec matching selected -vo and video format 0x30323953. > > That is "S290". Your webcam obviously runs in "compressed" mode, using > the algorithm partially described here: > http://bertrik.sikken.nl/webcam/sn9c101.htm > MPlayer does not support that format. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From belcampo at zonnet.nl Thu Apr 9 21:13:58 2009 From: belcampo at zonnet.nl (belcampo) Date: Thu, 09 Apr 2009 21:13:58 +0200 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> Message-ID: <49DE48F6.5070700@zonnet.nl> Stanislav_Egorov wrote: > Hello, > > I've tested mplayer with my cam in raw mode of the format(switch on it > in the driver) and now I see the follow: > > mplayer tv:// -tv > driver=v4l2:width=640:height=480:fps=25:device=/dev/video0:input=0 -vo > x11 > mplayer: Symbol `rgb32to24' has different size in shared object, > consider re-linking Mplayer is using a shared lib probably older/newer but not matching this version of mplayer. > MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team 2 years old > CPU: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (Family: 6, > Model: 15, Stepping: 11) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. > 112 audio & 237 video codecs > > Playing tv://. > Cache fill: 0.00% (0 bytes) > TV file format detected. > Selected driver: v4l2 > name: Video 4 Linux 2 input > author: Martin Olschewski > comment: first try, more to come ;-) > Selected device: SN9C20x USB 2.0 Webcam Driver > Capabilites: video capture read/write streaming > supported norms: > inputs: 0 = Webcam;v4l2: ioctl get input failed: Invalid argument > > Current input: 1 > Current format: YUYV > v4l2: ioctl set format failed: Invalid argument > v4l2: ioctl set format failed: Invalid argument > v4l2: ioctl set format failed: Invalid argument > tv.c: norm_from_string(pal): Bogus norm parameter, setting default. > v4l2: ioctl enum norm failed: Invalid argument > Error: Cannot set norm! > Selected input hasn't got a tuner! > v4l2: ioctl set mute failed: Invalid argument > xscreensaver_disable: Could not find XScreenSaver window. > ========================================================================== > Opening video decoder: [raw] RAW Uncompressed Video > VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2) > Could not find matching colorspace - retrying with -vf scale... > Opening video filter: [scale] > VDec: using Packed YUY2 as output csp (no 0) > Movie-Aspect is undefined - no prescaling applied. > VO: [x11] 640x480 => 640x480 BGRA > Selected video codec: [rawyuy2] vfm: raw (RAW YUY2) > ========================================================================== > Audio: no sound > Starting playback... > v4l2: select timeout > > > MPlayer interrupted by signal 11 in module: filter_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. > > Can you comment this? When it happens I see the contours of the > mplayer window, but it freeze. > > 2009/4/8 Reimar D?ffinger : >> On Wed, Apr 08, 2009 at 06:04:10PM +0400, Stanislav_Egorov wrote: >>> Cannot find codec matching selected -vo and video format 0x30323953. >> That is "S290". Your webcam obviously runs in "compressed" mode, using >> the algorithm partially described here: >> http://bertrik.sikken.nl/webcam/sn9c101.htm >> MPlayer does not support that format. >> _______________________________________________ >> MPlayer-users mailing list >> MPlayer-users at mplayerhq.hu >> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users >> > > > From cehoyos at ag.or.at Thu Apr 9 22:58:59 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 9 Apr 2009 20:58:59 +0000 (UTC) Subject: [MPlayer-users] Using with webcam Genius Look 320s References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> Message-ID: Stanislav_Egorov gmail.com> writes: > MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team Please try latest svn (preferably statically linked) before reporting problems. Note that top-posting is considered offensive on this list, Carl Eugen From onur at delipenguen.net Thu Apr 9 23:01:51 2009 From: onur at delipenguen.net (Onur =?UTF-8?B?S8O8w6fDvGs=?=) Date: Fri, 10 Apr 2009 00:01:51 +0300 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> Message-ID: <20090410000151.73c5d67d.onur@delipenguen.net> On Thu, 9 Apr 2009 19:56:52 +0400 Stanislav_Egorov wrote: > MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team try upgrading to a recent MPlayer, if it does not work for you then you can try the libv4l LD_PRELOAD hack [1], ugly but may work [1] http://hansdegoede.livejournal.com/3636.html -- Onur K???k Knowledge speaks, but wisdom listens From amidk75 at gmail.com Thu Apr 9 23:22:29 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Thu, 09 Apr 2009 23:22:29 +0200 Subject: [MPlayer-users] svn29148 won't compile In-Reply-To: References: <49D86245.4080505@gmail.com> Message-ID: <49DE6715.2000802@gmail.com> Carl Eugen Hoyos pisze: > Krzysztof Duchnowski gmail.com> writes: > [...] > Since compilation seems to succeed for many others: > Confirm that you did svn up && make distclean && svn di (no differences) > Try ./configure (no options) && make > If make fails, run make again and post the _complete_ output here. OK. I've pinpointed revision. SVN r-29009 compile just fine with option "--enable-profile" but SVN r-29010 is not. Only disabling this option will result witch proper compilation. Even todays SVN r*29160 must be compiled without "--enable-profile" - with it stops compiling with swscale error. Logs. SVN r-29010: configure - http://tinyurl.com/d5ysaw compilation - http://tinyurl.com/cyf54k SVN r-29160: configure - http://tinyurl.com/dmnvt3 compilation - http://tinyurl.com/dbo225 -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From geoff at hughes.net Fri Apr 10 00:12:33 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 09 Apr 2009 15:12:33 -0700 Subject: [MPlayer-users] Commercials in a HD/mpeg2 stream Message-ID: <1239315153.23846.3@mtranch.mtranch.com> This is decidedly OT, but perhaps a wizard is watching. I'd like to post-process a mpeg2 file from OTA HD to delete commercials. It's my understanding that there are markers for commercials, but I've been unable to discover a location for this spec. A pointer would be appreciated. From geoff at hughes.net Fri Apr 10 00:16:34 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 09 Apr 2009 15:16:34 -0700 Subject: [MPlayer-users] Audio out of sync Message-ID: <1239315394.23846.4@mtranch.mtranch.com> Fortunately this is not a reproducible problem. Most of the time audio and video are in perfect harmony. I have seen an occasional problem where the audio leads the video by several seconds. At a given time, I can repeat the problem, but it does not happen most of the time. Of course, this need not be an mplayer problem. My environment: ASUS P5N7A-VM MB, HDMI output Mplayer MP2 => HDMI Linux Fedora 10 hdhomerun used to grab the stream. Sound driver is alsa 1.0.19 MPlayer SVN-r27937 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (Family: 6, Model: 23, Stepping: 10) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Any hints on debugging this would be appreciated. From cehoyos at ag.or.at Fri Apr 10 01:15:12 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Thu, 9 Apr 2009 23:15:12 +0000 (UTC) Subject: [MPlayer-users] Audio out of sync References: <1239315394.23846.4@mtranch.mtranch.com> Message-ID: Geoffrey Leach hughes.net> writes: > MPlayer SVN-r27937 (C) 2000-2007 MPlayer Team > CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (Family: 6, Model: > 23, Stepping: 10) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. > > Any hints on debugging this would be appreciated. Any hints about complete, uncut output of mplayer latest svn when the problem appears would make this possible. Carl Eugen From voilsb at gmail.com Fri Apr 10 02:52:16 2009 From: voilsb at gmail.com (Brian) Date: Thu, 9 Apr 2009 19:52:16 -0500 Subject: [MPlayer-users] mplayer can't play the first 3 seconds of a dvd Message-ID: <602e2d1c0904091752k6cc0f897g9fcfea03e4ec1cf7@mail.gmail.com> I'm running MPlayer SVN-r28964-4.3.2 I issue the command "mplayer dvd://23" and it plays the first 1.1 seconds of blank screen, then says it's reached EOF. I use "mplayer dvd://23 -ss 3.1" and it plays the whole movie just fine, just skips the first 3 seconds of filler. With all values <=3.0 it EOF's after 1.1s. This isn't really a big deal, except I'm trying to transcode the DVD to put on my "movies" computer. mencoder's giving me trouble with the DVD, too, and the recommendation I got from the mencoder list was to "mplayer -dumpstream -dumpfile tmp.mpg" Unfortunately, because mplayer EOF's at 1.1s, it only dumps the first 1.1s of blank screen. I can't seem to get it to dump any more of the stream. Any suggestions? -- Brian Voils From geoff at hughes.net Fri Apr 10 05:14:09 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 09 Apr 2009 20:14:09 -0700 Subject: [MPlayer-users] Audio out of sync In-Reply-To: (from cehoyos@ag.or.at on Thu Apr 9 16:15:12 2009) References: <1239315394.23846.4@mtranch.mtranch.com> Message-ID: <1239333249.23846.7@mtranch.mtranch.com> On 04/09/2009 04:15:12 PM, Carl Eugen Hoyos wrote: > Geoffrey Leach hughes.net> writes: > > > MPlayer SVN-r27937 (C) 2000-2007 MPlayer Team > > CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (Family: 6, > Model: > > 23, Stepping: 10) > > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > > Compiled with runtime CPU detection. > > > > Any hints on debugging this would be appreciated. > > Any hints about complete, uncut output of mplayer latest svn when the > problem > appears would make this possible. > Thanks for the reply. As proof of my newbie-ness, I have no idea what this means. From realsystem at gmail.com Fri Apr 10 10:41:16 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Fri, 10 Apr 2009 12:41:16 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090410000151.73c5d67d.onur@delipenguen.net> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> Message-ID: <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> 2009/4/10 Onur K???k : > > On Thu, 9 Apr 2009 19:56:52 +0400 > Stanislav_Egorov wrote: > >> MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team > > ?try upgrading to a recent MPlayer, if it does not work for you then > you can try the libv4l LD_PRELOAD hack [1], ugly but may work I've tried with latest version of the Mplayre from svn and have a green window and the logs below, can you explain this? Is it a driver' problem or is it a userspace software' problem? Why Mplayer use Current input=1? In the cmd there is an input 0. And with the LD_PRELOAD libv4l I have the same result. I can change frame format in the driver, what frame formats mplayer support? I can chose yuv422, yuv420, raw, jpeg ./mplayer tv:// -tv driver=v4l2:width=640:height=480:fps=25:device=/dev/video0:input=0 -vo x11 MPlayer SVN-r29158-4.1.2 (C) 2000-2009 MPlayer Team Playing tv://. TV file format detected. Selected driver: v4l2 name: Video 4 Linux 2 input author: Martin Olschewski comment: first try, more to come ;-) Selected device: SN9C20x USB 2.0 Webcam Driver Capabilites: video capture read/write streaming supported norms: inputs: 0 = Webcam;v4l2: ioctl get input failed: Invalid argument Current input: 1 Current format: YUYV v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument tv.c: norm_from_string(pal): Bogus norm parameter, setting default. v4l2: ioctl enum norm failed: Invalid argument Error: Cannot set norm! Selected input hasn't got a tuner! v4l2: Cannot get fps v4l2: ioctl set mute failed: Invalid argument ========================================================================== Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using Packed YUY2 as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. [swscaler @ 0x8cfbd10]BICUBIC scaler, from yuyv422 to rgb32 using MMX2 VO: [x11] 640x480 => 640x480 BGRA Selected video codec: [rawyuy2] vfm: raw (RAW YUY2) ========================================================================== Audio: no sound Starting playback... New_Face failed. Maybe the font path is wrong. Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. New_Face failed. Maybe the font path is wrong. Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 v4l2: select timeout ??% ??,?% 0 0 > > > [1] http://hansdegoede.livejournal.com/3636.html > > -- > ?Onur K???k ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Knowledge speaks, > ? ? ? ? ? ? ? ? ? ? ? but wisdom listens > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From cehoyos at ag.or.at Fri Apr 10 10:44:39 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Fri, 10 Apr 2009 08:44:39 +0000 (UTC) Subject: [MPlayer-users] Audio out of sync References: <1239315394.23846.4@mtranch.mtranch.com> <1239333249.23846.7@mtranch.mtranch.com> Message-ID: Geoffrey Leach hughes.net> writes: > > > MPlayer SVN-r27937 (C) 2000-2007 MPlayer Team > > > CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (Family: 6, > > Model: > > > 23, Stepping: 10) > > > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > > > Compiled with runtime CPU detection. > > > > > > Any hints on debugging this would be appreciated. > > > > Any hints about complete, uncut output of mplayer latest svn when the > > problem > > appears would make this possible. > > > Thanks for the reply. As proof of my newbie-ness, I have no idea what > this means. I was trying to write that before somebody will be able to give you any hints, you will have to provide some missing information: What version of MPlayer are you using (unfortunately, only latest svn is supported, see http://www.mplayerhq.hu/design7/dload.html on how to get it)? Please post the complete, uncut output that your call to mplayer -v yourfile produces. From cehoyos at ag.or.at Fri Apr 10 10:46:19 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Fri, 10 Apr 2009 08:46:19 +0000 (UTC) Subject: [MPlayer-users] mplayer can't play the first 3 seconds of a dvd References: <602e2d1c0904091752k6cc0f897g9fcfea03e4ec1cf7@mail.gmail.com> Message-ID: Brian gmail.com> writes: > I'm running MPlayer SVN-r28964-4.3.2 > > I issue the command "mplayer dvd://23" and it plays the first 1.1 > seconds of blank screen, then says it's reached EOF. Did you try mplayer dvdnav://23 ? Carl Eugen From belcampo at zonnet.nl Fri Apr 10 11:49:59 2009 From: belcampo at zonnet.nl (belcampo) Date: Fri, 10 Apr 2009 11:49:59 +0200 Subject: [MPlayer-users] mplayer can't play the first 3 seconds of a dvd In-Reply-To: <602e2d1c0904091752k6cc0f897g9fcfea03e4ec1cf7@mail.gmail.com> References: <602e2d1c0904091752k6cc0f897g9fcfea03e4ec1cf7@mail.gmail.com> Message-ID: <49DF1647.3080505@zonnet.nl> Brian wrote: > I'm running MPlayer SVN-r28964-4.3.2 > > I issue the command "mplayer dvd://23" and it plays the first 1.1 > seconds of blank screen, then says it's reached EOF. > > I use "mplayer dvd://23 -ss 3.1" and it plays the whole movie just > fine, just skips the first 3 seconds of filler. With all values <=3.0 > it EOF's after 1.1s. vobcopy -l -i /media/cdrom -n 23 -b 3m -o path/whereyouwanttheresulting.vob with -b and -e combination you can cut certain part of the dvd 3m is a guess for the first 3 secs > > This isn't really a big deal, except I'm trying to transcode the DVD > to put on my "movies" computer. mencoder's giving me trouble with the > DVD, too, and the recommendation I got from the mencoder list was to > "mplayer -dumpstream -dumpfile tmp.mpg" > Unfortunately, because mplayer EOF's at 1.1s, it only dumps the first > 1.1s of blank screen. I can't seem to get it to dump any more of the > stream. > > Any suggestions? > From belcampo at zonnet.nl Fri Apr 10 11:52:55 2009 From: belcampo at zonnet.nl (belcampo) Date: Fri, 10 Apr 2009 11:52:55 +0200 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> Message-ID: <49DF16F7.4000203@zonnet.nl> Stanislav_Egorov wrote: > 2009/4/10 Onur K???k : >> On Thu, 9 Apr 2009 19:56:52 +0400 >> Stanislav_Egorov wrote: >> >>> MPlayer dev-SVN-r23722-4.1.1 (C) 2000-2007 MPlayer Team >> try upgrading to a recent MPlayer, if it does not work for you then >> you can try the libv4l LD_PRELOAD hack [1], ugly but may work > > > I've tried with latest version of the Mplayre from svn and have a > green window and the logs below, can you explain this? Is it a driver' > problem or is it a userspace software' problem? Why Mplayer use > Current input=1? In the cmd there is an input 0. Mine says: MPlayer SVN-r28929-4.2.2 (C) 2000-2009 MPlayer Team there are 5207 patches in between. > > And with the LD_PRELOAD libv4l I have the same result. > > I can change frame format in the driver, what frame formats mplayer > support? I can chose yuv422, yuv420, raw, jpeg > > ./mplayer tv:// -tv > driver=v4l2:width=640:height=480:fps=25:device=/dev/video0:input=0 -vo > x11 > MPlayer SVN-r29158-4.1.2 (C) 2000-2009 MPlayer Team > > Playing tv://. > TV file format detected. > Selected driver: v4l2 > name: Video 4 Linux 2 input > author: Martin Olschewski > comment: first try, more to come ;-) > Selected device: SN9C20x USB 2.0 Webcam Driver > Capabilites: video capture read/write streaming > supported norms: > inputs: 0 = Webcam;v4l2: ioctl get input failed: Invalid argument > > Current input: 1 > Current format: YUYV > v4l2: ioctl set format failed: Invalid argument > v4l2: ioctl set format failed: Invalid argument > v4l2: ioctl set format failed: Invalid argument > tv.c: norm_from_string(pal): Bogus norm parameter, setting default. > v4l2: ioctl enum norm failed: Invalid argument > Error: Cannot set norm! > Selected input hasn't got a tuner! > v4l2: Cannot get fps > v4l2: ioctl set mute failed: Invalid argument > ========================================================================== > Opening video decoder: [raw] RAW Uncompressed Video > VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2) > Could not find matching colorspace - retrying with -vf scale... > Opening video filter: [scale] > VDec: using Packed YUY2 as output csp (no 0) > Movie-Aspect is undefined - no prescaling applied. > [swscaler @ 0x8cfbd10]BICUBIC scaler, from yuyv422 to rgb32 using MMX2 > VO: [x11] 640x480 => 640x480 BGRA > Selected video codec: [rawyuy2] vfm: raw (RAW YUY2) > ========================================================================== > Audio: no sound > Starting playback... > New_Face failed. Maybe the font path is wrong. > Please supply the text font file (~/.mplayer/subfont.ttf). > subtitle font: load_sub_face failed. > New_Face failed. Maybe the font path is wrong. > Please supply the text font file (~/.mplayer/subfont.ttf). > subtitle font: load_sub_face failed. > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > > >> >> [1] http://hansdegoede.livejournal.com/3636.html >> >> -- >> Onur K???k Knowledge speaks, >> but wisdom listens >> >> _______________________________________________ >> MPlayer-users mailing list >> MPlayer-users at mplayerhq.hu >> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > > From Reimar.Doeffinger at gmx.de Fri Apr 10 12:16:57 2009 From: Reimar.Doeffinger at gmx.de (Reimar =?iso-8859-1?Q?D=F6ffinger?=) Date: Fri, 10 Apr 2009 12:16:57 +0200 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> Message-ID: <20090410101657.GA8939@1und1.de> On Fri, Apr 10, 2009 at 12:41:16PM +0400, Stanislav_Egorov wrote: > Why Mplayer use > Current input=1? In the cmd there is an input 0. That's supposed to be the value before the commandline values are set. > I can change frame format in the driver, what frame formats mplayer > support? I can chose yuv422, yuv420, raw, jpeg Not sure what raw is, but in principle all of them. > ./mplayer tv:// -tv > driver=v4l2:width=640:height=480:fps=25:device=/dev/video0:input=0 -vo > x11 Have you tried _without_ forcing width, height, fps? > inputs: 0 = Webcam;v4l2: ioctl get input failed: Invalid argument > > Current input: 1 Actually, MPlayer can not read which input is active right after startup, the driver returns an error. IMO this is very suspicious. > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 > v4l2: select timeout ??% ??,?% 0 0 The driver simply seems to never return any data at all... From mplayer.list at sustik.com Fri Apr 10 20:09:47 2009 From: mplayer.list at sustik.com (Matyas Sustik) Date: Fri, 10 Apr 2009 13:09:47 -0500 Subject: [MPlayer-users] wav file size limit In-Reply-To: <20090401100139.GA18518@1und1.de> References: <49D2C6A1.7070306@sustik.com> <20090401100139.GA18518@1und1.de> Message-ID: <49DF8B6B.60305@sustik.com> Reimar D?ffinger wrote: >> I see that the wav file is over 2GB, and mplayer says: >> File larger than allowed for WAV files, may play truncated! > > Read the oggenc manual, it has an option for that case. Indeed --ignorelength allows the processing of large files. (The debian stable vorbis-tools package did not have a new enough oggenc in it. Proper installation of the sources was not straightforward, in that I could not generate a package using the debian/rules coming with vorbis-tools.) Thanks! Matyas - Every hardware eventually breaks. Every software eventually works. From bowika2 at gmail.com Sat Apr 11 12:02:22 2009 From: bowika2 at gmail.com (David Simon) Date: Sat, 11 Apr 2009 12:02:22 +0200 Subject: [MPlayer-users] Mplayer audio video sync with jack Message-ID: <81313f0e0904110302t5c39a7dbjf9bdc345d1d543ed@mail.gmail.com> hi all, is there any way to play a video file with mplayer (with no audio) and an audio stream would come from another application like a ardour that support the jack sync transport? the point would be that I would be able to use the jack transport control app to start/stop playing. eg. the xjadeo stuff support this but it is not that advanced as the mplayer. thanks, bowie From ismot at telemail.fi Sat Apr 11 23:10:27 2009 From: ismot at telemail.fi (Ismo Tanskanen) Date: Sun, 12 Apr 2009 00:10:27 +0300 Subject: [MPlayer-users] using 3:2 pulldown Message-ID: <49E10743.5030908@telemail.fi> Hi, I live in pal land and I use my projector at 25hz frame rate. I can also use it with 30hz. 24hz is not supported :( I watch a lot of 23.97hz hd movies, and picture is a bit jerky because of frame rate differences. I think using 3:2 pulldown should make picture more smoothly? I tried mplayer -vf pulldown , but it makes video a way too fast. Maybe I should tell mplayer my real refresh rate? Is there a way to make picture even a little smoothly? I know this is not performance issue, as I only watch 720p videos and I have amd 5400+ X2 cpu. Cpu usage newer exceeds 50%. I also tried vdpau with latest nvidia drivers and GF9500 card, but it didn't certainly help. This is what I get when starting mplayer (without pullup filter): Playing ***********************mkv. [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0 [mkv] Track ID 2: audio (A_AC3), -aid 0, -alang und [mkv] Will play video track 1. Matroska file format detected. VIDEO: [avc1] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s) SUB: Detected subtitle file format: microdvd SUB: Read 380 subtitles. SUB: Adjusted 1 subtitle(s). SUB: Added subtitle file *************************.sub ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 No accelerated IMDCT transform found AUDIO: 48000 Hz, 2 ch, floatle, 192.0 kbit/6.25% (ratio: 24000->384000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample) Starting playback... [h264 @ 0xb7880388]Cannot parallelize deblocking type 1, decoding such frames in sequential order VDec: vo config request - 1280 x 720 (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] 1280x720 => 1280x720 Planar YV12 [fs] -- ** Regards ******** Kane From onur at delipenguen.net Sun Apr 12 01:16:03 2009 From: onur at delipenguen.net (Onur =?UTF-8?B?S8O8w6fDvGs=?=) Date: Sun, 12 Apr 2009 02:16:03 +0300 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> Message-ID: <20090412021603.ff056aa8.onur@delipenguen.net> On Fri, 10 Apr 2009 12:41:16 +0400 Stanislav_Egorov wrote: > I've tried with latest version of the Mplayre from svn and have a > green window and the logs below, can you explain this? Is it a driver' > problem or is it a userspace software' problem? Why Mplayer use > Current input=1? In the cmd there is an input 0. > > And with the LD_PRELOAD libv4l I have the same result. > > I can change frame format in the driver, what frame formats mplayer > support? I can chose yuv422, yuv420, raw, jpeg > > ./mplayer tv:// -tv > driver=v4l2:width=640:height=480:fps=25:device=/dev/video0:input=0 -vo if you are using driver=v4l2 then libv4l hack should be done with with libv4l2.so or libv4l/v4l2convert.so You can try to set driver to v4l1 and use libv4l1.so that may work too Also you are using the latest version 0.5.9 right ? -- Onur K???k Knowledge speaks, but wisdom listens From onur at delipenguen.net Sun Apr 12 01:18:09 2009 From: onur at delipenguen.net (Onur =?UTF-8?B?S8O8w6fDvGs=?=) Date: Sun, 12 Apr 2009 02:18:09 +0300 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090410101657.GA8939@1und1.de> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> <20090410101657.GA8939@1und1.de> Message-ID: <20090412021809.27537610.onur@delipenguen.net> On Fri, 10 Apr 2009 12:16:57 +0200 Reimar D?ffinger wrote: > Actually, MPlayer can not read which input is active right after > startup, the driver returns an error. IMO this is very suspicious. > > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > v4l2: select timeout ??% ??,?% 0 0 > > The driver simply seems to never return any data at all... yes, there is something fishy going on here I have had some experience with microdia (and new name sn9c20x) with mplayer and I did not hve any trouble with v4l2 (without libv4l stuff). The problem may be at the driver side. -- Onur K???k Knowledge speaks, but wisdom listens From belcampo at zonnet.nl Sun Apr 12 10:10:16 2009 From: belcampo at zonnet.nl (belcampo) Date: Sun, 12 Apr 2009 10:10:16 +0200 Subject: [MPlayer-users] using 3:2 pulldown In-Reply-To: <49E10743.5030908@telemail.fi> References: <49E10743.5030908@telemail.fi> Message-ID: <49E1A1E8.6010308@zonnet.nl> Ismo Tanskanen wrote: > Hi, > > I live in pal land and I use my projector at 25hz frame rate. > I can also use it with 30hz. > 24hz is not supported :( > > I watch a lot of 23.97hz hd movies, and picture is a bit jerky because > of frame rate differences. As far as I remember, european TV plays 23.97 at 25, so at 1.04 of the original speed, which would solve the problem and saves you time :-) You can watch 104 movies instead 100. > > I think using 3:2 pulldown should make picture more smoothly? > I tried mplayer -vf pulldown , but it makes video a way too fast. > Maybe I should tell mplayer my real refresh rate? > > Is there a way to make picture even a little smoothly? I know this is > not performance issue, as I only watch 720p videos and I have amd 5400+ > X2 cpu. Cpu usage newer exceeds 50%. > > I also tried vdpau with latest nvidia drivers and GF9500 card, but it > didn't certainly help. > > This is what I get when starting mplayer (without pullup filter): > > Playing ***********************mkv. > [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0 > [mkv] Track ID 2: audio (A_AC3), -aid 0, -alang und > [mkv] Will play video track 1. > Matroska file format detected. > VIDEO: [avc1] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s) > SUB: Detected subtitle file format: microdvd > SUB: Read 380 subtitles. > SUB: Adjusted 1 subtitle(s). > SUB: Added subtitle file *************************.sub > ========================================================================== > Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family > Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) > ========================================================================== > ========================================================================== > Opening audio decoder: [liba52] AC3 decoding with liba52 > No accelerated IMDCT transform found > AUDIO: 48000 Hz, 2 ch, floatle, 192.0 kbit/6.25% (ratio: 24000->384000) > Selected audio codec: [a52] afm: liba52 (AC3-liba52) > ========================================================================== > AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample) > Starting playback... > [h264 @ 0xb7880388]Cannot parallelize deblocking type 1, decoding such > frames in sequential order > VDec: vo config request - 1280 x 720 (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] 1280x720 => 1280x720 Planar YV12 [fs] > From ashaduri at gmail.com Sun Apr 12 12:24:29 2009 From: ashaduri at gmail.com (Alexander Shaduri) Date: Sun, 12 Apr 2009 14:24:29 +0400 Subject: [MPlayer-users] CRASH: Segfault when switching dvd chapters through gmplayer menu Message-ID: <20090412142429.7deeffea@linux.localdomain> Hello, I'm using mplayer r29170, and I have a segfault on any dvd I try to play using dvd:// in gmplayer. It happens when switching chapters through the right-click menu. It does _not_ happen when using ! and @. I'm attaching the outputs of mplayer and gdb. Thanks, Alexander gmplayer output: ------------------------------------------------------------------------- $ /0S/0tmp/DL-CVS/mplayer/mplayer_r29170_compiled/gmplayer -dvd-device . -vo xv dvd:// MPlayer SVN-r29170-4.2.1 (C) 2000-2009 MPlayer Team 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 dvd://. libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdread: Couldn't find device name. There are 2 titles on this DVD. There are 1 angles in this DVD title. audio stream: 0 format: ac3 (stereo) language: en aid: 128. audio stream: 1 format: mpeg1 (stereo) language: en aid: 1. number of audio channels on disk: 2. number of subtitles on disk: 0 MPEG-PS file format detected. VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 6817.2 kbps (852.1 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 appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Unsupported PixelFormat -1 Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2) ========================================================================== ========================================================================== 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 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 [mpeg2video @ 0x8845ca0]ac-tex damaged at 20 2 [mpeg2video @ 0x8845ca0]Warning MVs not available [mpeg2video @ 0x8845ca0]concealing 1530 DC, 1530 AC, 1530 MV errors A: 0.4 V: 0.0 A-V: 0.351 ct: 0.000 1/ 1 ??% ??% ??,?% 0 0 A: 0.4 V: 0.3 A-V: 0.151 ct: 0.004 2/ 2 ??% ??% ??,?% 0 0 A: 0.4 V: 0.3 A-V: 0.152 ct: 0.008 3/ 3 ??% ??% ??,?% 0 0 A: 0.4 V: 0.3 A-V: 0.124 ct: 0.012 4/ 4 ??% ??% ??,?% 0 0 A: 0.5 V: 0.4 A-V: 0.096 ct: 0.016 5/ 5 ??% ??% ??,?% 0 0 A: 0.5 V: 0.4 A-V: 0.077 ct: 0.020 6/ 6 ??% ??% ??,?% 0 0 A: 0.5 V: 0.4 A-V: 0.065 ct: 0.024 7/ 7 ??% ??% ??,?% 0 0 A: 0.5 V: 0.5 A-V: 0.057 ct: 0.028 8/ 8 ??% ??% ??,?% 0 0 A: 0.6 V: 0.5 A-V: 0.053 ct: 0.032 9/ 9 ??% ??% ??,?% 0 0 A: 0.6 V: 0.6 A-V: 0.056 ct: 0.036 10/ 10 ??% ??% ??,?% 0 0 A: 0.7 V: 0.6 A-V: 0.069 ct: 0.040 11/ 11 ??% ??% ??,?% 0 0 A: 0.7 V: 0.6 A-V: 0.061 ct: 0.044 12/ 12 ??% ??% ??,?% 0 0 A: 0.7 V: 0.7 A-V: 0.053 ct: 0.048 13/ 13 ??% ??% ??,?% 0 0 A: 0.8 V: 0.7 A-V: 0.041 ct: 0.052 14/ 14 20% 11% 0.8% 0 0 A: 0.8 V: 0.8 A-V: 0.033 ct: 0.055 15/ 15 19% 11% 0.8% 0 0 A: 0.8 V: 0.8 A-V: 0.029 ct: 0.058 16/ 16 18% 10% 0.7% 0 0 A: 0.9 V: 0.8 A-V: 0.023 ct: 0.060 17/ 17 18% 9% 0.7% 0 0 A: 0.9 V: 0.9 A-V: 0.048 ct: 0.064 18/ 18 17% 9% 0.7% 0 0 A: 1.0 V: 0.9 A-V: 0.040 ct: 0.068 19/ 19 16% 8% 0.7% 0 0 A: 1.0 V: 1.0 A-V: 0.038 ct: 0.072 20/ 20 16% 8% 0.7% 0 0 A: 1.0 V: 1.0 A-V: 0.021 ct: 0.074 21/ 21 15% 8% 0.7% 0 0 A: 1.1 V: 1.0 A-V: 0.019 ct: 0.075 22/ 22 15% 7% 0.7% 0 0 A: 1.1 V: 1.1 A-V: 0.009 ct: 0.076 23/ 23 15% 7% 0.6% 0 0 A: 1.1 V: 1.1 A-V: 0.009 ct: 0.077 24/ 24 14% 7% 0.6% 0 0 A: 1.2 V: 1.2 A-V: 0.004 ct: 0.077 25/ 25 14% 7% 0.6% 0 0 A: 1.2 V: 1.2 A-V: 0.031 ct: 0.081 26/ 26 14% 6% 0.6% 0 0 A: 1.3 V: 1.2 A-V: 0.024 ct: 0.083 27/ 27 13% 6% 0.6% 0 0 A: 1.3 V: 1.3 A-V: 0.014 ct: 0.084 28/ 28 13% 6% 0.6% 0 0 A: 1.3 V: 1.3 A-V: 0.008 ct: 0.085 29/ 29 13% 6% 0.6% 0 0 A: 1.4 V: 1.4 A-V: 0.004 ct: 0.086 30/ 30 13% 6% 0.6% 0 0 A: 1.4 V: 1.4 A-V: -0.005 ct: 0.085 31/ 31 12% 6% 0.6% 0 0 A: 1.4 V: 1.4 A-V: -0.004 ct: 0.085 32/ 32 12% 5% 0.6% 0 0 A: 1.5 V: 1.5 A-V: 0.024 ct: 0.087 33/ 33 12% 5% 0.6% 0 0 A: 1.5 V: 1.5 A-V: 0.014 ct: 0.088 34/ 34 12% 5% 0.6% 0 0 A: 1.6 V: 1.6 A-V: 0.013 ct: 0.090 35/ 35 12% 5% 0.6% 0 0 A: 1.6 V: 1.6 A-V: 0.003 ct: 0.090 36/ 36 12% 5% 0.6% 0 0 A: 1.6 V: 1.6 A-V: 0.003 ct: 0.090 37/ 37 11% 5% 0.6% 0 0 A: 1.7 V: 1.7 A-V: -0.001 ct: 0.090 38/ 38 11% 5% 0.6% 0 0 A: 1.7 V: 1.7 A-V: -0.009 ct: 0.089 39/ 39 11% 5% 0.6% 0 0 A: 1.8 V: 1.8 A-V: -0.008 ct: 0.088 40/ 40 11% 5% 0.5% 0 0 A: 1.8 V: 1.8 A-V: 0.017 ct: 0.090 41/ 41 11% 5% 0.6% 0 0 A: 1.9 V: 1.8 A-V: 0.011 ct: 0.091 42/ 42 11% 5% 0.6% 0 0 A: 1.9 V: 1.9 A-V: 0.006 ct: 0.092 43/ 43 11% 4% 0.6% 0 0 A: 1.9 V: 1.9 A-V: -0.003 ct: 0.091 44/ 44 11% 4% 0.6% 0 0 A: 2.0 V: 2.0 A-V: -0.007 ct: 0.091 45/ 45 11% 4% 0.6% 0 0 A: 2.0 V: 2.0 A-V: -0.008 ct: 0.090 46/ 46 10% 4% 0.5% 0 0 A: 2.1 V: 2.0 A-V: 0.020 ct: 0.091 47/ 47 10% 4% 0.6% 0 0 A: 2.1 V: 2.1 A-V: 0.015 ct: 0.093 48/ 48 10% 4% 0.6% 0 0 A: 2.1 V: 2.1 A-V: 0.012 ct: 0.094 49/ 49 10% 4% 0.5% 0 0 A: 2.2 V: 2.2 A-V: 0.013 ct: 0.095 50/ 50 10% 4% 0.5% 0 0 A: 2.2 V: 2.2 A-V: -0.001 ct: 0.095 51/ 51 10% 4% 0.5% 0 0 A: 2.2 V: 2.2 A-V: -0.006 ct: 0.094 52/ 52 10% 4% 0.5% 0 0 A: 2.3 V: 2.3 A-V: -0.009 ct: 0.093 53/ 53 10% 4% 0.5% 0 0 A: 2.3 V: 2.3 A-V: -0.012 ct: 0.092 54/ 54 10% 4% 0.5% 0 0 A: 2.4 V: 2.4 A-V: 0.017 ct: 0.094 55/ 55 10% 4% 0.5% 0 0 A: 2.4 V: 2.4 A-V: 0.011 ct: 0.095 56/ 56 10% 4% 0.5% 0 0 A: 2.4 V: 2.4 A-V: 0.007 ct: 0.096 57/ 57 10% 4% 0.5% 0 0 A: 2.5 V: 2.5 A-V: -0.003 ct: 0.095 58/ 58 10% 4% 0.5% 0 0 A: 2.5 V: 2.5 A-V: -0.006 ct: 0.095 59/ 59 9% 4% 0.5% 0 0 A: 2.5 V: 2.6 A-V: -0.014 ct: 0.093 60/ 60 9% 4% 0.5% 0 0 A: 2.6 V: 2.6 A-V: -0.012 ct: 0.092 61/ 61 9% 4% 0.5% 0 0 A: 2.7 V: 2.6 A-V: 0.021 ct: 0.094 62/ 62 9% 4% 0.5% 0 0 A: 2.7 V: 2.7 A-V: 0.007 ct: 0.095 63/ 63 9% 4% 0.5% 0 0 A: 2.7 V: 2.7 A-V: 0.006 ct: 0.095 64/ 64 9% 4% 0.5% 0 0 A: 2.8 V: 2.8 A-V: 0.002 ct: 0.096 65/ 65 9% 4% 0.5% 0 0 A: 2.8 V: 2.8 A-V: 0.006 ct: 0.096 66/ 66 9% 4% 0.5% 0 0 A: 2.8 V: 2.8 A-V: -0.011 ct: 0.095 67/ 67 9% 4% 0.5% 0 0 A: 2.9 V: 2.9 A-V: -0.014 ct: 0.093 68/ 68 9% 4% 0.5% 0 0 A: 2.9 V: 2.9 A-V: -0.013 ct: 0.092 69/ 69 9% 4% 0.5% 0 0 A: 3.0 V: 3.0 A-V: 0.013 ct: 0.093 70/ 70 9% 4% 0.5% 0 0 A: 3.0 V: 3.0 A-V: 0.007 ct: 0.094 71/ 71 9% 4% 0.5% 0 0 A: 3.0 V: 3.0 A-V: 0.003 ct: 0.094 72/ 72 9% 4% 0.5% 0 0 A: 3.1 V: 3.1 A-V: -0.006 ct: 0.094 73/ 73 9% 4% 0.5% 0 0 A: 3.1 V: 3.1 A-V: -0.001 ct: 0.093 74/ 74 9% 4% 0.5% 0 0 A: 3.1 V: 3.2 A-V: -0.012 ct: 0.092 75/ 75 9% 4% 0.5% 0 0 A: 3.2 V: 3.2 A-V: 0.017 ct: 0.094 76/ 76 9% 4% 0.5% 0 0 A: 3.3 V: 3.2 A-V: 0.011 ct: 0.095 77/ 77 9% 4% 0.5% 0 0 A: 3.3 V: 3.3 A-V: 0.009 ct: 0.095 78/ 78 9% 4% 0.5% 0 0 A: 3.3 V: 3.3 A-V: 0.006 ct: 0.095 79/ 79 9% 4% 0.5% 0 0 A: 3.4 V: 3.4 A-V: -0.006 ct: 0.094 80/ 80 9% 4% 0.5% 0 0 A: 3.4 V: 3.4 A-V: -0.006 ct: 0.094 81/ 81 9% 4% 0.5% 0 0 A: 3.4 V: 3.4 A-V: -0.013 ct: 0.092 82/ 82 9% 4% 0.5% 0 0 A: 3.5 V: 3.5 A-V: -0.011 ct: 0.091 83/ 83 9% 4% 0.5% 0 0 A: 3.5 V: 3.5 A-V: 0.018 ct: 0.093 84/ 84 9% 4% 0.5% 0 0 A: 3.6 V: 3.6 A-V: 0.012 ct: 0.094 85/ 85 9% 3% 0.5% 0 0 A: 3.6 V: 3.6 A-V: 0.003 ct: 0.094 86/ 86 9% 3% 0.5% 0 0 A: 3.6 V: 3.6 A-V: -0.002 ct: 0.094 87/ 87 9% 3% 0.5% 0 0 A: 3.7 V: 3.7 A-V: -0.004 ct: 0.094 88/ 88 9% 3% 0.5% 0 0 A: 3.7 V: 3.7 A-V: -0.006 ct: 0.092 89/ 89 8% 3% 0.5% 0 0 A: 3.7 V: 3.8 A-V: -0.012 ct: 0.091 90/ 90 8% 3% 0.5% 0 0 A: 3.8 V: 3.8 A-V: 0.018 ct: 0.093 91/ 91 8% 3% 0.5% 0 0 A: 3.8 V: 3.8 A-V: 0.008 ct: 0.094 92/ 92 8% 3% 0.5% 0 0 A: 3.9 V: 3.9 A-V: 0.003 ct: 0.094 93/ 93 8% 3% 0.5% 0 0 A: 3.9 V: 3.9 A-V: -0.001 ct: 0.094 94/ 94 8% 3% 0.5% 0 0 A: 4.0 V: 4.0 A-V: -0.009 ct: 0.093 95/ 95 8% 3% 0.5% 0 0 A: 4.0 V: 4.0 A-V: -0.008 ct: 0.092 96/ 96 8% 3% 0.5% 0 0 A: 4.0 V: 4.0 A-V: -0.011 ct: 0.091 97/ 97 8% 3% 0.5% 0 0 A: 4.1 V: 4.1 A-V: -0.010 ct: 0.090 98/ 98 8% 3% 0.5% 0 0 A: 4.1 V: 4.1 A-V: 0.015 ct: 0.091 99/ 99 8% 3% 0.5% 0 0 A: 4.2 V: 4.2 A-V: 0.009 ct: 0.092 100/100 8% 3% 0.5% 0 0 A: 4.2 V: 4.2 A-V: 0.007 ct: 0.093 101/101 8% 3% 0.5% 0 0 A: 4.2 V: 4.2 A-V: -0.004 ct: 0.092 102/102 8% 3% 0.5% 0 0 A: 4.3 V: 4.3 A-V: -0.006 ct: 0.092 103/103 8% 3% 0.5% 0 0 A: 4.3 V: 4.3 A-V: -0.009 ct: 0.091 104/104 8% 3% 0.5% 0 0 A: 4.4 V: 4.4 A-V: 0.018 ct: 0.092 105/105 8% 3% 0.5% 0 0 A: 4.4 V: 4.4 A-V: 0.012 ct: 0.094 106/106 8% 3% 0.5% 0 0 A: 4.4 V: 4.4 A-V: 0.007 ct: 0.094 107/107 8% 3% 0.5% 0 0 A: 4.5 V: 4.5 A-V: 0.001 ct: 0.094 108/108 8% 3% 0.5% 0 0 A: 4.5 V: 4.5 A-V: -0.006 ct: 0.094 109/109 8% 3% 0.5% 0 0 A: 4.6 V: 4.6 A-V: -0.009 ct: 0.093 110/110 8% 3% 0.5% 0 0 A: 4.6 V: 4.6 A-V: -0.012 ct: 0.092 111/111 8% 3% 0.5% 0 0 A: 4.6 V: 4.6 A-V: -0.011 ct: 0.091 112/112 8% 3% 0.5% 0 0 A: 4.7 V: 4.7 A-V: 0.018 ct: 0.092 113/113 8% 3% 0.5% 0 0 A: 4.7 V: 4.7 A-V: 0.013 ct: 0.094 114/114 8% 3% 0.5% 0 0 Playing dvd://1. libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdread: Couldn't find device name. There are 2 titles on this DVD. There are 1 angles in this DVD title. audio stream: 0 format: ac3 (stereo) language: en aid: 128. audio stream: 1 format: mpeg1 (stereo) language: en aid: 1. number of audio channels on disk: 2. number of subtitles on disk: 0 MPEG-PS file format detected. ------------------------------------------------------------------------- Here's GDB dump: ------------------------------------------------------------------------- Core was generated by `/0S/0tmp/DL-CVS/mplayer/mplayer_r29170_compiled/gmplayer -dvd-device . -vo xv d'. Program terminated with signal 11, Segmentation fault. [New process 7409] #0 control (sh=0x8f33078, cmd=8, arg=0x0) at libmpcodecs/vd_ffmpeg.c:121 121 AVCodecContext *avctx = ctx->avctx; #0 control (sh=0x8f33078, cmd=8, arg=0x0) at libmpcodecs/vd_ffmpeg.c:121 #1 0x0818a568 in resync_video_stream (sh_video=0x8f33078) at libmpcodecs/dec_video.c:136 #2 0x081c712c in demuxer_seek_chapter (demuxer=0x8ffb708, chapter=1, mode=1, seek_pts=0xbfbf97fc, num_chapters=0x0, chapter_name=0x0) at libmpdemux/demuxer.c:1354 #3 0x080d6b16 in main (argc=6, argv=0xbfbf98b4) at mplayer.c:3262 Dump of assembler code from 0x82871b6 to 0x82871f6: 0x082871b6: add %al,(%eax) 0x082871b8: add %cl,0x27bc(%ebp) 0x082871be: add %al,(%eax) 0x082871c0 : push %ebp 0x082871c1 : mov %esp,%ebp 0x082871c3 : push %ebx 0x082871c4 : sub $0x4,%esp 0x082871c7 : mov 0x8(%ebp),%eax 0x082871ca : mov 0xc(%ebp),%edx 0x082871cd : mov 0x14c(%eax),%ecx 0x082871d3 : cmp $0x8,%edx 0x082871d6 : mov (%ecx),%ebx 0x082871d8 : je 0x8287230 0x082871da : cmp $0x9,%edx 0x082871dd : je 0x8287220 0x082871df : cmp $0x3,%edx 0x082871e2 : mov $0xffffffff,%eax 0x082871e7 : je 0x82871f0 0x082871e9 : add $0x4,%esp 0x082871ec : pop %ebx 0x082871ed : leave 0x082871ee : ret 0x082871ef : nop 0x082871f0 : mov 0x10(%ebp),%edx 0x082871f3 : mov (%edx),%eax 0x082871f5 : cmp %eax,0x18(%ecx) End of assembler dump. eax 0x8f33078 150155384 ecx 0x0 0 edx 0x8 8 ebx 0x8ffb708 150976264 esp 0xbfbf7560 0xbfbf7560 ebp 0xbfbf7568 0xbfbf7568 esi 0x8f33078 150155384 edi 0x1 1 eip 0x82871d6 0x82871d6 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 -nan(0x7f807f7f7c797574) (raw 0xffff7f807f7f7c797574) st1 -nan(0x7f0080007f007f) (raw 0xffff007f0080007f007f) st2 -nan(0x7e7e808181807f7e) (raw 0xffff7e7e808181807f7e) st3 -1 (raw 0xbfff8000000000000000) st4 0.99609375 (raw 0x3ffeff00000000000000) st5 1 (raw 0x3fff8000000000000000) st6 273.63999999999998635757947340607643 (raw 0x400788d1eb851eb85000) st7 273.63999999999998635757947340607643 (raw 0x400788d1eb851eb85000) fctrl 0x37f 895 fstat 0x461 1121 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 xmm0 {v4_float = {0x0, 0x3, 0x0, 0x0}, v2_double = {0x112, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x71, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x0, 0x0, 0x2000, 0x4071, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x40712000, 0x0, 0x0}, v2_int64 = { 0x4071200000000000, 0x0}, uint128 = 0x00000000000000004071200000000000} xmm1 {v4_float = {0x0, 0x2, 0x0, 0x0}, v2_double = {0x2, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81}, v8_int16 = {0x0, 0x0, 0x0, 0x4000, 0x8181, 0x8181, 0x8181, 0x8181}, v4_int32 = {0x0, 0x40000000, 0x81818181, 0x81818181}, v2_int64 = {0x4000000000000000, 0x8181818181818181}, uint128 = 0x81818181818181814000000000000000} xmm2 {v4_float = {0x0, 0x2, 0x0, 0x0}, v2_double = {0x4, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0xa0, 0x47, 0xe1, 0x12, 0x40, 0x83, 0x83, 0x83, 0x82, 0x82, 0x82, 0x82, 0x81}, v8_int16 = {0x0, 0xa000, 0xe147, 0x4012, 0x8383, 0x8283, 0x8282, 0x8182}, v4_int32 = {0xa0000000, 0x4012e147, 0x82838383, 0x81828282}, v2_int64 = {0x4012e147a0000000, 0x8182828282838383}, uint128 = 0x81828282828383834012e147a0000000} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x83, 0x84, 0x86, 0x85, 0x7f, 0x7d, 0x80, 0x81}, v8_int16 = {0x8181, 0x8181, 0x8181, 0x8181, 0x8483, 0x8586, 0x7d7f, 0x8180}, v4_int32 = {0x81818181, 0x81818181, 0x85868483, 0x81807d7f}, v2_int64 = {0x8181818181818181, 0x81807d7f85868483}, uint128 = 0x81807d7f858684838181818181818181} xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x7e, 0xb5, 0x90, 0xb8, 0x56, 0xe, 0x17, 0x3c, 0x23, 0x59, 0xc8, 0xbb, 0x7d, 0x7, 0xc8, 0x3b}, v8_int16 = {0xb57e, 0xb890, 0xe56, 0x3c17, 0x5923, 0xbbc8, 0x77d, 0x3bc8}, v4_int32 = {0xb890b57e, 0x3c170e56, 0xbbc85923, 0x3bc8077d}, v2_int64 = {0x3c170e56b890b57e, 0x3bc8077dbbc85923}, uint128 = 0x3bc8077dbbc859233c170e56b890b57e} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x24, 0x7f, 0xc, 0xbc, 0xa5, 0x7b, 0x1e, 0xb9, 0x97, 0x24, 0xcc, 0xbb, 0xc1, 0x3c, 0xd3, 0xbb}, v8_int16 = {0x7f24, 0xbc0c, 0x7ba5, 0xb91e, 0x2497, 0xbbcc, 0x3cc1, 0xbbd3}, v4_int32 = {0xbc0c7f24, 0xb91e7ba5, 0xbbcc2497, 0xbbd33cc1}, v2_int64 = {0xb91e7ba5bc0c7f24, 0xbbd33cc1bbcc2497}, uint128 = 0xbbd33cc1bbcc2497b91e7ba5bc0c7f24} xmm6 {v4_float = {0x1, 0xffffffff, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x80, 0x3f, 0x0, 0x0, 0x80, 0xbf, 0xf3, 0x4, 0x35, 0x3f, 0xf3, 0x4, 0x35, 0xbf}, v8_int16 = {0x0, 0x3f80, 0x0, 0xbf80, 0x4f3, 0x3f35, 0x4f3, 0xbf35}, v4_int32 = {0x3f800000, 0xbf800000, 0x3f3504f3, 0xbf3504f3}, v2_int64 = {0xbf8000003f800000, 0xbf3504f33f3504f3}, uint128 = 0xbf3504f33f3504f3bf8000003f800000} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf3, 0x4, 0x35, 0x3f, 0xf3, 0x4, 0x35, 0xbf}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x4f3, 0x3f35, 0x4f3, 0xbf35}, v4_int32 = {0x0, 0x0, 0x3f3504f3, 0xbf3504f3}, v2_int64 = { 0x0, 0xbf3504f33f3504f3}, uint128 = 0xbf3504f33f3504f30000000000000000} mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] mm0 {uint64 = 0x7f807f7f7c797574, v2_int32 = {0x7c797574, 0x7f807f7f}, v4_int16 = {0x7574, 0x7c79, 0x7f7f, 0x7f80}, v8_int8 = {0x74, 0x75, 0x79, 0x7c, 0x7f, 0x7f, 0x80, 0x7f}} mm1 {uint64 = 0x7f0080007f007f, v2_int32 = {0x7f007f, 0x7f0080}, v4_int16 = {0x7f, 0x7f, 0x80, 0x7f}, v8_int8 = {0x7f, 0x0, 0x7f, 0x0, 0x80, 0x0, 0x7f, 0x0}} mm2 {uint64 = 0x7e7e808181807f7e, v2_int32 = {0x81807f7e, 0x7e7e8081}, v4_int16 = {0x7f7e, 0x8180, 0x8081, 0x7e7e}, v8_int8 = {0x7e, 0x7f, 0x80, 0x81, 0x81, 0x80, 0x7e, 0x7e}} mm3 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm4 {uint64 = 0xff00000000000000, v2_int32 = {0x0, 0xff000000}, v4_int16 = {0x0, 0x0, 0x0, 0xff00}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff}} mm5 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm6 {uint64 = 0x88d1eb851eb85000, v2_int32 = {0x1eb85000, 0x88d1eb85}, v4_int16 = {0x5000, 0x1eb8, 0xeb85, 0x88d1}, v8_int8 = {0x0, 0x50, 0xb8, 0x1e, 0x85, 0xeb, 0xd1, 0x88}} mm7 {uint64 = 0x88d1eb851eb85000, v2_int32 = {0x1eb85000, 0x88d1eb85}, v4_int16 = {0x5000, 0x1eb8, 0xeb85, 0x88d1}, v8_int8 = {0x0, 0x50, 0xb8, 0x1e, 0x85, 0xeb, 0xd1, 0x88}} From malte.gell at gmx.de Sun Apr 12 19:15:17 2009 From: malte.gell at gmx.de (Malte Gell) Date: Sun, 12 Apr 2009 19:15:17 +0200 Subject: [MPlayer-users] mplayer -dumpaudio crashes Message-ID: <200904121915.18346.malte.gell@gmx.de> Hi there! I first downloaded a video from YouTube, using Linux and youtube-dl: youtube-dl -b -o SonicEmpire.flv http://www.youtube.com/watch?v=IY5Ejus6kgc and then tried to rip the audio: mplayer SonicEmpire.flv -dumpaudio But, mplayer crashes with the following result below. Is there any workaround or option that avoids that crash? Thanx Malte MPlayer dev-SVN-r27637-4.3-openSUSE Linux 11.1 (i686)-Packman (C) 2000-2008 MPlayer Team CPU: AMD Athlon(tm) XP 2200+ (Family: 6, Model: 8, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 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 SonicEmpire.flv. libavformat file format detected. [lavf] Audio stream found, -aid 0 [lavf] Video stream found, -vid 1 VIDEO: [avc1] 320x240 24bpp 24.992 fps 0.0 kbps ( 0.0 kbyte/s) Core dumped ;) Exiting... (End of file) From cehoyos at ag.or.at Sun Apr 12 19:48:57 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Sun, 12 Apr 2009 17:48:57 +0000 (UTC) Subject: [MPlayer-users] mplayer -dumpaudio crashes References: <200904121915.18346.malte.gell@gmx.de> Message-ID: Malte Gell gmx.de> writes: > mplayer SonicEmpire.flv -dumpaudio > > But, mplayer crashes with the following result below. MPlayer did not crash. Please read MPlayer's output again, carefully (especially the last two lines containing non-whitespace, including the last characters of the line before last). No, it is very unlikely this is going to be changed. Carl Eugen From malte.gell at gmx.de Sun Apr 12 22:14:53 2009 From: malte.gell at gmx.de (Malte Gell) Date: Sun, 12 Apr 2009 22:14:53 +0200 Subject: [MPlayer-users] mplayer -dumpaudio crashes In-Reply-To: References: <200904121915.18346.malte.gell@gmx.de> Message-ID: <200904122214.54249.malte.gell@gmx.de> Am Sonntag, 12. April 2009 19:48:57 schrieb Carl Eugen Hoyos: > Malte Gell gmx.de> writes: > > mplayer SonicEmpire.flv -dumpaudio > > > > But, mplayer crashes with the following result below. > > MPlayer did not crash. > > Please read MPlayer's output again, carefully (especially the last two > lines containing non-whitespace, including the last characters of the line > before last). > > No, it is very unlikely this is going to be changed. ....I see ;) By the way, shouldn't a dumped audio stream from YouTube be an MP3... because: 2[maltel at linux-61r3]7201 22:13~/download/youtube> file stream.dump stream.dump: data From malte.gell at gmx.de Sun Apr 12 22:48:30 2009 From: malte.gell at gmx.de (Malte Gell) Date: Sun, 12 Apr 2009 22:48:30 +0200 Subject: [MPlayer-users] mplayer -dumpaudio crashes In-Reply-To: <200904122214.54249.malte.gell@gmx.de> References: <200904121915.18346.malte.gell@gmx.de> <200904122214.54249.malte.gell@gmx.de> Message-ID: <200904122248.30681.malte.gell@gmx.de> Am Sonntag, 12. April 2009 22:14:53 schrieb Malte Gell: > Am Sonntag, 12. April 2009 19:48:57 schrieb Carl Eugen Hoyos: > > Malte Gell gmx.de> writes: > > > mplayer SonicEmpire.flv -dumpaudio > > > > > > But, mplayer crashes with the following result below. > > > > MPlayer did not crash. > > > > Please read MPlayer's output again, carefully (especially the last two > > lines containing non-whitespace, including the last characters of the > > line before last). > > > > No, it is very unlikely this is going to be changed. > > ....I see ;) > > By the way, shouldn't a dumped audio stream from YouTube be an MP3... > because: > > 2[maltel at linux-61r3]7201 22:13~/download/youtube> file stream.dump > > stream.dump: data Strange... this only happens when i use the -b option with youtube-dl to get the higher quality, in this case mplayer doesn't rip MP3 from the *.flv. When not using -b with youtube-dl everything works fine... From cehoyos at ag.or.at Sun Apr 12 23:44:04 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Sun, 12 Apr 2009 21:44:04 +0000 (UTC) Subject: [MPlayer-users] mplayer -dumpaudio crashes References: <200904121915.18346.malte.gell@gmx.de> <200904122214.54249.malte.gell@gmx.de> Message-ID: Malte Gell gmx.de> writes: > $ file stream.dump > > stream.dump: data What do mplayer stream.dump and ffmpeg -i stream.dump say? Carl Eugen From andrew.david.45 at gmail.com Mon Apr 13 01:28:31 2009 From: andrew.david.45 at gmail.com (andrew) Date: Mon, 13 Apr 2009 09:28:31 +1000 Subject: [MPlayer-users] mplayer -dumpaudio crashes In-Reply-To: <200904122248.30681.malte.gell@gmx.de> References: <200904121915.18346.malte.gell@gmx.de> <200904122214.54249.malte.gell@gmx.de> <200904122248.30681.malte.gell@gmx.de> Message-ID: <20090412232830.GA3154@skamandros.andrews-corner.org> On Sun, Apr 12, 2009 at 10:48:30PM +0200, Malte Gell wrote: > Strange... this only happens when i use the -b option with youtube-dl to get > the higher quality, in this case mplayer doesn't rip MP3 from the *.flv. When > not using -b with youtube-dl everything works fine... Examination of the file itself should reveal this but for the most part the 'high quality' youtube videos have h264 video and aac sound. Andrew -- Do you think that's air you're breathing? From cooleyr at gmail.com Mon Apr 13 07:56:51 2009 From: cooleyr at gmail.com (RC) Date: Sun, 12 Apr 2009 22:56:51 -0700 Subject: [MPlayer-users] using 3:2 pulldown In-Reply-To: <49E10743.5030908@telemail.fi> References: <49E10743.5030908@telemail.fi> Message-ID: <20090412225651.08ac6a4d.cooleyr@gmail.com> On Sun, 12 Apr 2009 00:10:27 +0300 Ismo Tanskanen wrote: > I live in pal land and I use my projector at 25hz frame rate. > I can also use it with 30hz. > 24hz is not supported :( > > I think using 3:2 pulldown should make picture more smoothly? Pulldown only works for INTERLACED displays. ie. your screen needs to be able to do 60Hz (or 50Hz), most certainly NOT 30/25. If it does, -vf telecine is the option you are looking for. From realsystem at gmail.com Mon Apr 13 08:30:10 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Mon, 13 Apr 2009 10:30:10 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090412021603.ff056aa8.onur@delipenguen.net> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> <20090412021603.ff056aa8.onur@delipenguen.net> Message-ID: <4c23cefe0904122330m1533d430vcbd8f87b06e9b195@mail.gmail.com> 2009/4/12 Onur K???k : > ?Also you are using the latest version 0.5.9 right ? > Yes, I'm using latest version -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From realsystem at gmail.com Mon Apr 13 08:31:01 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Mon, 13 Apr 2009 10:31:01 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090412021809.27537610.onur@delipenguen.net> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> <20090410101657.GA8939@1und1.de> <20090412021809.27537610.onur@delipenguen.net> Message-ID: <4c23cefe0904122331p232d5d90w1c37f2f9ba96f18f@mail.gmail.com> 2009/4/12 Onur K???k : > ?I have had some experience with microdia (and new name sn9c20x) with > mplayer and I did not hve any trouble with v4l2 (without libv4l stuff). > The problem may be at the driver side. > Ok, can you say who can help me on driver' questions? -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From ismot at telemail.fi Mon Apr 13 17:16:13 2009 From: ismot at telemail.fi (Ismo Tanskanen) Date: Mon, 13 Apr 2009 18:16:13 +0300 Subject: [MPlayer-users] using 3:2 pulldown In-Reply-To: <20090412225651.08ac6a4d.cooleyr@gmail.com> References: <49E10743.5030908@telemail.fi> <20090412225651.08ac6a4d.cooleyr@gmail.com> Message-ID: <49E3573D.6050502@telemail.fi> RC wrote: > On Sun, 12 Apr 2009 00:10:27 +0300 > Ismo Tanskanen wrote: > > >> I live in pal land and I use my projector at 25hz frame rate. >> I can also use it with 30hz. >> 24hz is not supported :( >> >> I think using 3:2 pulldown should make picture more smoothly? >> > > Pulldown only works for INTERLACED displays. ie. your screen needs > to be able to do 60Hz (or 50Hz), most certainly NOT 30/25. > > If it does, -vf telecine is the option you are looking for. > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > Thanks, I use 50Hz refresh rate on my projector and can switch to 60Hz with xrandr. But it is not indeed interlaced. anyway, I tried telecine filter, what seems to do exactly same than pullup - video plays a way too fast. I think it is because my projector is not interlaced? I also have tried using 1.04 speed mentioned here earlier, but it does not work, because I have digital audio out and videos mostly use DD sound, in that case mplayer seems to ignore speed command. With analog audio, speed 1.04 makes playback quite smooth, but not perfect. Any other way to correct framerate differencies? In windows I know there is program called "reclock" and people have reported success with it, but I wonder if there is anything similar in Linux or mplayer? - Kane From malte.gell at gmx.de Mon Apr 13 19:02:51 2009 From: malte.gell at gmx.de (Malte Gell) Date: Mon, 13 Apr 2009 19:02:51 +0200 Subject: [MPlayer-users] mplayer -dumpaudio crashes In-Reply-To: References: <200904121915.18346.malte.gell@gmx.de> <200904122214.54249.malte.gell@gmx.de> Message-ID: <200904131902.52274.malte.gell@gmx.de> Am Sonntag, 12. April 2009 23:44:04 schrieb Carl Eugen Hoyos: > Malte Gell gmx.de> writes: > > $ file stream.dump > > > > stream.dump: data > > What do mplayer stream.dump and ffmpeg -i stream.dump say? It says the following: (The original file is a *.flv from youtube, as andrew suggests, H.264 and AAC, so stream.dump was done with -dumpaudio) 1[malte_gell at linux-61r3]7430 19:01~/download/youtube> mplayer stream.dump MPlayer dev-SVN-r27637-4.3-openSUSE Linux 11.1 (i686)-Packman (C) 2000-2008 MPlayer Team CPU: AMD Athlon(tm) XP 2200+ (Family: 6, Model: 8, Stepping: 1) CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0 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 stream.dump. libavformat file format detected. !!! read_filepos differs!!! report this bug... LAVF_header: av_open_input_stream() failed Exiting... (End of file) From ashaduri at gmail.com Mon Apr 13 19:27:13 2009 From: ashaduri at gmail.com (Alexander Shaduri) Date: Mon, 13 Apr 2009 21:27:13 +0400 Subject: [MPlayer-users] Desync when using yadif=1 with mencoder, why? Message-ID: <20090413212713.02a7beb4@linux.localdomain> Hello all, I have this problem with mencoder: Whenever I try to encode with yadif=1 (50 fps output in case of PAL), I get a/v desync, about 150ms difference. That is, when I play the result with "mplayer -delay 0.15 test.avi", everything's ok. The command is: $ mencoder -sws 2 -vf yadif=1,harddup -ovc lavc -lavcopts \ vcodec=mpeg4:keyint=132:threads=2:vbitrate=1000 \ -fps 50 -ofps 50 -oac copy -dvd-device . dvd://1 -aid 0 -o test.avi -endpos 0:5:0 If I encode it with 25 fps output, there is no delay: $ mencoder -sws 2 -vf yadif=0,harddup -ovc lavc -lavcopts \ vcodec=mpeg4:keyint=132:threads=2:vbitrate=1000 -oac copy \ -dvd-device . dvd://1 -aid 0 -o test.avi -endpos 0:5:0 So, is there anything that causes this delay? I get it with any DVD I try to encode. Also, it always seems to be around 150ms. I don't have a problem with correcting it manually on the container level, but I need to know its exact value. I tried encoding the audio track too, demuxing / remuxing them, etc... Nothing seems to help. I'm attaching the output of the first mencoder command. Thanks, Alexander ------------------------------------------------------------------------- MEncoder SVN-r29121-4.2.1 (C) 2000-2009 MPlayer Team libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdread: Couldn't find device name. There are 1 titles on this DVD. There are 1 angles in this DVD title. audio stream: 0 format: mpeg1 (stereo) language: unknown aid: 0. audio stream: 1 format: ac3 (stereo) language: unknown aid: 129. number of audio channels on disk: 2. number of subtitles on disk: 0 success: format: 2 data: 0x0 - 0x1c74e000 MPEG-PS file format detected. VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 8197.6 kbps (1024.7 kbyte/s) [V] filefmt:2 fourcc:0x10000002 size:720x576 fps:25.000 ftime:=0.0400 Input fps will be interpreted as 50.000 instead. ========================================================================== Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ========================================================================== Opening video filter: [expand osd=1] Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1 Opening video filter: [harddup] Opening video filter: [yadif=1] ========================================================================== 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 appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Unsupported PixelFormat -1 Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2) ========================================================================== audiocodec: framecopy (format=50 chans=2 rate=48000 bits=16 B/s=32000 sample-1) 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. videocodec: libavcodec (720x576 fourcc=34504d46 [FMP4]) [mpeg2video @ 0x8e099d0]ac-tex damaged at 1 1 [mpeg2video @ 0x8e099d0]Warning MVs not available [mpeg2video @ 0x8e099d0]concealing 1575 DC, 1575 AC, 1575 MV errors Pos: 0.0s 1f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.000 [0:0] Pos: 0.0s 2f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.002 [0:0] New_Face failed. Maybe the font path is wrong. Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp header. Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp header. 1 duplicate frame(s)! Pos: 0.1s 3f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.004 [0:0] Pos: 0.1s 4f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.006 [0:0] Pos: 0.1s 5f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.008 [0:0] Pos: 0.2s 6f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.010 [0:0] Pos: 0.2s 7f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.012 [0:0] Pos: 0.3s 8f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.014 [0:0] Pos: 0.3s 9f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.016 [0:0] Pos: 0.3s 10f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.018 [0:0] Pos: 0.4s 11f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.020 [0:0] Pos: 0.4s 12f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.022 [0:0] Pos: 0.5s 13f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.024 [0:0] Pos: 0.5s 14f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.026 [0:0] Pos: 0.5s 15f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.028 [0:0] Pos: 0.6s 16f ( 0%) 15.22fps Trem: 0min 0mb A-V:0.030 [0:256] Pos: 0.6s 17f ( 0%) 15.37fps Trem: 0min 0mb A-V:0.032 [0:256] Pos: 0.7s 18f ( 0%) 15.41fps Trem: 0min 0mb A-V:0.034 [0:256] Pos: 0.7s 19f ( 0%) 15.54fps Trem: 0min 0mb A-V:0.036 [0:256] Pos: 0.7s 20f ( 0%) 15.67fps Trem: 0min 0mb A-V:0.038 [0:256] Pos: 0.8s 21f ( 0%) 15.86fps Trem: 0min 0mb A-V:0.040 [0:256] Pos: 0.8s 22f ( 0%) 16.26fps Trem: 0min 0mb A-V:0.042 [0:256] Skipping frame! Pos: 0.8s 23f ( 0%) 17.00fps Trem: 0min 0mb A-V:0.024 [0:256] Pos: 0.9s 24f ( 0%) 17.49fps Trem: 0min 0mb A-V:0.026 [0:256] Pos: 0.9s 25f ( 0%) 17.99fps Trem: 0min 0mb A-V:0.028 [0:256] Pos: 0.9s 26f ( 0%) 18.44fps Trem: 0min 0mb A-V:0.030 [0:256] Pos: 1.0s 27f ( 0%) 18.83fps Trem: 0min 0mb A-V:0.032 [0:256] Pos: 1.0s 28f ( 0%) 19.22fps Trem: 0min 0mb A-V:0.034 [1760:256] Pos: 1.1s 29f ( 0%) 19.57fps Trem: 0min 0mb A-V:0.036 [1727:256] Pos: 1.1s 30f ( 0%) 19.87fps Trem: 0min 0mb A-V:0.038 [1708:256] Pos: 1.1s 31f ( 0%) 20.29fps Trem: 0min 0mb A-V:0.040 [1679:256] Pos: 1.2s 32f ( 0%) 20.69fps Trem: 0min 0mb A-V:0.042 [1652:256] Skipping frame! Pos: 1.2s 33f ( 0%) 21.29fps Trem: 0min 0mb A-V:0.024 [1652:256] Pos: 1.2s 34f ( 0%) 21.68fps Trem: 0min 0mb A-V:0.026 [1628:256] Pos: 1.3s 35f ( 0%) 22.03fps Trem: 0min 0mb A-V:0.028 [1610:256] Pos: 1.3s 36f ( 0%) 22.32fps Trem: 0min 0mb A-V:0.030 [1588:256] Pos: 1.3s 37f ( 0%) 22.67fps Trem: 0min 0mb A-V:0.032 [1570:256] Pos: 1.4s 38f ( 0%) 23.03fps Trem: 0min 0mb A-V:0.034 [1554:256] Pos: 1.4s 39f ( 0%) 23.37fps Trem: 0min 0mb A-V:0.035 [1537:256] Pos: 1.5s 40f ( 0%) 23.71fps Trem: 0min 0mb A-V:0.037 [1523:256] Pos: 1.5s 41f ( 0%) 23.91fps Trem: 0min 0mb A-V:0.039 [1508:256] Pos: 1.5s 42f ( 0%) 24.22fps Trem: 0min 0mb A-V:0.041 [1492:256] Skipping frame! Pos: 1.5s 43f ( 0%) 24.78fps Trem: 0min 0mb A-V:0.023 [1492:256] Pos: 1.6s 44f ( 0%) 25.10fps Trem: 0min 0mb A-V:0.025 [1481:256] Pos: 1.6s 45f ( 0%) 25.34fps Trem: 0min 0mb A-V:0.027 [1471:256] Pos: 1.7s 46f ( 0%) 25.63fps Trem: 0min 0mb A-V:0.029 [1459:256] Pos: 1.7s 47f ( 0%) 25.84fps Trem: 0min 0mb A-V:0.031 [1452:256] Pos: 1.7s 48f ( 0%) 26.04fps Trem: 0min 0mb A-V:0.033 [1442:256] Pos: 1.8s 49f ( 0%) 26.29fps Trem: 0min 0mb A-V:0.035 [1435:256] Pos: 1.8s 50f ( 0%) 26.54fps Trem: 0min 0mb A-V:0.037 [1430:256] Pos: 1.9s 51f ( 0%) 26.72fps Trem: 0min 0mb A-V:0.035 [1423:256] Pos: 1.9s 52f ( 0%) 26.89fps Trem: 0min 0mb A-V:0.033 [1417:256] Pos: 1.9s 53f ( 0%) 27.08fps Trem: 0min 0mb A-V:0.033 [1410:256] Pos: 2.0s 54f ( 0%) 27.26fps Trem: 0min 0mb A-V:0.035 [1402:256] Pos: 2.0s 55f ( 0%) 27.45fps Trem: 0min 0mb A-V:0.037 [1396:256] Pos: 2.1s 56f ( 0%) 27.65fps Trem: 0min 0mb A-V:0.039 [1392:256] Pos: 2.1s 57f ( 0%) 27.86fps Trem: 0min 0mb A-V:0.041 [1384:256] Skipping frame! Pos: 2.1s 58f ( 0%) 28.33fps Trem: 0min 0mb A-V:0.023 [1384:256] Pos: 2.1s 59f ( 0%) 28.56fps Trem: 0min 0mb A-V:0.025 [1380:256] Pos: 2.2s 60f ( 0%) 28.67fps Trem: 0min 0mb A-V:0.027 [1378:256] Pos: 2.2s 61f ( 0%) 28.83fps Trem: 0min 0mb A-V:0.029 [1369:256] Pos: 2.3s 62f ( 0%) 29.01fps Trem: 0min 0mb A-V:0.031 [1362:256] Pos: 2.3s 63f ( 0%) 29.17fps Trem: 0min 0mb A-V:0.029 [1352:256] Pos: 2.3s 64f ( 0%) 29.30fps Trem: 0min 0mb A-V:0.027 [1345:256] Pos: 2.4s 65f ( 0%) 29.44fps Trem: 0min 0mb A-V:0.025 [1337:256] Pos: 2.4s 66f ( 0%) 29.57fps Trem: 0min 0mb A-V:0.024 [1329:256] Pos: 2.5s 67f ( 0%) 29.76fps Trem: 0min 0mb A-V:0.025 [1326:256] Pos: 2.5s 68f ( 0%) 29.89fps Trem: 0min 0mb A-V:0.027 [1318:256] Pos: 2.5s 69f ( 0%) 30.00fps Trem: 0min 0mb A-V:0.029 [1315:256] Pos: 2.6s 70f ( 0%) 30.13fps Trem: 0min 0mb A-V:0.031 [1308:256] Pos: 2.6s 71f ( 0%) 30.28fps Trem: 0min 0mb A-V:0.033 [1301:256] Pos: 2.7s 72f ( 0%) 30.38fps Trem: 0min 0mb A-V:0.035 [1422:256] Pos: 2.7s 73f ( 0%) 30.51fps Trem: 0min 0mb A-V:0.037 [1413:256] Pos: 2.7s 74f ( 0%) 30.62fps Trem: 0min 0mb A-V:0.039 [1405:256] Pos: 2.8s 75f ( 0%) 30.80fps Trem: 0min 0mb A-V:0.037 [1396:256] Pos: 2.8s 76f ( 0%) 30.94fps Trem: 0min 0mb A-V:0.035 [1389:256] Pos: 2.9s 77f ( 0%) 31.11fps Trem: 0min 0mb A-V:0.033 [1384:256] Pos: 2.9s 78f ( 0%) 31.25fps Trem: 0min 0mb A-V:0.031 [1374:256] Pos: 2.9s 79f ( 0%) 31.37fps Trem: 0min 0mb A-V:0.031 [1369:256] Pos: 3.0s 80f ( 0%) 31.56fps Trem: 0min 0mb A-V:0.033 [1361:256] Pos: 3.0s 81f ( 0%) 31.73fps Trem: 0min 0mb A-V:0.035 [1354:256] Pos: 3.1s 82f ( 0%) 31.88fps Trem: 0min 0mb A-V:0.037 [1350:256] Pos: 3.1s 83f ( 0%) 32.02fps Trem: 0min 0mb A-V:0.039 [1344:256] Pos: 3.1s 84f ( 0%) 32.15fps Trem: 0min 0mb A-V:0.041 [1339:256] Skipping frame! Pos: 3.1s 85f ( 0%) 32.52fps Trem: 0min 0mb A-V:0.023 [1339:256] Pos: 3.2s 86f ( 0%) 32.64fps Trem: 0min 0mb A-V:0.025 [1337:256] <---------------------------------------------> nothing interesting after this point, no skipping /duplicate frame messages. <---------------------------------------------> Pos: 300.0s 7507f ( 6%) 45.59fps Trem: 40min 704mb A-V:-0.011 [1005:256] Pos: 300.0s 7508f ( 6%) 45.58fps Trem: 40min 704mb A-V:-0.009 [1005:256] Flushing video frames. Writing index... Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp header. Video stream: 1005.319 kbit/s (125664 B/s) size: 37701994 bytes 300.020 secs 7508 frames Audio stream: 256.000 kbit/s (32000 B/s) size: 9600000 bytes 300.000 secs From cehoyos at ag.or.at Mon Apr 13 19:37:10 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Mon, 13 Apr 2009 17:37:10 +0000 (UTC) Subject: [MPlayer-users] mplayer -dumpaudio crashes References: <200904121915.18346.malte.gell@gmx.de> <200904122214.54249.malte.gell@gmx.de> <200904131902.52274.malte.gell@gmx.de> Message-ID: Malte Gell gmx.de> writes: > MPlayer dev-SVN-r27637-4.3-openSUSE Linux 11.1 (i686)-Packman (C) 2000-2008 Please try latest MPlayer svn before reporting problems. (But at least update to latest Packman.) Carl Eugen From pagan1 at gmx.de Mon Apr 13 23:10:28 2009 From: pagan1 at gmx.de (Pagan) Date: Mon, 13 Apr 2009 23:10:28 +0200 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd Message-ID: <49E3AA44.3000908@gmx.de> Hi dear friends of mplayer/mencoder, could someone please enlighten me about the following subject, google did not provide anything conclusive: I want to somehow change a mpeg2 stream recorded from dvb-s via e.g. cat /dev/dvb/adapter0/dvr0 > rec.mpg to dvd-compatible mpeg2, without reencoding it. There is software like project-x which can do this, but i would prefer doing it, if possible, with mencoder. Many thanks in advance Daniel Leese From cehoyos at ag.or.at Mon Apr 13 23:36:33 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Mon, 13 Apr 2009 21:36:33 +0000 (UTC) Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd References: <49E3AA44.3000908@gmx.de> Message-ID: Pagan gmx.de> writes: > I want to somehow change a mpeg2 stream recorded from dvb-s via e.g. cat > /dev/dvb/adapter0/dvr0 > rec.mpg to dvd-compatible mpeg2, without > reencoding it. projectx, mplex and dvdauthor (some/most dvd player also accept mplex' plain MPEG files on a dvd, without the IFO's etc. dvdauthor provides) Note that the question is off-topic, Carl Eugen From dalgoda+mplayer at gmail.com Mon Apr 13 23:55:48 2009 From: dalgoda+mplayer at gmail.com (Mike Castle) Date: Mon, 13 Apr 2009 14:55:48 -0700 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: References: <49E3AA44.3000908@gmx.de> Message-ID: <537f90650904131455v5bf1d164t4d00a0b8b7a70f04@mail.gmail.com> On Mon, Apr 13, 2009 at 2:36 PM, Carl Eugen Hoyos wrote: > Note that the question is off-topic, Carl Eugen mencoder questions are off topic? From pagan1 at gmx.de Tue Apr 14 00:19:51 2009 From: pagan1 at gmx.de (Pagan) Date: Tue, 14 Apr 2009 00:19:51 +0200 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: References: <49E3AA44.3000908@gmx.de> Message-ID: <49E3BA87.6010509@gmx.de> Carl Eugen Hoyos wrote: > projectx, mplex and dvdauthor (some/most dvd player also accept mplex' plain > MPEG files on a dvd, without the IFO's etc. dvdauthor provides) > > Note that the question is off-topic, Carl Eugen Thanks for the reply. Like Mike Castle, i don't think mencoder is off-topic. I would like to do the "transcoding" stuff with mencoder as it's currenty the only encoder available on my dreambox (linux dvb-s receiver). From dalgoda+mplayer at gmail.com Tue Apr 14 01:04:43 2009 From: dalgoda+mplayer at gmail.com (Mike Castle) Date: Mon, 13 Apr 2009 16:04:43 -0700 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: <49E3BA87.6010509@gmx.de> References: <49E3AA44.3000908@gmx.de> <49E3BA87.6010509@gmx.de> Message-ID: <537f90650904131604w44191d50ke204997e8cba470b@mail.gmail.com> On Mon, Apr 13, 2009 at 3:19 PM, Pagan wrote: > I would like to do the "transcoding" stuff with mencoder What about: mencoder -ovc copy -oac copy -of mpeg -o output.mpg input... From cooleyr at gmail.com Tue Apr 14 05:16:32 2009 From: cooleyr at gmail.com (RC) Date: Mon, 13 Apr 2009 20:16:32 -0700 Subject: [MPlayer-users] using 3:2 pulldown In-Reply-To: <49E3573D.6050502@telemail.fi> References: <49E10743.5030908@telemail.fi> <20090412225651.08ac6a4d.cooleyr@gmail.com> <49E3573D.6050502@telemail.fi> Message-ID: <20090413201632.3cd251b7.cooleyr@gmail.com> On Mon, 13 Apr 2009 18:16:13 +0300 Ismo Tanskanen wrote: > I use 50Hz refresh rate on my projector and can switch to 60Hz with > xrandr. But it is not indeed interlaced. You can use tfields after telecine to get it pretty close to working. > anyway, I tried telecine filter, what seems to do exactly same than > pullup - video plays a way too fast. I think it is because my > projector is not interlaced? Nope, certainly not. -- Don't trust me! I'm wrong! From cooleyr at gmail.com Tue Apr 14 05:19:40 2009 From: cooleyr at gmail.com (RC) Date: Mon, 13 Apr 2009 20:19:40 -0700 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: <49E3BA87.6010509@gmx.de> References: <49E3AA44.3000908@gmx.de> <49E3BA87.6010509@gmx.de> Message-ID: <20090413201940.0e3fe51d.cooleyr@gmail.com> On Tue, 14 Apr 2009 00:19:51 +0200 Pagan wrote: > I would like to do the "transcoding" stuff with mencoder as it's > currenty the only encoder available on my dreambox (linux dvb-s > receiver). You can't reencode without reencoding... And you certainly can't do it with an encoder... -- Don't trust me! I'm wrong! From Nicola.Sabbi at poste.it Tue Apr 14 10:02:47 2009 From: Nicola.Sabbi at poste.it (Nico Sabbi) Date: Tue, 14 Apr 2009 10:02:47 +0200 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: <537f90650904131604w44191d50ke204997e8cba470b@mail.gmail.com> References: <49E3AA44.3000908@gmx.de> <49E3BA87.6010509@gmx.de> <537f90650904131604w44191d50ke204997e8cba470b@mail.gmail.com> Message-ID: <200904141002.48011.Nicola.Sabbi@poste.it> On Tuesday 14 April 2009 01:04:43 Mike Castle wrote: > On Mon, Apr 13, 2009 at 3:19 PM, Pagan wrote: > > I would like to do the "transcoding" stuff with mencoder > > What about: > > mencoder -ovc copy -oac copy -of mpeg -o output.mpg input... + -mpegopts format=dvd:tsaf From pagan1 at gmx.de Tue Apr 14 23:32:07 2009 From: pagan1 at gmx.de (Pagan) Date: Tue, 14 Apr 2009 23:32:07 +0200 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: <200904141002.48011.Nicola.Sabbi@poste.it> References: <49E3AA44.3000908@gmx.de> <49E3BA87.6010509@gmx.de> <537f90650904131604w44191d50ke204997e8cba470b@mail.gmail.com> <200904141002.48011.Nicola.Sabbi@poste.it> Message-ID: <49E500D7.5030001@gmx.de> Many thanks, Mike and Nico, this seems to work just fine. At least my no-name DVD player plays it ;-) >> mencoder -ovc copy -oac copy -of mpeg -o output.mpg input... > > + > -mpegopts format=dvd:tsaf From justinsmith2009 at gmail.com Wed Apr 15 03:02:07 2009 From: justinsmith2009 at gmail.com (Justin Smith) Date: Tue, 14 Apr 2009 18:02:07 -0700 Subject: [MPlayer-users] visualization plugin Message-ID: Hello, I have been searching for an audio player on Linux that does visualization. Wanted to know if mplayer supports visualization. I read about some plugins online, and even questions on this forum, but haven't found the plugin yet. There are some comments on freevo site that they do have an mplayer visualization plugin. Can somebody help me with getting the visualization plugin? Thanks, Justin From bbutscheidt at yahoo.de Wed Apr 15 19:07:21 2009 From: bbutscheidt at yahoo.de (Bernd Butscheidt) Date: Wed, 15 Apr 2009 17:07:21 +0000 (GMT) Subject: [MPlayer-users] loosing part of the picture with resizing? Message-ID: <359567.78040.qm@web26501.mail.ukl.yahoo.com> Hello, I converted a Pal TV recording to avi using lavc and the following option to resize the video (original resolution 720*576, aspect ratio 16:9): -vf scale -sws 2 -zoom -xy 720 The goal was to create a resolution with an aspect ratio of 16:9. The output had the resolution 720*404, so everything seemed fine. When I compared the original TV-Recording with my encoding, I noticed the a small but noticeable part of the lower picture was missing, like I "cropped" some lines instead of resizing them. Is this normal when resizing with bicubic? Is there an alternative for resizing without being some part of the picture being cropped? Thanks for any help in advance Bernd B. From amidk75 at gmail.com Wed Apr 15 20:20:36 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Wed, 15 Apr 2009 20:20:36 +0200 Subject: [MPlayer-users] loosing part of the picture with resizing? In-Reply-To: <359567.78040.qm@web26501.mail.ukl.yahoo.com> References: <359567.78040.qm@web26501.mail.ukl.yahoo.com> Message-ID: <49E62574.2050307@gmail.com> Bernd Butscheidt pisze: > Hello, > I converted a Pal TV recording to avi using lavc and the following > option to resize the video (original resolution 720*576, aspect ratio > 16:9): > -vf scale -sws 2 -zoom -xy 720 > The goal was to create a resolution with an aspect ratio of 16:9. > The output had the resolution 720*404, so everything seemed fine. > When I compared the original TV-Recording with my encoding, I noticed > the a small but noticeable part of the lower picture was missing, > like I "cropped" some lines instead of resizing them. > Is this normal when resizing with bicubic? Is there an alternative > for resizing without being some part of the picture being cropped? > Thanks for any help in advance Bernd B. you must use either "-vf scale=720,-2,expand=:::::16/9:16" or "-zoom -xy 720" but not both -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From bbutscheidt at yahoo.de Thu Apr 16 15:25:33 2009 From: bbutscheidt at yahoo.de (Bernd Butscheidt) Date: Thu, 16 Apr 2009 13:25:33 +0000 (GMT) Subject: [MPlayer-users] loosing part of the picture with resizing? In-Reply-To: <49E62574.2050307@gmail.com> References: <359567.78040.qm@web26501.mail.ukl.yahoo.com> <49E62574.2050307@gmail.com> Message-ID: <442522.18332.qm@web26505.mail.ukl.yahoo.com> > you must use either "-vf scale=720,-2,expand=:::::16/9:16" or "-zoom -xy 720" but not both Thanks for the hints. Trying "-zoom -xy 720" alone changes nothing, the resolution stays at 720*576 "-vf scale=720:-2,expand=:::::16/9:16" works and the good news: no picture content is left out. But I am still confused: - Why do I need the video filter expand on top? Leaving it out leads to the resolution 720*406 (using 720:-2) or 720*400 (using 720:-10). Using the expand filter on top leads to a resolution of 736*416. - I would have expected to use "-vf scale=720:-3" or "-vf scale=720:-11" to use the original aspect ratio instead of the "prescaled" (I tried it, the resolution doesen't change again and stays at 720*576 although mencoder recognizes it as 16:9). Where is the aspect ratio prescaled? Thanks again for any answers Bernd B. From rray_1 at comcast.net Thu Apr 16 15:51:37 2009 From: rray_1 at comcast.net (rray_1 at comcast.net) Date: Thu, 16 Apr 2009 08:51:37 -0500 (CDT) Subject: [MPlayer-users] Adding memory to systems screws up playback Message-ID: I increased my system memory from 2GB to 4GB and mplayer is not happy mplayer-export-2009-04-14/bin/mplayer -vo zr 2009-04-15_20\:00\:01.mpg MPlayer SVN-r29178-snapshot-4.1.2 (C) 2000-2009 MPlayer Team Playing 2009-04-15_20:00:01.mpg. MPEG-PS file format detected. VIDEO: MPEG2 720x480 (aspect 2) 29.970 fps 9000.0 kbps (1125.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: [ffmpeg] FFmpeg's libavcodec codec family Unsupported PixelFormat -1 Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2) ========================================================================== ========================================================================== 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) [Mixer] No hardware mixing, inserting volume filter. Starting playback... a52: CRC check failed! 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: [zr] 720x480 => 720x540 Planar YV12 zr: error waiting for buffers to become free/ 3 ??% ??% ??,?% 0 0 zr: error queueing buffer for playback zr: error waiting for buffers to become free/ 4 ??% ??% ??,?% 0 0 zr: error queueing buffer for playback zr: error waiting for buffers to become free/ 5 ??% ??% ??,?% 1 0 zr: error queueing buffer for playback System board is Intel DG965OT Has 4 memory slots I've had the machine for a couple of years with 2 1GB dimms in slots 1 & 3 I added 2 1GB dimms in slots 2 & 4 As far as I can tell everything is working OK except for mplayer Dmesg shows Apr 16 08:41:42 rray2 kernel: LML33[0]: jpg_sync() - timeout: codec isr=0x03 Apr 16 08:41:47 rray2 kernel: LML33[0]: zoran_close(mplayer, pid=[11648]), users (+)=1 I removed the original dimms and put the new ones in slots 1 & 3, 2GB Mplayer works OK Put original dimms in slots 2 & 4 and mplayer fails, 4GB total I'm running CentOS 5.2 with kernel-2.6.18-92.1.22.el5.centos.plus.x86_64 Any suggestions Thanks Richard From mosgalin at VM10124.spb.edu Thu Apr 16 16:24:30 2009 From: mosgalin at VM10124.spb.edu (Vladimir Mosgalin) Date: Thu, 16 Apr 2009 18:24:30 +0400 Subject: [MPlayer-users] Adding memory to systems screws up playback In-Reply-To: References: Message-ID: <20090416142430.GA13356@VM10124.spb.edu> Hi rray_1 at comcast.net! On 2009.04.16 at 08:51:37 -0500, rray_1 at comcast.net wrote next: > System board is Intel DG965OT > Has 4 memory slots > I've had the machine for a couple of years with 2 1GB dimms in slots 1 & 3 > I added 2 1GB dimms in slots 2 & 4 > As far as I can tell everything is working OK except for mplayer > > Dmesg shows > Apr 16 08:41:42 rray2 kernel: LML33[0]: jpg_sync() - timeout: codec > isr=0x03 > Apr 16 08:41:47 rray2 kernel: LML33[0]: zoran_close(mplayer, > pid=[11648]), users > (+)=1 > > I removed the original dimms and put the new ones in slots 1 & 3, 2GB > Mplayer works OK > Put original dimms in slots 2 & 4 and mplayer fails, 4GB total > > > I'm running CentOS 5.2 with kernel-2.6.18-92.1.22.el5.centos.plus.x86_64 > > Any suggestions I think you should report it to kernel developers or zoran (kernel) driver maintainers. However don't think there is lot of help you can get with your kernel. You should try upgrading to centos 5.3 for a start, still, not sure if kernel developers will take your report (kernel too old), and since it isn't Redhat, you won't get too much attention from redhat developers too. Still, try reporting it both to kernel and redhat bugzilla (after upgrading to 5.3 and 2.6.18-128.1.6, that is). -- Vladimir From giorgio at mente-locale.com Thu Apr 16 15:38:46 2009 From: giorgio at mente-locale.com (Giorgio Tiranti) Date: Thu, 16 Apr 2009 15:38:46 +0200 Subject: [MPlayer-users] Mplayer and timecode with mplayerd and -slave Message-ID: <49E734E6.1000903@mente-locale.com> Hello, I'm using Mplayerd as tcp-ip listener for Mplayer. I've tried both locally (through loopback) and remotely (through the intranet) but there's no way to get the time pasted since the beginnig of file. I've tried then with mplayer in slave mode, but with same results. Mplayer always tells me the time is "0". I'm trying this with h264 file 1920x1080, encoded with ProCoder in CBR 1pass 8000kbps. What I should do is use this mplayerd to remote mplayer via tcp-ip with an interface built in processing (processing.org), it works for all commands execpt the time position during the clip. Can someone help me solving this "timecode" issue? Giorgio From hibikikanzaki at gmail.com Thu Apr 16 19:35:37 2009 From: hibikikanzaki at gmail.com (Hibiki Kanzaki) Date: Thu, 16 Apr 2009 10:35:37 -0700 Subject: [MPlayer-users] mencoder ... -hr-edl-seek ... -endpos Message-ID: <8c237ea80904161035x522e59e9y520bbe7ffd9a4b6a@mail.gmail.com> I am trying to transcode a video using an edl edit list with -hr-edl-seek. It works great except it keeps going to the end of the title even when I am just trying to pull something out of the early part. I tried -endpos, but it does not stop; I suspect -endpos is applying itself to the output rather than the input; if so, that kind of sucks because I do not know in advance exactly how big the output file will be... From amidk75 at gmail.com Thu Apr 16 19:44:53 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Thu, 16 Apr 2009 19:44:53 +0200 Subject: [MPlayer-users] loosing part of the picture with resizing? In-Reply-To: <442522.18332.qm@web26505.mail.ukl.yahoo.com> References: <359567.78040.qm@web26501.mail.ukl.yahoo.com> <49E62574.2050307@gmail.com> <442522.18332.qm@web26505.mail.ukl.yahoo.com> Message-ID: <49E76E95.5010501@gmail.com> Bernd Butscheidt pisze: > But I am still confused: > - Why do I need the video filter expand on top? Leaving it out leads to > the resolution 720*406 (using 720:-2) or 720*400 (using 720:-10). > Using the expand filter on top leads to a resolution of 736*416. Some encoders like it to be multiple of 16 or 8 - read about desired encoder and it's limitations ( AVC *likes* dimension to be a multiple of 16 where MPEG2 *needs* it to be multiple of 16 - macroblock 16x16 ) > - I would have expected to use "-vf scale=720:-3" or "-vf scale=720:-11" > to use the original aspect ratio instead of the "prescaled" (I tried it, > the resolution doesen't change again and stays at 720*576 although > mencoder recognizes it as 16:9). Where is the aspect ratio prescaled? Maybe "prescaled" means scale to square pixels where "original"is to preserve anamorphic pixels... In the example maybe it will be a better option to expand without given aspect: "-vf scale=720:-2,expand=::::::16" -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From geoff at hughes.net Thu Apr 16 22:38:44 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 16 Apr 2009 13:38:44 -0700 Subject: [MPlayer-users] sound leads video Message-ID: <1239914324.14061.1@mtranch.mtranch.com> I doubt that this is an mplayer problem, but pointers would be appreciated. I'm recording OTA HD TV using aan HD HomeRun tuner, which saves the content as an mp2 file. When playing the file, sometimes the sound leads the video by several seconds. I've attemted to correct this using the several mplayer controls that appear to be intended to adjust the sync; perhaps several seconds of lead is outside the design parameters? It could also be that the HD HomeRun is starting the stream incorrectly, although there seem to be no other reports of a similar problem. Ideas? I'd particularly appreciate some way do determine exactly what's wrong with the mp2 file. Thanks. From amadeirabus at gmail.com Fri Apr 17 06:14:48 2009 From: amadeirabus at gmail.com (Andre Madeira) Date: Fri, 17 Apr 2009 00:14:48 -0400 Subject: [MPlayer-users] A/V out-of-sync using vdpau on rev. 29185 In-Reply-To: <7b4c040f0904161954w1c94850cw51a5699f960e0e6b@mail.gmail.com> References: <7b4c040f0904161954w1c94850cw51a5699f960e0e6b@mail.gmail.com> Message-ID: <7b4c040f0904162114s5703d2ebye9478e1e2d2e8bc@mail.gmail.com> Hello mplayer-users. I'm trying to play AVCHD h264/AC3 files with mplayer on my linux box. I can play them fine using mplayer+CoreAvc-for-linux with 60-70% CPU utilization. However, I'd like to add support in ffmpeg so I can edit them using kdenlive (the coreavc-for-linux solution uses dshowserver, which ffmpeg cannot use). Another goal is to reduce CPU utilization by using mplayer+VDPAU. I've tried the latest NVIDIA vdpau patches (mplayer-vdpau-3532130.tar.bz2) from ftp://download.nvidia.com/XFree86/vdpau/, which according to the ./checkout-patch-build.sh script, checks out mplayer rev. 28348 and applies its set of patches. The playback I get is great, no A/V out-of-sync issues. However, there's no de-interlacing support and most (actually all) of my h264 videos (those from my Panasonic HDC-SD1) are interlaced. I noticed that the HEAD rev (29185 at this time) added support for de-int and decided to try it out. Unfortunately, although the de-int support works perfectly, I'm getting A/V out-of-sync issues regardless if vdpau:deint is set or not. Outputs are below. Any help is appreciated. Thanks, Andre => add't info: Ubuntu 8.10 intrepid Linux xxx 2.6.27-11-generic #1 SMP Wed Apr 1 20:53:41 UTC 2009 x86_64 GNU/Linux Intel(R) Pentium(R) D CPU 3.00GHz CPU is about 25-30% during playback on either case. EVGA NVIDIA GeForce 9500 GT w/ NVIDIA 180.44 drivers. -- ===================================================== Output from rev. 29185 $ ./mplayer -vo vdpau -vc ffh264vdpau -demuxer lavf myfilename.m2ts MPlayer SVN-r29185-4.3.2 (C) 2000-2009 MPlayer Team 137 audio & 297 video codecs Playing /mnt/nasnfs/Videos/Camcorder/Links/090317_1_00003.m2ts. libavformat file format detected. LAVF: Program 1 [lavf] Video stream found, -vid 0 [lavf] Audio stream found, -aid 1 VIDEO: [H264] 1440x1080 0bpp 59.940 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Forced video codec: ffh264vdpau Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family [VD_FFMPEG] XVMC-accelerated MPEG-2. Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU)) ========================================================================== ========================================================================== 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... [VD_FFMPEG] XVMC-accelerated MPEG-2. VDec: vo config request - 1440 x 1080 (preferred colorspace: H.264 VDPAU acceleration) VDec: using H.264 VDPAU acceleration as output csp (no 0) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [vdpau] 1440x1080 => 1920x1080 H.264 VDPAU acceleration [ASPECT] Warning: No suitable new res found! pts value < previousV: 0.079 ct: -0.005 0/ 0 ??% ??% ??,?% 12 0 pts value < previousV: 0.030 ct: -0.010 0/ 0 ??% ??% ??,?% 17 0 pts value < previousV: 0.026 ct: -0.005 0/ 0 ??% ??% ??,?% 17 0 pts value < previousV: 0.075 ct: -0.000 0/ 0 41% 33% 2.2% 17 0 pts value < previousV: 0.119 ct: 0.005 0/ 0 35% 32% 2.1% 17 0 pts value < previousV: 0.165 ct: 0.010 0/ 0 30% 29% 2.0% 17 0 pts value < previousV: 0.209 ct: 0.015 0/ 0 27% 28% 2.0% 17 0 pts value < previousV: 0.255 ct: 0.020 0/ 0 25% 27% 1.9% 17 0 pts value < previousV: 0.300 ct: 0.025 0/ 0 23% 26% 1.9% 17 0 pts value < previousV: 0.344 ct: 0.030 0/ 0 21% 26% 1.9% 17 0 pts value < previousV: 0.390 ct: 0.035 0/ 0 20% 26% 1.8% 17 0 pts value < previousV: 0.434 ct: 0.040 0/ 0 19% 26% 1.8% 17 0 pts value < previousV: 0.479 ct: 0.045 0/ 0 18% 26% 1.8% 17 0 pts value < previousV: 0.525 ct: 0.050 0/ 0 17% 26% 1.8% 17 0 pts value < previousV: 0.569 ct: 0.055 0/ 0 17% 26% 1.8% 17 0 pts value < previousV: 0.609 ct: 0.060 0/ 0 16% 26% 1.8% 17 0 pts value < previousV: 0.661 ct: 0.065 0/ 0 15% 25% 1.8% 17 0 pts value < previousV: 0.703 ct: 0.070 0/ 0 15% 25% 1.7% 17 0 pts value < previousV: 0.749 ct: 0.075 0/ 0 16% 24% 1.7% 17 0 pts value < previousV: 0.795 ct: 0.080 0/ 0 16% 24% 1.7% 17 0 pts value < previousV: 0.840 ct: 0.085 0/ 0 15% 24% 1.7% 17 0 pts value < previousV: 0.885 ct: 0.090 0/ 0 15% 24% 1.7% 17 0 .... ===================================================== Output from rev. 28348 + NVIDIA patches (irrelevant parts omitted): $ ./mplayer -vo vdpau -vc ffh264vdpau -demuxer lavf myfilename.m2ts MPlayer dev-SVN-r28348-4.3.2 (C) 2000-2009 MPlayer Team CPU: Intel(R) Pentium(R) D CPU 3.00GHz (Family: 15, Model: 6, Stepping: 2) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 parse error at line 309 Playing /mnt/nasnfs/Videos/Camcorder/Links/090317_1_00003.m2ts. libavformat file format detected. LAVF: Program 1 [lavf] Video stream found, -vid 0 [lavf] Audio stream found, -aid 1 VIDEO: [H264] 1440x1080 0bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Forced video codec: ffh264vdpau Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family [VD_FFMPEG] VDPAU accelerated codec. Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU)) ========================================================================== ========================================================================== 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 - 1440 x 1080 (preferred colorspace: H.264 HIGH VDPAU acceleration) VDec: using H.264 HIGH VDPAU acceleration as output csp (no 2) Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [vdpau] 1440x1080 => 1920x1080 H.264 HIGH VDPAU acceleration [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! pts value <= previous: 0.257 ct: -0.003 0/ 0 ??% ??% ??,?% 8 0 pts value <= previous: 0.222 ct: -0.013 0/ 0 ??% ??% ??,?% 14 0 pts value <= previous: 0.175 ct: -0.023 0/ 0 ??% ??% ??,?% 19 0 pts value <= previous: 0.129 ct: -0.033 0/ 0 ??% ??% ??,?% 23 0 pts value <= previous: 0.087 ct: -0.042 0/ 0 77% 36% 3.2% 28 0 pts value <= previous: 0.038 ct: -0.049 0/ 0 67% 35% 2.8% 31 0 pts value <= previous: 0.028 ct: -0.054 0/ 0 61% 39% 2.6% 33 0 pts value <= previous: 0.046 ct: -0.057 0/ 0 57% 45% 2.5% 34 0 pts value <= previous: 0.009 ct: -0.058 0/ 0 51% 45% 2.3% 34 0 pts value <= previous: -0.007 ct: -0.060 0/ 0 47% 44% 2.2% 34 0 pts value <= previous: -0.005 ct: -0.062 0/ 0 44% 42% 2.1% 34 0 pts value <= previous: -0.004 ct: -0.063 0/ 0 41% 40% 2.2% 34 0 pts value <= previous: -0.003 ct: -0.064 0/ 0 38% 39% 2.1% 34 0 pts value <= previous: -0.002 ct: -0.065 0/ 0 36% 38% 2.2% 34 0 pts value <= previous: 0.001 ct: -0.065 0/ 0 35% 37% 2.2% 34 0 .... From cehoyos at ag.or.at Fri Apr 17 08:37:48 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Fri, 17 Apr 2009 06:37:48 +0000 (UTC) Subject: [MPlayer-users] A/V out-of-sync using vdpau on rev. 29185 References: <7b4c040f0904161954w1c94850cw51a5699f960e0e6b@mail.gmail.com> <7b4c040f0904162114s5703d2ebye9478e1e2d2e8bc@mail.gmail.com> Message-ID: Andre Madeira gmail.com> writes: > I noticed that the HEAD rev (29185 at this time) added support for de-int > and decided to try it out. Unfortunately, although the de-int support works > perfectly, I'm getting A/V out-of-sync issues regardless if vdpau:deint is > set or not. Outputs are below. http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-March/076319.html Note that the work-around does not fix all files (but the ones that do not work will also fail with older mplayer versions). Carl Eugen From dnlobo at gmail.com Fri Apr 17 14:44:49 2009 From: dnlobo at gmail.com (Daniel Lobo) Date: Fri, 17 Apr 2009 14:44:49 +0200 Subject: [MPlayer-users] How to force a special color space converter during encoding Message-ID: Hi all, I'm having a problem with the color space trying to encode a raw video into mpeg4. The following command (full output at the end of this email): mencoder -vc rawbgr24flip input.avi -ovc lavc -lavcopts vcodec=mpeg4 -nosound -o output.avi prints: [swscaler @ 0335C550]using unscaled bgr24 -> yuv420p special converter and the colors in output.avi are not the same as the original, I suppose because the multiple conversions between color spaces. The following command: mplayer input.avi prints: [swscaler @ 0357C9F0]using unscaled bgr24 -> rgb32 special converter but: mplayer output.avi prints: [swscaler @ 00FFEDF4]using unscaled yuv420p -> rgb32 special converter So my question is if there is a command-line arg to force a bgr24 -> rgb32 special converter during the encoding process in order to avoid those unnecessary conversions. Any help appreciated. Daniel mencoder -vc rawbgr24flip input.avi -ovc lavc -lavcopts vcodec=mpeg4 -nosound -o output.avi MEncoder Sherpya-SVN-r28126-4.2.5 (C) 2000-2008 MPlayer Team CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (Family: 6, Model: 15, Step ping: 11) CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 success: format: 0 data: 0x0 - 0x647e000 AVI file format detected. [aviheader] Video stream found, -vid 0 VIDEO: [] 746x588 24bpp 25.000 fps 263424.0 kbps (32156.2 kbyte/s) [V] filefmt:3 fourcc:0x0 size:746x588 fps:25.000 ftime:=0.0400 Opening video filter: [expand osd=1] Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1 ========================================================================== Forced video codec: rawbgr24flip Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 746 x 588 (preferred colorspace: BGR 24-bit) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using BGR 24-bit as output csp (no 0) Opening video filter: [flip] Movie-Aspect is undefined - no prescaling applied. [swscaler @ 0335C550]using unscaled bgr24 -> yuv420p special converter videocodec: libavcodec (746x588 fourcc=34504d46 [FMP4]) Selected video codec: [rawbgr24flip] vfm: raw (RAW BGR24) ========================================================================== Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp h eader. Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp h eader. Pos: 3.2s 80f (98%) 0.00fps Trem: 0min 0mb A-V:0.000 [267:0] Flushing video frames. Writing index... Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp h eader. Video stream: 267.173 kbit/s (33396 B/s) size: 106869 bytes 3.200 secs 80 f rames From amadeirabus at gmail.com Fri Apr 17 16:21:30 2009 From: amadeirabus at gmail.com (Andre Madeira) Date: Fri, 17 Apr 2009 10:21:30 -0400 Subject: [MPlayer-users] A/V out-of-sync using vdpau on rev. 29185 In-Reply-To: References: <7b4c040f0904161954w1c94850cw51a5699f960e0e6b@mail.gmail.com> <7b4c040f0904162114s5703d2ebye9478e1e2d2e8bc@mail.gmail.com> Message-ID: <7b4c040f0904170721n6ae9b916r9f5d9f397e362d7c@mail.gmail.com> Thansk for the tip Carl. It worked for my videos. However, I had to remove the following functions from libavcodec/utils.c due to the recent changes by rbultje (Thilo Borgmann). His r18353 cl moves av_*_packet() functions from libavformat/ to libavcodec/. I was getting a linking problem as there were duplicate functions. So I removed the following functions from utils.c: av_destruct_packet(), av_init_packet(), av_new_packet(), av_get_packet() av_dup_packet(), av_destruct_packet_nofree() and it linked fine. Do you know what's the culprit cl? Is there another simpler workaround like commenting few lines of ifdef something somewhere? Thanks again. Andre On Fri, Apr 17, 2009 at 2:37 AM, Carl Eugen Hoyos wrote: > Andre Madeira gmail.com> writes: > > > I noticed that the HEAD rev (29185 at this time) added support for de-int > > and decided to try it out. Unfortunately, although the de-int support > works > > perfectly, I'm getting A/V out-of-sync issues regardless if vdpau:deint > is > > set or not. Outputs are below. > > http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-March/076319.html > Note that the work-around does not fix all files (but the ones that do not > work > will also fail with older mplayer versions). > > Carl Eugen > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From ilja_sekler_ at gmx.de Fri Apr 17 19:32:53 2009 From: ilja_sekler_ at gmx.de (Ilja Sekler) Date: Fri, 17 Apr 2009 19:32:53 +0200 Subject: [MPlayer-users] DVD menu with mplayer/dvdnav on an EeePC Message-ID: <49E8BD45.9020404@gmx.de> Hello, mplayer dvdnav:// expects the enter key of the number pad to select a DVD menu entry. EeePC 1000H lacks this key, making it impossible to use DVD menus with mplayer out of the box, as the normal enter key just closes the application. Is there any workaround for this problem? MPlayer r29185 with the internal dvdnav. Many thanks in advance! -- Regards Ilja From inverseparadox at comcast.net Fri Apr 17 22:46:42 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Fri, 17 Apr 2009 16:46:42 -0400 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: References: Message-ID: <49E8EAB2.4050808@comcast.net> Daniel Lobo wrote: > Hi all, > > I'm having a problem with the color space trying to encode a raw > video into mpeg4. > > The following command (full output at the end of this email): > > mencoder -vc rawbgr24flip input.avi -ovc lavc -lavcopts vcodec=mpeg4 > -nosound -o output.avi > > prints: [swscaler @ 0335C550]using unscaled bgr24 -> yuv420p special > converter > > and the colors in output.avi are not the same as the original, I > suppose because the multiple conversions between color spaces. > So my question is if there is a command-line arg to force a bgr24 -> > rgb32 special converter during the encoding process in order to avoid > those unnecessary conversions. From a little digging in the man page, I think you want a combination of '-vf scale' and '-vf format'. Exactly what the syntax would need to be I don't know (I think it's something like '-vf format=rgb32,scale', but I can't swear to that), but it ought to be possible to find out via experimentation. -- 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 get.amitsoni at gmail.com Fri Apr 17 23:17:42 2009 From: get.amitsoni at gmail.com (Amit Soni) Date: Sat, 18 Apr 2009 02:47:42 +0530 Subject: [MPlayer-users] mplayer behind proxy Message-ID: Hello all, I am trying to use mplayer behind proxy for radio streaming. I am using the following command: $mplayer http_proxy://amitsoni:passwd at proxy.com:3128/http://asot.ath.cx:8000 But it gives the following output saying that it can't authenticate me even though I have mentioned username and password in command. $mplayer http_proxy://amitsoni:passwd at proxy.com:3128/http://asot.ath.cx:8000 MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz (Family: 6, Model: 15, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. 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 http_proxy://amitsoni:passwd at proxy.com:3128/http://asot.ath.cx:8000 Resolving proxy.com for AF_INET6... Couldn't resolve name for AF_INET6: bsnlproxy.iitk.ac.in Resolving proxy.com for AF_INET... Connecting to server proxy.com[122.51.13.33]: 3128... Server returned 407: Proxy Authentication Required STREAM_ASF, URL: http_proxy:// amitsoni:passwd at proxy.com:3128/http://asot.ath.cx:8000 Resolving proxy.com for AF_INET6... Couldn't resolve name for AF_INET6: proxy.com Resolving proxy.com for AF_INET... Connecting to server proxy.com[122.51.13.33]: 3128... Server returned 407:Proxy Authentication Required Failed to parse header. Failed, exiting. Resolving proxy.com for AF_INET6... Couldn't resolve name for AF_INET6: proxy.com Resolving proxy.com for AF_INET... Connecting to server proxy.com[122.51.13.33]: 3128... Server returned 407: Proxy Authentication Required No stream found to handle url http_proxy:// amitsoni:passwd at proxy.com:3128/http://asot.ath.cx:8000 Please help me in playing the radio using mplayer. Thanks & Regards, Amit Soni PS: I have changes the proxy server and password of security reasons. From nicola.sabbi at poste.it Sat Apr 18 00:19:07 2009 From: nicola.sabbi at poste.it (Nico Sabbi) Date: Sat, 18 Apr 2009 00:19:07 +0200 Subject: [MPlayer-users] DVD menu with mplayer/dvdnav on an EeePC In-Reply-To: <49E8BD45.9020404@gmx.de> References: <49E8BD45.9020404@gmx.de> Message-ID: <1240006747.20717.0.camel@linux-wcrt> Il giorno ven, 17/04/2009 alle 19.32 +0200, Ilja Sekler ha scritto: > Hello, > > mplayer dvdnav:// expects the enter key of the number pad to select a > DVD menu entry. EeePC 1000H lacks this key, making it impossible to use > DVD menus with mplayer out of the box, as the normal enter key just > closes the application. Is there any workaround for this problem? > > MPlayer r29185 with the internal dvdnav. > > Many thanks in advance! > you can remap to any key the dvdnav commands. See input/input.[ch] From cooleyr at gmail.com Sat Apr 18 04:11:42 2009 From: cooleyr at gmail.com (RC) Date: Fri, 17 Apr 2009 19:11:42 -0700 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: References: Message-ID: <20090417191142.7cf112b6.cooleyr@gmail.com> On Fri, 17 Apr 2009 14:44:49 +0200 Daniel Lobo wrote: > So my question is if there is a command-line arg to force a bgr24 -> > rgb32 special converter during the encoding process Yes... Of course then the encoding process will fail miserably, because just about every lossy video codec operates in a YUV mode. > in order to avoid those unnecessary conversions. The input needs to be converted. You can force it to use a different chain of conversion steps, such as -vf scale,format=rgb32,scale The fact that mplayer is converting the color space is a bit unusual. xv uses yuv format directly. What -vo method do you use? -- Don't trust me! I'm wrong! From shane-mplayer at csy.ca Sat Apr 18 04:29:11 2009 From: shane-mplayer at csy.ca (Shane W) Date: Fri, 17 Apr 2009 19:29:11 -0700 Subject: [MPlayer-users] Clicking while playing high-res audio Message-ID: <20090418022911.GA6405@csy.ca> Hey all, So I nearly have this working, high-res audio streaming via HDMI from the computer to an AV receiver. Mplayer is giving one last trouble spot though, at least I think the problem is with mplayer. When playing a 6 channel, 96kbps mlp track from a DVD-audio disc, I get little pops rapidly throughout the track. If I use mplayer -ao pcm to decode the mlp to wav and then play that wav, the popping is less noticable but is still present. I figured at that point it was a cpu issue but my load average never exceeded .10 on a dual core chip. My mplayer commandline is: mplayer -ao alsa:device=hw=0.3 -channels 6 \ -af channels=6:6:0:0:1:1:2:4:3:5:4:3:5:2 test.mlp The -af channels bit is to workaround an issue with the current Intel hdmi audio implementation. It has a different idea of channel order than does ALSA as far as the hdmi output goes. If I use a lower sample rate (-srate 48000), the popping appears to go away, I can't hear it at any rate. I also don't hear the popping when using aplay to play the wav but I can't be sure since I can't do the channel mapping with aplay. Does anyone have any ideas on this one? The mplayer version is svn r29105. The sample format is 96000, 6 channel 32 bit. Well I believe the DVDA is only 24 bit but mplayer says 32. Shane From olivares14031 at yahoo.com Sat Apr 18 05:02:26 2009 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Fri, 17 Apr 2009 20:02:26 -0700 (PDT) Subject: [MPlayer-users] tips and tricks to play dvds Message-ID: <856133.35875.qm@web52607.mail.re2.yahoo.com> Dear fellow mplayer users, I have mplayer installed on several computers. There are some movies which one has to try out and exhaust the numbers $ mplayer dvd://x where x is a number starting from 1 and forward. The main movie might be like at 10 and I have to scan all the way to 10 find the main movie. Is there a magical number that one can use so that mplayer finds the main movie and start playing it, without going through the previews one by one? Does there exist such an option? I know that one can use mplayer dvdnav:// and if the movie has a menu and one has compiled a newer version of mplayer via svn, we can see the menus, but clicking on it does no good. This only works while using gnome-mplayer :), but when it is not available(did not install it on that particular machine), I fall back to command line mplayer and finding the main movie takes a while. Is there a quick hack or do I have to try out one by one? Thanks, Antonio From jimmy at dmbox.dk Sat Apr 18 06:10:17 2009 From: jimmy at dmbox.dk (Jimmy Dansbo) Date: Sat, 18 Apr 2009 06:10:17 +0200 Subject: [MPlayer-users] tips and tricks to play dvds In-Reply-To: <856133.35875.qm@web52607.mail.re2.yahoo.com> References: <856133.35875.qm@web52607.mail.re2.yahoo.com> Message-ID: <54f409990904172110j408810b3gbd260ad4ccd5edd0@mail.gmail.com> On Sat, Apr 18, 2009 at 5:02 AM, Antonio Olivares wrote: > ..... > Is there a magical number that one can use so that mplayer finds the main > movie and start playing it, without going through the previews one by one? You can use the -identify option to get information about your DVD. mplayer -vo null -ao null -frames 0 -identify dvd:// -dvd-device 2>/dev/null | grep ID_ will give you some information about the DVD structure. Amongst this information you should be able to see which title is the longet (usually the main movie). My scripting skills are not that good, but I'm sure that with a little grep'ing, sed'ing and awk'ing you should be able to create a script that just starts mplayer with the title that lasts the longest. > > ..... > Thanks, > > Antonio > Regards Jimmy From info at vtnd.de Sat Apr 18 06:46:31 2009 From: info at vtnd.de (Oliver Seitz) Date: Sat, 18 Apr 2009 06:46:31 +0200 (CEST) Subject: [MPlayer-users] tips and tricks to play dvds In-Reply-To: <856133.35875.qm@web52607.mail.re2.yahoo.com> References: <856133.35875.qm@web52607.mail.re2.yahoo.com> Message-ID: <1146.84.190.250.230.1240029991.squirrel@srv1.ssl-traffic.de> > > Dear fellow mplayer users, > > I have mplayer installed on several computers. There are some movies > which one has to try out and exhaust the numbers > $ mplayer dvd://x > where x is a number starting from 1 and forward. The main movie might be > like at 10 and I have to scan all the way to 10 find the main movie. Is > there a magical number that one can use so that mplayer finds the main > movie and start playing it, without going through the previews one by one? > > Does there exist such an option? > I know that one can use mplayer dvdnav:// and if the movie has a menu and > one has compiled a newer version of mplayer via svn, we can see the menus, > but clicking on it does no good. This only works while using > gnome-mplayer :), but when it is not available(did not install it on that > particular machine), I fall back to command line mplayer and finding the > main movie takes a while. Is there a quick hack or do I have to try out > one by one? > > Thanks, > > Antonio Some questions already have answers, and google knows some of them :-) http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-March/076152.html Greets, Kiste From olivares14031 at yahoo.com Sat Apr 18 19:26:16 2009 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Sat, 18 Apr 2009 10:26:16 -0700 (PDT) Subject: [MPlayer-users] tips and tricks to play dvds In-Reply-To: <1146.84.190.250.230.1240029991.squirrel@srv1.ssl-traffic.de> Message-ID: <117968.50057.qm@web52608.mail.re2.yahoo.com> --- On Fri, 4/17/09, Oliver Seitz wrote: > From: Oliver Seitz > Subject: Re: [MPlayer-users] tips and tricks to play dvds > To: olivares14031 at yahoo.com, "MPlayer usage questions, feature requests, bug reports" > Date: Friday, April 17, 2009, 9:46 PM > > > > Dear fellow mplayer users, > > > > I have mplayer installed on several computers. There > are some movies > > which one has to try out and exhaust the numbers > > $ mplayer dvd://x > > where x is a number starting from 1 and forward. The > main movie might be > > like at 10 and I have to scan all the way to 10 find > the main movie. Is > > there a magical number that one can use so that > mplayer finds the main > > movie and start playing it, without going through the > previews one by one? > > > > Does there exist such an option? > > I know that one can use mplayer dvdnav:// and if the > movie has a menu and > > one has compiled a newer version of mplayer via svn, > we can see the menus, > > but clicking on it does no good. This only works > while using > > gnome-mplayer :), but when it is not available(did not > install it on that > > particular machine), I fall back to command line > mplayer and finding the > > main movie takes a while. Is there a quick hack or do > I have to try out > > one by one? > > > > Thanks, > > > > Antonio > > Some questions already have answers, and google knows some > of them :-) > > http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-March/076152.html > > Greets, > Kiste Thanks Kiste and Jimmy for answering. The following mplayer dvd://$(mplayer dvd:// -identify -frames 0 |grep ID_DVD_TITLE |grep LENGTH |sort -n -t = -k 2 |tail -1 |cut -f 4 -d _) obtained from above page did the trick. Now I'll need to create a script to call mplayer and avoid the menus and previews which take long and instead watch the movie. Regards, Antonio From jkfloris at dds.nl Sat Apr 18 20:32:09 2009 From: jkfloris at dds.nl (Floris) Date: Sat, 18 Apr 2009 20:32:09 +0200 Subject: [MPlayer-users] tips and tricks to play dvds In-Reply-To: <117968.50057.qm@web52608.mail.re2.yahoo.com> References: <117968.50057.qm@web52608.mail.re2.yahoo.com> Message-ID: <49EA1CA9.7020906@dds.nl> (A little off-topic) You can also use "lsdvd" and "dvdbackup" when you want to write a bash script. lsdvd gives you the longest track dvdbackup will print the main feature most of the time these two will be the same, but sometimes when a dvd has more films on it there is a difference. good luck, floris Antonio Olivares schreef: > > > --- On Fri, 4/17/09, Oliver Seitz wrote: > > >> From: Oliver Seitz >> Subject: Re: [MPlayer-users] tips and tricks to play dvds >> To: olivares14031 at yahoo.com, "MPlayer usage questions, feature requests, bug reports" >> Date: Friday, April 17, 2009, 9:46 PM >> >>> Dear fellow mplayer users, >>> >>> I have mplayer installed on several computers. There >>> >> are some movies >> >>> which one has to try out and exhaust the numbers >>> $ mplayer dvd://x >>> where x is a number starting from 1 and forward. The >>> >> main movie might be >> >>> like at 10 and I have to scan all the way to 10 find >>> >> the main movie. Is >> >>> there a magical number that one can use so that >>> >> mplayer finds the main >> >>> movie and start playing it, without going through the >>> >> previews one by one? >> >>> Does there exist such an option? >>> I know that one can use mplayer dvdnav:// and if the >>> >> movie has a menu and >> >>> one has compiled a newer version of mplayer via svn, >>> >> we can see the menus, >> >>> but clicking on it does no good. This only works >>> >> while using >> >>> gnome-mplayer :), but when it is not available(did not >>> >> install it on that >> >>> particular machine), I fall back to command line >>> >> mplayer and finding the >> >>> main movie takes a while. Is there a quick hack or do >>> >> I have to try out >> >>> one by one? >>> >>> Thanks, >>> >>> Antonio >>> >> Some questions already have answers, and google knows some >> of them :-) >> >> http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-March/076152.html >> >> Greets, >> Kiste >> > > Thanks Kiste and Jimmy for answering. The following > > mplayer dvd://$(mplayer dvd:// -identify -frames 0 |grep ID_DVD_TITLE |grep LENGTH |sort -n -t = -k 2 |tail -1 |cut -f 4 -d _) > > obtained from above page did the trick. Now I'll need to create a script to call mplayer and avoid the menus and previews which take long and instead watch the movie. > > Regards, > > Antonio > > > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From peterpayne at gmail.com Sat Apr 18 20:44:15 2009 From: peterpayne at gmail.com (Peter Payne) Date: Sun, 19 Apr 2009 03:44:15 +0900 Subject: [MPlayer-users] Comment from Twitter In-Reply-To: References: <4936359D.1060908@realss.com> Message-ID: <9D2AAA65-D2A1-4B89-A85E-FDE6EB6F894D@gmail.com> I'd just like to point out that someone just replied, "@jlist Looks like MPlayer OSX has been dead in development for 2 years. This makes me afraid to install it." in my Twitter feed. Mplayer is my *favorite* Mac program hands down, but if people are thinking this, perhaps it might be a good time to "level up" the development in some way? Perhaps add compatibility for all the stuff that the program isn't compatible with, add support for dual audio videos without hacking the thing terribly, fix/improve/renovate the visual elements of the program, etc.? From ilja_sekler_ at gmx.de Sat Apr 18 21:41:11 2009 From: ilja_sekler_ at gmx.de (Ilja Sekler) Date: Sat, 18 Apr 2009 21:41:11 +0200 Subject: [MPlayer-users] DVD menu with mplayer/dvdnav on an EeePC In-Reply-To: <1240006747.20717.0.camel@linux-wcrt> References: <49E8BD45.9020404@gmx.de> <1240006747.20717.0.camel@linux-wcrt> Message-ID: <49EA2CD7.2030508@gmx.de> On 18.04.2009 00:19, Nico Sabbi wrote: > Il giorno ven, 17/04/2009 alle 19.32 +0200, Ilja Sekler ha scritto: > >> mplayer dvdnav:// expects the enter key of the number pad to select >> a DVD menu entry. EeePC 1000H lacks this key, making it impossible >> to use DVD menus with mplayer out of the box, as the normal enter >> key just closes the application. Is there any workaround for this >> problem? > > you can remap to any key the dvdnav commands. See input/input.[ch] This turned to be incredibly easy... especially with all the examples in etc/input.conf. Thank you very much, now it works like a charm. -- Regards Ilja From cbreak at the-color-black.net Sun Apr 19 05:21:43 2009 From: cbreak at the-color-black.net (cbreak) Date: Sun, 19 Apr 2009 05:21:43 +0200 Subject: [MPlayer-users] Comment from Twitter In-Reply-To: <9D2AAA65-D2A1-4B89-A85E-FDE6EB6F894D@gmail.com> References: <4936359D.1060908@realss.com> <9D2AAA65-D2A1-4B89-A85E-FDE6EB6F894D@gmail.com> Message-ID: <0E1D1841-45B6-49ED-BE03-C11B191B898E@the-color-black.net> On 18.04.2009, at 20:44, Peter Payne wrote: > I'd just like to point out that someone just replied, "@jlist Looks > like MPlayer OSX has been dead in development for 2 years. This > makes me afraid to install it." in my Twitter feed. Mplayer is my > *favorite* Mac program hands down, but if people are thinking this, > perhaps it might be a good time to "level up" the development in > some way? Perhaps add compatibility for all the stuff that the > program isn't compatible with, add support for dual audio videos > without hacking the thing terribly, fix/improve/renovate the visual > elements of the program, etc.? > _______________________________________________ Check out http://mplayerosx.sttz.ch/ > > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users From dnlobo at gmail.com Mon Apr 20 10:54:36 2009 From: dnlobo at gmail.com (Daniel Lobo) Date: Mon, 20 Apr 2009 10:54:36 +0200 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: <20090417191142.7cf112b6.cooleyr@gmail.com> References: <20090417191142.7cf112b6.cooleyr@gmail.com> Message-ID: I managed to force the color space conversions. Using: mencoder -vc rawbgr24flip -vf scale,format=bgr24,scale input.avi -ovc lavc -lavcopts vcodec=mpeg4 -nosound -o output.avi prints: [swscaler @ 0335CA80]using unscaled bgr24 -> bgr24 special converter What seems to be good because "mplayer output.avi" prints: AVI file format detected. [aviheader] Video stream found, -vid 0 AVI: No audio stream found -> no sound. VIDEO: [FMP4] 746x588 24bpp 25.000 fps 267.2 kbps (32.6 kbyte/s) Clip info: Software: MEncoder Sherpya-SVN-r28126-4.2.5 ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== Audio: no sound Starting playback... VDec: vo config request - 746 x 588 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.27:1 - prescaling to correct movie aspect. VO: [directx] 746x588 => 746x588 Planar YV12 But it seems that mplayer is using yuv mode as final color space. The output video still have incorrect colors. With incorrect, i mean the same colors but dull. Avoiding the color space transformations does not seem to help. I have even tried with a lossless codec (ffv1) with the same results. The movie I'm trying to encode is a very simple synthetic image (a few lines, movie created with matlab) with pure saturated rgb colors. When encoded, the colors are not any more the pure saturated, but a little bit dull. Do you think that it is a problem with the encoding process or just a limitation of the codec used (tested mpeg4 and lossless ffv1)? Something strange: playing the input file with mplayer produces the original colors or the dull ones depending on the -vo option (the output file always have the dull colors): The command: mplayer -vo gl2 input.avi produces the good colors and prints: Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 746 x 588 (preferred colorspace: BGR 24-bit) VDec: using BGR 24-bit as output csp (no 0) Opening video filter: [flip] Movie-Aspect is undefined - no prescaling applied. Opening video filter: [expand] Expand: -1 x -1, -1 ; -1, osd: 0, aspect: 0.000000, round: 1 VO: [gl2] 746x588 => 746x588 BGR 24-bit [gl2] You have OpenGL >= 1.2 capable drivers, GOOD (16bpp and BGR is ok!) [gl2] antialiasing off [gl2] bilinear linear Selected video codec: [rawbgr24flip] vfm: raw (RAW BGR24) But the command: mplayer -vo directx input.avi produces the dull colors and prints: Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 746 x 588 (preferred colorspace: BGR 24-bit) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] VDec: using BGR 24-bit as output csp (no 0) Opening video filter: [flip] Movie-Aspect is undefined - no prescaling applied. [swscaler @ 03582020]using unscaled bgr24 -> yuv420p special converter VO: [directx] 746x588 => 746x588 Planar YV12 Selected video codec: [rawbgr24flip] vfm: raw (RAW BGR24) So, I'm even more confused about the origin of the dull colors problem. Thanks you both for your help, Daniel On Sat, Apr 18, 2009 at 04:11, RC wrote: > On Fri, 17 Apr 2009 14:44:49 +0200 > Daniel Lobo wrote: > > > So my question is if there is a command-line arg to force a bgr24 -> > > rgb32 special converter during the encoding process > > Yes... Of course then the encoding process will fail miserably, because > just about every lossy video codec operates in a YUV mode. > > > in order to avoid those unnecessary conversions. > > The input needs to be converted. You can force it to use a different > chain of conversion steps, such as -vf scale,format=rgb32,scale > > The fact that mplayer is converting the color space is a bit unusual. > xv uses yuv format directly. What -vo method do you use? > > > > -- > Don't trust me! I'm wrong! > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > From information at saunderswebsolutions.com Mon Apr 20 18:04:08 2009 From: information at saunderswebsolutions.com (K Saunders) Date: Mon, 20 Apr 2009 17:04:08 +0100 Subject: [MPlayer-users] WMV Stitching A/V problem Message-ID: <49EC9CF8.6000705@saunderswebsolutions.com> Hi, I've been creating a stitched WMV file on the fly. After a serious amount of googling I've managed to get the stitching process to work OK. Problem is A/V synch. The audio gradually gets out of synch so that by the end of a 1 minute movie the audio is lagging around 0.5 secs Here's the command I'm using mencoder 27wmv.wmv 36wmv_captioned.wmv 8wmv.wmv -o test.wmv \ -ovc lavc -lavcopts vcodec=wmv2 \ -oac lavc -lavcopts acodec=wmav2 \ -of lavf \ -vf harddup -mc 0 -noskip -ofps 25.00 The output shows around 12 duplicate frames per minute of movie. I've tried different combinations of -vf harddup -mc 0 -noskip Nothing works so far. I'm getting this kind of result in the log VIDEO: [WMV3] 720x576 24bpp 1000.000 fps 3082.2 kbps (376.2 kbyte/s) [V] filefmt:6 fourcc:0x33564D57 size:720x576 fps:1000.00 ftime:=0.0010 Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16002->192000) Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg)) Pos: 0.9s 23f (36%) 0.00fps Trem: 0min 1mb A-V:0.039 [0:223] Pos: 1.0s 24f (36%) 0.00fps Trem: 0min 1mb A-V:0.043 [0:223] Pos: 1.0s 25f (36%) 0.00fps Trem: 0min 1mb A-V:0.042 [0:224] Any suggestions? I'm really stuck on this one. Kevin From mgiannakidis at gmail.com Mon Apr 20 22:32:34 2009 From: mgiannakidis at gmail.com (Michalis Giannakidis) Date: Mon, 20 Apr 2009 23:32:34 +0300 Subject: [MPlayer-users] Support for "Video: pmp4 / 0x34706D70" format Message-ID: <10847520904201332m56b4b560s1e619c729d52e6b1@mail.gmail.com> Hi, Is the video format "VIDEO:? [pmp4]? 320x240? 24bpp? / 0x34706D70" supported? This format is produced by a security camera. I found a relevant codec here: http://www.kguard.com.tw/en/Download_01.asp (look for "Kguard Video Codec") Can this codec be used 'as is' to decode the video in mplayer? Thank you very much, -- Michalis Giannakidis From liquidator87 at gmail.com Tue Apr 21 10:21:40 2009 From: liquidator87 at gmail.com (Filippo Bistaffa) Date: Tue, 21 Apr 2009 10:21:40 +0200 Subject: [MPlayer-users] Problem compiling latest rev29217 Message-ID: <50ffbc20904210121v62ef67f4u5e3de48f4a9f5859@mail.gmail.com> I updated today to the latest revision... when I try to compile, I get the following error after a while make[1]: Entering directory `/home/***/mplayer/libavformat' make[1]: *** No rule to make target `../libavcodec/bitstream.h', needed by `mp3.o'. Stop. make[1]: Leaving directory `/home/***/mplayer/libavformat' make: *** [libavformat/libavformat.a] Error 2 How can I solve this? From cehoyos at ag.or.at Tue Apr 21 10:48:21 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Tue, 21 Apr 2009 08:48:21 +0000 (UTC) Subject: [MPlayer-users] Problem compiling latest rev29217 References: <50ffbc20904210121v62ef67f4u5e3de48f4a9f5859@mail.gmail.com> Message-ID: Filippo Bistaffa gmail.com> writes: > make[1]: Entering directory `/home/***/mplayer/libavformat' > make[1]: *** No rule to make target `../libavcodec/bitstream.h', needed by > `mp3.o'. Stop. > make[1]: Leaving directory `/home/***/mplayer/libavformat' > make: *** [libavformat/libavformat.a] Error 2 > > How can I solve this? Did you try make distclean && ./configure && make ? Carl Eugen From information at saunderswebsolutions.com Tue Apr 21 17:12:49 2009 From: information at saunderswebsolutions.com (K Saunders) Date: Tue, 21 Apr 2009 16:12:49 +0100 Subject: [MPlayer-users] WMV Stitching A/V problem In-Reply-To: <49EC9CF8.6000705@saunderswebsolutions.com> References: <49EC9CF8.6000705@saunderswebsolutions.com> Message-ID: <49EDE271.9050005@saunderswebsolutions.com> > Hi, > > I've been creating a stitched WMV file on the fly. > > After a serious amount of googling I've managed to get the stitching > process to work OK. Problem is A/V synch. The audio gradually gets out > of synch so that by the end of a 1 minute movie the audio is lagging > around 0.5 secs > > Here's the command I'm using > mencoder 27wmv.wmv 36wmv_captioned.wmv 8wmv.wmv -o test.wmv \ > -ovc lavc -lavcopts vcodec=wmv2 \ > -oac lavc -lavcopts acodec=wmav2 \ > -of lavf \ > -vf harddup -mc 0 -noskip -ofps 25.00 > > The output shows around 12 duplicate frames per minute of movie. > > I've tried different combinations of > -vf harddup > -mc 0 > -noskip > > Nothing works so far. > > I'm getting this kind of result in the log > > VIDEO: [WMV3] 720x576 24bpp 1000.000 fps 3082.2 kbps (376.2 kbyte/s) > [V] filefmt:6 fourcc:0x33564D57 size:720x576 fps:1000.00 ftime:=0.0010 > > Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders > AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16002->192000) > Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg)) > > Pos: 0.9s 23f (36%) 0.00fps Trem: 0min 1mb A-V:0.039 [0:223] > Pos: 1.0s 24f (36%) 0.00fps Trem: 0min 1mb A-V:0.043 [0:223] > Pos: 1.0s 25f (36%) 0.00fps Trem: 0min 1mb A-V:0.042 [0:224] > > Any suggestions? I'm really stuck on this one. > > Kevin Never mind, I've given up on mencoder. I've found something called asfbin which does the job perfectly, no a/v problems and really high quality. It was originally a Windows program but the guy who wrote has posted a Linux port which works really well. The url is http://www.radioactivepages.com Hope this manages to save someone the 2 odd days I've spent trying to understand how mencoder works Kevin From hibikikanzaki at gmail.com Tue Apr 21 21:04:30 2009 From: hibikikanzaki at gmail.com (Hibiki Kanzaki) Date: Tue, 21 Apr 2009 12:04:30 -0700 Subject: [MPlayer-users] WMV Stitching A/V problem In-Reply-To: <49EDE271.9050005@saunderswebsolutions.com> References: <49EC9CF8.6000705@saunderswebsolutions.com> <49EDE271.9050005@saunderswebsolutions.com> Message-ID: <8c237ea80904211204h7eb36aa3xf5723a76f2835b9d@mail.gmail.com> > Hope this manages to save someone the 2 odd days > I've spent trying to understand how mencoder works It is hard to beat mplayer/mencoder for a bewildering array of semi-compatible options, indecipherable man page, and inscrutable behavior... but the docs at http://www.mplayerhq.hu/DOCS/HTML/en/index.html are helpful. For slicing dicing avi/wmv files, the "transcode" package might work well and be easier to figure out than mencoder, and it is Free Software. (http://www.transcoding.org/) (http://tcforge.berlios.de/) From Kevin at RawFedDogs.net Tue Apr 21 22:18:14 2009 From: Kevin at RawFedDogs.net (Kevin Monceaux) Date: Tue, 21 Apr 2009 15:18:14 -0500 Subject: [MPlayer-users] Stream Capture Newbie Problem/Questions Message-ID: <20090421201814.GA17372@RawFedDogs.net> Fellow MPlayer Users, I've used MPlayer off and on for quite a while but have just started trying to use it to capture some streaming video from the World Harvest Network and am having some frequent failures. I've just subscribed to the list and downloaded the list archives to search through via mutt. I hope no one will mind if I ask a couple of newbie questions while I'm sifting through the archives. I have a script I'm using to capture a stream while I'm away from home: #!/bin/zsh START_TIME=`date +"%Y-%m-%d-%H:%M"` DEST_DIR="/pub/TV/Lassie/Incoming" FILE_NAME="${DEST_DIR}/Lassie-${START_TIME}.asf" LOG_NAME="${DEST_DIR}/Lassie-${START_TIME}.log" mplayer mms://media2.leseanet.net/wht -dumpstream -dumpfile $FILE_NAME < /dev/null >& $LOG_NAME & sleep 40m kill $! I call it from cron five minutes before the episode I'm aiming to record starts and am using the sleep 40m followed by kill which should kill it five minutes after the episode ends. Most of the time I'm only getting part of the episode. The tail end of the most recent log file shows: nop_streaming_read error : Resource temporarily unavailable Error while reading network stream. Is there a setting one can use to have mplayer retry after receiving such an error instead of failing? Also, is there a better way to capture a stream for a specific time such as 40 minutes worth of the stream? -- Kevin http://www.RawFedDogs.net http://www.WacoAgilityGroup.org Bruceville, TX Si hoc legere scis nimium eruditionis habes. Longum iter est per praecepta, breve et efficax per exempla!!! From information at saunderswebsolutions.com Tue Apr 21 23:05:33 2009 From: information at saunderswebsolutions.com (K Saunders) Date: Tue, 21 Apr 2009 22:05:33 +0100 Subject: [MPlayer-users] WMV Stitching A/V problem In-Reply-To: <8c237ea80904211204h7eb36aa3xf5723a76f2835b9d@mail.gmail.com> References: <49EC9CF8.6000705@saunderswebsolutions.com> <49EDE271.9050005@saunderswebsolutions.com> <8c237ea80904211204h7eb36aa3xf5723a76f2835b9d@mail.gmail.com> Message-ID: <49EE351D.5030904@saunderswebsolutions.com> Hibiki Kanzaki wrote: >> Hope this manages to save someone the 2 odd days >> I've spent trying to understand how mencoder works > > It is hard to beat mplayer/mencoder for a bewildering > array of semi-compatible options, indecipherable man > page, and inscrutable behavior... but the docs at > http://www.mplayerhq.hu/DOCS/HTML/en/index.html > are helpful. For slicing dicing avi/wmv files, the > "transcode" package might work well and be easier to > figure out than mencoder, and it is Free Software. > (http://www.transcoding.org/) (http://tcforge.berlios.de/) Thanks, didn't come across this one, might need to check it out if the project I'm doing needs more than wmv stitching. Kevin From johnbrown105 at hotmail.com Wed Apr 22 17:10:14 2009 From: johnbrown105 at hotmail.com (John Brown) Date: Wed, 22 Apr 2009 15:10:14 +0000 (UTC) Subject: [MPlayer-users] List admin - No messages from list since April 8, 2009 Message-ID: Hello All, I don't know where else to report this. I have a Hotmail account. I am a member of three mplayer lists; Users, Cygwin and MEncoder Users. The last time that I received a message was April 8, 2009. Upon investigation, I saw that the mencoder list was not in my list of safe mailing lists, although the other 2 lists were OK. I thought that maybe messages to me were bouncing, and I was automatically unsubscribed, so I tried to subscribe again. It has been over an hour since that time, and I have not received a confirmation e-mail. Regards, Alias John Brown. From poirierg at gmail.com Wed Apr 22 17:22:35 2009 From: poirierg at gmail.com (Guillaume POIRIER) Date: Wed, 22 Apr 2009 17:22:35 +0200 Subject: [MPlayer-users] List admin - No messages from list since April 8, 2009 In-Reply-To: References: Message-ID: <4e03026a0904220822m430640a3s8376d8ae5b723af1@mail.gmail.com> Hi, On Wed, Apr 22, 2009 at 5:10 PM, John Brown wrote: > Hello All, > > I don't know where else to report this. > > I have a Hotmail account. I am a member of three mplayer lists; Users, > Cygwin and MEncoder Users. The last time that I received a message was > April 8, 2009. > > Upon investigation, I saw that the mencoder list was not in my list of safe > mailing lists, although the other 2 lists were OK. I thought > that maybe messages to me were bouncing, and I was automatically > unsubscribed, so I tried to subscribe again. It has been over an hour > since that time, and I have not received a confirmation e-mail. Should be fixed. Guillaume -- Only a very small fraction of our DNA does anything; the rest is all comments and ifdefs. Woody Allen - "I am not afraid of death, I just don't want to be there when it happens." - http://www.brainyquote.com/quotes/authors/w/woody_allen.html From amidk75 at gmail.com Wed Apr 22 20:52:04 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Wed, 22 Apr 2009 20:52:04 +0200 Subject: [MPlayer-users] WMV Stitching A/V problem In-Reply-To: <49EE351D.5030904@saunderswebsolutions.com> References: <49EC9CF8.6000705@saunderswebsolutions.com> <49EDE271.9050005@saunderswebsolutions.com> <8c237ea80904211204h7eb36aa3xf5723a76f2835b9d@mail.gmail.com> <49EE351D.5030904@saunderswebsolutions.com> Message-ID: <49EF6754.7090004@gmail.com> K Saunders pisze: > Thanks, didn't come across this one, might need to check it out if the > project I'm doing needs more than wmv stitching. One thing with MEncoder: it do A/V desync often when you mix external and internal encoders. For example mp3lame for audio and ffmpeg4 for video. It should be either mp3lame+libxvid or ffmpeg4+wma3 ( for example ). -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From johnbrown105 at hotmail.com Thu Apr 23 00:04:05 2009 From: johnbrown105 at hotmail.com (John Brown) Date: Wed, 22 Apr 2009 22:04:05 +0000 (UTC) Subject: [MPlayer-users] =?utf-8?q?List_admin_-_No_messages_from_list_sinc?= =?utf-8?q?e_April=098=2C_2009?= References: <4e03026a0904220822m430640a3s8376d8ae5b723af1@mail.gmail.com> Message-ID: Guillaume POIRIER gmail.com> writes: > > Hi, > > On Wed, Apr 22, 2009 at 5:10 PM, John Brown hotmail.com> > wrote: > > Hello All, > > > > I don't know where else to report this. > > > > I have a Hotmail account. I am a member of three mplayer lists; Users, > > Cygwin and MEncoder Users. The last time that I received a message was > > April 8, 2009. > > > > Should be fixed. > > Guillaume I'm still having problems. According to Gmane, your response was posted at 2009-04-22 15:22:35 GMT When I clicked "Reply", the "To" field contained your personal address, not the list. Of course this means that I did not get that message from the list. I got it directly from you. That was the last message in MPlayer Users according to Gmane. So I looked at the other groups. MPlayer Cygwin has some messages that were posted after your message about the fix: at 2009-04-22 16:34:00 GMT and 2009-04-22 18:06:13 GMT I did not get those messages. MEncoder Users does not have a more recent message. The last one was at 2009-04-22 15:03:35 GMT. My safe list includes all of these: mplayer DASH cygwin AT mplayerhq DOT hu mplayer DASH users AT mplayerhq DOT hu mencoder DASH users AT mplayerhq DOT hu The messages are not in my Junk folder. Regards, Alias John Brown. From cooleyr at gmail.com Thu Apr 23 06:16:15 2009 From: cooleyr at gmail.com (RC) Date: Wed, 22 Apr 2009 21:16:15 -0700 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: References: <20090417191142.7cf112b6.cooleyr@gmail.com> Message-ID: <20090422211615.59a9a797.cooleyr@gmail.com> On Mon, 20 Apr 2009 10:54:36 +0200 Daniel Lobo wrote: > When encoded, the colors are not any more the pure saturated, but a > little bit dull. Do you think that it is a problem with the encoding > process or just a limitation of the codec used (tested mpeg4 and > lossless ffv1)? yv12 is 1/4 subsampled chroma. It's not hard to imagine that is the problem. And you should ALWAYS use video dimentions that are multiples of 16. In any case, uploading a short sample to ftp://upload.mplayerhq.hu/MPlayer/incoming would allow someone else to take a look, and much more quickly give a definitive answer, rather than trying to watch a video by proxy. And please don't top-post. -- Don't trust me! I'm wrong! From dnlobo at gmail.com Thu Apr 23 12:11:21 2009 From: dnlobo at gmail.com (Daniel Lobo) Date: Thu, 23 Apr 2009 12:11:21 +0200 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: <20090422211615.59a9a797.cooleyr@gmail.com> References: <20090417191142.7cf112b6.cooleyr@gmail.com> <20090422211615.59a9a797.cooleyr@gmail.com> Message-ID: > > > yv12 is 1/4 subsampled chroma. It's not hard to imagine that is the > problem. > So, the problem is inherent of the codecs? or it can be solved? > > And you should ALWAYS use video dimentions that are multiples of 16. Corrected. > > > In any case, uploading a short sample to > ftp://upload.mplayerhq.hu/MPlayer/incoming would allow someone else to > take a look, and much more quickly give a definitive answer, rather than > trying to watch a video by proxy. > I've uploaded a short sample of the input I want to encode with mpeg4: ftp://upload.mplayerhq.hu/MPlayer/incoming/daniel_lobo_input.zip > > And please don't top-post. > Sorry about that. Thanks for your help, Daniel From ronni at contentcube.dk Thu Apr 23 14:59:56 2009 From: ronni at contentcube.dk (Ronni Egeriis) Date: Thu, 23 Apr 2009 14:59:56 +0200 Subject: [MPlayer-users] FLV, -ss and -hr-edl-seek Message-ID: <5CFB21B115F900489B770903E643AC5302359D18@exsrv1.exchange.cohaesio.net> Hi, I'm having some difficulties trimming a FLV file with MEncoder. I've tried two different approaches, with -ss and -endpos: mencoder input.flv -ss 00:10:00 -endpos 00:20:00 -ovc copy -oac copy -o output.flv With this method I get an error message in the output, and MEncoder doesn't seem to recognise the input "nan kbit/s": CPU: Intel(R) Xeon(R) CPU L5420 @ 2.50GHz (Family: 6, Model: 23, Stepping: 8) CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. success: format: 0 data: 0x0 - 0x9fc861 libavformat file format detected. [lavf] Video stream found, -vid 0 [lavf] Audio stream found, -aid 1 VIDEO: [VP6F] 480x208 0bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) [V] filefmt:44 fourcc:0x46365056 size:480x208 fps:30.00 ftime:=0.0333 ======================================================================== == Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 AUDIO: 44100 Hz, 2 ch, s16le, 96.0 kbit/6.80% (ratio: 12000->176400) Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) ======================================================================== == videocodec: framecopy (480x208 0bpp fourcc=46365056) audiocodec: framecopy (format=55 chans=2 rate=44100 bits=16 B/s=12000 sample-0) Writing index... Writing header... ODML: Aspect information not (yet?) available or unspecified, not writing vprp header. Video stream: nan kbit/s (-2147483648 B/s) size: 0 bytes 0.000 secs 0 frames Audio stream: nan kbit/s (-2147483648 B/s) size: 0 bytes 0.000 secs And with -hr-edl-seek: mencoder input.flv -hr-edl-seek -edl a.edl -ovc copy -oac copy -o output.flv With this method it seems to success, though the output is the exact same as the input. No differences, other than a larger output file. Regards, Ronni From olivares14031 at yahoo.com Thu Apr 23 19:01:57 2009 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 23 Apr 2009 10:01:57 -0700 (PDT) Subject: [MPlayer-users] can mplayer/mencoder fix a broken file? Message-ID: <921974.74384.qm@web52612.mail.re2.yahoo.com> Dear fellow mplayer users, A friend recovered a file from a dying windows machine(hard drive failure), and can not view it with any video player out there, Windows Media, DivX, vlc and Quicktime. I told him that mplayer can view it, but I lied to him, here is the proof. [olivares at localhost 28DC-C195]$ mplayer file000401.avi MPlayer SVN-r29109-4.4.0 (C) 2000-2009 MPlayer Team Playing file000401.avi. libavformat file format detected. LAVF: no audio or video headers found - broken file? Exiting... (End of file) Now that mplayer can see the file and has told us that the file is broken, is there any magical way to fix it so that the file can be seen? Thanks in Advance, Antonio From liquidator87 at gmail.com Thu Apr 23 22:02:36 2009 From: liquidator87 at gmail.com (Filippo Bistaffa) Date: Thu, 23 Apr 2009 22:02:36 +0200 Subject: [MPlayer-users] non-existing SPS * referenced in buffering period Message-ID: <50ffbc20904231302p29f626bas74651e8a629d9c4e@mail.gmail.com> What does this error mean? I've received this one when I tried to encode some BluRays like Napoleon Dynamite or Pinocchio... How can I fix this? From mblain2 at yahoo.com Thu Apr 23 22:50:55 2009 From: mblain2 at yahoo.com (Mark Blain) Date: Thu, 23 Apr 2009 20:50:55 +0000 (UTC) Subject: [MPlayer-users] can mplayer/mencoder fix a broken file? References: <921974.74384.qm@web52612.mail.re2.yahoo.com> Message-ID: Antonio Olivares wrote in news:921974.74384.qm at web52612.mail.re2.yahoo.com: > > Dear fellow mplayer users, > > A friend recovered a file from a dying windows machine(hard drive > failure), and can not view it with any video player out there, Windows > Media, DivX, vlc and Quicktime. I told him that mplayer can view it, > but I lied to him, here is the proof. > > [olivares at localhost 28DC-C195]$ mplayer file000401.avi > MPlayer SVN-r29109-4.4.0 (C) 2000-2009 MPlayer Team > > Playing file000401.avi. > libavformat file format detected. > LAVF: no audio or video headers found - broken file? > > > Exiting... (End of file) > > Now that mplayer can see the file and has told us that the file is > broken, is there any magical way to fix it so that the file can be > seen? > > Thanks in Advance, > > Antonio Here's something to try. http://thomas.mansi.free.fr/blog/spip.php?article12 "Read raw videos with MPlayer" mplayer -demuxer rawvideo -rawvideo w=WIDTH:h=HEIGHT VIDEO From advax at triumf.ca Thu Apr 23 23:52:31 2009 From: advax at triumf.ca (Andrew Daviel) Date: Thu, 23 Apr 2009 14:52:31 -0700 (PDT) Subject: [MPlayer-users] support for Nortel callpilot .VBK files Message-ID: We have a Nortel PBX phone system with voicemail over IMAP. The raw voicemail files are in a strange format. Nortel provide a free player for Windows only. It won't work in wine on my desktop. The software includes a DLL "nmplayer.dll". Is there a way to process this into an Mplayer binary codec ? If so, how to tell mplayer to use it ? $ mplayer -msglevel all=6 -vo null v770102.vbk Playing /home/andrew/voicemail/v770102.vbk. get_path('sub/') -> '/home/andrew/.mplayer/sub/' [file] File size is 82036 bytes STREAM: [file] /home/andrew/voicemail/v770102.vbk STREAM: Description: File STREAM: Author: Albeu STREAM: Comment: based on the code from ??? (probably Arpi) LAVF_check: no clue about this gibberish! (apologies if duplicate; posted before joining and didn't see it) -- Andrew Daviel, TRIUMF, Canada Tel. +1 (604) 222-7376 (Pacific Time) Network Security Manager From geoff at hughes.net Fri Apr 24 02:35:14 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 23 Apr 2009 17:35:14 -0700 Subject: [MPlayer-users] building from source Message-ID: <1240533314.14378.0@mtranch.mtranch.com> I build a default-configuration mplayer from the current source. Works fine, except that there is no sound. Distribution version works fine. What am I missing? Thanks. From inverseparadox at comcast.net Fri Apr 24 03:24:29 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Thu, 23 Apr 2009 21:24:29 -0400 Subject: [MPlayer-users] building from source In-Reply-To: <1240533314.14378.0@mtranch.mtranch.com> References: <1240533314.14378.0@mtranch.mtranch.com> Message-ID: <49F114CD.8060701@comcast.net> Geoffrey Leach wrote: > I build a default-configuration mplayer from the current source. > Works fine, except that there is no sound. Distribution version works > fine. > > What am I missing? At a guess, you're probably missing the development headers for the various audio-output libraries which MPlayer can be compiled to use. What does 'mplayer -ao help' on the compiled version say? -- 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 andrew.david.45 at gmail.com Fri Apr 24 04:12:12 2009 From: andrew.david.45 at gmail.com (andrew) Date: Fri, 24 Apr 2009 12:12:12 +1000 Subject: [MPlayer-users] building from source In-Reply-To: <1240533314.14378.0@mtranch.mtranch.com> References: <1240533314.14378.0@mtranch.mtranch.com> Message-ID: <20090424021212.GB3092@skamandros.andrews-corner.org> On Thu, Apr 23, 2009 at 05:35:14PM -0700, Geoffrey Leach wrote: > I build a default-configuration mplayer from the current source. Works > fine, except that there is no sound. Distribution version works > fine. Can I ask which distro? Andrew -- Do you think that's air you're breathing? From geoff at hughes.net Fri Apr 24 05:00:10 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 23 Apr 2009 20:00:10 -0700 Subject: [MPlayer-users] building from source In-Reply-To: <49F114CD.8060701@comcast.net> (from inverseparadox@comcast.net on Thu Apr 23 18:24:29 2009) References: <1240533314.14378.0@mtranch.mtranch.com> <49F114CD.8060701@comcast.net> Message-ID: <1240542010.14378.1@mtranch.mtranch.com> On 04/23/2009 06:24:29 PM, The Wanderer wrote: > Geoffrey Leach wrote: > > > I build a default-configuration mplayer from the current source. > > Works fine, except that there is no sound. Distribution version > works > > fine. > > > > What am I missing? > > At a guess, you're probably missing the development headers for the > various audio-output libraries which MPlayer can be compiled to use. > What does 'mplayer -ao help' on the compiled version say? Well, there's certainly a difference :-) As I'm running alsa, and its missing from the locally-compiled version, that's probably what the problem is. So how do I correct it? geoff at pvr[5]->mplayer -ao help MPlayer SVN-r29205-4.3.2 (C) 2000-2009 MPlayer Team Available audio output drivers: oss OSS/ioctl audio output mpegpes DVB audio output v4l2 V4L2 MPEG Audio Decoder output null Null audio output pcm RAW PCM/WAVE file writer audio output geoff at pvr[6]->/usr/bin/mplayer -ao help MPlayer SVN-r27937 (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (Family: 6, Model: 23, Stepping: 10) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Available audio output drivers: oss OSS/ioctl audio output alsa ALSA-0.9.x-1.x audio output arts aRts audio output esd EsounD audio output pulse PulseAudio audio output jack JACK audio output sdl SDLlib audio output mpegpes DVB audio output v4l2 V4L2 MPEG Audio Decoder output null Null audio output pcm RAW PCM/WAVE file writer audio output 129 audio & 258 video codecs From geoff at hughes.net Fri Apr 24 05:02:34 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Thu, 23 Apr 2009 20:02:34 -0700 Subject: [MPlayer-users] building from source In-Reply-To: <20090424021212.GB3092@skamandros.andrews-corner.org> (from andrew.david.45@gmail.com on Thu Apr 23 19:12:12 2009) References: <1240533314.14378.0@mtranch.mtranch.com> <20090424021212.GB3092@skamandros.andrews-corner.org> Message-ID: <1240542154.14378.2@mtranch.mtranch.com> On 04/23/2009 07:12:12 PM, andrew wrote: > On Thu, Apr 23, 2009 at 05:35:14PM -0700, Geoffrey Leach wrote: > > > I build a default-configuration mplayer from the current source. > Works > > fine, except that there is no sound. Distribution version works > > fine. > > Can I ask which distro? Of course :-) # rpm -qi mplayer Version : 1.0 Vendor: ATrpms.net Release : 64_snap20081116.fc10 Build Date: Thu 27 Nov 2008 10:57:33 PM PST Install Date: Sat 07 Mar 2009 05:00:59 PM PST Build Host: junior.atrpms.net Group : Applications/Multimedia Source RPM: mplayer-1.0-64_snap20081116.fc10.src.rpm Size : 31111491 License: GPLv2 Signature : DSA/SHA1, Thu 27 Nov 2008 10:57:45 PM PST, Key ID 508ce5e666534c2b Packager : ATrpms The installed disto is Fedora 10 From andrew.david.45 at gmail.com Fri Apr 24 07:22:53 2009 From: andrew.david.45 at gmail.com (andrew) Date: Fri, 24 Apr 2009 15:22:53 +1000 Subject: [MPlayer-users] MPlayer does not show flac tags Message-ID: <20090424052253.GA14023@skamandros.andrews-corner.org> Hi, I have been encoding some files using flac 1.2.1 and adding meta tags. ogg123 shows the tags as follows: +----------- andrew at skamandros~/Desktop$ ogg123 ftgws_12042009.flac Audio Device: Advanced Linux Sound Architecture (ALSA) output Playing: ftgws_12042009.flac FLAC stream: 16 bits, 2 channel, 44100 Hz Title: For the God Who Sings 12-04-2009 Album: ABC Classic FM Radio Live Streams Artist: Stephen Watkins Comment: Encoded with flac 1.2.1 +--------- but MPlayer shows none of these tags: +----------- andrew at skamandros~/Desktop$ mplayer ftgws_12042009.flac MPlayer SVN-r29219-4.2.4 (C) 2000-2009 MPlayer Team Playing ftgws_12042009.flac. Audio only file format detected. ========================================================================== Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 44100 Hz, 2 ch, s16le, 357.3 kbit/25.32% (ratio: 44660->176400) Selected audio codec: [ffflac] afm: ffmpeg (FFmpeg FLAC audio) ========================================================================== AO: [oss] 44100Hz 2ch s16le (2 bytes per sample) Video: no video Starting playback... A: 8.8 (08.7) of 7182.0 ( 1:59:42.0) 0.4% +----------- Have I missed something when I compiled MPlayer or does the current MPlayer not actually read flac tags? Thanks for your trouble, Andrew -- Do you think that's air you're breathing? From Axel.Thimm at ATrpms.net Fri Apr 24 10:26:34 2009 From: Axel.Thimm at ATrpms.net (Axel Thimm) Date: Fri, 24 Apr 2009 11:26:34 +0300 Subject: [MPlayer-users] building from source In-Reply-To: <1240542154.14378.2@mtranch.mtranch.com> <1240542010.14378.1@mtranch.mtranch.com> References: <1240533314.14378.0@mtranch.mtranch.com> <20090424021212.GB3092@skamandros.andrews-corner.org> <1240542154.14378.2@mtranch.mtranch.com> <1240533314.14378.0@mtranch.mtranch.com> <49F114CD.8060701@comcast.net> <1240542010.14378.1@mtranch.mtranch.com> Message-ID: <20090424082634.GA24798@victor.nirvana> On Thu, Apr 23, 2009 at 08:00:10PM -0700, Geoffrey Leach wrote: > On 04/23/2009 06:24:29 PM, The Wanderer wrote: > > Geoffrey Leach wrote: > > > I build a default-configuration mplayer from the current source. > > > Works fine, except that there is no sound. Distribution version > > > works fine. > > > > > > What am I missing? > > > > At a guess, you're probably missing the development headers for the > > various audio-output libraries which MPlayer can be compiled to use. > > What does 'mplayer -ao help' on the compiled version say? > > Well, there's certainly a difference :-) As I'm running alsa, and its > missing from the locally-compiled version, that's probably what the > problem is. So how do I correct it? You need to install the alsa-lib-devel package. On Thu, Apr 23, 2009 at 08:02:34PM -0700, Geoffrey Leach wrote: > > Can I ask which distro? > > Of course :-) > # rpm -qi mplayer > Version : 1.0 Vendor: ATrpms.net > Release : 64_snap20081116.fc10 Build Date: Thu 27 Nov 2008 There is a newer package available (1.0-68_snap20090419.fc10). Try yum-builddep mplayer so your system installs all of the required build dependencies needed for mplayer, then try again building from source. yum-builddep is part of yum-utils, if it isn't installed on your system. -- Axel.Thimm at ATrpms.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From geoff at hughes.net Fri Apr 24 15:42:07 2009 From: geoff at hughes.net (Geoffrey Leach) Date: Fri, 24 Apr 2009 06:42:07 -0700 Subject: [MPlayer-users] building from source In-Reply-To: <20090424082634.GA24798@victor.nirvana> (from Axel.Thimm@ATrpms.net on Fri Apr 24 01:26:34 2009) References: <1240533314.14378.0@mtranch.mtranch.com> <20090424021212.GB3092@skamandros.andrews-corner.org> <1240542154.14378.2@mtranch.mtranch.com> <1240533314.14378.0@mtranch.mtranch.com> <49F114CD.8060701@comcast.net> <1240542010.14378.1@mtranch.mtranch.com> <20090424082634.GA24798@victor.nirvana> Message-ID: <1240580527.14378.3@mtranch.mtranch.com> On 04/24/2009 01:26:34 AM, Axel Thimm wrote: > On Thu, Apr 23, 2009 at 08:00:10PM -0700, Geoffrey Leach wrote: > > On 04/23/2009 06:24:29 PM, The Wanderer wrote: > > > Geoffrey Leach wrote: > > > > I build a default-configuration mplayer from the current > source. > > > > Works fine, except that there is no sound. Distribution version > > > > works fine. > > > > > > > > What am I missing? > > > > > > At a guess, you're probably missing the development headers for > the > > > various audio-output libraries which MPlayer can be compiled to > use. > > > What does 'mplayer -ao help' on the compiled version say? > > > > Well, there's certainly a difference :-) As I'm running alsa, and > its > > missing from the locally-compiled version, that's probably what the > > problem is. So how do I correct it? > > You need to install the alsa-lib-devel package. > > On Thu, Apr 23, 2009 at 08:02:34PM -0700, Geoffrey Leach wrote: > > > Can I ask which distro? > > > > Of course :-) > > # rpm -qi mplayer > > Version : 1.0 Vendor: ATrpms.net > > Release : 64_snap20081116.fc10 Build Date: Thu 27 Nov > 2008 > > There is a newer package available (1.0-68_snap20090419.fc10). > > Try > > yum-builddep mplayer > > so your system installs all of the required build dependencies needed > for mplayer, then try again building from source. yum-builddep is > part > of yum-utils, if it isn't installed on your system. > -- > Axel.Thimm at ATrpms.net Great. I was not aware of yum-builddep. Thanks. From onur at delipenguen.net Fri Apr 24 18:54:33 2009 From: onur at delipenguen.net (Onur =?UTF-8?B?S8O8w6fDvGs=?=) Date: Fri, 24 Apr 2009 19:54:33 +0300 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <4c23cefe0904122331p232d5d90w1c37f2f9ba96f18f@mail.gmail.com> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> <20090410101657.GA8939@1und1.de> <20090412021809.27537610.onur@delipenguen.net> <4c23cefe0904122331p232d5d90w1c37f2f9ba96f18f@mail.gmail.com> Message-ID: <20090424195433.829c69f5.onur@delipenguen.net> On Mon, 13 Apr 2009 10:31:01 +0400 Stanislav_Egorov wrote: Sorry for the late answer > 2009/4/12 Onur K???k : > > > ?I have had some experience with microdia (and new name sn9c20x) > > with mplayer and I did not hve any trouble with v4l2 (without > > libv4l stuff). The problem may be at the driver side. > > > > Ok, can you say who can help me on driver' questions? You can try to contact the microdia people here http://groups.google.com/group/microdia?pli=1 -- Onur K???k Knowledge speaks, but wisdom listens From R.E.Wolff at BitWizard.nl Sat Apr 25 12:07:42 2009 From: R.E.Wolff at BitWizard.nl (Rogier Wolff) Date: Sat, 25 Apr 2009 12:07:42 +0200 Subject: [MPlayer-users] Video format recognition. Message-ID: <20090425100725.GB6278@bitwizard.nl> Hi, I have a BIG source of video data... however, I don't recognize the format. Neither does mplayer. I'm hoping someone here can provide an educated guess at how to decode the frames.... I have been able to reverse engineer more or less where frames start and end. There is a 0x20 long trailer on each frame with the name of the camera.... The frames are in reality 0x50 bytes longer than the "length" field in the header, so there need to be 0x30 other header bytes. Around 0x18 header bytes are at the beginning. If the other 0x18 bytes are at the end, they are here: 00000 75 cf 13 c7 c5 c1 59 79 8d f0 2d eb 56 fa c2 02 uO.GEAYy.p-kVzB. 00010 ed 18 49 0d b0 7c 84 01 aa 62 47 b7 7e a1 66 c6 m.I.0|..*bG7~!fF 00020 bf d8 83 df af 26 0f 85 c2 67 1b 53 27 26 4e f4 ?X._/&..Bg.S'&Nt 00030 9c 8c 7b 6d fd 11 c9 82 51 de 51 d0 99 95 de 25 ..{m}.I.Q^QP..^% 00040 58 47 88 c3 a3 66 0e 47 66 be f6 f0 ec b9 01 7b XG.C#f.Gf>vpl9.{ 00050 e1 55 35 11 31 3a b7 20 3f b6 97 21 62 78 ff 3b aU5.1:7 ?6.!bx.; 00060 5a 9d b0 79 b7 5e be 8f a5 16 7e d1 83 bc 16 b3 Z.0y7^>.%.~Q.<.3 00070 5f 3d 49 ca 2a 4a 1e b4 e6 33 1b c0 37 25 91 e8 _=IJ*J.4f3. at 7%.h 00080 65 4c ff 33 c6 ac 20 66 13 65 3d db bf 00 cc 8c eL.3F, f.e=[?.L. 00090 54 76 07 60 ac 7c 64 85 fc 89 d7 31 02 e1 9c 42 Tv.`,|d.|.W1.a.B 000a0 a1 f6 62 3e c9 dd 6f 89 0c de a4 f7 a2 c7 bc 0b !vb>I]o..^$w"G<. 000b0 b8 9c b5 c7 ef 57 bd 54 7d 90 72 bb d4 e8 fb ec 8.5GoW=T}.r;Th{l 000c0 40 af 7a 6a bc d5 42 65 c5 84 82 e0 1d 98 b2 74 @/zj...:q.ahN. 000c0 38 00 00 80 56 12 05 3a ba c5 81 51 2c 2b e0 58 8...V..::E.Q,+`X 000d0 38 00 00 80 5a 12 05 22 6d c7 31 1f c3 88 b0 98 8...Z.."mG1.C.0. 000e0 38 00 00 80 5e 12 05 3d ad 0d 27 0a 5c 07 8a 81 8...^..=-.'.\... 000f0 38 00 00 80 0e 12 05 3b 7b 9b ce 42 a6 54 2d 42 8......;{.NB&T-B ^^^^^^^^^^^^^^^^^^^^^^ frame data/more header? ^^^^^^^^ ???? ^^^^^ counts through 80-83 and 0x02...0xfe by 4 ^^^^^^^ more flags? Does anybody recognise this as an existing video format? Any suggestions on how to decode this data? Roger. -- ** R.E.Wolff at BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 ** ** Delftechpark 26 2628 XH Delft, The Netherlands. KVK: 27239233 ** *-- BitWizard writes Linux device drivers for any device you may have! --* Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. Does it sit on the couch all day? Is it unemployed? Please be specific! Define 'it' and what it isn't doing. --------- Adapted from lxrbot FAQ From towb at gmx.net Sat Apr 25 12:08:57 2009 From: towb at gmx.net (Tobias Weber) Date: Sat, 25 Apr 2009 12:08:57 +0200 Subject: [MPlayer-users] Delays Message-ID: Hi, in no build I've seen, including my own from SVN, did the audio or sub delay options work, on any kind of file. What's the deal? From amidk75 at gmail.com Sat Apr 25 12:33:38 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Sat, 25 Apr 2009 12:33:38 +0200 Subject: [MPlayer-users] Video format recognition. In-Reply-To: <20090425100725.GB6278@bitwizard.nl> References: <20090425100725.GB6278@bitwizard.nl> Message-ID: <49F2E702.3010408@gmail.com> Rogier Wolff pisze: > I have a BIG source of video data... however, I don't recognize the > format. Neither does mplayer. I'm hoping someone here can provide an > educated guess at how to decode the frames.... Did you tryed "MediaInfo" to recognize this media? -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From harald.dunkel at t-online.de Sat Apr 25 13:57:17 2009 From: harald.dunkel at t-online.de (Harald Dunkel) Date: Sat, 25 Apr 2009 13:57:17 +0200 Subject: [MPlayer-users] mplayer vs gmplayer: alsa problem wrt s/pdif Message-ID: <49F2FA9D.4080809@t-online.de> Hi folks, Using mplayer I can run mplayer -ao alsa:device=hw=0.1, ... to get sound exclusively via hdmi (i.e. s/pdif). The desktop speakers remain silent. gmplayer -ao alsa:device=hw=0.1, ... works differently. I always get the desktop speakers in parallel to the tv:-(. Did I miss something here? The man page doesn't list any incompatibilities between mplayer and gmplayer. Would it be possible to fix this? Many thanx Harri -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 260 bytes Desc: OpenPGP digital signature URL: From mplayer01 at dgmm.net Sat Apr 25 13:20:59 2009 From: mplayer01 at dgmm.net (DaveG) Date: Sat, 25 Apr 2009 12:20:59 +0100 Subject: [MPlayer-users] "Transcoding" mpeg-ts to dvd In-Reply-To: <537f90650904131455v5bf1d164t4d00a0b8b7a70f04@mail.gmail.com> References: <49E3AA44.3000908@gmx.de> <537f90650904131455v5bf1d164t4d00a0b8b7a70f04@mail.gmail.com> Message-ID: <200904251220.59460.mplayer01@dgmm.net> On Monday 13 April 2009, Mike Castle wrote: > On Mon, Apr 13, 2009 at 2:36 PM, Carl Eugen Hoyos wrote: > > Note that the question is off-topic, Carl Eugen > > mencoder questions are off topic? > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users Well, yes, strictly speaking, the question could have been addressed at MEncoder-users mailing list MEncoder-users at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users HTH :-) -- Dave From cooleyr at gmail.com Sat Apr 25 19:58:08 2009 From: cooleyr at gmail.com (RC) Date: Sat, 25 Apr 2009 10:58:08 -0700 Subject: [MPlayer-users] can mplayer/mencoder fix a broken file? In-Reply-To: <921974.74384.qm@web52612.mail.re2.yahoo.com> References: <921974.74384.qm@web52612.mail.re2.yahoo.com> Message-ID: <20090425105808.5541c739.cooleyr@gmail.com> On Thu, 23 Apr 2009 10:01:57 -0700 (PDT) Antonio Olivares wrote: > [olivares at localhost 28DC-C195]$ mplayer file000401.avi > MPlayer SVN-r29109-4.4.0 (C) 2000-2009 MPlayer Team > > Playing file000401.avi. > libavformat file format detected. > LAVF: no audio or video headers found - broken file? > > > Exiting... (End of file) Try -force-idx and try any different values for -sb. Posting the non-verbose (-v) log from MPlayer is next to useless. -- Don't trust me! I'm wrong! From cooleyr at gmail.com Sat Apr 25 20:31:54 2009 From: cooleyr at gmail.com (RC) Date: Sat, 25 Apr 2009 11:31:54 -0700 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: References: <20090417191142.7cf112b6.cooleyr@gmail.com> <20090422211615.59a9a797.cooleyr@gmail.com> Message-ID: <20090425113154.069bc3d9.cooleyr@gmail.com> On Thu, 23 Apr 2009 12:11:21 +0200 Daniel Lobo wrote: > So, the problem is inherent of the codecs? or it can be solved? If it is a problem of slightly desaturated colors, then it's inherent. However... > I've uploaded a short sample of the input I want to encode with mpeg4: > > ftp://upload.mplayerhq.hu/MPlayer/incoming/daniel_lobo_input.zip I had no problem encoding your video, with no sign of any color changes when playing the resulting video. MEncoder dev-SVN-r28288-4.2.3 -- Don't trust me! I'm wrong! From dnlobo at gmail.com Mon Apr 27 10:15:23 2009 From: dnlobo at gmail.com (Daniel Lobo) Date: Mon, 27 Apr 2009 10:15:23 +0200 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: <20090425113154.069bc3d9.cooleyr@gmail.com> References: <20090417191142.7cf112b6.cooleyr@gmail.com> <20090422211615.59a9a797.cooleyr@gmail.com> <20090425113154.069bc3d9.cooleyr@gmail.com> Message-ID: On Sat, Apr 25, 2009 at 20:31, RC wrote: > > I had no problem encoding your video, with no sign of any color changes > when playing the resulting video. ?MEncoder dev-SVN-r28288-4.2.3 > Interesting. I have uploaded the input first frame and the output first frame to: ftp://upload.mplayerhq.hu/MPlayer/incoming/daniel_lobo_frames.zip Could you check that your video looks like input.frame1.tif and not like my output.frame1.tif? If that is the case, could you post the command you used to encode it? I'm using now MEncoder Sherpya-SVN-r29238-4.5.0 with the same results. Thank you very much, -- Daniel From realsystem at gmail.com Mon Apr 27 10:49:04 2009 From: realsystem at gmail.com (Stanislav_Egorov) Date: Mon, 27 Apr 2009 12:49:04 +0400 Subject: [MPlayer-users] Using with webcam Genius Look 320s In-Reply-To: <20090424195433.829c69f5.onur@delipenguen.net> References: <4c23cefe0904080704o67b178ddubdd00efb03e2f34e@mail.gmail.com> <20090408143358.GA4207@1und1.de> <4c23cefe0904090856j18124e4jd3d50532782d9777@mail.gmail.com> <20090410000151.73c5d67d.onur@delipenguen.net> <4c23cefe0904100141hddd9c24gbc6e9ebe5cf3b882@mail.gmail.com> <20090410101657.GA8939@1und1.de> <20090412021809.27537610.onur@delipenguen.net> <4c23cefe0904122331p232d5d90w1c37f2f9ba96f18f@mail.gmail.com> <20090424195433.829c69f5.onur@delipenguen.net> Message-ID: <4c23cefe0904270149t102fd33eod12115e2c1712583@mail.gmail.com> 2009/4/24 Onur K???k : > > On Mon, 13 Apr 2009 10:31:01 +0400 > Stanislav_Egorov wrote: > > ?Sorry for the late answer > >> 2009/4/12 Onur K???k : >> >> > ?I have had some experience with microdia (and new name sn9c20x) >> > with mplayer and I did not hve any trouble with v4l2 (without >> > libv4l stuff). The problem may be at the driver side. >> > >> >> Ok, can you say who can help me on driver' questions? > > ?You can try to contact the microdia people here > > ?http://groups.google.com/group/microdia?pli=1 > They don't answer me, I've sent many emails, but nothing from them. -- Stanislav Egorov Cisco Systems, Inc. Cell: +79276230169 ICQ: 270805968 From ginkgo_w at yahoo.com.cn Mon Apr 27 18:33:42 2009 From: ginkgo_w at yahoo.com.cn (ginkgo_w) Date: Tue, 28 Apr 2009 00:33:42 +0800 Subject: [MPlayer-users] mplayer liba52 can not compile on the gcc 4.4.0 In-Reply-To: References: Message-ID: <49F5DE66.9010106@yahoo.com.cn> hello everyone, I just try install the gcc 4.4.0. and I find the liba52 can not compile on 4.4.0, but on the 4.3.3 it ok. error log ---------------------------------------------------------- liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints liba52/imdct.c: In function 'ifft16': liba52/imdct.c:294: warning: array subscript is below array bounds liba52/imdct.c: In function 'ifft64_c': liba52/imdct.c:310: warning: array subscript is below array bounds liba52/imdct.c: In function 'ifft128_c': liba52/imdct.c:318: warning: array subscript is below array bounds liba52/imdct.c:322: warning: array subscript is below array bounds make: *** [liba52/imdct.o] error 1 ---------------------------------------------------- Can anyone give a suggestion? regard ginkgo From poirierg at gmail.com Mon Apr 27 20:21:20 2009 From: poirierg at gmail.com (Guillaume POIRIER) Date: Mon, 27 Apr 2009 20:21:20 +0200 Subject: [MPlayer-users] mplayer liba52 can not compile on the gcc 4.4.0 In-Reply-To: <49F5DE66.9010106@yahoo.com.cn> References: <49F5DE66.9010106@yahoo.com.cn> Message-ID: <4e03026a0904271121n5022acaat17a1cdce5d9c0667@mail.gmail.com> Hi, On Mon, Apr 27, 2009 at 6:33 PM, ginkgo_w wrote: > hello everyone, > ?I just try install the gcc 4.4.0. and I find the liba52 can not > compile on 4.4.0, but on the 4.3.3 it ok. > > error log > ---------------------------------------------------------- > liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints > liba52/imdct.c: In function 'ifft16': > liba52/imdct.c:294: warning: array subscript is below array bounds > liba52/imdct.c: In function 'ifft64_c': > liba52/imdct.c:310: warning: array subscript is below array bounds > liba52/imdct.c: In function 'ifft128_c': > liba52/imdct.c:318: warning: array subscript is below array bounds > liba52/imdct.c:322: warning: array subscript is below array bounds > make: *** [liba52/imdct.o] error 1 > ---------------------------------------------------- > > Can anyone give a suggestion? Works fine here on AMD64, without fiddling with compilation flags. Did you fiddle with compilation flags? Whatever you did, please give the full compilation commandline sent to GCC. Guillaume -- Only a very small fraction of our DNA does anything; the rest is all comments and ifdefs. Albert Einstein - "Only two things are infinite, the universe and human stupidity, and I'm not sure about the f... - http://www.brainyquote.com/quotes/authors/a/albert_einstein.html From kdekorte at gmail.com Mon Apr 27 20:32:50 2009 From: kdekorte at gmail.com (Kevin DeKorte) Date: Mon, 27 Apr 2009 12:32:50 -0600 Subject: [MPlayer-users] mplayer liba52 can not compile on the gcc 4.4.0 In-Reply-To: <4e03026a0904271121n5022acaat17a1cdce5d9c0667@mail.gmail.com> References: <49F5DE66.9010106@yahoo.com.cn> <4e03026a0904271121n5022acaat17a1cdce5d9c0667@mail.gmail.com> Message-ID: <49F5FA52.8050008@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/27/2009 12:21 PM, Guillaume POIRIER wrote: > Hi, > > On Mon, Apr 27, 2009 at 6:33 PM, ginkgo_w wrote: >> hello everyone, >> I just try install the gcc 4.4.0. and I find the liba52 can not >> compile on 4.4.0, but on the 4.3.3 it ok. >> >> error log >> ---------------------------------------------------------- >> liba52/imdct_3dnow.h:263: error: 'asm' operand has impossible constraints >> liba52/imdct.c: In function 'ifft16': >> liba52/imdct.c:294: warning: array subscript is below array bounds >> liba52/imdct.c: In function 'ifft64_c': >> liba52/imdct.c:310: warning: array subscript is below array bounds >> liba52/imdct.c: In function 'ifft128_c': >> liba52/imdct.c:318: warning: array subscript is below array bounds >> liba52/imdct.c:322: warning: array subscript is below array bounds >> make: *** [liba52/imdct.o] error 1 >> ---------------------------------------------------- >> >> Can anyone give a suggestion? > > Works fine here on AMD64, without fiddling with compilation flags. Did > you fiddle with compilation flags? Whatever you did, please give the > full compilation commandline sent to GCC. > > Guillaume Guillaume, It only appears to happen when compiling with gcc 4.4 in 32bit mode. I've ran into this situation about 2-3 weeks ago using Fedora rawhide. As compilation of mplayer just quit working after gcc 4.4 was upgraded. I've went back several versions in SVN, even to known working (ie could compile) versions and so far it seems to be a register starvation issue with the new GCC. For now disabling internal liba52 seems to be one workaround for compiling 32bit mplayer with gcc 4.4. 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.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkn1+lIACgkQ6w2kMH0L1dEDkQCfZ8VpC9t3lAs4IMF6LUEAjFTH uaoAn1Ptsm41UopfPAgFtA7AO9N1zLNt =m4st -----END PGP SIGNATURE----- From cooleyr at gmail.com Tue Apr 28 03:27:39 2009 From: cooleyr at gmail.com (RC) Date: Mon, 27 Apr 2009 18:27:39 -0700 Subject: [MPlayer-users] How to force a special color space converter during encoding In-Reply-To: References: <20090417191142.7cf112b6.cooleyr@gmail.com> <20090422211615.59a9a797.cooleyr@gmail.com> <20090425113154.069bc3d9.cooleyr@gmail.com> Message-ID: <20090427182739.7f41b252.cooleyr@gmail.com> On Mon, 27 Apr 2009 10:15:23 +0200 Daniel Lobo wrote: > Could you check that your video looks like input.frame1.tif and not > like my output.frame1.tif? It seems that using -vo xv (as I am here) both appear identically desaturated. Since xv uses yv12, that pretty well means the entire source of your problem is the sub-sampled chroma. You could force the same kind of subsampling with other vo methods by adding -vf scale,format=yv12,scale to your options. I don't believe there's any way around this with standard lossy video codecs. There is a 4:2:2 variation of MPEG-2 which has twice the chroma... There's also DV which uses 4:1:1 which might look better... or not. Or for lossy codecs, Huffyuv will probably work for you. H.264 has a "High" 4:4:4 profile (as does MPEG-2 actually), which would give you what you want, but unlike the rest, I have no idea if MPlayer will even play it, let alone other commonly available decoders. -- Don't trust me! I'm wrong! From cehoyos at ag.or.at Tue Apr 28 11:14:04 2009 From: cehoyos at ag.or.at (Carl Eugen Hoyos) Date: Tue, 28 Apr 2009 09:14:04 +0000 (UTC) Subject: [MPlayer-users] How to force a special color space converter during encoding References: <20090417191142.7cf112b6.cooleyr@gmail.com> <20090422211615.59a9a797.cooleyr@gmail.com> <20090425113154.069bc3d9.cooleyr@gmail.com> <20090427182739.7f41b252.cooleyr@gmail.com> Message-ID: RC gmail.com> writes: > There is a 4:2:2 variation of MPEG-2 which has twice the chroma... And is supported by MPlayer/FFmpeg. > H.264 has a > "High" 4:4:4 profile (as does MPEG-2 actually), which would give you > what you want, but unlike the rest, I have no idea if MPlayer will even > play it, let alone other commonly available decoders. At least x264 can't encode in 4:4:4 and MPlayer/FFmpeg cannot play it back. Carl Eugen From johnbrown105 at hotmail.com Tue Apr 28 12:32:50 2009 From: johnbrown105 at hotmail.com (John Brown) Date: Tue, 28 Apr 2009 10:32:50 +0000 (UTC) Subject: [MPlayer-users] =?utf-8?q?List_admin_-_No_messages_from_list_sinc?= =?utf-8?q?e_April=098=2C_2009?= References: <4e03026a0904220822m430640a3s8376d8ae5b723af1@mail.gmail.com> Message-ID: Hello, Guillaume POIRIER gmail.com> writes: > > Hi, > > On Wed, Apr 22, 2009 at 5:10 PM, John Brown hotmail.com> > wrote: > > Hello All, > > > > I don't know where else to report this. > > > > I have a Hotmail account. I am a member of three mplayer lists; Users, > > Cygwin and MEncoder Users. The last time that I received a message was > > April 8, 2009. > > > > Should be fixed. > > Guillaume I'm still not getting any messages from Mplayer Users, MPlayer Cygwin or Mencoder Users. Regards, Alias John Brown. From johnbrown105 at hotmail.com Thu Apr 30 10:08:52 2009 From: johnbrown105 at hotmail.com (John Brown) Date: Thu, 30 Apr 2009 04:08:52 -0400 Subject: [MPlayer-users] List admin - No messages from list since April 8, 2009 In-Reply-To: <4e03026a0904280516u26c9fcb2wd1e8c075ff902c8@mail.gmail.com> References: <4e03026a0904220822m430640a3s8376d8ae5b723af1@mail.gmail.com> <4e03026a0904280516u26c9fcb2wd1e8c075ff902c8@mail.gmail.com> Message-ID: Hello Guillaume, Guillaume POIRER wrote: > I'm sorry, but I don't see what can be wrong with your mailing list > subscription settings. They are the same as mine (and mine works)! > > Maybe hotmail filters out MPlayer's messages? Could you try with > another email address? > > Guillaume > -- I contacted Hotmail technical support. This is what they said: 1. Confirm if the sender receives any bounce messages when sending e-mail to your account. If he/she is receiving one, please request the sender to provide us with the following information: Final-Recipient: Action: failed Status: Diagnostic-Code: 2. Let us know the date and time you last received a message from this sender or domain. 3. Please send a test message to the concerned sender and ask him or her to reply. Confirm if you are able to receive his or her reply. 4. Confirm if other Windows Live Hotmail users cannot receive from the same sender. 1) I need you to tell me whether you are getting any bounce messages. 2) I already told them, but I will tell them again. 3) Consider this a test message. I have CCed your personal account. 4) I assume that you have not received any other reports. I looked through 2 pages of posts at Gmane, and I could not find a single Hotmail user. Of course, this is not proof that no Hotmail users are receiving messages. Regards, Alias John Brown. _________________________________________________________________ Windows Live? SkyDrive?: Get 25 GB of free online storage. http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_skydrive_042009 From johnbrown105 at hotmail.com Thu Apr 30 11:00:55 2009 From: johnbrown105 at hotmail.com (John Brown) Date: Thu, 30 Apr 2009 05:00:55 -0400 Subject: [MPlayer-users] List admin - No messages from list since April 8, 2009 In-Reply-To: References: <4e03026a0904220822m430640a3s8376d8ae5b723af1@mail.gmail.com> <4e03026a0904280516u26c9fcb2wd1e8c075ff902c8@mail.gmail.com> Message-ID: I wrote: > Hello Guillaume, > > Guillaume POIRER wrote: > >> I'm sorry, but I don't see what can be wrong with your mailing list >> subscription settings. They are the same as mine (and mine works)! >> >> Maybe hotmail filters out MPlayer's messages? Could you try with >> another email address? >> >> Guillaume >> -- > > I contacted Hotmail technical support. This is what they said: > > 1. Confirm if the sender receives any bounce messages when sending > > e-mail to your account. If he/she is receiving one, please request the > sender to provide us with the following information: > > Final-Recipient: > Action: failed > Status: > Diagnostic-Code: > > 2. Let us know the date and time you last received a message from > this sender or domain. > > 3. > Please send a test message to the concerned sender and ask him > or her > to reply. Confirm if you are able to receive his or her reply. > > 4. Confirm if other Windows Live Hotmail users cannot receive from > the same sender. > > 1) I need you to tell me whether you are getting any bounce messages. > > 2) I already told them, but I will tell them again. > > 3) Consider this a test message. I have CCed your personal account. > > 4) I assume that you have not received any other reports. I looked > through 2 pages of posts at Gmane, and I could not find a single > Hotmail user. Of course, this is not proof that no Hotmail users are > receiving messages. > > Regards, > Alias John Brown. Well, I received this message. However, one of the cases that I found when I searched the Hotmail forum was a user who could receive messages if they were replies to a message he had previously sent, but he could not receive new messages. I will look out for more messages. _________________________________________________________________ Windows Live? SkyDrive?: Get 25 GB of free online storage. http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_skydrive_042009 From shacky83 at gmail.com Thu Apr 30 12:13:51 2009 From: shacky83 at gmail.com (shacky) Date: Thu, 30 Apr 2009 12:13:51 +0200 Subject: [MPlayer-users] Compile MPlayer on Debian Lenny Message-ID: <7fedbc910904300313ida47c93n98b05ee400be141d@mail.gmail.com> Hi. I need to compile MPlayer 1.0rc1 on my Debian Lenny. I cannot use the version in the Debian repository because I also need mencoder (which is not there) and I cannot use the Marillat versions of MPlayer and Mencoder because their version is not compatible with the software I have to use (MediaShareSuite). When I run the compilation process with "fakeroot debian/rules binary" I get this errors and it doesn't compile: cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/directfb -I/usr/include -I/usr/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/kde/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/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -c -o x264.o x264.c x264.c: In function 'X264_init': x264.c:162: error: 'x264_param_t' has no member named 'b_bframe_adaptive' x264.c:225: error: 'struct ' has no member named 'b_bframe_rdo' x264.c:250: error: 'struct ' has no member named 'psz_rc_eq' make[2]: *** [x264.o] Error 1 make[2]: Leaving directory `/usr/local/src/MPlayer-1.0rc1/libavcodec' make[1]: *** [libavcodec/libavcodec.a] Error 2 make[1]: Leaving directory `/usr/local/src/MPlayer-1.0rc1' make: *** [build-stamp] Error 2 Could you help me to solve this problem, please? Thank you very much! Regards. From inverseparadox at comcast.net Thu Apr 30 12:28:25 2009 From: inverseparadox at comcast.net (The Wanderer) Date: Thu, 30 Apr 2009 06:28:25 -0400 Subject: [MPlayer-users] Compile MPlayer on Debian Lenny In-Reply-To: <7fedbc910904300313ida47c93n98b05ee400be141d@mail.gmail.com> References: <7fedbc910904300313ida47c93n98b05ee400be141d@mail.gmail.com> Message-ID: <49F97D49.7010201@comcast.net> shacky wrote: > Hi. I need to compile MPlayer 1.0rc1 on my Debian Lenny. Why rc1? That's very old. At the minimum, you should use rc2, which is still well over a year old now. Preferably, you should use the latest source code from SVN. > I cannot use the version in the Debian repository because I also need > mencoder (which is not there) and I cannot use the Marillat versions > of MPlayer and Mencoder because their version is not compatible with > the software I have to use (MediaShareSuite). > > When I run the compilation process with "fakeroot debian/rules > binary" I get this errors and it doesn't compile: > > cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil > -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m > -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/directfb > -I/usr/include -I/usr/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 > -D_REENTRANT -I/usr/include/kde/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/liveMedia -I/usr/include/UsageEnvironment > -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -c -o > x264.o x264.c > x264.c: In function 'X264_init': > x264.c:162: error: 'x264_param_t' has no member named 'b_bframe_adaptive' > x264.c:225: error: 'struct ' has no member named 'b_bframe_rdo' > x264.c:250: error: 'struct ' has no member named 'psz_rc_eq' > make[2]: *** [x264.o] Error 1 > make[2]: Leaving directory `/usr/local/src/MPlayer-1.0rc1/libavcodec' > make[1]: *** [libavcodec/libavcodec.a] Error 2 > make[1]: Leaving directory `/usr/local/src/MPlayer-1.0rc1' > make: *** [build-stamp] Error 2 > > Could you help me to solve this problem, please? Your version of X264 (or, at least, the corresponding development headers) does not match the version which that particular version of MPlayer requires. Either use a version of the MPlayer source which works with the version of X264 which you have available, or install a version fo X264 which works with the version of the MPlayer source you are trying to compile. Or else just disable X264 at compile time. -- 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 shacky83 at gmail.com Thu Apr 30 13:09:29 2009 From: shacky83 at gmail.com (shacky) Date: Thu, 30 Apr 2009 13:09:29 +0200 Subject: [MPlayer-users] Compile MPlayer on Debian Lenny In-Reply-To: <49F97D49.7010201@comcast.net> References: <7fedbc910904300313ida47c93n98b05ee400be141d@mail.gmail.com> <49F97D49.7010201@comcast.net> Message-ID: <7fedbc910904300409i73ffc937m38f0302e26c16501@mail.gmail.com> > At the minimum, you should use rc2, which is still well over a year old > now. Preferably, you should use the latest source code from SVN. Ok, now I'm installing rc2, I can't use the latest from SVN because it is not compatible with MediaShareSuite. > Your version of X264 (or, at least, the corresponding development > headers) does not match the version which that particular version of > MPlayer requires. Either use a version of the MPlayer source which works > with the version of X264 which you have available, or install a version > fo X264 which works with the version of the MPlayer source you are > trying to compile. Could you tell me what is the correct version of X264 for Mplayer 1.0rc2, please? From vext01 at gmail.com Thu Apr 30 14:11:09 2009 From: vext01 at gmail.com (Edd Barrett) Date: Thu, 30 Apr 2009 13:11:09 +0100 Subject: [MPlayer-users] Configure script is not portable Message-ID: Hi, I am trying to build mplayer on solaris 10. I have been using mplayer on my OpenBSD desktop for ages. There are some serious portability issues with the shell script fragments in your configure script. a) sh != bash On many linux systems they assume bash is sh. It is not and they are not totally compatible: ---8<--- blade% uname -a SunOS blade 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Blade-1000 blade% ./configure ./configure: LC_ALL=C: is not an identifier ---8<--- b) When you run configure with bash it becomes very apparent that the script assumes the system is using the GNU tool-chain. Many systems do not use the GNU tools. Whilst solaris does ship with gtar, ggrep (in /usr/sfw), they are not the default versions. There is no GNU tail command installed by default. It would be great to see these issues resolved as mplayer is a great player. Thanks The full configure log is here: ---8<--- Detected operating system: SunOS Detected host architecture: sparc usage: tail [+/-[n][lbc][f]] [file] tail [+/-[n][l][r|f]] [file] usage: tail [+/-[n][lbc][f]] [file] tail [+/-[n][l][r|f]] [file] usage: tail [+/-[n][lbc][f]] [file] tail [+/-[n][l][r|f]] [file] Checking for host cc ... gcc Checking for cross compilation ... no Checking for CPU type ... ultrasparc Checking for byte order ... grep: illegal option -- q Usage: grep -hblcnsviw pattern file . . . little-endian Checking for extern symbol prefix ... Checking for assembler support of -pipe option ... yes Checking for compiler support of named assembler arguments ... yes Checking for .align is a power of two ... no Checking for -lposix ... no Checking for -lm ... yes Checking for langinfo ... yes Checking for language ... grep: illegal option -- q Usage: grep -hblcnsviw pattern file . . . messages: en - man pages: en - documentation: en Checking for enable sighandler ... yes Checking for runtime cpudetection ... no Checking for restrict keyword ... __restrict Checking for __builtin_expect ... yes Checking for kstat ... yes Checking for posix4 ... yes Checking for llrint ... yes Checking for lrint ... yes Checking for lrintf ... yes Checking for round ... yes Checking for roundf ... yes Checking for truncf ... yes Checking for mkstemp ... yes Checking for nanosleep ... yes Checking for socklib ... yes (using -lsocket -lnsl) Checking for arpa/inet.h ... yes Checking for inet_pton() ... configure: line 3014: test: -lsocket: unary operator expected yes Checking for inet_aton() ... configure: line 3033: test: -lsocket: unary operator expected yes Checking for socklen_t ... yes Checking for closesocket() ... no Checking for network ... yes Checking for inet6 ... yes Checking for gethostbyname2 ... no Checking for inttypes.h (required) ... yes Checking for int_fastXY_t in inttypes.h ... yes Checking for malloc.h ... yes Checking for memalign() ... yes Checking for posix_memalign() ... no Checking for alloca.h ... yes Checking for fastmemcpy ... yes Checking for mman.h ... yes Checking for dynamic loader ... yes Checking for dynamic a/v plugins support ... no Checking for pthread ... yes Checking for w32threads ... no (using pthread instead) Checking for rpath ... no Checking for iconv ... yes Checking for soundcard.h ... no Checking for sys/dvdio.h ... no Checking for sys/cdio.h ... yes Checking for linux/cdrom.h ... no Checking for dvd.h ... no Checking for userspace SCSI headers (Solaris) ... yes Checking for termcap ... no Checking for termios ... yes (using sys/termios.h) Checking for shm ... yes Checking for strsep() ... no Checking for vsscanf() ... yes Checking for swab() ... no Checking for POSIX select() ... yes Checking for audio select() ... yes Checking for gettimeofday() ... yes Checking for glob() ... yes Checking for setenv() ... yes Checking for sysi86() ... no Checking for sys/sysinfo.h ... yes Checking for pkg-config ... yes Checking for Samba support (libsmbclient) ... yes Checking for tdfxfb ... no Checking for s3fb ... no Checking for wii ... no Checking for tdfxvid ... no Checking for xvr100 ... yes Checking for tga ... yes Checking for md5sum support ... yes Checking for yuv4mpeg support ... yes Checking for bl ... no Checking for DirectFB ... no Checking for X11 headers presence ... yes (using /usr/openwin/include) Checking for X11 ... yes Checking for Xss screensaver extensions ... no Checking for DPMS ... yes (using Xdpms 4) Checking for Xv ... no Checking for XvMC ... no Checking for VDPAU ... no Checking for Xinerama ... yes Checking for Xxf86vm ... no Checking for XF86keysym ... yes Checking for DGA ... no Checking for 3dfx ... no Checking for OpenGL ... yes Checking for VIDIX ... 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 ... no Checking for DVB ... no Checking for DVB HEAD ... no Checking for PNG support ... yes Checking for MNG support ... no Checking for JPEG support ... yes Checking for PNM support ... yes Checking for GIF support ... no Checking for VESA support ... no Checking for SDL ... no Checking for DXR2 ... no Checking for DXR3/H+ ... no Checking for IVTV TV-Out (pre linux-2.6.24) ... no Checking for V4L2 MPEG Decoder ... no Checking for OSS Audio ... no Checking for aRts ... no Checking for EsounD ... yes Checking for esd_get_latency() ... yes Checking for NAS ... no Checking for pulse ... no Checking for JACK ... no Checking for OpenAL ... no Checking for ALSA audio ... no Checking for Sun audio ... yes Checking for Sun mediaLib ... no Checking for VCD support ... yes Checking for dvdread ... yes (internal) Checking for internal libdvdcss ... yes Checking for cdparanoia ... no Checking for libcdio ... no Checking for bitmap font support ... yes Checking for freetype >= 2.0.9 ... yes Checking for fontconfig ... yes Checking for SSA/ASS support ... yes Checking for fribidi with charsets ... no Checking for ENCA ... no Checking for zlib ... yes Checking for bzlib ... yes Checking for RTC ... no Checking for liblzo2 support ... no Checking for mad support ... no Checking for Twolame ... no Checking for Toolame ... no Checking for OggVorbis support ... yes (internal Tremor) Checking for libspeex (version >= 1.1 required) ... no Checking for OggTheora support ... no Checking for internal mp3lib support ... yes Checking for liba52 support ... yes (internal) Checking for internal libmpeg2 support ... yes Checking for libdca support ... no Checking for libmpcdec (musepack, version >= 1.2.1 required) ... no Checking for FAAC support ... no (in libavcodec: no) Checking for FAAD2 support ... yes (internal floating-point) Checking for LADSPA plugin support ... no Checking for libbs2b audio filter support ... no Checking for Win32 codecs ... no Checking for XAnim codecs ... yes (using /usr/local/lib/codecs) Checking for RealPlayer codecs ... no (dynamic loader support needed) Checking for QuickTime codecs ... auto Checking for Nemesi Streaming Media libraries ... no Checking for LIVE555 Streaming Media libraries ... no Checking for FFmpeg libavutil ... yes (static) Checking for FFmpeg libavcodec ... yes (static) Checking for FFmpeg libavformat ... yes (static) Checking for FFmpeg libpostproc ... yes (static) Checking for FFmpeg libswscale ... yes (static) Checking for libamr narrowband ... no Checking for libamr wideband ... no Checking for libdv-0.9.5+ ... no Checking for Xvid ... no Checking for Xvid two pass plugin ... no Checking for x264 ... no (in libavcodec: no) Checking for libdirac ... no Checking for libschroedinger ... no Checking for libnut ... no Checking for zr ... grep: illegal option -- q grep: illegal option -- e Usage: grep -hblcnsviw pattern file . . . no Checking for libmp3lame ... no (in libavcodec: no) Checking for mencoder ... yes Checking for UnRAR executable ... yes Checking for TV interface ... yes Checking for DirectShow TV interface ... no Checking for Video 4 Linux TV interface ... no Checking for Video 4 Linux 2 TV interface ... no Checking for TV teletext interface ... no 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 ... no Checking for ftp ... yes Checking for vstream client ... no Checking for OSD menu ... no Checking for Subtitles sorting ... yes Checking for XMMS inputplugin support ... no Checking for GUI ... no Checking for automatic gdb attach ... no Checking for compiler support for noexecstack ... no Checking for joystick ... no Checking for lirc ... no Checking for lircc ... no Checking for DVD support (libdvdnav) ... yes (internal) Creating config.mak Creating config.h grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . grep: illegal option -- q grep: illegal option -- E Usage: grep -hblcnsviw pattern file . . . Config files successfully generated by ./configure ! Install prefix: /usr/local Data directory: /usr/local/share/mplayer Config direct.: /usr/local/etc/mplayer Byte order: little-endian Optimizing for: ultrasparc Languages: Messages/GUI: en Manual pages: en Enabled optional drivers: Input: dvdnav(internal) ftp tv libdvdcss(internal) dvdread(internal) vcd smb network Codecs: libavcodec(internal) xanim faad2(internal) libmpeg2(internal) liba52(internal) mp3lib(internal) tremor(internal) Audio output: sun esd mpegpes(file) Video output: pnm jpeg png mpegpes(file) opengl x11 xover yuv4mpeg md5sum tga xvr100 Disabled optional drivers: Input: vstream pvr radio tv-teletext tv-v4l2 tv-v4l1 tv-dshow live555 nemesi cddb cdda dvb Codecs: libschroedinger libdirac x264 xvid libdv libamr_wb libamr_nb qtx real win32 faac musepack libdca libtheora speex toolame twolame libmad liblzo gif Audio output: alsa openal jack pulse nas arts oss v4l2 ivtv dxr2 sdl Video output: zr zr2 v4l2 ivtv dxr3 dxr2 sdl vesa gif89a fbdev svga caca aa ggi xmga mga xvidix winvidix cvidix 3dfx dga vdpau xvmc xv dfbmga directfb bl tdfx_vid wii s3fb tdfxfb 'config.h' and 'config.mak' contain your configuration options. Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer compile *** DO NOT REPORT BUGS if you tweak these files *** 'make' will now compile MPlayer and 'make install' will install it. Note: On non-Linux systems you might need to use 'gmake' instead of 'make'. NOTE: Win32 codec DLLs are not supported on your CPU (sparc) or your operating system (SunOS). You may encounter a few files that cannot be played due to missing open source video/audio codec support. Check configure.log if you wonder why an autodetection failed (make sure development headers/packages are installed). NOTE: The --enable-* parameters unconditionally force options on, completely skipping autodetection. This behavior is unlike what you may be used to from autoconf-based configure scripts that can decide to override you. This greater level of control comes at a price. You may have to provide the correct compiler and linker flags yourself. If you used one of these options (except --enable-gui and similar ones that turn on internal features) and experience a compilation or linking failure, make sure you have passed the necessary compiler/linker flags to configure. If you suspect a bug, please read DOCS/HTML/en/bugreports.html. ---8<--- -- Best Regards Edd Barrett (Freelance software developer / technical writer / open-source developer) http://students.dec.bournemouth.ac.uk/ebarrett From amidk75 at gmail.com Thu Apr 30 16:53:31 2009 From: amidk75 at gmail.com (Krzysztof Duchnowski) Date: Thu, 30 Apr 2009 16:53:31 +0200 Subject: [MPlayer-users] Compile MPlayer on Debian Lenny In-Reply-To: <7fedbc910904300409i73ffc937m38f0302e26c16501@mail.gmail.com> References: <7fedbc910904300313ida47c93n98b05ee400be141d@mail.gmail.com> <49F97D49.7010201@comcast.net> <7fedbc910904300409i73ffc937m38f0302e26c16501@mail.gmail.com> Message-ID: <49F9BB6B.5040103@gmail.com> shacky pisze: >> At the minimum, you should use rc2, which is still well over a year old >> now. Preferably, you should use the latest source code from SVN. > > Ok, now I'm installing rc2, I can't use the latest from SVN because it > is not compatible with MediaShareSuite. > >> Your version of X264 (or, at least, the corresponding development >> headers) does not match the version which that particular version of >> MPlayer requires. Either use a version of the MPlayer source which works >> with the version of X264 which you have available, or install a version >> fo X264 which works with the version of the MPlayer source you are >> trying to compile. > > Could you tell me what is the correct version of X264 for Mplayer > 1.0rc2, please? It's simple dear Watson. Since MPlayer 1.0rc2 is from October 8, 2007 then you should look for x264 from or before 8 october 2007... there you have, a daily snapshot from October 8, 2007: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20071008-2245.tar.bz2 -- Krzysztof 'DK75' Duchnowski GetFirefox - http://www.mozilla.com/firefox/ Konfiguracja UTF-8 dla czytnik?w - http://evil.pl/pip/utf/ From rashkae at tigershaunt.com Thu Apr 30 20:05:46 2009 From: rashkae at tigershaunt.com (Rashkae) Date: Thu, 30 Apr 2009 14:05:46 -0400 Subject: [MPlayer-users] Mencoder and -vobsub Message-ID: <49F9E87A.3050703@tigershaunt.com> I confess that my version of mplayer/mencoder is still rc2 packaged with Ubuntu. I understand that this is old and not supported. Could someone confirm for me if mencoder has since been updated so that external vobsub file can be used when encoding? I have no trouble modifying a vobsub idx file with a custom palette to make subs easy to read on those videos where mplayer does a less than optimal auto-detection, and can play these with the -vobsub option passed to mplayer. However, mencoder does not consider -vobsub a valid option, and can only encode with the subs embedded in the source file Thank you. From dmitry at interhost.co.il Thu Apr 30 21:49:17 2009 From: dmitry at interhost.co.il (Dmitry Sherman) Date: Thu, 30 Apr 2009 21:49:17 +0200 Subject: [MPlayer-users] "mirror" like bottom line Message-ID: <01c401c9c9cc$c10c4d10$4324e730$@co.il> Hello, When I use mencoder and preserve the same resolution sometimes the output movie has a bottom mirror like border/line. Here is an example: http://zina6.interhost.co.il/player_r1/ Please look at the bottom of the movie, can you notice a mirror like line? I tried to reconvert the movie with hardcoded 320x240 and its gone, but when I preserve the same resolution its there. What can cause it? Thank you. Dmitry Sherman C.E.O INTERHOST - Network Solutions Phone: +972-543181182 Fax: +972-577976157 E-mail: dmitry at interhost.co.il web: http://www.interhost.co.il/