Quote:
Originally Posted by geekmaster
You may have the image larger than 800x600. The raw2gmv program assumes that it is raw 800x600 grayscale 8bpp input video with no headers or metadata. It gets rotated to 600x800 during conversion.
|
Thanks for the fast response, but no - the command I'm using is basically the one you specified for playing a local file:
Code:
ffmpeg -i lmi.avi -pix_fmt gray -f rawvideo -s 800x600 -|/root/raw2gmv|nc -l 5555
I attached a few pictures of what I mean. One is from the middle of the movie, and shows the bottom-to-top rolling. One is from the beginning, and shows the left-to-right rolling. Oddly they do both at once - I would expect one or the other but...