LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mencoder y FLV (https://www.linuxquestions.org/questions/linux-software-2/mencoder-y-flv-639207/)

m_sassa 05-01-2008 05:12 PM

Mencoder y FLV
 
Hello, recently had a server with the ability to successfully execute this command:

PHP Code:

 mencoder video.mpg  -o output.flv  -noskip -mc 0 -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=-vf scale=320:240 -srate 22050 

what this was to convert a mpg in flv ..

for some reasons I had to reformat the server, and install everything again, and now I do not functioning, this is the output of this command:

PHP Code:

Encoder 1.0rc2-3.4.6 (C2000-2007 MPlayer Team

CPU
Dual-Core AMD Opteron(tmProcessor 2214 HE (Family15Model65Stepping2)

CPUflagsType15 MMX1 MMX21 3DNow1 3DNow21 SSE1 SSE21

Compiled 
for x86 CPU with extensionsMMX MMX2 3DNow 3DNowEx SSE SSE2



success
format0  data0x0 0x162000

MPEG
-PS file format detected.

VIDEO:  MPEG1  176x144  (aspect 1)  25.000 fps    0.0 kbps 0.0 kbyte/s)

[
Vfilefmt:2  fourcc:0x10000001  size:176x144  fps:25.00  ftime:=0.0400

==========================================================================

Opening audio decoder: [mp3libMPEG layer-2layer-3

AUDIO
44100 Hz2 chs16le192.0 kbit/13.61% (ratio24000->176400)

Selected audio codec: [mp3afmmp3lib (mp3lib MPEG layer-2layer-3)

==========================================================================

** 
MUXER_LAVF *****************************************************************

REMEMBERMEncoders libavformat muxing is presently broken and can generate

INCORRECT files in the presence of B frames
Moreoverdue to bugs MPlayer

will play these INCORRECT files 
as if nothing were wrong!

*******************************************************************************

OK, exit

Opening video filter: [expand osd=1]

Expand: -1 x -1, -; -1osd1aspect0.000000round1

Opening video filter
: [scale w=320 h=240]

==========================================================================

Opening video decoder: [mpegpesMPEG 1/2 Video passthrough

VDec
vo config request 176 x 144 (preferred colorspaceMpeg PES)

The selected video_out device is incompatible with this codec.

Try 
appending the scale filter to your filter list,

e.g. -vf spp,scale instead of -vf spp.

VDecoder init failed :(

Opening video decoder: [libmpeg2MPEG 1/2 Video decoder libmpeg2-v0.4.0b

Selected video codec
: [mpeg12vfmlibmpeg2 (MPEG-or (libmpeg2))

==========================================================================



Exiting... 

no longer do that, if someone can help me.

Thanks!

m_sassa 05-02-2008 08:42 AM

some idea ?


All times are GMT -5. The time now is 04:19 AM.