Skip to content

Close Menu

  • Jovan’s Blog
  • Jovan Stosic’s Publications
  • Jovan Stosic’s Profile
  • Jovan Stosic’s Notebooks
  • Home Automation Server
    • Home Automation Server User Registration
    • Home Automation Server Product Registration
    • Home Automation Server Support
    • Home Automation Server Help
  • Мрежни оперативни системи
    • Регистрација

RIS

Robust Information Systems

Mozart: Vesperae Solemnes de Confessore. Hogwood, the Academy of Ancient Music

  • Music favorites
  • Music videos
  • Music wishlist
Jovan Stosic August 30, 2019

Linux Delete / Remove MBR

  • Engineering and technology notes
Jovan Stosic August 30, 2019

https://www.cyberciti.biz/faq/linux-clearing-out-master-boot-record-dd-command/

Bash script for converting multiple DVD folders in avi/DiVX/XVID

  • Engineering and technology notes
Jovan Stosic August 29, 2019

c=$PWD
n=0
shopt -s dotglob
while IFS= read -r d ; do
CurrD[$n]=”$d”
echo ${CurrD[$n]}
n=$(($n+1))
done < <(find “$c” -name VIDEO_TS)

X=0;
while [ $X -lt $n ]; do
cd “${CurrD[$X]}”
echo $PWD
for f in *.VOB ; do ffmpeg -i “$f” -b:v 3000k -b:a 128k -tag:v DIVX “${f%.VOB}.avi”; done
X=$(($X + 1))
done

Variable incremented in bash while loop resets to 0 when loop finishes

  • Engineering and technology notes
Jovan Stosic August 29, 2019
while read -r f
do 
  count=$(($count+1))
  echo "Count is at ${count}"
done < <(ls)

 

Source: Variable incremented in bash while loop resets to 0 when loop finishes – Stack Overflow

files – How do I loop through only directories in bash? – Unix & Linux

  • Engineering and technology notes
Jovan Stosic August 28, 2019

Source: files – How do I loop through only directories in bash? – Unix & Linux Stack Exchange

How do I loop through only directories in bash? – Unix & Linux Stack Exchange

  • Engineering and technology notes
Jovan Stosic August 28, 2019

Source: files – How do I loop through only directories in bash? – Unix & Linux Stack Exchange

How do I execute a file from a FAT USB drive? – Ask Ubuntu

  • Engineering and technology notes
Jovan Stosic August 28, 2019
bash yourscript

Source: How do I execute a file from a FAT USB drive? – Ask Ubuntu

escaping – Bash script to cd to directory with spaces in pathname – Stack Overflow

  • Engineering and technology notes
Jovan Stosic August 28, 2019

Source: escaping – Bash script to cd to directory with spaces in pathname – Stack Overflow

BASH Shell: For Loop File Names With Spaces

  • Engineering and technology notes
Jovan Stosic August 28, 2019

Source: BASH Shell: For Loop File Names With Spaces – nixCraft

ubuntu – Copy files listed by the find command and rename it with the path

  • Engineering and technology notes
Jovan Stosic August 28, 2019

https://unix.stackexchange.com/questions/406548/copy-files-listed-by-the-find-command-and-rename-it-with-the-path

linux – Find document files and copy them to another directory

  • Engineering and technology notes
Jovan Stosic August 28, 2019

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

  • Engineering and technology notes
Jovan Stosic August 27, 2019

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

Posts navigation

Older posts
Newer posts

Search

Category

Meta

  • Log in
  • Advanced search

Recent Posts

  • Pouch Attachment Ladder System
  • MOLLE – Wikipedia
  • Psilocybe semilanceata
  • Julian Schwinger
  • svelte

Archives

  • 2026: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2025: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2024: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2023: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2022: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2021: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2020: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2019: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2018: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2017: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2016: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
  • 2015: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
ris.mk