This is an Electron-based application that allows you to select a video file and displays the duration of that video.
- Select a video file from your system.
- Display the duration of the selected video.
- Clone this repository:
git clone https://github.com/afilahkle/videoinfo.git
- Navigate to the project directory:
cd videoinfo
- Install dependencies:
npm install
- Start the application:
npm start
- In the application, click on 'Select Video'.
- Navigate to and select the desired video file.
- The duration of the video will be displayed in the application.
- Electron
- fluent-ffmpeg: A fluent API to FFmpeg.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.