jeanslack / Videomass

Videomass is a free, open source and cross-platform GUI for FFmpeg and yt-dlp
https://jeanslack.github.io/Videomass/
GNU General Public License v3.0
1.06k stars 49 forks source link

improve filedrop & ffmpeg_help #189

Closed jeanslack closed 1 year ago

jeanslack commented 1 year ago

This PR mainly adds new features to the FFmpeg Help Topics window and refactors the on_col_click method on the filedrop.py module by replacing the sorted function with the sort method.