[MEncoder-users] Converting raw grayscale stream to xvid or other video

Sarag kordova at gmail.com
Thu Jun 15 19:15:43 CEST 2006


This ended up working:
mencoder red.raw -rawvideo w=1024:h=768:fps=24.0:size=786432:y8 -demuxer
rawvideo -ovc xvid -xvidencopts bitrate=600 -noskip -o output.avi

Thanks a lot for your time and patience with me. You have been incredibly
helpful.

Also, you mentioned the "on" option. I had used this in prior code of mine
and when running it it now fails (having worked at some point mid to late
last year).

Did you mean like this?
mencoder red.raw -rawvideo w=1024:h=768:fps=24.0:size=786432:y8: -ovc xvid
-xvidencopts bitrate=600 -noskip -o output.avi

Because that (as was similarly used by me evidently a while ago) now fails
with:
Option rawvideo: Unknown suboption on
Exiting... (error parsing cmdline)

Anyway, thanks again for your assistance.

On 6/15/06, Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>
wrote:
>
> Hi,
> On Thu, Jun 15, 2006 at 09:08:00AM -0400, Sarag wrote:
> > mencoder red.raw -rawvideo w=1024:h=768:fps=24.0:size=786432:y8-lavcopts
> > gray -ovc xvid -o output.avi
>
> well, with -rawvideo only the parameters are set, depending on version
> you must either also use the 'on' suboption of -rawvideo or -demuxer
> rawvideo.
> And please always give the full MPlayer output, the last error message
> is not always the relevant one.
>
> Greetings,
> Reimar Döffinger
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>



More information about the MEncoder-users mailing list