Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just4U - Video Resizer Tool [English version follows Japanese]

概要 OpenCVを使用した、シンプルで軽量な動画リサイズツールです。 Windows標準のファイル選択ダイアログを使用して動画を選択し、任意の解像度(幅と高さ)に変換して保存することができます。

主な機能 ファイル選択: Windowsエクスプローラー形式のダイアログで直感的に動画を選択可能。

自由なサイズ指定: ユーザー入力により、出力動画の幅と高さをピクセル単位で指定可能。

進捗表示: コンソール上で現在の処理フレーム数を確認可能。

セットアップと実行方法 環境: Visual Studio 2022 / C++ 17以上

依存関係: OpenCV 4.12.0

実行:

プロジェクトをビルドして実行します。

ダイアログが表示されるので、対象の動画ファイルを選びます。

コンソールで希望の「幅」と「高さ」を入力してください。

同じディレクトリに output_resized.wmv (または .mp4) が生成されます。

Overview Just4U is a simple and lightweight video resizing tool built with C++ and OpenCV. It allows users to select a video via the standard Windows file dialog and convert it to a custom resolution (width and height).

Key Features File Selection: Intuitive video selection using the Windows Explorer-style dialog.

Custom Resolution: Specify the output video's width and height in pixels via console input.

Progress Tracking: Real-time display of processed frames in the console.

Getting Started Environment: Visual Studio 2022 / C++ 17 or later

Dependency: OpenCV 4.12.0

How to Use:

Build and run the project.

Select a video file from the file dialog.

Enter your desired "Width" and "Height" in the console.

The processed video will be saved as output_resized.wmv (or .mp4) in the same directory.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages