Andrew-R
macrumors regular
Added this line to .mplayer/config so mplayer can use both cores:
It nearly can play 720p 24 fps vp9 video now (was seriously lagging video)
Also installed Doom3 demo, and learned that my 6600LE handles antialiasing quite slow in this game 🙂
Code:
lavdopts=threads=2
It nearly can play 720p 24 fps vp9 video now (was seriously lagging video)
Code:
power-mac-g5-user-usr:~ andrewrandrianasulu$ mplayer AMV\ -\ Ghost\ in\ the\ Shell\ \(1995\)\ -\ "Inner\ Universe"\ \[Bd2LThO0PcQ\].webm -quiet -benchmark -fs
MPlayer 1.5-4.2.1 (C) 2000-2022 MPlayer Team
Can't init Apple Remote.
Playing AMV - Ghost in the Shell (1995) - "Inner Universe" [Bd2LThO0PcQ].webm.
libavformat version 59.17.102 (internal)
libavformat file format detected.
[lavf] stream 0: video (vp9), -vid 0
[lavf] stream 1: audio (opus), -aid 0, -alang eng
VIDEO: [VP90] 1280x720 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
[gl] using extended formats. Use -vo gl:nomanyfmts if playback fails.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 59.21.100 (internal)
[vp9 @ 0xd821a0]Requested frame threading with a custom get_buffer2() implementation which is not marked as thread safe. This is not supported anymore, make your callback thread-safe.
Selected video codec: [ffvp9] vfm: ffmpeg (FFmpeg VP9)
==========================================================================
Clip info:
ENCODER: Lavf59.27.100
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
[opus @ 0xd821a0]Could not update timestamps for skipped samples.
AUDIO: 48000 Hz, 2 ch, floatbe, 0.0 kbit/0.00% (ratio: 0->384000)
Selected audio codec: [ffopus] afm: ffmpeg (FFmpeg opus)
==========================================================================
AO: [coreaudio] 48000Hz 2ch floatbe (4 bytes per sample)
Starting playback...
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [gl_nosw] 1280x720 => 1280x720 Planar YV12 [fs]
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [gl_nosw] 1280x720 => 1280x720 Planar YV12 [fs]
[VD_FFMPEG] DRI failure.
************************************************
**** Your system is too SLOW to play this! ****
************************************************
Possible reasons, problems, workarounds:
- Most common: broken/buggy _audio_ driver
- Try -ao sdl or use the OSS emulation of ALSA.
- Experiment with different values for -autosync, 30 is a good start.
- Slow video output
- Try a different -vo driver (-vo help for a list) or try -framedrop!
- Slow CPU
- Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
- Broken file
- Try various combinations of -nobps -ni -forceidx -mc 0.
- Slow media (NFS/SMB mounts, DVD, VCD etc)
- Try -cache 8192.
- Are you using -cache to play a non-interleaved AVI file?
- Try -nocache.
Read DOCS/HTML/en/video.html for tuning/speedup tips.
If none of this helps you, read DOCS/HTML/en/bugreports.html.
BENCHMARKs: VC: 131.258s VO: 109.809s A: 5.454s Sys: 70.884s = 317.406s
BENCHMARK%: VC: 41.3534% VO: 34.5959% A: 1.7184% Sys: 22.3322% = 100.0000%
Also installed Doom3 demo, and learned that my 6600LE handles antialiasing quite slow in this game 🙂