Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: atrpms: users

fc12 mencoder missing x264

 

 

atrpms users RSS feed   Index | Next | Previous | View Threaded


auric at aanet

Apr 4, 2010, 7:44 PM

Post #1 of 8 (948 views)
Permalink
fc12 mencoder missing x264

The current mplayer-1.0-73_snap20100124.fc12.i686.rpm mencoder
is missing the x264 codec

mencoder -ovc help
MEncoder SVN-r30417-snapshot-4.4.2 (C) 2000-2010 MPlayer Team
142 audio & 332 video codecs

Available codecs:
copy - frame copy, without re-encoding. Doesn't work with
filters.
frameno - special audio-only file for 3-pass encoding, see DOCS.
raw - uncompressed video. Use fourcc option to set format
explicitly.
nuv - nuppel video
lavc - libavcodec codecs - best quality!
vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.
qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.
libdv - DV encoding with libdv v0.9.5
xvid - XviD encoding


The earlier mplayer-1.0-72_snap20091120.fc12.i686.rpm has x264

mencoder -ovc help
MEncoder SVN-r29934-snapshot-4.4.2 (C) 2000-2009 MPlayer Team
141 audio & 308 video codecs

Available codecs:
copy - frame copy, without re-encoding. Doesn't work with
filters.
frameno - special audio-only file for 3-pass encoding, see DOCS.
raw - uncompressed video. Use fourcc option to set format
explicitly.
nuv - nuppel video
lavc - libavcodec codecs - best quality!
vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.
qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.
libdv - DV encoding with libdv v0.9.5
xvid - XviD encoding
x264 - H.264 encoding


Would it be possible to get a build with the x264 codec in it.

Thanks

Auric


_______________________________________________
atrpms-users mailing list
atrpms-users [at] atrpms
http://lists.atrpms.net/mailman/listinfo/atrpms-users


auric at aanet

Apr 4, 2010, 8:19 PM

Post #2 of 8 (905 views)
Permalink
Re: New Nvidia official drivers [In reply to]

On 02/04/10 13:38, John Welch wrote:
> On Fri, Apr 2, 2010 at 8:00 AM, John Pilkington<J.Pilk at tesco.net> wrote:
>> On 01/04/10 22:30, Axel Thimm wrote:
>>>
>>> On Thu, Apr 01, 2010 at 05:19:10PM +0100, John Pilkington wrote:
>>>>>
>>>>> [John at localhost log]$ cat Xorg* | grep -A 3 mismatch
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0): Version mismatch detected between the
>>>>> NVIDIA X driver and the
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0): NVIDIA GLX module. X driver
>>>>> version: 190.53; GLX module
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0): version: 195.36.15. Please try
>>>>> reinstalling the NVIDIA
>>>>> (EE) Apr 01 16:25:50 NVIDIA(0): driver.
>>>
>>> Try using nvidia-graphics-switch e.g.
>>>
>>> init 3
>>> rmmod nvidia
>>> nvidia-graphics-switch 195.36.15
>>> init 5
>>
>> Axel: Thanks for this suggestion. I've tried it, and Paulo's suggestion of
>> removing /etc/modprobe.d/nvidia.conf.backup and rebooting.
>>
>> No success. Running nvidia-graphics-switch blacklists the unwanted driver
>> in nvidia.conf but only 190.53 works for me. I'll stay with it for the time
>> being. I don't feel brave enough to uninstall it just to see what happens.
>>
>> I was puzzled that the log extract above looked the same after a successful
>> reboot with 190.53 - and then it clicked: with the 'grep' it's no mismatch,
>> no report.
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users at atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>
>
> I had this issue as well on my F12 x64 box. I ran the
> nvidia-graphics-switch a couple of times and it didn't help. I ended
> up removing all 190.53 packages on my system, leaving just the new
> 195.36.15 packages and that did the trick. Definitely seems like
> something is "different" with this upgrade.
>
> Just figured I would pass this along so that John P. knew he wasn't
> alone with the issue.
>
> John W.
>

Have the same issue. There seems to have been a change to the way Xorg finds it's drivers.
If you have two or more versions of the Nvidia drivers installed then under
/usr/lib/xorg/modules/drivers/
there will be directories for each version and a sym link pointing to the the one setup to use.
lrwxrwxrwx 1 root root 39 2010-04-01 19:10 nvidia-190.53_drv.so -> nvidia-graphics-190.53/nvidia_drv.so
lrwxrwxrwx 1 root root 39 2010-04-01 19:10 nvidia-195.36.15_drv.so -> nvidia-graphics-195.36.15/nvidia_drv.so
lrwxrwxrwx 1 root root 69 2010-04-01 19:10 nvidia_drv.so -> /usr/lib/xorg/modules/drivers/nvidia-graphics-195.36.15/nvidia_drv.so
drwxr-xr-x 2 root root 4096 2010-04-01 19:10 nvidia-graphics-195.36.15
drwxr-xr-x 2 root root 4096 2010-04-01 19:10 nvidia-graphics-190.53

