{"id":13454236,"url":"https://github.com/Thurinum/simple-media-encoder","last_synced_at":"2025-03-24T05:33:23.269Z","repository":{"id":135052219,"uuid":"584275070","full_name":"Thurinum/simple-media-encoder","owner":"Thurinum","description":"Compress your media files quickly and efficiently with this convenient tool. Uses FFMPEG and the Qt toolkit.","archived":false,"fork":false,"pushed_at":"2024-12-25T18:59:22.000Z","size":4603,"stargazers_count":18,"open_issues_count":14,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T02:36:30.195Z","etag":null,"topics":["ffmpeg","ffmpeg-gui","media-encoder","qt","qt-widgets"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thurinum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-02T04:35:02.000Z","updated_at":"2024-12-25T18:59:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb98f478-7105-4b59-aec4-847a8158e61e","html_url":"https://github.com/Thurinum/simple-media-encoder","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thurinum%2Fsimple-media-encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thurinum%2Fsimple-media-encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thurinum%2Fsimple-media-encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thurinum%2Fsimple-media-encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thurinum","download_url":"https://codeload.github.com/Thurinum/simple-media-encoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217336,"owners_count":20579290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ffmpeg","ffmpeg-gui","media-encoder","qt","qt-widgets"],"created_at":"2024-07-31T08:00:52.088Z","updated_at":"2025-03-24T05:33:19.648Z","avatar_url":"https://github.com/Thurinum.png","language":"C++","funding_links":[],"categories":["C++","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Simple Media Encoder\nCompress and convert your media files in a breeze with this convenient tool! Perfect for sending to Discord or Messenger, or reducing the size of music to listen on the go. Uses FFmpeg and Qt Widgets under GPL v3.\n\n\u003cdiv\u003e\n  \u003cimg width=300 src=https://github.com/user-attachments/assets/f5400a8e-f3cd-4516-baa7-a4a289e37528 /\u003e\n  \u003cimg width=520 src=https://github.com/user-attachments/assets/a05aefc7-1132-4c93-a08d-a3c338066ca6 /\u003e  \n\u003c/div\u003e  \n\u003cbr/\u003e\n\nThe default interface allows anyone to quickly re-encode media files.  \nThe so-called \"expert\" interface gives advanced users a bit more control over the exported result.\n\n## Compatibility\n- Tested on Windows 11, Windows 10, and Linux. Earlier versions of Windows are not supported.\n- Should work on Mac as well. Let me know if you encounter issues! More testing is underway.\n\n## Features\nWith this tool, one may:\n\n- Re-encode **any file type** supported by FFmpeg;\n- Choose whether to export **video, audio, or both**;\n- Quickly select a **quality preset**, or manually tune **your settings**;\n- Choose **audio bitrate**;\n- **Re-scale video** with automatic aspect ratio adjustment, or manually adjust the **aspect ratio**;\n- Change the **video and audio speed** or manually set a video framerate;\n- Specify **custom FFmpeg arguments** for advanced use.\n\nFurthermore, one may:\n\n- Choose to **auto-fill** all fields when a file is selected;\n- **Delete** the input file on success;\n- Decide whether to **warn** when a file is about to be overwritten;\n- Specify the **output name** as a file name or as a suffix to the input name;\n- View **detailed statistics** about your media file *(to be implemented)*.\n\nAs well as customize behavior on successful re-encoding:\n\n- Open the resulting media in the **file explorer**;\n- View the resulting media in the **default media player**;\n- **Auto-close the utility** for a one-shot export.\n\nConveniently, all these parameters are **saved** when the tool is closed.\n\n## How to install\n\n### Binaries\n\nA [binary release](https://github.com/Thurinum/simple-media-encoder/releases) is available for Windows!\n\n### Source\n\nThis tool uses the Qt for Application Development framework, under the GNU GPL v3 open source license.  \nIt must be installed for compiling SME.\n\n### On Windows\n\nIf Qt is not already installed on your system:\n\n- Download the Qt Open Source installer [here](https://www.qt.io/download-qt-installer) for easy setup of the framework;\n- Proceed with the installation of Qt (you will need a free Qt developer account):\n  - Ideally, select version \u003e= 6.7.\n  - Under \"Developer and Designer tools\", select the latest MinGW compiler.\n  - Compilation has been tested with the CLion and Qt Creator IDEs.\n\nIf FFmpeg is not already installed and in your PATH: \n- Tou must manually download and install the ffmpeg.exe and ffprobe.exe binaries.\n  - You may find links to mirrors [here](https://ffmpeg.org/download.html#build-windows).\n  - Extract the archive and place the two binaries (and associated libraries if present) inside the `bin` directory (or add them to your PATH).\n  \n### On Linux\n\nIf the Qt development libraries are not already installed on your system:\n\n- Install Qt libraries version \u003e= 6.7, cmake, and a C++ compiler, either:\n  - From your package manager (recommended, although some sources may provided outdated Qt packages).\n    - [qt6-base](https://archlinux.org/packages/extra/x86_64/qt6-base/) on Arch, or [qt6-base-dev](https://packages.ubuntu.com/kinetic/arm64/libdevel/qt6-base-dev) on Ubuntu\n  - With the Open Source installer (see instructions for Windows above).\n\nIf ffmpeg is not already installed on your system (and in your PATH):\n\n- Install ffmpeg with your package manager.\n\nOnce everything is installed:\n\n- NOTE: These instructions are outdated since this is now a cmake project! If you see this then I went to sleep and forgot to ever update them. Goodnight\n- Clone this repository.\n  - Run `qmake SimpleMediaEncoder.pro` or `qmake6 SimpleMediaEncoder.pro` to generate makefiles\n  - Run `make -j32` to compile.\n  - The executable is output in the bin/ directory.\n  \n## Technologies used\n\n- ffmpeg and ffprobe\n- The Qt framework (Qt Widgets)\n\n## Special thanks to\n\nTheodore l'Heureux (for his consulting and beta-testing)\nWilliam Boulanger (for his advice and knowledge on audio theory)\n\n## Found an issue?\n\nThis is a beta, and the tool may face difficulties opening certain files.  \nShould you encounter such a problematic file, feel free to file a Github issue; it will help finding the problem.\nAny bug reports are also greatly appreciated!\n\nThanks for reading through this and cheers!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThurinum%2Fsimple-media-encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FThurinum%2Fsimple-media-encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThurinum%2Fsimple-media-encoder/lists"}