Function encode_video_ffmpeg
Source pub fn encode_video_ffmpeg(raw_path: &str, video_path: &str) -> Result<Output>
Expand description
Convenience function for converting binary grayscale data to an mp4. Used for testing.
§Errors
io::Error
if there is an error writing to the file