Source: escaping – Bash script to cd to directory with spaces in pathname – Stack Overflow
Month: August 2019
BASH Shell: For Loop File Names With Spaces
Source: BASH Shell: For Loop File Names With Spaces – nixCraft
ubuntu – Copy files listed by the find command and rename it with the path
linux – Find document files and copy them to another directory
https://superuser.com/questions/208271/find-document-files-and-copy-them-to-another-directory
video – How to convert an MKV to AVI with minimal loss
In order to just copy the video and audio bitstream, thus without quality loss:
ffmpeg -i filename.mkv -c:v copy -c:a copy output.avi
If you want FFmpeg to convert video and audio automatically:
ffmpeg -i filename.mkv output.avi
Source: video – How to convert an MKV to AVI with minimal loss – Super User
Stasis
Merriam-Webster Collegiate® Dictionarysta·sisPronunciation: ‘stā-səs, ‘sta-Function: nounInflected Form: pluralsta·ses \‘stā-ˌsēz, ‘sta-\Etymology: New Latin, fromGreek, act or condition of standing, stopping, from histasthai to stand ― more at STANDDate: 1745
1: a slowing or stoppage of the normal flow of a bodily fluid or semifluid: as a: slowing of the current of circulating blood b: reduced motility of the intestines with retention of feces
2 a: a state of static balance or equilibrium : STAGNATIONb: a state or period of stability during which little or no evolutionary change in a lineage occurs-stasisFunction: noun combining formInflected Form: plural-stasesEtymology: New Latin, from Greek stasis
1: stoppage : slowing <hemostasis> <bacteriostasis>
2: stable state <homeostasis>…Concise Oxford English Dictionarystasis’steɪsɪs, ‘sta-■ noun
formal or technical a period or state of inactivity or equilibrium.
Medicine a stoppage of flow of a body fluid.
C18: mod. L., from Gk, lit. ‘standing, stoppage’, from sta-, base of histanai’to stand’.-stasis■ combining form (plural -stases) Physiology slowing down; stopping: haemostasis.
-static combining form.
from Gk stasis ‘standing, stoppage’….EngMacstasisn. (pl. stases) 1. med. стаза.; 2. стагнација, стагнирање
avconv – How can I convert video to DivX4 to play on my Kogan TV?
It turns out that I just needed to trick the TV into thinking it was the DivX codec when it is really the xvid codec, by changing the video tag (or FourCC to DIVX
) using -tag:v DIVX
:
avconv -i input.mp4 -c:v libxvid -c:a libmp3lame -b 700k -tag:v DIVX output.avi
https://askubuntu.com/questions/262631/how-can-i-convert-video-to-divx4-to-play-on-my-kogan-tv
how to convert avi (xvid) to mkv or mp4 (h264)
https://askubuntu.com/questions/370786/how-to-convert-avi-xvid-to-mkv-or-mp4-h264
Top 5 Linux DVD RIP Software
https://www.cyberciti.biz/tips/linux-dvd-ripper-software.html
How to Hot start neo-6m gps module
https://forum.arduino.cc/index.php?topic=612015.0
Interface ublox NEO-6M GPS Module with Arduino
https://lastminuteengineers.com/neo6m-gps-arduino-tutorial/