15 lines
228 B
Bash
Executable File
15 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install clip-it-and-ship-it
|
|
# Install convert-to-av1
|
|
# Install convert-to-mp4
|
|
# Install convert-to-x264
|
|
# Install send-to-zipline
|
|
|
|
|
|
|
|
|
|
|
|
chmod +x ../utility-scripts/ffmpeg/*
|
|
cp ../utility-scripts/ffmpeg/* /usr/bin/
|