Skip to content

Instantly share code, notes, and snippets.

View taking's full-sized avatar
🐈
Focusing

taking taking

🐈
Focusing
View GitHub Profile
@taking
taking / 자막 넣기
Last active March 30, 2023 02:21
ffmpeg를 이용한 영상에서 한글 자막 (Korea Subtitle) 추출, 삽입, 자막 맞추기
for i in *.mp4
do
i="${i%.mp4}"
mkvmerge -o "$i.mkv" "$i.mp4" --language 0:kor --default-track 0:yes "$i.kor.srt" --language 0:eng "$i.en.srt"
mkvpropedit "$i.mkv" --edit info --set "title=$i" --set "writing-application=mkvmerge v34.0.0 ('Sign and Seen') 64-bit - TAKING" --set "muxing-application=libebml v1.3.7 + libmatroska v1.5.0"
done

Private Registry Installation with Helm

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+

helm update

helm repo add stable https://charts.helm.sh/stable
helm repo update stable

eck-operator Installation with Helm

  • Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats on Kubernetes

Step

  1. Deploy an eck-operator
  2. Deploy an Elasticsearch
  3. Deploy an Kibana

Repo

jar modified (unextract, extract)

  • jar 파일 수정 하기

How-to

# unextract
 jar xf client-0.0.1-IAIOT.jar

External-DNS Installation with Helm

  • external-dns on Kubernetes

Prerequisites

  • Kubernetes 1.20+
  • Helm 3.2.0+

helm update

helm repo add bitnami https://charts.bitnami.com/bitnami