mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
added convert-video.rb
This commit is contained in:
parent
74923e2d9a
commit
321bd5ea5e
1 changed files with 17 additions and 0 deletions
17
Casks/convert-video.rb
Normal file
17
Casks/convert-video.rb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
cask :v1 => 'convert-video' do
|
||||
version '5.3'
|
||||
sha256 '077a789a9198f56bb7cb15017c418032f255b00a239ada71562927b9893908bb'
|
||||
|
||||
url 'https://github.com/donmelton/video-transcoding-scripts/archive/master.zip'
|
||||
name 'Video Transcoding Scripts'
|
||||
homepage 'https://github.com/donmelton/video-transcoding-scripts/'
|
||||
license :mit
|
||||
|
||||
binary 'video-transcoding-scripts-master/convert-video.sh', :target => 'convert-video'
|
||||
|
||||
depends_on :formula => %w{
|
||||
ffmpeg
|
||||
mkvtoolnix
|
||||
mp4v2
|
||||
}
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue