Hello all!
I am not dead, just playing around with my old new powerpc toy ;)
Unfortunately big endian machines quite rare thing today so some bugs
creept in.
But after filing some bugreports I decided to see how it works with my
yesteryear webcam.
Well, default ffmpeg -i /dev/video0 uses uncompressed YUV2 stream and
framerate drops to 10 fps for 720p and to 5 fps for 1080p
ffmpeg -s 1920x1080 -pix_fmt mjpeg -i /dev/video0 -c:v copy -f mov -frames
900 ~/camera.mov
this line one the other hand captures at 50 fps, 12.6 mbytes per second ;)
I really need to fix our mjpeg capture ...