For some reason it will always load the nvidia-190.53_drv.so
Attempts to get things to work -
1) checked ldconfig setup but /usr/lib/xorg/modules/drivers is not in it so don't think xorg uses it to find it's drivers.
2) renamed nvidia-graphics-190.53 to XXnvidia-graphics-190.53
3) removed the nvidia-190.53_drv.so sym link.
None of the above fixed the problem. Always loaded nvidia-graphics-190.53 driver.

To get it to work -
1) tar'ed up the nvidia-graphics-190.53 directory and removed it.
Probably good idea to put everything back before removing nvidia-graphics190.53-190.53-120.fc12.i686 package

Does anyone know how xorg searches for it's drivers?

Auric





_______________________________________________
atrpms-users mailing list
atrpms-users [at] atrpms
http://lists.atrpms.net/mailman/listinfo/atrpms-users


Axel.Thimm at ATrpms

Apr 5, 2010, 1:54 AM

Post #3 of 8 (903 views)
Permalink
Re: New Nvidia official drivers [In reply to]

On Mon, Apr 05, 2010 at 01:19:41PM +1000, auric wrote:
> If you have two or more versions of the Nvidia drivers installed then under
> /usr/lib/xorg/modules/drivers/
> there will be directories for each version and a sym link pointing to the the one setup to use.
> lrwxrwxrwx 1 root root 39 2010-04-01 19:10 nvidia-190.53_drv.so -> nvidia-graphics-190.53/nvidia_drv.so
> lrwxrwxrwx 1 root root 39 2010-04-01 19:10 nvidia-195.36.15_drv.so -> nvidia-graphics-195.36.15/nvidia_drv.so
> lrwxrwxrwx 1 root root 69 2010-04-01 19:10 nvidia_drv.so -> /usr/lib/xorg/modules/drivers/nvidia-graphics-195.36.15/nvidia_drv.so
> drwxr-xr-x 2 root root 4096 2010-04-01 19:10 nvidia-graphics-195.36.15
> drwxr-xr-x 2 root root 4096 2010-04-01 19:10 nvidia-graphics-190.53

nvidia-graphics-switch contains a line like

rm -f /usr/lib/xorg/modules/drivers/nvidia_drv.*o 2>&1 || :

which removes all symlinks of this kind before adding the proper
one.

> Does anyone know how xorg searches for it's drivers?

Maybe it started descending into subdirectories, that would explain how
it finds it even w/o symlinks.
--
Axel.Thimm at ATrpms.net


auric at aanet

Apr 5, 2010, 4:24 AM

Post #4 of 8 (902 views)
Permalink
Re: New Nvidia official drivers [In reply to]

On Mon, 2010-04-05 at 11:54 +0300, Axel Thimm wrote:
> On Mon, Apr 05, 2010 at 01:19:41PM +1000, auric wrote:
> > If you have two or more versions of the Nvidia drivers installed then under
> > /usr/lib/xorg/modules/drivers/
> > there will be directories for each version and a sym link pointing to the the one setup to use.
> > lrwxrwxrwx 1 root root 39 2010-04-01 19:10 nvidia-190.53_drv.so -> nvidia-graphics-190.53/nvidia_drv.so
> > lrwxrwxrwx 1 root root 39 2010-04-01 19:10 nvidia-195.36.15_drv.so -> nvidia-graphics-195.36.15/nvidia_drv.so
> > lrwxrwxrwx 1 root root 69 2010-04-01 19:10 nvidia_drv.so -> /usr/lib/xorg/modules/drivers/nvidia-graphics-195.36.15/nvidia_drv.so
> > drwxr-xr-x 2 root root 4096 2010-04-01 19:10 nvidia-graphics-195.36.15
> > drwxr-xr-x 2 root root 4096 2010-04-01 19:10 nvidia-graphics-190.53
>
> nvidia-graphics-switch contains a line like
>
> rm -f /usr/lib/xorg/modules/drivers/nvidia_drv.*o 2>&1 || :
>
> which removes all symlinks of this kind before adding the proper
> one.
>
> > Does anyone know how xorg searches for it's drivers?
>
> Maybe it started descending into subdirectories, that would explain how
> it finds it even w/o symlinks.
Yep, was think the same thing also. There have been multiple xorg
updates in the last few months so this might be a change done.

Did a quick search and the xorg man page has for modules (could not find
anything for the drivers)
"Modules are searched for in each directory specified in the ModulePath
search path, and in the drivers, input, extensions, fonts, and internal
subdirectories of each of those directories."
The interesting part being "and internal subdirectories of each of those
directories"

Means the current method of having multiple nvidia drivers installed and
selecting between then via sym link won't work any longer.

Auric


_______________________________________________
atrpms-users mailing list
atrpms-users [at] atrpms
http://lists.atrpms.net/mailman/listinfo/atrpms-users


Axel.Thimm at ATrpms

Apr 6, 2010, 1:32 AM

Post #5 of 8 (918 views)
Permalink
Re: fc12 mencoder missing x264 [In reply to]

