Skip to main content

Recently Updated Pages

ffmpeg: convert all found files in folder and subfolder

Coding

for i in $1/**/*.flac; do ffmpeg -i "$i" "$i".wav done for i in $1/*.flac; do ffmpeg ...

Updated 2 years ago by Simpel

ffmpeg: combine Mediathek versions to one

Coding

To merge the different Mediathek versions (AD, 2nd language, pure speech etc.) into one file use:...

Updated 2 years ago by Simpel

find only common lines in two files

Coding

How to find all lines in two files which both files do have in common: cat FILE1 FILE2 | sort | ...

Updated 2 years ago by Simpel

ffmpeg MXF HDF01

Coding

It must be in two steps to get HDF01 files. First transcode with ffmpeg: {{ $stfldCmd := "" }} ...

Updated 2 years ago by Simpel

console: look what css or js is used

Coding

Use Drawer "coverage" for that.To open it hit [shift]+[cmd]+[p] and type "coverage".

Updated 2 years ago by Simpel

ffmpeg MXF aus- und einpacken

Coding

Nicks ProTools-Skript # Auspacken ffmpeg -i MXFfile \ -map 0:a:0 -c copy a1.wav \ ...

Updated 2 years ago by Simpel

css on iOS not reloading / developer mode

Coding

If developing a webpage css changes often not refreshed on iOS Safari at iPad/iPhone. The diffic...

Updated 2 years ago by Simpel

Create exact size of an image

Coding

I want a picture with exactly 5 MB, what are 5.000.000 Bytes. truncate -s 5000000 size.png ...

Updated 2 years ago by Simpel

ffmpeg Befehlszeilen

Coding

Stream mit Video ./ffmpeg -i http://st02.dlf.de/dlf/02/128/mp3/stream.mp3 -filter_complex "[...

Updated 2 years ago by Simpel

current cmdconfig.bat on NDR-Client

Coding

Config file for cmd.exe is at H:\cmdconfig.bat and startet always if searched with start menü.Cur...

Updated 2 years ago by Simpel

Disassembler

Coding

error4hack.com/best-ida-pro-alternativesGhidraGhidra is probably one of the best alternatives to ...

Updated 2 years ago by Simpel

Cyberduck: simpel.cc login not working

Coding

Try to log in with terminal once: ssh c.zelck@noether.tuxxel.net -i ~/.ssh/id_simpel_rsa Then C...

Updated 2 years ago by Simpel

encode windows / dos files to unix / mac

Coding

Try this first: dos2unix -n WINDOWS.txt MAC.txt -n creates new file It will encode to UTF8 and...

Updated 2 years ago by Simpel

Drucker Brother MFC-L2710DW Manual

Coding

https://support.brother.com/g/s/id/htmldoc/mfc/cv_mfcl2750dw/ger/index.html?c=de&lang=de&prod=mfc...

Updated 2 years ago by Simpel

Disable Spotlight for external drive

Coding

Use mdutil command to prevent indexing on external drive. First check status for all: mdutil -a...

Updated 2 years ago by Simpel

Update Xcode: Es ist nicht genügend Speicherplatz für die Installation des Produkts verfügbar

Coding

Finder zeigt auch den löschbaren Speicherplatz mit an. Darin befinden sich aber auch die lokalen ...

Updated 2 years ago by Simpel

$PATH added not working

Coding

$PATH in .zshrc or .bashrc had to be long format. NOT working: export PATH="~/.scripts:$PAT...

Updated 2 years ago by Simpel

Make user a sudoer

Coding

If you want to make a normal user to a sudoer first login as an admin.Open sudoers file with visu...

Updated 2 years ago by Simpel

Terminalserver NDR: full working cmd

Coding

To enhance cmd.exe on citrix terminalserver do this:Mount drive k to have git and ffmpeg availabl...

Updated 2 years ago by Simpel

Markdown: keep whitespaces

Coding

If you want to preserve more then one whitespace in markdown you have to use non-breaking whitesp...

Updated 2 years ago by Simpel