You are not logged in.

#51 2008-11-23 03:12:17

kalpik
Member
From: India
Registered: 2007-05-08
Posts: 163
Website

Re: SMPlayer says MPlayer is too old?

Too bad they arnt too stable. It would be great though if we could have an updated mplayer in the repos itself!

Offline

#52 2008-11-23 04:54:59

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: SMPlayer says MPlayer is too old?

kalpik wrote:

Too bad they arnt too stable. It would be great though if we could have an updated mplayer in the repos itself!

Mplayer from subversion is stable. My comment about my stuff is along the lines of: x264 is in rapid development, and .so bumps are fairly frequent. FFmpeg is in rapid development, and while API changes are happening less frequently now, they do occur on a regular basis. But, if you use of the Mplayer subversion builds without these lines, it should be fine:

--disable-libavformat_a
--disable-libswscale_a
--disable-libpostproc_a

Mplayer isn't adding anything radical to this source tree. They're getting ready to release version one. If I had to guess, they're waiting on Gnome Mplayer to get finished, for FFmpeg's Real Media and AAC decoders to be completed, and FFmpeg's multi-threaded H264 decoder.

Last edited by skottish (2008-11-23 05:02:21)

Offline

#53 2008-11-25 23:15:24

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: SMPlayer says MPlayer is too old?

Checking for DVB HEAD ... yes
Checking for PNG support ... ./configure: line 94: 10212 Segmentation fault      "$TMPEXE" >> "$TMPLOG" 2>&1
no (mismatch of library and header versions)
Checking for JPEG support ... ./configure: line 94: 10221 Segmentation fault      "$TMPEXE" >> "$TMPLOG" 2>&1
no
Checking for PNM support ... yes
Checking for GIF support ... ./configure: line 94: 10230 Segmentation fault      "$TMPEXE" >> "$TMPLOG" 2>&1
./configure: line 94: 10238 Segmentation fault      "$TMPEXE" >> "$TMPLOG" 2>&1
no
Checking for VESA support ... no
Checking for SDL ... yes (using sdl-config)
Checking for NAS ... 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 ... yes
Checking for OSS Audio ... yes
Checking for aRts ... no
Checking for EsounD ... yes
Checking for esd_get_latency() ... yes
Checking for pulse ... no
Checking for JACK ... yes
Checking for OpenAL ... no
Checking for ALSA audio ... yes (using alsa 1.0.x and alsa/asoundlib.h)
Checking for Sun audio ... no
Checking for VCD support ... yes
Checking for dvdread ... yes (internal)
Checking for internal libdvdcss ... yes
Checking for cdparanoia ... yes
Checking for libcdio ... auto (using cdparanoia)
Checking for bitmap font support ... yes
Checking for freetype >= 2.0.9 ... yes
Checking for fontconfig ... yes
Checking for SSA/ASS support ... ./configure: line 94: 10663 Segmentation fault      "$TMPEXE" >> "$TMPLOG" 2>&1
no (FreeType >= 2.1.8 needed)
Checking for fribidi with charsets ... ./configure: line 94: 10675 Segmentation fault      "$TMPEXE" >> "$TMPLOG" 2>&1

Last edited by Rasi (2008-11-25 23:15:38)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#54 2008-11-25 23:19:12

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: SMPlayer says MPlayer is too old?

Rasi wrote:

Checking for DVB HEAD ... yes...

snip

I haven't built Mplayer in a few days, but it seems that others are having this problem, as well have a solution:

http://bbs.archlinux.org/viewtopic.php?id=59500

Offline

#55 2008-11-26 18:02:53

Diaz
Member
From: Portugal
Registered: 2008-04-16
Posts: 366

Re: SMPlayer says MPlayer is too old?

i don't know, but i think it is because of these builds, but right now, my dvd images (.iso files) don't play well. they have sound but video is all messed up. also for some reason i don't have sound in a file that played well before:

