Hello,
i am using mplayer to play some videoclips in a program i'm writing.
I have just changed the development pc and some problems have arisen,but they also helped me to find out a thing i didn't know:if mplayer fails to play a file for some reason,it will still return a zero exit code,meaning it closed successfully.
To give some more detail,i get the following output:
Code:
MPlayer dev-SVN-r27514-4.1.2 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Playing testVideo.log.
Ogg stream 0 is of an unknown type
[Ogg] stream 1: video (Theora v3.2.0), -vid 0
Ogg file format detected.
VIDEO: [theo] 1600x1200 24bpp 15.000 fps 0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
[theora @ 0x86d2fb0]Missing extradata!
Could not open codec.
VDecoder init failed :(
Opening video decoder: [theora] Theora/VP3
VDec: vo config request - 1600 x 1200 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 1600x1200 => 1600x1200 Planar YV12
Source image dimensions are too high: 1600x1200 (maximum is 1920x1088)
FATAL: Cannot initialize video driver.
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x6F656874.
Read DOCS/HTML/en/codecs.html!
==========================================================================
Exiting... (End of file)
Is there some way to know if the playback was successful or not?
I have tried on their mailing list before,but it doesn't seem to work....