[MEncoder-users] Where is my video ?

Meino Christian Cramer Meino.Cramer at gmx.de
Fri Jun 3 05:20:31 CEST 2005


Hi,

 yesterday I encoded the record of a TV movie with these two line:


  #!/bin/sh
  mencoder $1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vhq:vqmin=2:trell:autoaspect:vpass=1:vbitrate=1200 -vf hqdn3d=2:1:2 -mc 0 -o /dev/null
  mencoder $1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vhq:vqmin=2:trell:autoaspect:vpass=2:vbitrate=1200 -vf hqdn3d=2:1:2 -mc 0  -o $2

 (its a script...thats why there are $1/$2...)

 After a while the result was ready.

 BUT!...There was only audio, no video window was opened by mplayer...
 It said:

   home at solfire:/tmp> mplayer <video>
   MPlayer dev-CVS-050518-04:58-3.4.2 (C) 2000-2005 MPlayer Team
   CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred (Family: 6, Stepping: 1)
   Detected cache-line size is 64 bytes
   CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
   Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE
   
   
   64 audio & 176 video codecs
   Setting up LIRC support...
   mplayer: could not connect to socket
   mplayer: Connection refused
   Failed to open LIRC support.
   You will not be able to use your remote control.
   Playing <video>.
   AVI file format detected.
   VIDEO:  [FMP4]  720x576  24bpp  25.000 fps  1200.4 kbps (146.5 kbyte/s)
   Clip info:
    Software: MEncoder dev-CVS-050518-04:58-3.4.2
   ==========================================================================
   Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
   AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
   Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
   ==========================================================================
   vo: X11 running at 1600x1200 with depth 24 and 32 bpp (":0.0" => local display)
   ==========================================================================
   Cannot find codec matching selected -vo and video format 0x34504D46.
   Read DOCS/HTML/en/codecs.html!
   ==========================================================================
   Checking audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
   AF_pre: 48000Hz/2ch/s16le
   [AO OSS] audio_setup: Can't open audio device /dev/sound/dsp: No such file or directory
   alsa-init: 1 soundcard found, using: default
   alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little Endian
   AO: [alsa] 48000Hz 2ch s16le (2 bps)
   Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le...
   Video: no video
   Starting playback...
   alsa-uninit: pcm closed                                                         
   
   Exiting... (Quit)

 
 There was no othe application running, which may block video output
 or claiming that resources...

 Kaffeine could play that file with video and audio though...


 Does Mplayer does not recognize its own files...or what did I here
 that wrong ?


 Thank you very much for any help in advance!
 mcc



 




More information about the MEncoder-users mailing list