[MPlayer-users] deinterlacing pal 50fps
Pawel
null7 at wp.pl
Thu Mar 23 09:57:17 CET 2006
RC writes:
> On Wed, 08 Mar 2006 12:16:49 -0800
> RC <rcooley at spamcop.net> wrote:
>
> > On Wed, 8 Mar 2006 10:29:49 +0100
> > "Guillaume POIRIER" <poirierg at gmail.com> wrote:
> >
> > > You'll need OpenGL headers (I think it should be smth like mesa-dev
> > > and/or glx-dev if you have an nvidia card).
> >
> > Yeah, but mesa is so slow, it would probably be unusable for watching
> > videos.
>
> My mistake... I see Mesa has gotten hardware acceleration, recently,
> when used with eg. DRI.
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
>
Hallo
I recompiled my mplayer with openGL support:
prompt# mplayer -vo help
MPlayer dev-Fedora-GS-CVS-051128-18:25-3.4.4 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Celeron D Prescott; Xeon Nocona (Family: 15, Stepping: 3)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Available video output drivers:
....
gl X11 (OpenGL)
gl2 X11 (OpenGL) - multiple textures version
dga DGA ( Direct Graphic Access V2.0 )
....
I also checked whether DRI is used:
prompt# glxinfo | grep direct
direct rendering: Yes
And I run mplayer with a command
prompt# mplayer -vo gl2 -vf tfields ~/movie.mpg
I can see that it does not have "mice teeth" (so deinterlacing works), but it is incredibly slow. I wonder what is the reason.
1) video stream is too big ?
PEG-PS file format detected.
VIDEO: MPEG2 720x576 (aspect 2) 25.000 fps 8000.0 kbps (1000.0 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
2) mplayer does not use DRI drivers, but some software emulation (how to check it)
My CPU is:
prompt# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 3
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping : 3
cpu MHz : 2394.595
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni monitor ds_cpl cid
bogomips : 4734.97
Graphics card is:
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)
More information about the MPlayer-users
mailing list