Skip to content

xyuzh/ffmpeg_gui_mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mini Editing tool based on ffmpeg

overview

In this code, I have implemented a mini GUI video editing tool in whitch you can customize the input file and choose the output directory.

Prequisite

To run this code, you have to download ffmpeg, if you use a ubuntu machine, you can directly download with this command in the terminal

sudo apt install ffmpeg

and install sdl2 library

sudo apt install libsdl2-dev

Compile

To compile, run the following code in your terminal

make

Execution

To run the executable, directly run the command in the terminal

./ffmpeg_gui_mini

About

This code is to add a gui for ffmpeg in linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published