I hereby claim:
- I am patrislav1 on github.
- I am patrislav (https://keybase.io/patrislav) on keybase.
- I have a public key ASC-I142cUuk51hhcnU0giycWfUr2ZWTaKd8WAYnI26KXAo
To claim this, I am signing this object:
--- | |
BasedOnStyle: Chromium | |
IndentWidth: 4 | |
IncludeCategories: | |
- Regex: '<[a-zA-Z0-9_]+>' # standard headers (no extension) | |
Priority: 2 | |
- Regex: '<[a-zA-Z0-9/]+\.(h|hpp)>' # library headers (with extension) | |
Priority: 3 |
#!/bin/bash | |
FILES=$(find . -name "*.avi") | |
while read FILE; do | |
DESTFILE=$(echo ${FILE} | sed 's/\.avi$/\.mkv/g') | |
rm -f "${DESTFILE}" | |
ffmpeg -fflags +genpts -nostdin -i "${FILE}" -c:v copy -c:a copy "${DESTFILE}" | |
ls -lh "$FILE" | |
ls -lh "$DESTFILE" | |
done <<< $FILES |
I hereby claim:
To claim this, I am signing this object: