FileBrowser .mp4 Player

Created
Updated
Author Nicolas Dorriere Reading 1 min

I use FileBrowser to store all the videos from my iPhone.
I run a Bash script generated by Claude 3.5 Sonnet that converts all my .mov videos to .webm format in 720p, with a reasonable bitrate.

I've also slightly modified the FileBrowser source code (written in Go) to generate video thumbnails for .mp4 files using ffmpeg running in the background as a mini preview generator.

To access it, I expose the frontend over my Tailscale mesh network.

 

Article under development 🚧