Added poster for 5th Kyu videos

This commit is contained in:
marko
2022-02-21 10:31:33 +01:00
parent 6954adfb11
commit 34cdfcc92e
22 changed files with 102 additions and 18 deletions

View File

@@ -68,6 +68,10 @@ directoryStructure:
mkdir -p videos/5terKyu/NeWaza
mkdir -p videos/5terKyu/Randori
# Some of the meta data gets copied during rencode so we search for all webmVideos and delete the meta data
.PHONY: clearVideoMetaData
find -name *.webm -exec ffmpeg -i {} -map_metadata -1 -c:v copy -c:a copy temp.webm \; -exec mv -f temp.webm {} \;
.PHONY: clean
clean:
rm kyu6.html