complex small world

どうしようもない日々の追想

2019-04-14から1日間の記事一覧

ffmpeg command cheat sheet [Japanese (Mac)]

ターミナルからコマンドを打ち込む 詳細オプション $ ffmpeg -h full 動画ファイルの圧縮codec情報を見る場合 $ ffprobe ファイル名 圧縮する場合 $ ffmpeg -i 入力ファイル名 出力ファイル名 オプションパラメータ -f 圧縮ファイルコンテナ形式 (mp4, mov, …

Rawpy cheat sheet

import library import rawpy load raw file raw = rawpy.imread("sample.raw") check image format print(raw.sizes) check white balance print(np.array(raw.camera_whitebalance)) check color matrix print(raw.color_matrix) raw data, width, height …

ISP Tools

Image processing tool Image Development (RAW to RGB) DCRaw libraw rawpy (python library) RAW Image/Video viewer YUV viewer Image Viewer Irfan view FastStone Image Viewer Video processing tool Video Viewer Media player classic VLC media pla…