Press ESC to close

Flutter App : Osum FFMPEG – A media utility tool that gives the normal users the power of ffmpeg to convert formats, loop video, mute audio, etc

Banner

Power of ffmpeg for normal users.

Preview

Github Page

Flutter

TODO

  • Right now tab switching causes the same ffmpeg output stream in convert media page to be listened again. Temp fix is to return as broadcase stream. But ideal fix would be to stop multiple listening.

  • User path is censored by osumffmpeg from entering in the log but ffmpeg output may still output path. Need to find a way to mask it.

Minor Changes

Windows

// windows/runner/main.cpp
+ Win32Window::Size size(1280, 720);
+ if (!window.CreateAndShow(L"Osum FFMPEG (Beta)", origin, size)) {

- Win32Window::Size size(750, 600);
- if (!window.CreateAndShow(L"osumffmpeg", origin, size)) {

GitHub

View Github

Footer Example