Raspberry Pi Automatic Video Looper
How to set up the looper
- Copy this image to an SD card following these directions
- Put your video files in the /home/pi/videos directory
- Plug it in
Features
- Supports all raspberry pi video types (mp4,avi,mkv,mp3,mov,mpg,flv,m4v)
- Supports subtitles (just put the srt file in the same directory as the videos)
- Reduces time between videos
- Allows spaces and special characters in the filename
- Allows pausing and skipping
- Full screen with a black background and no flicker
- SSH automatically enabled with user:pi and password:raspberry
- Allows easy video conversion using ffmpeg (ffmpeg INFILE -sameq OUTFILE)
- Has a default of HDMI audio output with one quick file change (replace -o hdmi with -o local in startvideos.sh).
- Can support external HDDs and other directories easily with one quick file change (Change FILES=/home/pi/videos/ to FILES=/YOUR DIRECTORY/ in startvideos.sh)