README 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. WinFF is a GUI for the command line video converter, FFMPEG. It will
  2. convert most any video file that FFmpeg will convert. WinFF does
  3. multiple files in multiple formats at one time. You can for example
  4. convert mpeg's, flv's, and mov's, all into avi's all at once.
  5. lazarus is just a build-time dependency.
  6. NOTE:
  7. If you have a previous ~/.winff directory you might want to
  8. remove it or your presets might not be updated.
  9. WinFF is no longer maintained by the original author.It is currently
  10. maintained by Debian maintainer Paul Gevers and the website winff.org
  11. has been hijacked see the following post for details.
  12. https://github.com/WinFF/winff/issues/250
  13. I've patched link for the FFmpeg Windows build website in the about
  14. section to point it to correct website as mentioned in the FFmpeg
  15. Website. see the following link for details.
  16. https://ffmpeg.org/download.html#build-windows
  17. The Launchpad link no longer works and i've patched it to
  18. point to the winff debian maintainer's [Paul Gevers] page.
  19. I've made sure other websites link to https version.
  20. There was also an issue with opening the documetation in slackware,
  21. The paths to the documetation is hardcoded in the source file.
  22. I've patched it to look in the /usr/doc/$PRGNAM-$VERSION folder
  23. I've patched winff to use xdg-open to use the user's default
  24. pdf viewer.
  25. This build now uses qt5 hence libqtpas is now a dependency.
  26. Install libqtpas before installing lazarus.