1. Prerequisites
1.1. Use Ubuntu 22.04!
I did not have time to test this project in other environments yet. So, please, use Ubuntu 22.04 to test this project.
If you have any problems running it, please open a GitHub issue and I will try to help you!
1.2. Install the required softwares
1.3. Clone this repo and change your current directory to it
$ repo=https://github.com/paulojeronimo/near-rust-smart-contract-tutorial-video $ git clone $repo && cd $(basename $repo)
Test your yq
installation:
$ yq config.yaml $ yq '.trim."01.1.mkv"' config.yaml ss: '00:00:02' to: '00:03:19'
- References
1.4. Download and extract the file media.tar.gz
Download the file media.tar.gz
from this shared drive:
https://drive.google.com/drive/folders/1oeBzXnx_pv82RmlqywVq42Gaol0PlWwe
Move it to your cloned git repo directory and extract it:
$ tar xvfz media.tar.gz
The created directory structure should be this:
$ tree media media `-- simplescreenrecord |-- 01.1.mkv |-- 02.2.mkv |-- 03.3.mkv |-- 04.4-6.mkv |-- 05.7-10.mkv |-- 06.15.mkv |-- 07.mkv |-- 08.mkv |-- 09.mkv `-- 10.12-14.mkv 1 directory, 10 files