Working directories
1 | cd /media/ht/ht_5T/Bioinformatics/App_Instructions # 张洁琼知网视频添加 |
Troublesome in MatthewHiggins2017/bioconda-PrimedRPA
URL
- Smallestwater clusters supportingtheiceI struct - Google Search
- Smallest water clusters supporting the ice I structure | PNAS
- Study of Molecular Behavior in a Water Nanocluster: Size and Temperature Effect | The Journal of Physical Chemistry B
- Frontiers | pH-Dependent Water Clusters in Photoacid Solution: Real-Time Observation by ToF-SIMS at a Submicropore Confined Liquid-Vacuum Interface | Chemistry
- Search Results | PNAS
- Smallest water clusters supporting the ice I structure
- resilio-sync deb - Google Search
- www.resilio.com
- What’s new in Resilio Sync 2.7.0 – Sync
- OVfinder :: add0n.com
- Resilio File Sync Software | Unify, Control, and Accelerate Global Enterprise File Workflows
- Install Resilio Sync (BTSync) on Ubuntu 18.04, 18.10 Desktop/Server | by LinuxBabe | Medium
- Setting up Resilio Sync on Ubuntu or Debian
- How to Install Resilio Sync on Ubuntu 16.04 and Ubuntu 16.10 - LinuxBabe
- Install Resilio Sync (BTSync) on Ubuntu 18.04, 18.10 Desktop/Server
ffmpeg
- How-To: Alter Video Speed with FFmpeg and mjpegtools | Stream #0
- ffmpeg参数含义_u011636440的博客-CSDN博客_ffmpeg speed
1 | i='https://stackoverflow.com/questions/24270501/change-mp4-video-duration-using-ffmpeg https://blog.csdn.net/u011636440/article/details/80294430 https://stream0.wordpress.com/2008/02/06/howto_alter_video_speed_with_f/'; setsid chromium-browser ${i} |
MoviePy
- moviepy speed - Google Search
- How can I use python to speed up a video without dropping frames - Stack Overflow
- How to be efficient with MoviePy — MoviePy 1.0.2 documentation
- MoviePy – Applying Speed effect on Video Clip - GeeksforGeeks
- GitHub - Zulko/moviepy: Video editing with Python
- Download and Installation — MoviePy 1.0.2 documentation
- Example Scripts — MoviePy 1.0.2 documentation
1 | sudo pip install moviepy # X1 |
1 | python3 |
1 | from moviepy.editor import VideoFileClip |
rename usage
rename
for -
1 | rename -- "s/\-//g" * |
rename
for !
1 | rename 's/\!/\_/g' * |
Logo on photo
1 | Logo=Logo.gif |
ImageImagick 7 Installtion
GitHub - SoftCreatR/imei: IMEI - ImageMagick Easy Install
1 | git clone https://github.com/SoftCreatR/imei && \ |
How to install ImageMagick 7 on Ubuntu | Scottie’s Tech.Info
- not worked
Step 1: Uninstall your old ImageMagick by doing:
apt remove imagemagick imagemagick-6-common
Step 2: Just in case, install all the build dependencies for ImageMagick:
apt build-dep imagemagick
Step 3: Install image libraries, including WEBP:
apt-get install checkinstall libwebp-dev libopenjp2-7-dev librsvg2-dev libde265-dev
Step 4: Install ImageMagick (latest) from source:
wget [https://www.imagemagick.org/download/ImageMagick.tar.gz](https://www.imagemagick.org/download/ImageMagick.tar.gz)
tar xzvf ImageMagick.tar.gz
cd to the extracted directory, and then run:
./configure --enable-shared --with-modules --with-gslib
make
make install
ldconfig /usr/local/lib
identify -version
Ta-DA!!! You’re done!