Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: SMplayer Version of MPlayer doesn't support AAC?

  1. #11
    Join Date
    Oct 2004
    Location
    San Antonio, TX
    Beans
    121
    Distro
    Ubuntu

    Re: SMplayer Version of MPlayer doesn't support AAC?

    Installed the additional libraries and was able to successfully build MPlayer, but then still getting the error code when I try to play the file.

    If I use XV in SMplayer it plays the file, but there are no subtitles and it is jerky - just like VLC (except VLC does show the subtitles) since the ION2 really needs the vdpau libraries to use the hardware assist. However I think the "real" problem may be in how the embedded subtitles are handled. I ran the file from the command line and got:

    Code:
    MPlayer SVN-r34894-4.6 (C) 2000-2012 MPlayer Team
    
    Playing [Commie] Macross Frontier the Movie ~Sayonara no Tsubasa~ [BD 1080p AAC] [66AE8F11].mkv.
    libavformat version 54.4.100 (internal)
    libavformat file format detected.
    [lavf] stream 0: video (h264), -vid 0
    [lavf] stream 1: audio (aac), -aid 0
    [lavf] stream 2: subtitle (***), -sid 0
    VIDEO:  [H264]  1916x1076  0bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)
    Clip info:
     creation_time: 2011-10-28 08:44:54
    Load subtitles in ./
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    libavcodec version 54.21.101 (internal)
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 48000 Hz, 6 ch, s16le, 0.0 kbit/0.00% (ratio: 0->576000)
    Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
    ==========================================================================
    AO: [pulse] 48000Hz 2ch floatle (4 bytes per sample)
    Starting playback...
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
    [swscaler @ 0xf217e0]using unscaled yuv420p10le -> yuv420p special converter
    VO: [vdpau] 1916x1076 => 1916x1076 Planar YV12 
    
    Subtitle word ',,' too long!
    
    Subtitle word '' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word '' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word '' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word '' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word '' too long!
    A:   0.2 V:   0.0 A-V:  0.201 ct:  0.004   0/  0 ??% ??% ??,?% 1 0 
    
    Subtitle word ',,' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word ',,' too long!
    
    Subtitle word ',,' too long!
    A:   8.3 V:   2.1 A-V:  6.217 ct:  0.040   0/  0 91% 315%  8.5% 50 0
    Perhaps I'm just asking too much of an ION2 setup and need to start saving to replace the system with a "real" pc. Still, it would have been nice to get this to work as the box is so small that it really doesn't intrude as much as a usual PC does.

    In any event, thanks for the suggestions!

  2. #12
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: SMplayer Version of MPlayer doesn't support AAC?

    Quote Originally Posted by ewangr View Post
    Perhaps I'm just asking too much of an ION2 setup and need to start saving to replace the system with a "real" pc.
    Just avoid 10-bit H.264 encodes, and you should be fine.

  3. #13
    Join Date
    Oct 2004
    Location
    San Antonio, TX
    Beans
    121
    Distro
    Ubuntu

    Re: SMplayer Version of MPlayer doesn't support AAC?

    I think it's more than that. I have a 720p file that I KNOW isn't 10-bit, and it fails with a similar error. While another 1080p file works just fine. So it appers to be just "some" files with certain types of subs... but so far can't seem to figure out the particular issue to look out for.

  4. #14
    Join Date
    Dec 2006
    Beans
    7,349

    Re: SMplayer Version of MPlayer doesn't support AAC?

    Quote Originally Posted by PolyphemusNL View Post
    I did a:

    Code:
    sudo apt-get install libsctp-dev lksctp-tools
    ...and now it compiles
    Indeed, I have added this to the page. Although the developers are about to add in an auto check for this library....
    You think that's air you're breathing now?

  5. #15
    Join Date
    Dec 2006
    Beans
    7,349

    Re: SMplayer Version of MPlayer doesn't support AAC?

    Quote Originally Posted by ewangr View Post
    I think it's more than that. I have a 720p file that I KNOW isn't 10-bit, and it fails with a similar error. While another 1080p file works just fine. So it appers to be just "some" files with certain types of subs... but so far can't seem to figure out the particular issue to look out for.
    Is it possible you could post one of the troublesome files somewhere?
    You think that's air you're breathing now?

  6. #16
    Join Date
    Sep 2008
    Beans
    41
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: SMplayer Version of MPlayer doesn't support AAC?

    Quote Originally Posted by SeijiSensei View Post
    On the subbing group's site we have this:



    You cannot play a 10-bit encoding with VDPAU because the H.264 decoder on the video card doesn't have support for 10-bit color. Try playing it with the xv driver (in SMPlayer Options > Preferences > Video). If your CPU can't keep up with a 1080p H.264 encode, then get a different version of the video.

    I just rebuilt mplayer2 from the source code at http://www.mplayer2.org/ the other day without incident. You'll need to run

    Code:
    sudo apt-get install build-essential
    sudo apt-get build-dep mplayer
    to get the necessary compiler, headers and libraries. After that it should build cleanly just by running "make" after you unpack the archive.
    I believe that the tar file stuff on http://www.mplayer2.org/ is quite old, and probably doesn't properly support 10-bit video. You generally need to use Git Repositories - mplayer2-build.git for the most up to date version of mplayer2/libass/libav.

    To install from mplayer2-build:

    Code:
    sudo apt-get install git
    sudo apt-get install build-essential
    sudo apt-get build-dep mplayer2  <-(If using Ubuntu 12.04 or newer)
    sudo apt-get build-dep mplayer  <-(If using a version older than Ubuntu 12.04)
    
    git clone git://git.mplayer2.org/mplayer2-build.git
    cd mplayer2-build/
    ./init --shallow
    make -j 6
    Once the build is completed, you can then find the mplayer2 executable at /home/user/mplayer2-build/mplayer/mplayer ...where you can point SMPlayer to. (Options / Preferences / General tab of the General Menu / mplayer executable)

    To update mplayer2 of mplayer2-build:

    Code:
    cd mplayer2-build/
    ./clean  <-(This also deletes the mplayer2 executable.)
    ./update
    make -j 6
    In SMPlayer, I use gl for the video output and pulse for the audio output for best results on my nvidia card.

  7. #17
    Join Date
    Dec 2006
    Beans
    7,349

    Re: SMplayer Version of MPlayer doesn't support AAC?

    I am a little curious as to why mplayer2 is preferred over MPlayer? I have read this page but I am still a little curious .
    You think that's air you're breathing now?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •