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