Displaying 1 result from an estimated 1 matches for "mjpegb".
Did you mean:
  mjpeg
  
2007 Oct 04
1
encoder_example input formats
Hi all
I have the raw out put of a video camera in following
format: mjpegb, yuvj422p, 1920x1080, 24.00 fps(r).
I cannot directly convert this raw footage to Theora
due to the YUV4MPEG2 only restriction of the
encoder_example.
Isn't it better to support other raw formats in
encoder_example, such as what I have, mjpegb,
yuvj422p? 
I presume even if I convert the mjpe...