Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Repository files navigation

Ffmpeg Wrapper

  • Convert video format
  • Merge audio + video to one file
  • Rotate video
  • Split video into segments
  • Speedup/Slowdown videos
  • Concatenate video segments to one video

Example

convert = Ffmpeg.new(:convert) do
  input "input.mov"
  output "output.mp4"
end

convert.execute

License

Released under MIT Licence. By Wang Zhuochun.

About

ruby ffmpeg wrapper for common tasks

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages