我正在尝试在 mplayer 中播放 yuv 格式的视频。我的 yuv 文件是 binny.yuv
mplayer binny.yuv -demuxer rawvideo -rawvideo w=856:h=480
但没有玩,我得到的结果是
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team mplayer: 无法连接到套接字 mplayer: 没有这样的文件或目录 无法打开 LIRC 支持。您将无法使用遥控器。玩y.yuv。检测到 rawvideo 文件格式。在 ./ 中加载字幕 无法打开 VDPAU 后端 libvdpau_nvidia.so:无法打开共享对象文件:没有这样的文件或目录
[vdpau] Error when calling vdp_device_create_x11: 1
> Opening video decoder: [raw] RAW Uncompressed Video
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
Movie-Aspect is undefined - no prescaling applied.
[swscaler @ 0x9e99ec0] using unscaled yuv420p -> yuv420p special converter
VO: [xv] 856x480 => 856x480 Planar YV12
Selected video codec: [rawi420] vfm: raw (RAW I420)
我还需要安装什么吗???