Quote:
Originally Posted by twobob
root@kindle:video> ffmpeg -i ./pluto.avi -pix_fmt gray -r 15 -f rawvideo -s 800x600 -|./raw2gmv > output
root@kindle:video> cat output | ./video
717 frames in 108.4 secs = 6.6 FPS
Would be nice to get the audio stream in now...
|
You screenshots look like negative images. What happened there? Is it negative on the screen, or is that just in the framebuffer? Some of my eink driver code uses negative images and lets the eink controller invert it, so if your screen appears correct, you need to invert the framebuffer when you convert it to an image file.