Re: trouble with alsa dependencies and errors
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Thu Oct 09 2003, Harondel J. Sibble wrote:
>
>
> On 9 Oct 2003 at 11:00, H}kan Hjort wrote:
>
> > >From that I'd conclude that you do not have the correct version of
> > libdvdread installed (or the one how built the RPM did not).
> > (I.e. if you use SRPMS that would be you. Perhaps you have missmatched
> > libdvdread.so and dvdread header files.)
>
> As per my previous email
>
> # rpm -qa | grep dvdread
> libdvdread-devel-0.9.4-ogle1
> libdvdread-0.9.4-ogle1
>
> I re-downloaded the following files:
> ogle-0.9.1-ogle1alsa.src.rpm
> ogle_gui-0.9.1-ogle1.src.rpm
>
> I then did, rpm --rebuild on each one, and installed the 3 rpm files that
> resulted. I had to use the --force switch.
>
> Running ogle on a dvd with a menu (in this case Pitch Black) results in the
> same behaviour.
>
> Is there something else it could be?
Did you remove the installation in /usr/local of libdvdread before
you did this?
Because the error log in your previous mail is a typical example
of a mismatched libdvdread version.
> Also should this section in oglerc be changed?
>
> <liba52>
> <downmix_level>1.5</downmix_level>
> <drc>no</drc>
> <stereo_mode>dolby</stereo_mode>
> </liba52>
>
> from dolby to ac3?
No.
From the ogelrc manpage:
<stereo_mode>
This will decide what stereo mix you will get from a multi
channel track if you have a channel config with just Left
and Right. 'main' will just pick the left and right main
channels. 'front' will mix in the center channel also.
'dolby' will make a dolby surround (stereo) mix of all the
channels.
To clarify, this doesn't affect ac3 output, only what channels should
get mixed into a 2ch stereo output if you have one configured.
/Björn