
Hello, In the Message; Subject : Re: [oS-EN] ffmpeg versions Message-ID : <e66ccdee-cc34-45d8-a846-3b7e9f4bdd9d@telefonica.net> Date & Time: Mon, 3 Mar 2025 08:23:31 +0100 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: CER> On 2025-03-03 05:28, Masaru Nomiya wrote: [...] MN> > In other words, videos that cannot be played in VLC can be played MN> > without any problems in MPlayer, ffplay, and Kodi, which were built MN> > using the git head version of ffmpeg. MN> > I think the same thing is happening in your environment.... (_ _? CER> The video plays fine in three computers, does not in the old laptop. Ah, then the PC may not be powerful enough. Have you tried enabling hardware acceleration in VLC? MN> > By the way, in your case, how about enabling 'Hardware acceleration' MN> > in MPlayer and xine? CER> I don't even know if the machine has that capability. [...] CER> Graphics: CER> Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx CER> Integrated Graphics vendor: Lenovo driver: i915 v: kernel arch: Gen-8 CER> process: Intel 14nm built: 2014-15 ports: active: HDMI-A-1 off: eDP-1 CER> empty: DP-1,DP-2,HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:22b1 CER> class-ID: 0300 [...] The i915 driver can do it. What' the result of; $ dmesg | grep "GuC\\|HuC" If you don't get anything back, then edit /etc/modprobe.d/i915.conf as follows; options i915 enable_guc=2 options i915 enable_fbc=1 options i915 fastboot=1 and edit etc/X11/xorg.conf.d/80-intel.conf as follows; Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "TearFree" "true" EndSection reboot & Check that GuC and HuC are enabled; $ dmesg | grep "GuC\\|HuC" How about this? But I'm worried about the underpowered CPU.... Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "During testing, Sakana found that its system began unexpectedly attempting to modify its own experiment code to extend the time it had to work on a problem." -- Research AI model unexpectedly attempts to modify its own code to extend runtime (ars TECHNICA) --