This script uses ffmpeg to convert MKV and MP4 file format in MOV for DaVinci Resolve video editing program
sudo apt-get update
sudo apt-get install ffmpeg
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
#!/bin/bash | |
xset m 1/2 5 |
/********************************************************** | |
Roundcube | |
**********************************************************/ | |
var name="Roundcube (all mailboxes)"; | |
var ver="2018-06-06"; | |
var needServer=true; | |
function init(){ | |
this.initStage=ST_PRE; | |
if(this.server){ |
# Remove the newest version of the software
cd /usr/local/include/google
sudo rm -rf protobuf
# Go to https://github.com/protocolbuffers/protobuf/releases?after=v3.0.0-alpha-1
# and download protobuf-2.6.1. Then, extract the contents. I downloaded
# protobuf-2.6.1.tar.gz
cd ~/Download/protobuf-2.6.1