View Single Post
Old 03-10-2013, 06:24 PM   #257
sean.fosterbrown
Enthusiast
sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.sean.fosterbrown is faster than slow light.
 
sean.fosterbrown's Avatar
 
Posts: 30
Karma: 29918
Join Date: Nov 2011
Location: Murrieta, CA
Device: Kindle Touch
I have a Touch 5.1.2 and a Keyboard 3.4.

On my computer I run:
To send the video to a file:
Code:
ffmpeg -i <FILE> -pix_fmt gray -f rawvideo -s 800x600 -r 7.7 -|/root/raw2gmv|gzip > file.gmv.gz
To send it to the kindle via nc:
Code:
ffmpeg -i <FILE> -pix_fmt gray -f rawvideo -s 800x600 -|/root/raw2gmv|nc -l 5555
On my kindles:
Code:
zcat file.gmv.gz|./gmplay
or
Code:
nc 192.168.1.3 5555|./gmplay
sean.fosterbrown is offline   Reply With Quote