-
From original Nintendo DS resolution (256x192) → 8KHD
https://www.youtube.com/watch?v=GMCXcBl8_sk -
Even from MelonPrimeDS high-resolution screen → 4KHD
https://www.youtube.com/watch?v=k_U3aPnXb4g
- Even if the original video footage is low-quality, you can still upscale it to 8K by using the Lanczos Scaling.
https://www.youtube.com/watch?v=e-VjgkMY4Hs
A collection of batch scripts for scaling and stretching video files with FFmpeg.
Drag and drop your videos onto the batch file, and a resized version will be generated automatically.
-
Download FFmpeg
- Go to the official builds page:
https://www.gyan.dev/ffmpeg/builds/ - Click on ffmpeg-git-full.7z to download.
- Go to the official builds page:
-
Extract the ZIP file
- After downloading, extract the archive.
- Inside, you will find a folder named bin.
-
Locate the required executables
- Inside the bin folder you will see these three files:
ffmpeg.exeffplay.exeffprobe.exe
- Inside the bin folder you will see these three files:
-
Create the FFmpeg folder in C: drive
- In your C: drive, create a new folder called ffmpeg.
- Path example:
C:\ffmpeg
-
Move the executables
- Copy the three files (
ffmpeg.exe,ffplay.exe,ffprobe.exe) into the newC:\ffmpegfolder.
- Copy the three files (
-
Run the batch script
- Now, simply drag and drop your video files onto the provided batch file.
- A stretched version of your video will be generated in the same folder as the original file.
FFmpegを利用して動画を拡大・引き伸ばすためのバッチスクリプト集です。
動画ファイルをバッチファイルにドラッグ&ドロップするだけで、自動的に指定解像度に変換されたバージョンが生成されます。
-
FFmpeg をダウンロード
- 公式ビルドページへアクセスしてください:
https://www.gyan.dev/ffmpeg/builds/ - ffmpeg-git-full.7z をクリックしてファイルをダウンロードします。
- 公式ビルドページへアクセスしてください:
-
ZIPファイルを展開
- ダウンロード後、ファイルを展開してください。
- 中に bin フォルダがあります。
-
必要な実行ファイルを確認
- bin フォルダ内に以下の3つの実行ファイルがあります:
ffmpeg.exeffplay.exeffprobe.exe
- bin フォルダ内に以下の3つの実行ファイルがあります:
-
CドライブにFFmpegフォルダを作成
- Cドライブ直下に ffmpeg フォルダを新規作成してください。
- 例:
C:\ffmpeg
-
実行ファイルを移動
- 先ほどの3つのファイルを
C:\ffmpegフォルダにコピーしてください。
- 先ほどの3つのファイルを
-
バッチスクリプトを実行
- 用意したバッチファイルに動画ファイルをドラッグ&ドロップしてください。
- 引き延ばされた動画が元動画と同じフォルダに新たに生成されます。
- Example: You have a video at 256x192 (DS resolution, for example) as your raw material.
- First, upscale it to HD resolution (e.g., 1080p) using the batch script.
- Apply effects or editing to the HD video.
- Finally, convert the completed video to 8K (lossless recommended).
➡ This makes editing easier while still achieving a high-quality final output.
- Example: You have a video at 256x192 (DS resolution, for example) as your raw material.
- Keep it at the original resolution throughout the editing process.
- Export the edited video in a lossless format (e.g., AVI).
- Then upscale the final output directly to 8K.
➡ This keeps editing lightweight and speeds up processing.
💡 Tip:
- If you want to apply effects → upscale to HD first, then edit.
- If you want to keep it without effects → edit at the original resolution and only upscale at the end.
- 例: 元素材が 256x192 (DS解像度の例) の動画である場合
- まずバッチを使って HD解像度 (例: 1080p) にアップスケール
- HD動画にエフェクトや編集を加える
- 最後に完成した動画を 8K (ロスレス推奨) に変換
➡ 編集作業がやりやすくなり、高画質な最終出力を得られる
- 例: 元素材が 256x192 (DS解像度の例) の動画である場合
- 元の解像度のまま編集を行う
- 編集後に ロスレス形式 (例: AVI) で出力
- 完成した動画を一気に 8K にアップスケール
➡ 編集が軽くなり、処理が高速化
💡 Tip:
- エフェクトを付けたい場合 → 先にHDにアップスケールしてから編集。
- エフェクトを付けない場合 → 元の解像度で編集して、最後に8Kにアップスケール。

