View Single Post
  #2  
Old 01-25-2010, 11:51 PM
Stream Recorder
 
Posts: n/a
Default

Re: Help! Can't play AVI movie in Linux (Voxware decoder needed)


w32codecs from MediaBuntu should allow you to play your video with MPlayer. Try to launch mplayer from the terminal:
Code:
mplayer /home/user/Videos/samle.avi
You should see something like
Code:
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffdivx] vfm: ffmpeg (FFmpeg DivX ;-) (MSMPEG-4 v3))
==========================================================================
==========================================================================
Opening audio decoder: [dshow] Win32/DirectShow decoders
AUDIO: 44100 Hz, 2 ch, s16le, 96.1 kbit/6.81% (ratio: 12016->176400)
Selected audio codec: [voxware] afm: dshow (VoxWare)
==========================================================================
AO: [pulse] 44100Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 480 x 352 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 480x352 => 480x352 Planar YV12 
A:  33.3 V:  33.3 A-V:  0.000 ct: -0.001 833/833  1%  0%  1.0% 0 0 
Exiting... (Quit)
Reply With Quote