This website is released under |
Generate a Matroska/FFV1 fileThe Bash script make_ffv1 generates a Matroska file (a “.mkv” file) of a video file or a folder containing single images. The video is encoded by the FFV1 video codec. The program is part of Bash AVpres, released under a 3-Clause BSD License and provided “as is” without warranty or support of any kind. DocumentationA short help message is embedded into the script: $ make_ffv1 -h Usage: make_ffv1 -i <input_path> -o <output_file> make_ffv1 -h | -x Options: -i input file (stream based) or folder (single-image based) -o output file -h this help -x advanced options with their default arguments Dependencies: ffmpeg and ffprobe See also: man make_ffv1 https://avpres.net/Bash_AVpres/ About: Abstract: Make a Matroska/FFV1 file Version: 2023-03-26 $ A detailed manual page is installed together with the script ( 2023-03-26 |