AlexanderNaehring / ffmpegGUI

A very tiny ffmpeg GUI for transcoding movies into x264/vorbis mkv files. More recent project written in Python: https://github.com/AlexanderNaehring/CompressVideo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpegGUI

a very tiny ffmpeg GUI for transcoding movies into x264/vorbis mkv files


Main Ideas

  • Queue management
  • Percentage & remaining time estimation
  • Transcoding via drag&drop

Codecs

  • input: all files ffmpeg can read
  • output: preset output formats
    • video codec: x264
    • audio codec: vorbis
    • subs: copy
    • chapter: copy
    • file container: mkv

About

A very tiny ffmpeg GUI for transcoding movies into x264/vorbis mkv files. More recent project written in Python: https://github.com/AlexanderNaehring/CompressVideo/