Encoder for the FastVideoDS format
Go to file
2022-10-13 11:43:30 +02:00
FastVideoDSEncoder Initial commit 2022-10-13 11:27:48 +02:00
FastVideoDSInfo Initial commit 2022-10-13 11:27:48 +02:00
Gericom.FastVideoDS Initial commit 2022-10-13 11:27:48 +02:00
.gitattributes Initial commit 2022-10-13 11:27:48 +02:00
.gitignore Initial commit 2022-10-13 11:27:48 +02:00
FastVideoDS.sln Initial commit 2022-10-13 11:27:48 +02:00
readme.md Added readme 2022-10-13 11:43:30 +02:00

FastVideoDS Encoder

Encoder for the FastVideoDS format. Use FastVideoDS Player to play back the encoded videos.

Usage

FastVideoDSEncoder [-j jobs] input output.fv
  • -j jobs Number of concurrent jobs (optional, default: cpu threads / 1.5)
  • input The input video file. Most formats are supported through FFmpeg.
  • output.fv The output video file.

Libraries Used