View Single Post
Old 03-26-2012, 09:38 AM   #1
Ehhh
Connoisseur
Ehhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the roughEhhh is a jewel in the rough
 
Posts: 73
Karma: 7140
Join Date: Feb 2012
Device: Kindle Touch
Example of playing video on Kindle Touch

Hi, All

My demo shows, that the Kindle Touch could play black & white video with synchronized audio very well. Please, set like or dislike to get information about Demo.

Demo Application:
Now, Einkplayer application plays only avi container with mpeg4 video and mp3 audio. Example of video is included in archive too. I will extend playing h264 ASAP.

Cartoons Pluto:
http://www.youtube.com/watch?v=0OE3tHEmGug

Animation:
http://www.youtube.com/watch?v=ERdXL...yer_detailpage

Realtime streaming video (Logitech network camera):
http://www.youtube.com/watch?v=vUVGM...yer_detailpage

Small video:
http://www.youtube.com/watch?v=Qr52Z...ature=youtu.be

The original version of animation is here:
http://www.youtube.com/watch?v=s13dL...eature=related

Simple script which plays movie:
1. unzip gstreamer's plugins gstreamer_plugins.GZ
2. set GST_PLUGINS_PATH path to this directory (export GST_PLUGIN_PATH=./plugins ).
3. and run the script:
gst-launch filesrc location=tom.avi ! ffdemux_avi name=d ! queue ! ffdec_mpeg4 ! videorate ! video/x-raw-yuv,framerate=5/1 ! videoflip method=3 ! ffmpegcolorspace ! videoscale ! video/x-raw-gray, width=600, height=800 ! eink ! fakesink d. ! queue ! ffdec_mp3 ! volume volume=1 ! audioresample ! audio/x-raw-int, rate=44100, channels=2, endianness=1234, width=16, depth=16, signed=true ! alsasink device=plughw sync=false

Waiting for comments!!!!!!!!!!!!!!
Attached Files
File Type: avi mickey.avi (7.48 MB, 723 views)
File Type: avi pluto.avi (6.64 MB, 708 views)
File Type: gz KTPlayer.tar.gz (11.02 MB, 1033 views)
File Type: gz gstreamer_plugins.GZ (4.50 MB, 977 views)

Last edited by Ehhh; 05-22-2012 at 04:30 AM.
Ehhh is offline   Reply With Quote