2019年にリール用にp1が作ってくれた。
ちゃんとしたスピーカーで聞かないとモッコリしたローがちゃんと聞こえなさそうな、ノシノシしたBoom Bap。60秒ビート + 30秒ラップ
http://nft-drive-data-explorer.tk/?address=NAPMBEQ7WDXAZLG7KGARHZ2GAJJHLFWF2LITSMA
#!/usr/bin/env python | |
''' | |
DEPENDENCIES: | |
$ brew install ffmpeg | |
$ brew install imagemagick | |
$ python ./mov2gif.py input.mov output.gif 15 | |
''' |
""" | |
- Select Null node(s) | |
- Run this script | |
- New geo(s) consists of `object_merge` which imports the selected Null node are created on /obj. The geo name would be the selected Null node name with removing prefix `OUT_`. | |
""" | |
def create_object_merge(selected_node): | |
prefix = "OUT_" | |
2019年にリール用にp1が作ってくれた。
ちゃんとしたスピーカーで聞かないとモッコリしたローがちゃんと聞こえなさそうな、ノシノシしたBoom Bap。60秒ビート + 30秒ラップ
http://nft-drive-data-explorer.tk/?address=NAPMBEQ7WDXAZLG7KGARHZ2GAJJHLFWF2LITSMA
# me - this DAT | |
# scriptOp - the OP which is cooking | |
import mediapipe as mp | |
mp_face_detection = mp.solutions.face_detection | |
mp_drawing = mp.solutions.drawing_utils | |
""" | |
https://google.github.io/mediapipe/solutions/face_detection.html | |
MODEL_SELECTION |
#!/bin/sh | |
# Tested on: | |
# macOS Catalina - Version 10.15.2 | |
# | |
# !!!: # Reboot after running this script, or uncomment the last line | |
# | |
# ``` | |
# How to disable SIP (System Integrity Protection) | |
# 1. Boot macOS with pressing Cmd+R |
Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
Convert WAV to MP3, mix down to mono (use 1 audio channel), set bit rate to 64 kbps and sample rate to 22050 Hz:
2008-11-13 03:25:57 Max/MSPで制御して、 | |
2008-11-13 03:27:46 Arduinoで制御して、 LEDを点滅させる | |
2008-11-13 04:29:50 GAINERで制御して、 | |
2008-11-13 04:30:16 Processingで制御して、 | |
2008-11-13 04:31:04 CDSを使って、 SuperColliderで制御して、 2Dグラフィックを生成する | |
2008-11-13 04:31:38 Webストリーミングの映像を使って、 JITTERで制御して、 | |
2008-11-13 04:32:05 AS3で制御して、 3Dグラフィックを生成する | |
2008-11-13 04:32:44 openFrameworksで制御して、 | |
2008-11-13 04:33:18 Directorで制御して、 | |
2008-11-13 04:33:40 Cocoaで制御して、 |
net stop w32time | |
w32tm /config /syncfromflags:manual /manualpeerlist:"0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org" | |
net start w32time | |
w32tm /config /update | |
w32tm /resync /rediscover |