gulp-video64
<< Forked from gulp-image64 >>
Convert and replace video-files within your DOM/HTML to base64-encoded data.
Example
gulpfile.js
var gulp = ;var video64 = ; gulp;
index.html // Before...
<html> <head> </head> <body> <video > <source src="sample.mp4" > ...
path/index.html // ...after:
...