silent_video v0.1.0 SilentVideo

Summary

Functions

Convert using high compatibility settings for mobile devices

Alternate high compatibility settings for mobile devices

Functions

convert_mobile(input_file_path, output_file_path, opts \\ [])

Convert using high compatibility settings for mobile devices.

Options:

  • :height - An integer height for the output video. Defaults to input height.
  • :bitrate - An integer bitrate for the output video. Defaults to 384_000.
  • :framerate - An integer framerate (frames per second). Defaults to 13.
convert_mobile_2(input_file_path, output_file_path, opts \\ [])

Alternate high compatibility settings for mobile devices.

Options:

  • :height - An integer height for the output video. Defaults to input height.
  • :bitrate - An integer bitrate for the output video. Defaults to 250_000.
convert_tablet(input_file_path, output_file_path, opts \\ [])

Settings for tablets.

Options:

  • :height - An integer height for the output video. Defaults to input height.
  • :bitrate - An integer bitrate for the output video. Defaults to 400_000.
convert_web(input_file_path, output_file_path, opts \\ [])

Settings for general web streaming.

Options:

  • :height - An integer height for the output video. Defaults to input height.
  • :bitrate - An integer bitrate for the output video. Defaults to 500_000.