Here are
54 public repositories
matching this topic...
FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
🎞 Video encoding GUI for Windows.
Updated
Apr 9, 2022
Visual Basic .NET
An FFmpeg GUI for Windows
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
Updated
Apr 10, 2022
Rust
FFmpeg plugin for Flutter. Not maintained anymore. Superseded by FFmpegKit.
Updated
Oct 13, 2021
Dart
Provides an easy way to include the FFmpeg encoders in other windows applications.
The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
Updated
Mar 31, 2022
Shell
Powerful x265 GUI Encoder
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Updated
Apr 23, 2020
Visual Basic
Automates the testing of x264/x265/AV1 with specified presets/CRF values. See VMAF/SSIM/PSNR values in a table & graphs.
Updated
Mar 8, 2022
Python
Java library for encoding / decoding / muxing / demuxing video and audio in various formats
Easy to use Linux to Windows cross compile script.
Updated
Oct 26, 2021
Python
Unofficial X265 with added custom native Visual Studio project build tools. X265: x265 is an open-source project and free application library for encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format.
Updated
Jan 30, 2022
Assembly
.Net wrapper for media encoders such as FFmpeg, X264 and X265
A lightweight, versatile GUI of x264, x265. Nearly full input formats support, .mkv and .mp4 output support. Avs support will be added soon. Language: Chinese
Fast cross-compile ffmpeg for Windows with MinGW on Linux
Updated
Mar 28, 2022
Shell
📺 Reencode all your movies to h.265
Updated
Apr 16, 2019
Python
Compilation ffmpeg multiplateformes
Updated
Apr 14, 2021
Shell
An attempt at an automated tool for finding the best possible media quality an encoder and codec can give.
Updated
Dec 7, 2020
JavaScript
Weekly build of docker image with latest libaom AV1 + FFmpeg + x265 + VP9 +x264 + libvmaf
Updated
Jan 3, 2020
Dockerfile
Bash script collection to compile FFmpeg statically
Updated
Feb 26, 2022
Shell
Docker container to watch a directory and encode a video file with a quality factor.
Updated
Jun 11, 2021
Shell
To explore the Content Adaptive Encoding, I try to implement a GOP-level rate Control solution
Updated
Aug 10, 2019
Python
BASH Scripts to Convert Plex Libraries to H265
Updated
Aug 12, 2020
Shell
Updated
Jun 18, 2018
Shell
MediaCurator is a Python command line tool to manage and batch convert a media database to modern codecs like HEVC (x265).
Updated
Dec 4, 2021
Python
Simple GUI for converting x265 videos to x264.
Updated
Aug 16, 2021
Visual Basic .NET
Improve this page
Add a description, image, and links to the
x265
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
x265
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The Whole UI needs test, but I think most important is to make sure with whatever input is supplied to the command builders
fastflix/encoders/<name>/command_builder.pyand the general functions infastflix/encoders/common/helpers.pyis the most important to get tests for first.I have some minimal start on pytests, but would appreciate any help in this effort.