Category Archives: raspberry pi

Pi – Convert Raw H264 Video Data To MP4

sudo apt-get update sudo apt-get install -y gpac MP4Box -fps 30 -add myvid.h264 myvid.mp4

Posted in raspberry pi | Leave a comment

Raspberry Pi – Install FTP

Install FTP client: sudo apt-get install ftp

Posted in computing, raspberry pi | Leave a comment

Set time zone Raspberry Pi

sudo dpkg-reconfigure tzdata

Posted in computing, raspberry pi | Leave a comment