On Mon, Apr 05, 2010 at 12:44:12PM +1000, auric wrote:
> The current mplayer-1.0-73_snap20100124.fc12.i686.rpm mencoder
> is missing the x264 codec
>
> mencoder -ovc help
> MEncoder SVN-r30417-snapshot-4.4.2 (C) 2000-2010 MPlayer Team
> 142 audio & 332 video codecs
> [...]
> Would it be possible to get a build with the x264 codec in it.

Paulo had already prepared a new mplayer package and I freshened up
x264/ffmpeg to allow it to pic up x264 again, so please upgrade and
(hopefully) enjoy! :)
--
Axel.Thimm at ATrpms.net


promac at gmail

Apr 6, 2010, 4:57 AM

Post #6 of 8 (898 views)
Permalink
Re: fc12 mencoder missing x264 [In reply to]

On Tue, Apr 6, 2010 at 5:32 AM, Axel Thimm <Axel.Thimm [at] atrpms> wrote:

> On Mon, Apr 05, 2010 at 12:44:12PM +1000, auric wrote:
> > The current mplayer-1.0-73_snap20100124.fc12.i686.rpm mencoder
> > is missing the x264 codec
> >
> > mencoder -ovc help
> > MEncoder SVN-r30417-snapshot-4.4.2 (C) 2000-2010 MPlayer Team
> > 142 audio & 332 video codecs
> > [...]
> > Would it be possible to get a build with the x264 codec in it.
>
> Paulo had already prepared a new mplayer package and I freshened up
> x264/ffmpeg to allow it to pic up x264 again, so please upgrade and
> (hopefully) enjoy! :)
>
>
The new mplayer broguht back x264 even with the previous ffmpeg.

By the way, the new ffmpeg is not installing on RHEL5. I forgot the error
message. Maybe something to do with matroska?


--
Paulo Roma Cavalcanti
LCG - UFRJ


promac at gmail

Apr 6, 2010, 5:46 AM

Post #7 of 8 (906 views)
Permalink
Re: fc12 mencoder missing x264 [In reply to]

On Tue, Apr 6, 2010 at 8:57 AM, Paulo Cavalcanti <promac [at] gmail> wrote:

>
>
> On Tue, Apr 6, 2010 at 5:32 AM, Axel Thimm <Axel.Thimm [at] atrpms> wrote:
>
>> On Mon, Apr 05, 2010 at 12:44:12PM +1000, auric wrote:
>> > The current mplayer-1.0-73_snap20100124.fc12.i686.rpm mencoder
>> > is missing the x264 codec
>> >
>> > mencoder -ovc help
>> > MEncoder SVN-r30417-snapshot-4.4.2 (C) 2000-2010 MPlayer Team
>> > 142 audio & 332 video codecs
>> > [...]
>> > Would it be possible to get a build with the x264 codec in it.
>>
>> Paulo had already prepared a new mplayer package and I freshened up
>> x264/ffmpeg to allow it to pic up x264 again, so please upgrade and
>> (hopefully) enjoy! :)
>>
>>
> The new mplayer broguht back x264 even with the previous ffmpeg.
>
> By the way, the new ffmpeg is not installing on RHEL5. I forgot the error
> message. Maybe something to do with matroska?
>
>
>
>

Sorry, is not matroska, is libtheora:

error: Failed dependencies:
libtheoradec.so.1()(64bit) is needed by
libavcodec52-0.5.1-33_git20100404.el5.x86_64
libtheoradec.so.1(libtheoradec_1.0)(64bit) is needed by
libavcodec52-0.5.1-33_git20100404.el5.x86_64
libtheoraenc.so.1()(64bit) is needed by
libavcodec52-0.5.1-33_git20100404.el5.x86_64
libtheoraenc.so.1(libtheoraenc_1.0)(64bit) is needed by
libavcodec52-0.5.1-33_git20100404.el5.x86_64



--
Paulo Roma Cavalcanti
LCG - UFRJ


Axel.Thimm at ATrpms

Apr 6, 2010, 8:52 AM

Post #8 of 8 (899 views)
Permalink
Re: fc12 mencoder missing x264 [In reply to]

On Tue, Apr 06, 2010 at 09:46:15AM -0300, Paulo Cavalcanti wrote:
> > By the way, the new ffmpeg is not installing on RHEL5. I forgot the error
> > message. Maybe something to do with matroska?
>
> Sorry, is not matroska, is libtheora:
>
> error: Failed dependencies:
> libtheoradec.so.1()(64bit) is needed by
> libavcodec52-0.5.1-33_git20100404.el5.x86_64
> libtheoradec.so.1(libtheoradec_1.0)(64bit) is needed by
> libavcodec52-0.5.1-33_git20100404.el5.x86_64
> libtheoraenc.so.1()(64bit) is needed by
> libavcodec52-0.5.1-33_git20100404.el5.x86_64
> libtheoraenc.so.1(libtheoraenc_1.0)(64bit) is needed by
> libavcodec52-0.5.1-33_git20100404.el5.x86_64

libtheora is in atrpms-testing, because there is an old (alpha7)
release in the offical RHEL5 repo. :/
--
Axel.Thimm at ATrpms.net

atrpms users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.