An open API service indexing awesome lists of open source software.

https://github.com/hesic73/simple_video_speed_changer

A simple video speed changer built with Qt and FFmpeg.
https://github.com/hesic73/simple_video_speed_changer

ffmpeg-gui mp4 qt qt6 video

Last synced: 2 months ago
JSON representation

A simple video speed changer built with Qt and FFmpeg.

Awesome Lists containing this project

README

          

# Simple Video Speed Changer

A simple video speed changer application built with Qt6 and ffmpeg.

![Screenshot](data/image.png)

## Tested On
- Ubuntu 22.04, GCC 12.3.0, Qt 6.6.2
- Windows 11, MinGW 13.2.0, Qt 6.9.1

## Build

```bash
mkdir build && cd build
# Replace with your Qt installation path (e.g. /home/user/Qt/6.6.2/gcc_64/)
cmake .. -DCMAKE_PREFIX_PATH=
cmake --build . --config Release
```

Alternatively, open the project with Qt Creator and build it from the GUI.