http://snippets.bentasker.i2p/posts/bash/ffmpeg---convert-webm-or-other-to-x264.html
But, as efficient as HEVC or WebM might be, they're frustrating to stumble across if your playback device is a Raspberry pi which has neither the hardware support, nor the processing capabilities required to deal with those codecs without stuttering It is, however, incredibly simple to convert to X264 with ffmpeg, the below snippet creates a utility script to do so by just passing in the input filename and the destination file to create Details Language: BASH Snippet #!