Log in

View Full Version : YUV->MPEG4 SP bitstream


appleaddict
18th September 2009, 16:34
Hello,

I need to find a way to encode my yuv video sequence into MPEG4 SP bitstream.

But, the file I want to obtain must be without any container, just bits ready to be decoded with de MPEG 4 SP software reference (writen in CAL to be precise, in opendf simulation).

I try many solutions but the file I obtain cannot be decoded (and the decoder is working, I just want to use it with another file entry, shorter).

Thank you !

Blue_MiSfit
21st September 2009, 04:04
ffmpeg shuld work perfectly fine for this.

~MiSfit