Geral
Ficheiro
/home/diaz/Downloads/anime/chi sweet home/[Yoroshiku]_Chi's_Sweet_Home_-_79_[8D26E929].mkv
Tamanho
25570 KB (24 MB)
Duração
00:02:59
Demuxer
mkv

Vídeo
Resolução
640 x 480
Tamanho do Vídeo
1.3333
Formato
avc1
Taxa de bits
0 kbps
Frames por segundo
23.976
Codec seleccionado
ffh264

Audio Format:
MP4A
Taxa de bits
128 kbps
Taxa
48000 Hz
Canais
2
Codec
ffaac

For now this was the problems that i found after upgrading those packages.

Last edited by Diaz (2008-11-26 18:03:23)

Offline

#56 2008-11-26 18:29:49

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: SMPlayer says MPlayer is too old?

Mplayer's been using FFmpeg's H264 decoder for a long time. But, as always, FFmpeg evolves quickly and regressions could have been introduced. You can try and remove theses lines:

--disable-libavutil_a \
--disable-libavcodec_a  \
--disable-libavformat_a \
--disable-libswscale_a \
--disable-libpostproc_a

to use Mplayer's internal copy of the libraries (including the backslash after "--disable-liba52 \". I haven't seen any changes on my end with anything.

With the sound on the other files, that too may be a regression in FFmpeg, or possibly an advanced feature of one of the sound libraries that I haven't come across. I disabled some of the MPEG code from both mpeg2 and mp4. This includes FAAD2 (both internal and external disabled) and the external liba52 (Mplayer is using it's own internal copy). I don't have libmad installed on my system, so that's implicitly disabled. I don't have libmpeg2 installed, but that's video only.

Last edited by skottish (2008-11-26 18:30:55)

Offline

#57 2008-11-28 03:03:59

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: SMPlayer says MPlayer is too old?

x264 just bumped their git tree to git.x264.org.

--EDIT--

They put it back to git.videolan.org.

Last edited by skottish (2008-11-29 02:22:56)

Offline

#58 2008-11-28 09:49:30

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: SMPlayer says MPlayer is too old?

Can mplayer in subversion make us of multiple processor cores?


Use the Source, Luke!

Offline

#59 2008-11-28 13:20:24

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: SMPlayer says MPlayer is too old?

Roberth wrote:

Can mplayer in subversion make us of multiple processor cores?

As far as i know there is a special ffmpeg-mt bracnh


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#60 2008-11-29 02:24:31

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: SMPlayer says MPlayer is too old?

Rasi wrote:
Roberth wrote:

Can mplayer in subversion make us of multiple processor cores?

As far as i know there is a special ffmpeg-mt bracnh

The branch can be found at:

http://gitorious.org/projects/ffmpeg/repos/ffmpeg-mt

I haven't tried it, but I know that ffdshow is using it now.

Offline

#61 2008-11-30 04:39:14

Diaz
Member
From: Portugal
Registered: 2008-04-16
Posts: 366

Re: SMPlayer says MPlayer is too old?

Diaz wrote:

i don't know, but i think it is because of these builds, but right now, my dvd images (.iso files) don't play well. they have sound but video is all messed up. also for some reason i don't have sound in a file that played well before:

Geral
Ficheiro
/home/diaz/Downloads/anime/chi sweet home/[Yoroshiku]_Chi's_Sweet_Home_-_79_[8D26E929].mkv
Tamanho
25570 KB (24 MB)
Duração
00:02:59
Demuxer
mkv

Vídeo
Resolução
640 x 480
Tamanho do Vídeo
1.3333
Formato
avc1
Taxa de bits
0 kbps
Frames por segundo
23.976
Codec seleccionado
ffh264

Audio Format:
MP4A
Taxa de bits
128 kbps
Taxa
48000 Hz
Canais
2
Codec
ffaac

For now this was the problems that i found after upgrading those packages.

regarding the dvd iso files, it seems fixed, i downgraded the smplayer version and it is fixed, so, not a mplayer/ffmpeg problem, but some strang bug in smplayer.

Offline

Board footer

Powered by FluxBB