humdingerb / 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.

Screenshot of ffmpegGUI

Available options

Output format

  • Container: avi, mp4, ogg , mkv, webm, mpeg, flac, mp3, oga, wav
  • Video: mpeg4, theora, vp8, vp9, wmv1, wmv2, mjpeg
  • Audio: ac3, aac, vorbis, flac, dts, mp3, pcm

... 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

License:MIT License


Languages

Language:C++ 93.9%Language:Makefile 4.4%Language:C 1.7%