On Wed, Sep 12, 2007 at 10:38:46PM +0200, ZikZak wrote:
> I'm switching from the mainstream theora trunk to the exp one and I
> encounter a problem with the encoder.
> Every video I encode are played like a 'mosaic', I do not know how
to
> say that. The picture is just a bunch of coloured pixels.
The theora-exp encoder does not currently work.
> During the encoding process the video stream is defined like that:
> File stream.yuv is 320x240 15.00 fps 420 video.
>
> Why 420 ? Why not YUV like for the main theora trunk ?
The default in 4:2:0 YUV just like the mainline.
> I just updated theora and the last modification on encoder_example fails:
>
> encoder_example.c: In function 'main':
> encoder_example.c:806: error: expected expression before '<<'
token
> encoder_example.c:810: error: expected expression before '==' token
> encoder_example.c:814: error: expected expression before '>>'
token
> make: *** [encoder_example-encoder_example.o] Error 1
Check your file for a conflict. Or 'svn revert
examples/encoder_example.c'
to throw away your local changes.
HTH,
-r