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

H0201030/ffmpeg-task-wrapper

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

No releases published

Packages

No packages published

Languages