Download
Features:
Available on Linux, macOS, and Windows.
Automatically chooses the color matrix based on the existing file or guesses based on resolution.
Easy button for setting up file(s) to be recontainered.
Queue for batch encoding.
Shows bit depth of the currently selected video stream.
Supports encoding of AviSynth (Windows Only) & VapourSynth scripts.
Supports encoding to various lossless and lossy formats, including but not limited to x264 & x265.
Supports multiple audio streams.
Planned/Upcoming Features:
Multi-Language Support
Support for FFmpeg Filters (IVTC, Debanding, etc.)
Notes:
On Linux and macOS it looks for FFmpeg in the same folder that AMVtool is in, then additionally in /usr/bin and /usr/local/bin. On Windows it looks for VSPIPE in the same folder, however in Linux and macOS it looks for it in /usr/local/bin.
Known Issues:
-When using AudioDub in AviSynth, if the output audio codec is AAC it may fail unless the audio is padded (add trim(0,0,pad=true) after AudioDub).
Windows Requirements:
FFmpeg 4.0 (Copy Included)
Visual C++ Redistributable 2015
Linux Requirements:
FFmpeg 4.0
Git
MediaInfo Library (Ubuntu Package Name: libmediainfo-dev)
Qt 5.6
Linux Instructions:
Code: Select all
git clone https://github.com/l33tmeatwad/AMVtool
cd AMVtool
qmake
make
make install
Versions 1.0.0.9
-Fixed bug with audio stream selection in the configure menu.
-Fixed bug with drag and drop rejecting files with capital letters in the file extension.
-Fixed bug with external audio causing the encode to fail (Windows).
Version 1.0.0.8
-Fixed bug with audio stream selection in the configure menu.
Version 1.0.0.7
-Added the ability to encode 10-bit x264.
-Added the ability to encode 10 & 12-bit x265.
-Added checks to enable or disable 10 & 12-bit encoding based on the copy of FFmpeg.
-Fixed bug where RGBA would actually encode to RGB24.
-Fixed bug where audio option "Copy Compatible" would check itself.
-Fixed quirks with audio options.
-Updated FFmpeg included with macOS & Windows releases to enable 10-bit x264, 10 & 12-bit x265, and FLAC.
-Updated Media Info.
Version 1.0.0.6
-Fixed bug for auto selection of color matrix for VapourSynth.
Version 1.0.0.5
-Fixed bug for auto selection of color matrix for AviSynth.
-Updated FFmpeg to 4.0.
Version 1.0.0.4
-Fixed bug for auto selection of color matrix for videos.
Version 1.0.0.3
-Code cleanup.
-Fixed bug for MPG audio in Windows.
Version 1.0.0.2
-Fixed bug for 2-Pass encoding where it would fail immediately.
Version 1.0.0.1
-Added High Bit-Depth support for Windows.
Version 1.0.0.0
-Added Version Information
-Changed the default for "Preset" (x264/x265) to "Medium"
Release Candidate 1
-Bugfix for Configure All where the saved color matrix choice would be overwritten
-Bugfix for Configure All where files containing no audio would error
Beta 12
-Bigfix for copying PCM audio
-Updated recontainering for Configure All
Beta 11
-Added option for audio when recontainering from Configure All
-Bugfix for Configure All
Beta 10
-Added the ability to open MPG files
-Bugfix for auto color matrix selection
-Bugfix for TrueHD audio in M2TS container
-Minor interface updates
Beta 9
-Added the ability to open MTS files
-Bugfix for AviSynth/VapourSynth stream IDs
-Bugfix to prevent encoding everything when "Encode Incompatible" was checked
Beta 8
-Added back the ability to open M2TS, TS, and VOB files
-Bugfix for handling stream IDs
Beta 7
-Bugfix for handling stream IDs
-Removed ability to open M2TS, TS, and VOB (Temporary)
Beta 6
-Added AviSynth support (Windows Only).
-Added dependency checks and error handling.
-Added a status bar.
-Cleanup and optimization of code.
-Minor interface updates.
Beta 5
-Added drag & drop support.
-Minor changes to the layout and bugfixes.
Beta 4
-Minor changes to the layout and bugfixes.
Beta 3
-Added support for Linux and Windows.
-Fixed bug where it would not look for the output file if not in the same directory as the source.
Beta 2
-Fixed issue where codec for audio when recontainering was not always compatible with the output container.