scriptx 0.4.7

ScriptX is a command line tool to extract scriptures out of the American Sign Language version of the New World Translation.
1
2
3
4
5
6
7
8
/*!This module contains wrappers for [ffprobe](https://ffmpeg.org/ffprobe.html) and [ffmpeg](https://ffmpeg.org/) and also custom error types used within the library.

These two tools must be installed on the system in order for ScriptX to work.
*/

pub mod errors;
pub mod mpeg;
pub mod probe;