PDA

View Full Version : how to play the output of xvid_encraw ?


xmerlin
27th September 2002, 15:48
Hi to all.

Is there a way to play the output of xvid_encraw under linux ?
Where could I find the specs of this format ?
Is it the output similar to the one of xvidenc (mpeg4ip) ?


Regards,
Christian

-h
27th September 2002, 19:27
Is there a way to play the output of xvid_encraw under linux ?
Where could I find the specs of this format ?
Is it the output similar to the one of xvidenc (mpeg4ip) ?

Probably xvid_decraw. Depends on what you mean by play :)

I'm pretty sure it just spits out a raw .m4v stream, which can be multiplexed into a .MP4 file or .AVI most likely. Never used it myself.

-h

xmerlin
27th September 2002, 19:34
Originally posted by -h
Is there a way to play the output of xvid_encraw under linux ?
Where could I find the specs of this format ?
Is it the output similar to the one of xvidenc (mpeg4ip) ?

Probably xvid_decraw. Depends on what you mean by play :)

I'm pretty sure it just spits out a raw .m4v stream, which can be multiplexed into a .MP4 file or .AVI most likely. Never used it myself.

-h


how could I multiplex a .m4v stream to a MP4 file ?

Thanks,
Christian

-h
27th September 2002, 19:38
how could I multiplex a .m4v stream to a MP4 file ?

MPEG4IP (http://mpeg4ip.sf.net) is the tool for you.

-h

xmerlin
27th September 2002, 19:54
Originally posted by -h
how could I multiplex a .m4v stream to a MP4 file ?

MPEG4IP (http://mpeg4ip.sf.net) is the tool for you.

-h

I know it, but I have many problems trying to compile it on my debian woody.

Thank you.

Christian