Aspect Ratio Calculator
Calculate, simplify, and scale aspect ratios for video, photo, and design.
一般的なアスペクト比とその用途
歪みなしでサイズを拡大縮小する
アスペクト比はあらゆるビジュアルメディアの基本です。比率が間違っていると画像がクロップされたり、引き伸ばされたり、レターボックス表示になったりします。いずれも理想的ではありません。最も一般的なフォーマットのクイックリファレンスを以下に示します:
画像や動画を歪みなく新しいサイズに変換するには、アスペクト比を維持する必要があります。計算式はシンプルです:new_height = new_width ÷ (original_width ÷ original_height)。この計算ツールが自動化します——一方の寸法を入力するとすぐにもう一方が求まります。
動画編集者はプレビューのレンダリング速度向上のために4K映像(3840×2160)を1080p(1920×1080)に縮小するために使います。ソーシャルメディア担当者はプラットフォームごとのサムネイルサイズを計算します——YouTubeサムネイルは16:9で1280×720、Instagramの投稿は1:1、Storiesは9:16で1080×1920です。Web開発者はレスポンシブな画像サイズの計算や、古いブラウザでのアスペクト比コンテナのCSS paddingハックの値を求めるために使います。写真家は印刷用に画像を縦横比を崩さずリサイズします。
アスペクト比は形状(幅と高さの比率関係)を表し、解像度はサイズ(実際のピクセル数)を表します。2つの画像が全く異なるサイズでも同じ16:9のアスペクト比を持てます:1280×720と3840×2160はどちらも16:9です。スケーリング時にアスペクト比を維持することで形状が保たれ、具体的なピクセル寸法が品質とファイルサイズを決定します。Webの一般的なブレークポイントは1920・1440・1280・1024・768・375ピクセル幅で、いずれもコンテンツの正しいアスペクト比で使用します。
4:3の画像を16:9のコンテナに表示する場合、2つの選択肢があります:フレームを埋めるために両端をクロップする(端のコンテンツが失われる)か、レターボックス/ピラーボックス処理をする(黒帯が表示されるが全コンテンツが保持される)かです。サムネイルやソーシャルメディアではクロップが好まれます。全フレームが重要な動画アーカイブではレターボックスが正しい選択です。この計算ツールは、その判断をする前にコンテナ間のサイズの違いを理解するのに役立ちます。
- 16:9 — YouTube、HD/4K動画、ほとんどのモニターとTV
- 9:16 — Instagram Reels、TikTok、YouTube Shorts(縦動画)
- 1:1 — Instagramフィード投稿、プロフィール写真、アプリアイコン
- 4:5 — Instagramポートレート投稿(フィードの表示面積を最大化)
- 4:3 — クラシックな写真、旧式モニター、iPadの画面
- 3:2 — DSLRとミラーレスカメラのセンサー(35mmフィルムの遺産)
- 2:3 — ポートレート写真、A4/A3用紙がほぼこの比率
- 21:9 — ウルトラワイドモニター、シネマティック動画フォーマット
よくある質問
- What is an aspect ratio?
- An aspect ratio describes the proportional relationship between an image or video's width and height. It is expressed as W:H — for example, 16:9 means the width is 16 units for every 9 units of height. Aspect ratios are used in photography, video production, UI design, and printing to ensure consistent proportions across different sizes.
- What is the 16:9 aspect ratio used for?
- 16:9 is the standard widescreen format used for HD and 4K video, YouTube, TV broadcasts, and most laptop/monitor displays. Common 16:9 resolutions include 1280×720 (720p), 1920×1080 (1080p), 2560×1440 (1440p), and 3840×2160 (4K UHD).
- What aspect ratio should I use for Instagram?
- Instagram supports multiple aspect ratios depending on the content type: 1:1 (square posts), 4:5 (portrait posts — shows largest in the feed), 1.91:1 (landscape posts), and 9:16 (Stories and Reels — full-screen vertical).
- How do I calculate a new width from a given height (or vice versa)?
- Use the Scale section of this calculator. Enter your known dimension, choose whether you are locking the height (to find the matching width) or locking the width (to find the matching height), and the calculator instantly shows the result.
- What is the difference between 4:3 and 16:9?
- 4:3 is the classic 'TV' format used before widescreen — it is nearly square. 16:9 is the modern widescreen format, significantly wider. If you have a 4:3 image (e.g., 1024×768) and want to display it in a 16:9 container, you will need to crop, add letterboxing, or distort the image.
関連ツール
- JSON Formatter, Validator & Repair Tool
Format, minify, validate, and repair JSON instantly in your browser. Sort keys alphabetically, auto-format on paste, download as file, escape/unescape strings — free, no sign-up, 100% client-side.
- QRコード生成
URL、テキスト、Wi-FiなどのQRコードを生成。PNGでダウンロード可能。
- パスワード生成
カスタム長と文字セットで強力なランダムパスワードを生成。
- Base64 エンコーダー / デコーダー
テキストをBase64にエンコード、または逆にデコード。
- URLエンコーダー / デコーダー
パーセントエンコーディングでURLとクエリ文字列をエンコードまたはデコード。