Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created March 17, 2009 00:50
Show Gist options
  • Save ELLIOTTCABLE/80208 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/80208 to your computer and use it in GitHub Desktop.
〈Mon Mar 16 - 16:40:46〉〈elliottcable - Geoffrey〉〈~/Desktop/〉
➜ mplayer -benchmark -vo null -nosound -lavdopts threads=1 s.mkv
MPlayer dev-SVN-r27979-4.0.1 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Xeon(R) CPU X5472 @ 3.00GHz (Family: 6, Model: 23, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Playing s.mkv.
[mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
[mkv] Will play video track 1.
[mkv] No audio track found/wanted.
Matroska file format detected.
VIDEO: [avc1] 1920x1080 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
Audio: no sound
Starting playback...
VDec: vo config request - 1920 x 1080 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [null] 1920x1080 => 1920x1080 Planar YV12
[h264 @ 0x816430]error while decoding MB 64 23, bytestream (-10)
[h264 @ 0x816430]concealing 5385 DC, 5385 AC, 5385 MV errors
V: 30.0 0/ 0 67% 0% 0.0% 0 0 $<50>
BENCHMARKs: VC: 20.129s VO: 0.001s A: 0.000s Sys: 0.250s = 20.380s
BENCHMARK%: VC: 98.7686% VO: 0.0058% A: 0.0000% Sys: 1.2256% = 100.0000%
Exiting... (End of file)
〈Mon Mar 16 - 16:48:35〉〈elliottcable - Geoffrey〉〈~/Desktop/〉
➜ mplayer -benchmark -vo macosx -nosound -lavdopts threads=1 s.mkv
MPlayer dev-SVN-r27979-4.0.1 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Xeon(R) CPU X5472 @ 3.00GHz (Family: 6, Model: 23, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Playing s.mkv.
[mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
[mkv] Will play video track 1.
[mkv] No audio track found/wanted.
Matroska file format detected.
VIDEO: [avc1] 1920x1080 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
Audio: no sound
Starting playback...
VDec: vo config request - 1920 x 1080 (preferred colorspace: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
SwScaler: reducing / aligning filtersize 1 -> 4
SwScaler: reducing / aligning filtersize 1 -> 4
SwScaler: reducing / aligning filtersize 1 -> 1
SwScaler: reducing / aligning filtersize 5 -> 4
[swscaler @ 0x81b8a0]BICUBIC scaler, from yuv420p to yuyv422 using MMX2
[swscaler @ 0x81b8a0]using 4-tap MMX scaler for horizontal luminance scaling
[swscaler @ 0x81b8a0]using 4-tap MMX scaler for horizontal chrominance scaling
[swscaler @ 0x81b8a0]using n-tap MMX scaler for vertical scaling (BGR)
[swscaler @ 0x81b8a0]1920x1080 -> 1920x1080
VO: [macosx] 1920x1080 => 1920x1080 Packed YUY2
[h264 @ 0x816430]error while decoding MB 64 23, bytestream (-10)
[h264 @ 0x816430]concealing 5385 DC, 5385 AC, 5385 MV errors
V: 30.0 0/ 0 67% 26% 0.0% 0 0 $<50>
BENCHMARKs: VC: 20.196s VO: 8.051s A: 0.000s Sys: 0.608s = 28.855s
BENCHMARK%: VC: 69.9912% VO: 27.9026% A: 0.0000% Sys: 2.1062% = 100.0000%
Exiting... (End of file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment