Skip to content

Instantly share code, notes, and snippets.

View zymtx5g79k's full-sized avatar

zymtx5g79k zymtx5g79k

View GitHub Profile
@zymtx5g79k
zymtx5g79k / docker-compose.yml
Created September 30, 2021 12:30
mysql in doscker
networks:
dev:
driver: bridge
attachable: true
services:
mysql:
command: --default-authentication-plugin=mysql_native_password
image: mysql:latest
expose:
ffmpeg -i "unstoppable_feat_micah_ariss.mp4" "unstoppable_feat_micah_ariss.flac"
ffmpeg -i "Aly-Fila-Tomorrowland-Belgium-2019-W1-360p.mp4" -vn -c:a copy "Aly-Fila-Tomorrowland-Belgium-2019-W1.mp4"
systemctl status
ffmpeg -i videoplayback.mp4 -c:a copy -map 0:1 out.mp4
ffmpeg -y -ss 0 -i video.mp4 -i video2.mp4 -filter_complex '[0:v]concat=n=1:v=1:a=0 [v]; [1:a]concat=n=1:v=0:a=1 [a]' -map '[v]' -map '[a]' -codec:v libx264 -pix_fmt yuv420p -preset fast -strict -2 -t 736 result.mp4
ffmpeg -f lavfi -i amovie=Chen_style_Taiji_Chen_Yu_application_2.mp4,volumedetect -f null /dev/null
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);
#!/usr/bin/env ruby
# encoding: utf-8
# frozen_string_literal: true
require 'benchmark'
require 'pg'
conn = PG.connect host: '127.0.0.1', dbname: 'dbname', user: 'root', password: 'root'
# conn = PG.connect host: '127.0.0.1', dbname: 'dbname', user: 'postgres', password: 'postgres', port: 12548 # container
filter_index = vm.filters.indexOf filter