Skip to content

sosie-js/FFmpegGUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpegGUI

FFmpegGUI is an open-source video filter graph editor based on Qt and FFmpeg.

Note : This version is for QT5+ FFMPEG4, original one was 3.2.4 and QT4, I did not take care af backward compatibility, if you need to run it under QT4 use RomanSichkaruk's original projet . I let the compiled Binary too for Linux x64

FFmpegGUI is free software licensed under the term of LGPL v2.1.

Allows:

  • create filter graph
  • edit filter graph
  • change filters parameters
  • export/import graph (also in ffplay format)
  • save processed video (needs to be improved)
  • play preview
  • inspect properties of connections between filters

Requirments:

  • FFmpeg 4+
  • Qt5

How to install:

  • source configure
  • make

How it looks:

ukazka

About

Free video filter graph editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.0%
  • Makefile 21.0%
  • Other 1.0%