Recently Updated Pages
ffmpeg: convert all found files in folder and subfolder
for i in $1/**/*.flac; do ffmpeg -i "$i" "$i".wav done for i in $1/*.flac; do ffmpeg ...
ffmpeg: combine Mediathek versions to one
To merge the different Mediathek versions (AD, 2nd language, pure speech etc.) into one file use:...
find only common lines in two files
How to find all lines in two files which both files do have in common: cat FILE1 FILE2 | sort | ...
ffmpeg MXF HDF01
It must be in two steps to get HDF01 files. First transcode with ffmpeg: {{ $stfldCmd := "" }} ...
console: look what css or js is used
Use Drawer "coverage" for that.To open it hit [shift]+[cmd]+[p] and type "coverage".
ffmpeg MXF aus- und einpacken
Nicks ProTools-Skript # Auspacken ffmpeg -i MXFfile \ -map 0:a:0 -c copy a1.wav \ ...
css on iOS not reloading / developer mode
If developing a webpage css changes often not refreshed on iOS Safari at iPad/iPhone. The diffic...
Create exact size of an image
I want a picture with exactly 5 MB, what are 5.000.000 Bytes. truncate -s 5000000 size.png ...
ffmpeg Befehlszeilen
Stream mit Video ./ffmpeg -i http://st02.dlf.de/dlf/02/128/mp3/stream.mp3 -filter_complex "[...
current cmdconfig.bat on NDR-Client
Config file for cmd.exe is at H:\cmdconfig.bat and startet always if searched with start menü.Cur...
Disassembler
error4hack.com/best-ida-pro-alternativesGhidraGhidra is probably one of the best alternatives to ...
Cyberduck: simpel.cc login not working
Try to log in with terminal once: ssh c.zelck@noether.tuxxel.net -i ~/.ssh/id_simpel_rsa Then C...
encode windows / dos files to unix / mac
Try this first: dos2unix -n WINDOWS.txt MAC.txt -n creates new file It will encode to UTF8 and...
Drucker Brother MFC-L2710DW Manual
https://support.brother.com/g/s/id/htmldoc/mfc/cv_mfcl2750dw/ger/index.html?c=de&lang=de&prod=mfc...
Disable Spotlight for external drive
Use mdutil command to prevent indexing on external drive. First check status for all: mdutil -a...
Update Xcode: Es ist nicht genügend Speicherplatz für die Installation des Produkts verfügbar
Finder zeigt auch den löschbaren Speicherplatz mit an. Darin befinden sich aber auch die lokalen ...
$PATH added not working
$PATH in .zshrc or .bashrc had to be long format. NOT working: export PATH="~/.scripts:$PAT...
Make user a sudoer
If you want to make a normal user to a sudoer first login as an admin.Open sudoers file with visu...
Terminalserver NDR: full working cmd
To enhance cmd.exe on citrix terminalserver do this:Mount drive k to have git and ffmpeg availabl...
Markdown: keep whitespaces
If you want to preserve more then one whitespace in markdown you have to use non-breaking whitesp...