audio-to-video

Crates.ioaudio-to-video
lib.rsaudio-to-video
version0.1.0
sourcesrc
created_at2023-05-07 06:33:59.432635
updated_at2023-05-07 06:33:59.432635
descriptionConverts an audio file to a video file with a still image.
homepage
repositoryhttps://github.com/conorpo/audio-to-video
max_upload_size
id858981
size5,649
Conor O'Malley (conorpo)

documentation

README

audio-to-video

Converts an audio file to a video file with a still image.

Usage:

  • audio-to-video ([audio_file]) ([image_file]) (-- [ffmpeg-args])
  • audio-to-video

Ommitting fields will cause the program to search the current directory for files. To specify ffmpeg arguments, use -- to separate the files from the arguments.

Commit count: 4

cargo fmt