Simple script to play movies . Just to set GST_PLUGINS_PATH path
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