Menu

#23 Hit assertion with mplayer/dirac

closed-rejected
nobody
Any (3)
5
2005-06-21
2005-06-21
Anonymous
No

I've compiled MPlayer 1.0pre7 with Dirac 0.5.2.
Everything else seems to work as normal, but all the
Dirac sample videos hit the same assertion. Here's the
output:
==============================================
$ mplayer download/squirrel-352x288x75.rgb
MPlayer 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium M Banias (Family: 6, Stepping: 5)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Failed to open /dev/rtc: Permission denied (it should
be readable by the user.)
Playing download/squirrel-352x288x75.rgb.
Assertion ^ Should never have reached here!!! ^ failed
in file dirac_cppparser.cpp at line 379

MPlayer interrupted by signal 6 in module: demux_open
- 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
==================================================

System is Debian Sarge.
I couldn't find anything about this with google, so I
guess it's specific to my installation, but apart from
this MPlayer plays everything I've thrown at it, so I
guess you'd like to know.

I have the compilaton dir, so configure.log and stuff
like that is available on request.

regards,
Peter Mogensen
apm@bigendian.dk

Discussion

  • Anuradha Suraparaju

    Logged In: YES
    user_id=692051

    The sample videos on the Dirac Project page on Sourceforge
    are uncompressed/raw rgb files and not dirac bitstreams. You
    will need to convert the rgb files to planar YUV formats and
    then use the dirac encoder to compress/encode them. More
    details can be found in Section 4 (Running th example
    programs) the README file in the Dirac release. In order to
    play back the sample raw rgb files, you will need to use the
    following command line options with the following command:

    mplayer -rawvideo
    on:size=304128:w=352:h=288:format=0x52474218
    dowload/squirrel-352x288x75.rgb

    However, I will still need to fix the MPlayer patch so that
    mplayer does not try to interpret the rgb file as a Dirac
    bitstream.

    Regards,
    asuraparaju

     
  • Anuradha Suraparaju

    • status: open --> closed-rejected
     

Log in to post a comment.