What is it?
- Conversions between common video formats
- Supported output formats are mp4, webm and gif
- Input as file url or path
Requirements:
- FFmpeg executables downloaded
- (Optional) use FFmpegDownloader to download required executables
- FFmpeg executables directory set to
FFMPEG_PATHenvironment variable
Configuration:
- Change default values for output directory and default output format in the
config.jsonfile. Example below:
{
"defaultOutputDir": "%USERPROFILE%\\Downloads",
"defaultOutputFormat": "mp4"
}Tools used:
- .NET SDK