sdomi / ffmpegGUI

GUI for FFmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFmpegGUI

By Zach Dykstra et al.

FFmpegGUI is a Haiku graphical frontend for FFmpeg, which allows users to easily transcode video and audio files. FFmpegGUI parses user's input and produces a ready to use FFmpeg command.

This app uses liblayout for easier arrangement of graphical elements.

Screenshot of ffmpegGUI

Available options

Output format

  • Container: avi, vcd, mp4, mpeg, mkv, webm
  • Video: mpeg4, vp7, vp8, vp9, wmv1
  • Audio: ac3, aac, opus, vorbis

... and many more - sky FFmpeg's codec support list is the limit

Adjustable settings

  • Bitrate
  • Framerate
  • Audio Sampling Rate
  • Video crop
  • Video Resolution

About

GUI for FFmpeg


Languages

Language:C++ 78.9%Language:Makefile 21.1%