Help us keep the list up to date and submit new video software here.






Software Home »


Complete Version history / Release notes / Changelog / What's New for Nmkoder


Nmkoder 1.10.0 - The biggest update yet!
Changes:

Binaries: Updated aomenc (blueswordm 02/26)
File Import: Better stability, worked around cases where Nmkoder would freeze when importing image sequences
Added a bunch of additional color formats (e.g. HEVC NVENC can now encode 10-bit)
Added a list where the user can add custom ffmpeg filters (both in Quick Convert and AV1AN)
Quick Encode: Subtitle burn-in now also works for bitmap-based (PGS/VobSub/etc) subtitles (previously only text-based subs worked)
AV1AN: Fixed SVT advanced args not working
AV1AN: Nmkoder will now mux a text attachment into the encoded MKVs containing the encoder and arguments used
AV1AN: Fixed x265 10-bit not working
AV1AN: Max chunk size (extra cuts) now match with auto-detected GOP size (fps*10 with a limit of 480)
Quick Convert: Added trimming tool to set start and end time (or frame numbers) for encoding
Quick Convert: Target filesize mode now correctly accounts for all audio streams and their channel counts
Track List: Track descriptions are now better formated, more uniform, and codec names have aliases (e.g. hdmv_pgs_subtitle is now just PGS)
Track List: Added button to extract attachments (only visible if an attachment track is selected)
Track List: The default audio/subtitle track dropdowns now correctly load the actual default tracks (if the input files has them set)
Pixel formats now have more human-readable formatting (e.g. YUV420P10LE is now displayed as "YUV - 4:2:0 - 10 bit")
Fixed color space typo (bt601 was written as bt610)
Color Transfer Util: Fixed HDR metadata transfer not transferring white color coordinates
Color Transfer Util: Fixed some issues where the data of an attachment would be used instead of the video stream
Auto-Crop: Adjusted cropdetect command to avoid rare freeze problems and improve reliability
Metrics Util: If the encoded video was resized, it will always be scaled to the res of the reference size instead of the other way
UI/UX: Show a warning if any of the imported input files are no longer available at their original path
UI/UX: Message boxes no longer pop up in the background and no longer hide the main windows after clicking on them (in some cases)
UI/UX: Nmkoder will no longer try to generate thumbnails from files that don't have a video stream (e.g. audio files)
UI/UX: Changing audio channels no longer resets the bitrate input
UI/UX: You can now select which settings will be reset when opening a new file (trim, crop, custom args, ...)
UI/UX: Added link buttons
Fixed EAC3 option actually using AAC
Other minor fixes and improvements

Nmkoder 1.9.1f1 - Fixes and UX improvements
Changes:

Track List: Added button to sort tracks and reorder them by either language, title, or codec
Track List: Now shows nicer aliases for codec names (e.g. hdmv_pgs_subtitle => PGS) and language codes (e.g. fra => French)
Track List: Now shows more details (e.g. MIME Type) for MKV attachments
AV1AN: Added 10-second wait after finishing before closing the console window in case there's an error that would otherwise instantly close the window
AV1AN: Fixed chunk order option not actually being applied
AV1AN: Fixed advanced arguments not being used for SVT-AV1 and x265
AV1AN: Fixed videos with "bt2020 10-bit" colors not working with aomenc
Metrics Util: Progress bar and ffmpeg stats are now correct as they no longer use a fixed frame rate
Quick Convert: Fixed CRF 0 not being lossless for x264 (10-bit) and x265
UX: Dropped files are ignored if Nmkoder is busy
UX: Added internal process management code which avoids some issues where multiple encodes could run at the same time, causing problems
Metadata Editor: Fixed a rather unhandled exception that would be thrown if a new file was loaded while editing a cell
Fixed a rare bug where Nmkoder would detect media streams that weren't actually there
Removed unreliable subtitle OCR utility (use SubtitleEdit instead if you want to do OCR manually)
Additional Changes - Hotfix 1:

Fixed default config values not being loaded correctly
Fixed SVT-AV1 advanced args not using correct syntax
Known Issues:

AV1AN: Target VMAF mode may not work with SVT-AV1
Per-track audio settings do not work correctly when muxing from multiple input files (still)
Installation:

Download
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 3
5 people reacted
Nmkoder 1.9.0 - New SVT version, even better aomenc encoding, automatic HDR args
Jan 23, 2022
@n00mkrad n00mkrad
v1.9.0
a68e31b
Nmkoder 1.9.0 - New SVT version, even better aomenc encoding, automatic HDR args
Changes:

AV1AN: Updated SVT-AV1 to 0.9.0, presets 11 and 12 can now be selected in the UI (only -1, -2, and 13 are hidden now)
AV1AN: Added "Advanced" tab where you can set advanced arguments for each encoder, loaded from a JSON (Nmkoder/data/encoderArgs)
AV1AN: Nmkoder now automatically detects the color properties (HDR, color primaries, etc) and adds the required parameters to encode with the same color properties as the input video
AV1AN: Updated aomenc build (https://github.com/BlueSwordM/aom-av1-psy) and improved default parameters for better quality
Minor UI fixes
Known Issues:

AV1AN: HDR args won't be applied to VPX (I did not find proper docs on this), but why would you encode HDR with VP9 anyway?
Per-track audio settings do not work correctly when muxing from multiple input files (still)
Installation:

Download (Use NoOCR if you don't need the subtitle OCR utility, saves ~200 MB)
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
5 people reacted
Nmkoder 1.8.1 - Lots of fixes
Jan 16, 2022
@n00mkrad n00mkrad
v1.8.1
5f2c7ea
Nmkoder 1.8.1 - Lots of fixes
Changes:

AV1AN: Updated build and integrated the new chunk order option into GUI
AV1AN: If the output directory does not exist, Nmkoder will try to create it before starting av1an
Track List: Added two new track selection options: "First Track Of Each Type", "First Track Of Each Language Per Type"
Track List: Fixed a bug where removing the first file would remove all streams, including those from other input files
Track List: Fixed multi-second freeze when loading a file with many streams
Batch processing: Fixed an issue where all input files are passed to ffmpeg even though only the first one is used
Batch processing: Fixed incorrect file mapping arguments
Batch processing: Clicking the stop button now actually cancels the queue instead of just killing the current process and continuing
Batch processing: Fixed track list not being cleared after switching from muxing mode
Batch processing: Fixed audio args not being applied, causing ffmpeg to use defaults or erroring (libopus, ...)
AV1/VP9 encoding: Fixed automatic tiling arguments not being uniform across all encoders
SVT-AV1: Disabled auto-tiling as it does not seem to provide speed improvement with the current encoder builds
Metadata: Fixed file titled not being saved/loaded correctly after editing it
Metadata: Fixed metadata grid not being reloaded after changing track selection in some cases
Color Data Transfer util: Fixed incorrect cast breaking the configuration window
Error Handling: All ffmpeg errors are now shown with a message box that also shows the last 4 log lines for context
UI: File Import window can now be canceled/closed with Escape
UI: Minor text fixes, min/max range fixes for certain numeric inputs
UI: Fixed pause/resume button style not being reset when starting a new task
UI: Disabled settings tab for now as it's more or less unused at the moment
Known Issues:

Per-track audio settings do not work correctly when muxing from multiple input files
Installation:

Download (Use NoOCR if you don't need the OCR utility, saves ~200 MB)
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
3 people reacted
Nmkoder 1.8.0 - SVT update, EAC3 audio, manual cropping, UX goodies
Dec 30, 2021
@n00mkrad n00mkrad
v1.8.0
b454a76
Nmkoder 1.8.0 - SVT update, EAC3 audio, manual cropping, UX goodies
Changes:

File List: Cleaner and more intuitive UI, each file added after the first one now gets a random color for easier muxing (similar to MKVToolNix)
Added suspend/resume functionality to pause button. May not work for av1an! Stop and resume instead.
Added manual cropping option (Note: Does not work for batch processing for now)
Audio: Added E-AC-3 (Dolby Digital Plus) to list of audio codecs
AV1AN: Temp folder will now always be deleted when ran in batch mode (in 1.7.0 this popup would stop batch processing from continuing)
AV1AN: Updated SVT-AV1 encoder to 0.8.8-rc2 (commit 71235577), added two faster presets (9 and 10) to UI
Quick Convert: Disable codec<>container compatibility check, as hardcoding it is a hassle and ffmpeg's error will be handled anyway
Internal: Nmkoder now keeps track of its child processes and kills them on exit to avoid orphan processes. Closing Nmkoder while holding the Shift key gives you the option to disable this (e.g. if you want to quit Nmkoder but keep av1an running in cmd)
Fixed bug where the user was asked twice to input a frame rate for each imported image sequence
Fixed Metrics util not working with image sequences
Various minor UI/UX improvements, renamed "Multi File Mode" to "Muxing Mode"
Notes:

Using Preset 11 and 12 of SVT-AV1 is possible by overriding the command (hold Shift when clicking Start) but these presets are intentionally not included in the UI (similar to how Nmkoder does not offer "placebo" mode for x264/x265) as they are are simply not worth it in most cases, especially since 8-10 are already very fast.
Installation:

Download (Use NoOCR if you don't need the ~200 MB of subtitle OCR files)
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
1 person reacted
Nmkoder 1.7.0 - Bitrate plot util, av1an improvements, fixes
Dec 20, 2021
@n00mkrad n00mkrad
v1.7.0
b7006fc
Nmkoder 1.7.0 - Bitrate plot util, av1an improvements, fixes
Changes:

New utility: "Show Bitrate Chart For Video", creates a zoomable bitrate plot for a video
AV1AN: Updated av1an and aomenc binaries
AV1AN: Nmkoder now asks if you want to delete the temp folder once it has finished (and auto-deletes if it's empty)
AV1AN: Added option to set threads per worker
AV1AN: Scene detection downscale and thread pinning arguments are automatically applied based on input and settings
AV1AN: Fixed crop in combination with scaling not working (wrong filter order)
AV1AN - Resume UI: Temp folders are now sorted by date (latest one is first/topmost in the list)
AV1AN - Resume UI: Fixed a bug where the time (created/last run) was not displayed correctly
Batch mode no longer removes files from the file list after running batch actions
Fixed image sequence import not working
Fixed bugs in the code that checks codec/container compatibility
Planned features for the next major version:

Manual cropping option
AC3/EAC3 audio encoding
SVT-AV1 update to 0.8.8 with support for the new faster presets (once it's released)
Installation:

Download (Use NoOCR if you don't need the ~200 MB of subtitle OCR files)
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
2 people reacted
Nmkoder 1.6.2f1 - More Fixes (Hotfix 1)
Nov 25, 2021
@n00mkrad n00mkrad
v1.6.2
9bba284
Nmkoder 1.6.2f1 - More Fixes (Hotfix 1)
Changes:

AV1AN: Fixed a problem where the input file would get deleted if the output path is the same as the input path
AV1AN: Fixed container selection and audio/container compatibility check not working correctly
AV1AN: Updated av1an, fixes mkvmerge concat not working (now works fine with aom --enable-keyframe-filtering=2 encoding)
File List: Fixed sorting creating ghost entries
Track List: Total bitrate is now calculated correctly (bits divided by 1000 instead of 1024, now matches MediaInfo and ffmpeg)
Quick Convert: VP9 encoding now always uses 2-Pass for better efficiency, even with CRF (previously only for VBR)
Color Data Transfer Utility: Fixed color range not getting applied
Additional Hotfix 1 Changes:

I completely broke the container selection code for Quick Convert while fixing it for av1an, now I fixed it so both work
Installation:

Download (Use NoOCR if you don't need the ~200 MB of subtitle OCR files)
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
5 people reacted
Nmkoder 1.6.1 - Merging, File List Sorting, Fixes
Nov 23, 2021
@n00mkrad n00mkrad
v1.6.1
841c963
Nmkoder 1.6.1 - Merging, File List Sorting, Fixes
Changes:

New Utility: Merge (concatenate) videos using mkvmerge (works for videos encoded with aom --enable-keyframe-filtering=2)
File List: Added button to sort files by name, filesize or date
Audio: Fixed UI problems including the wrong bitrate being used
Color Data Transfer Util: Fixed util not working when any values are missing, now they are simply ignored instead
Stream Size Util: Disable command output caching to fix util being unreliable
Binaries: Updated av1an and aomenc
Known Issues:

Sorting the file list seems to duplicate the list and create ghost entries which are displayed but not actually present in the array
Installation:

Download (Use NoOCR if you don't need the ~200 MB of subtitle OCR files)
Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
Nmkoder 1.6.0 - HDR Metadata Transfer, AV1AN Resuming, More
Nov 18, 2021
@n00mkrad n00mkrad
v1.6.0
c575617
Nmkoder 1.6.0 - HDR Metadata Transfer, AV1AN Resuming, More
Changes:

New Utility: Transfer Color/HDR Data: Applies color space and HDR metadata from one file to another (e.g. from HEVC BD remux to AV1 encode)
AV1AN: Added button (under Av1an Options) to resume or delete av1an encodes from their respective temp folder
AV1AN: Added option to set concat mode (ffmpeg or mkvmerge)
AV1AN: Adjusted aomenc default parameters to avoid keyframe blocking
AV1AN: Updated SVT-AV1 (nightly 11/17/21)
Metrics Util: Added subsampling options - Can speed up VMAF and other metrics by sampling only every 2nd/3rd/4th frame
Metrics Util: Now gets auto-configured if not done manually, this also fixes a problem where it would use the wrong files if they were changed
Added Vorbis audio codec
Added aomenc (libaom-av1) to ffmpeg (Quick Encode) encoders
Metadata: Attachments are now copied correctly from all input files (if there are multiple), not just the first one
Metadata: Fixed metadata not being applied unless it was manually edited
Metadata: Fixed metadata editor grid not reloading after stream selection was changed
Audio: Bitrate multiplier now works correctly channel counts above 5.1
Audio: Per-track audio configuration editor now only shows selected/enabled tracks
Fixed unhandled error when closing multiple Nmkoder instances at once
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
Nmkoder 1.5.3 - Edit command before running, more fixes
Nov 6, 2021
@n00mkrad n00mkrad
v1.5.3
65a13be
Nmkoder 1.5.3 - Edit command before running, more fixes
Changes:

The ffmpeg/av1an command that's about to run can now be edited by holding Shift when clicking on "Start"
Metadata grid is now persistent as long as the file isn't changed (no longer gets cleared if stream selection/order changed)
Files in the File List can now be double-clicked to load their streams into the track list (same as the button but faster)
Fixed GIF not using .gif extension and not having the correct default quality value
Fixed disposition (default stream) arguments not being applied if metadata is set to Strip All
Fixed auto-tiling (tile columns/rows) not working correctly due to a copy/paste mistake
Fixed input files order when muxing/encoding from multiple files (would cause an error if your first stream is not from your first file)
Fixed DTS audio streams showing up as "Unknown" codec in some rare cases
Minor fixes/improvements to av1an logging and chunk progress bar
Known Issue: Metadata won't be applied if it wasn't edited. As a workaround, just edit (F2) any cell in the metadata editor and press enter, no need to change anything.

Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe

Nmkoder 1.5.2 - More fixes and some tweaks
Changes:

Switched to shared ffmpeg 4.4.1 build, reducing the download size by ~30 MB and installation size by ~100 MB
The keyframe interval calculated based on FPS is now clamped (min 20, max 480)
Bundled executables are now preferred over system installations (e.g. ffmpeg), avoids compatibility problems
The generated av1an.bat file is now in the session folder instead of getting overwritten
Reduced the amount of days temp files are kept for (session data kept for 2 days, logs for 4 days)
Fixed av1an chunk progress not being displayed correctly
Fixed bitrate being set as bits per seconds instead of kbps (target bitrate/filesize modes)
Fixed incorrect tooltip texts in av1an settings
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
Nmkoder 1.5.1 - Important fixes
Oct 25, 2021
@n00mkrad n00mkrad
v1.5.1
d3e34f0
Nmkoder 1.5.1 - Important fixes
Changes:

Improved bitrate/stream size util (now also shows total audio/video/subtitle bitrates and sizes, not only per-stream)
Added check if SubtitleEdit files exist before running OCR utility (for NoOCR builds)
Updated av1an and aomenc builds
Fixed av1an not working if vapoursynth is not installed (didn't correctly use the built-in installation)
Fixed problems regarding the behavior of the per-stream audio settings UI
Fixed incorrect descriptions of encoder presets in UI
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 4
Nmkoder 1.5.0 - Reliable OCR, better audio options, UI improvements
Oct 22, 2021
@n00mkrad n00mkrad
v1.5.0
4ba44c9
Nmkoder 1.5.0 - Reliable OCR, better audio options, UI improvements
Changes:

Audio encoding - Easy Mode: Only specify stereo bitrate, auto-calculate for other channel layouts, don't change channel counts
Audio encoding - Advanced Mode: Specify bitrate and channel count for each stream separately
File/Track Lists: Files can now reliably be moved up/down and deleted without messing up the track list or the resulting ffmpeg command
OCR Util: Now a lot more reliable but not multithreaded, will instead run all selected streams at once to save time
VP9/AV1: Automatically add tiling arguments (columns/rows) for improved multithreading based on video resolution
Metrics Util: Selected videos no longer reset after re-opening the window, the smallest/largest files are now auto-selected
Metrics Util: ffmpeg output and progress bar is now visible
av1an: CMD Window is now visible to see progress better
Track List: Added button to quick select certain streams (all/none/invert/all of type)
Logs and temp files are now stored in per-session folders to avoid problems with multiple instances that are open at the same time
Fixed incorrect tooltip texts
Fixed unhandled errors when selecting certain encoders
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions - Don't use Program Files)
Run Nmkoder.exe
Assets 3
Nmkoder 1.4.3 - Even more fixes, better target size mode
Oct 13, 2021
@n00mkrad n00mkrad
v1.4.3
c059a40
Nmkoder 1.4.3 - Even more fixes, better target size mode
Changes:

Target Filesize Mode: Now accounts for audio bitrate
Crop filter now always runs before scale (if both are used) to avoid messing things up
Fixes regarding some encoder selections not doing what they are supposed to do
Removed leftover debug log messages
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
Nmkoder 1.4.2 - More fixes and VBR for NVENC
Oct 12, 2021
@n00mkrad n00mkrad
v1.4.2
fe1a128
Nmkoder 1.4.2 - More fixes and VBR for NVENC
Changes:

Added VBR (target bitrate/filesize) support to H264 NVENC & H265 NVENC
Added timer that prints the total processing duration after a task has finished
Fixed some incorrect encoder defaults (color format mostly)
Fixed certain encoding/muxing options not working correctly
Internal refactoring
Known Issues:

OCR is not 100% reliable yet, may have incorrect timing
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
Nmkoder 1.4.1 - More OCR languages & Fixes
Oct 10, 2021
@n00mkrad n00mkrad
v1.4.1
fc9b90d
Nmkoder 1.4.1 - More OCR languages & Fixes
Changes:

OCR Util: Now supports English, Spanish, French, German, Italian, Dutch, Polish, Norwegian, Portuguese, Russian, Turkish, Chinese (Sim/Trad), Japanese, Korean
OCR Util: Better error handling
Fixed av1an not using the bundled binaries for vapoursynth & encoders
Minor UI fixes
Known Issues:

Target bitrate/quality does not work properly for NVENC
OCR is not 100% reliable yet, may have incorrect timing
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
Nmkoder 1.4.0 - VMAF, Target Filesize/Bitrate, Subtitle OCR, more
Oct 6, 2021
@n00mkrad n00mkrad
v1.4.0
dd6920d
Nmkoder 1.4.0 - VMAF, Target Filesize/Bitrate, Subtitle OCR, more
Changes:

Added two-pass target bitrate and target filesize mode for ffmpeg encoding
Added Metrics Util: Calculate VMAF (1080p or 4K), SSIM, or PSNR, optionally crop and/or scale to match reference video
Added "Convert Bitmap Subtitles To Text" util which can convert PGS/VOB to SRT using SubtitleEdit + multithreaded Tesseract OCR
Updated file import UI, now shows a dialog window where the files are previewed and can be (un)checked
Track List: Details box now shows which file a stream was loaded from (useful when muxing each stream from a separate file)
Misc encoder efficiency improvements when used with av1an (limit svt-av1 threads per instance, set minimum keyint for aom, ...)
Fixed re-ordering streams resulting in incorrect stream mapping
Fixed re-ordering streams not updating the metadata editor with the new order
Fixed GIF, PNG, JPEG not having their respective file extension added to the output path
Known Issues:

Target bitrate/quality does not work for NVENC
When target bitrate/quality is selected, switching encoders will fill the bitrate/size box with the default CRF
Subtitle OCR currently doesn't offer a language selection, non-english characters will get messed up
Installation:

Unzip anywhere using 7zip (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
Nmkoder 1.3.1 - VPX Fixes
Oct 3, 2021
@n00mkrad n00mkrad
v1.3.1
7a04755
Nmkoder 1.3.1 - VPX Fixes Pre-release
Changes:

Fixed av1an VPX not working due to incorrect bit depth and/or profile selection
Added preset 6 to av1an VPX
Av1an chunk method now defaults to lsmash instead of hybrid
Fixed metadata grid not refreshing after re-ordering streams
This tool is still a work in progress - Expect bugs and unfinished stuff!

Installation:

Unzip anywhere (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
Nmkoder 1.3.0 - Av1an, stream re-ordering, default stream selection, more
Oct 3, 2021
@n00mkrad n00mkrad
v1.3.0
fc9ba9c
Nmkoder 1.3.0 - Av1an, stream re-ordering, default stream selection, more Pre-release
Changes:

An almost complete AV1AN integration for fast chunked AV1/VP9/H265 encoding. Currently supports aom, svt-av1, vpxenc, x265
Added dropdowns to select the default audio/subtitle streams (with an option to disable subs by default)
Added buttons to re-order streams when for remuxing/encoding
Crop Detection is now significantly more accurate and should no longer use invalid values
Track List improvements: DTS/DTS-HD MA are now correctly displayed (not both as "DTS"), language tags on audio streams are shown
Various UI/UX improvements
This tool is still a work in progress - Expect bugs and unfinished stuff!

AV1AN notes:

All dependencies (encoder binaries, vapoursynth) are included portably.
Due to the way the CLI was written, it is not possible to get the exact encoding progress - Nmkoder can only display the amount of finished chunks. This might change in the future.
If you notice very high disk usage (>500mb/s) during encoding, try using the same drive for the input file and Nmkoder itself
Installation:

Unzip anywhere (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
1 person reacted
NMKODER 1.2.0 - NVENC, more audio formats, fewer bugs, new utils
Sep 24, 2021
@n00mkrad n00mkrad
v1.2.0
8665082
NMKODER 1.2.0 - NVENC, more audio formats, fewer bugs, new utils Pre-release
Changes:

Added h264 (NVIDIA NVENC) and h265 (NVIDIA NVENC) to video codecs
Added MP3 and FLAC to audio codecs
Added support for loading images sequences (treated like a video input)
Added support for handling attachment streams (e.g. fonts embedded in MKV)
Added Utilities page (very unfinished, and the "Create Video From Frames" option does nothing at the moment)
Added util "Read Bitrates and Stream Sizes"
Added option to run the current action instantly once a new file is dropped (experimental)
Improved automatic cropping (detection is now more reliable and won't clamp 1080p to 1072p)
Metadata editor now works for streams from all files, not just first
Improved error handling
Fixed language tags not getting set for video and audio streams, only subtitles
Fixed problems with thumbnail loading
UI/UX improvements
This tool is still a work in progress - Expect bugs and unfinished stuff!

Installation:

Unzip anywhere (where you don't need administrator permissions)
Run Nmkoder.exe

NMKODER - 1.1.0 - WIP BUILD Pre-release
NMKODER is the natural evolution of ff-utils.

Currently, the quick tools (like extracting frames) have been removed, as I have focused on the encoding/muxing functionality, but they will come back soon, as simple as they were in ff-utils.

Changes:

File handling UI/UX improvements, new files can now be added without clearing the existing ones
Custom Arguments are now split into input (e.g. -ss for fast seeking) and output args
Added support for scanning & muxing attachment streams (e.g. MKV fonts)
Added option to toggle MP4 Web Optimization (-movflags +faststart)
Optimized stream scanning, is now >5x faster
SVT-AV1 now auto-sets the keyframe interval to FPS*8 by default
Other fixes and improvements
This revamp is still a work in progress - Expect bugs and unfinished stuff!

Installation:

Unzip anywhere (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
1 person reacted
NMKODER - 1.0.0 - EARLY TEST BUILD
Sep 16, 2021
@n00mkrad n00mkrad
v1.0.0
c3a3e96
NMKODER - 1.0.0 - EARLY TEST BUILD Pre-release
NMKODER is the natural evolution of ff-utils.

Currently, the quick tools (like extracting frames) have been removed, as I have focused on the encoding/muxing functionality, but they will come back soon, as simple as they were in ff-utils.

Features:

Two Modes for handling multiple input files - Multi-File: Mux/encode from multiple files, for example, one file with a video stream and two audio streams in separate files. Batch Processing: This mode will apply the chosen action to all files in the list.
Encoding: H264, H265, VP9, AV1 video, AAC, Opus audio, various subtitle formats
Set encoder quality, preset, color space
Option to change (resample) frame rate
Resizing options (also allows percentages and keeping the original aspect ratio)
Automatic cropping
Muxing: Ability to copy any media streams from any amount of files into a MP4/MKV/WEBM/MOV container
Metadata: Copy or remove all metadata, edit titles and language tags for each file/track
Custom arguments: Input custom output arguments that are passed to ffmpeg
This revamp is still a work in progress - Expect bugs and unfinished stuff!

Installation:

Unzip anywhere (where you don't need administrator permissions)
Run Nmkoder.exe
Assets 3
Version 1.3.1 - Split Comparisons
Jan 17, 2021
@n00mkrad n00mkrad
1.3
c9da848
Version 1.3.1 - Split Comparisons
1.3.0 Changes:

Comparison: Added "Split" mode as an alternative to Side-By-Side (Shows 50% of the first and 50% of the other video, split in the middle)
Update: 1.3.1 Changes:

Fixed a problem with certain DLL dependencies
Installation:
Download the archive, extract it anywhere, launch "ff-utils-winforms.exe" (NOT AS ADMIN)

Assets 3
Version 1.2.2 - Another Hotfix
Jan 8, 2021
@n00mkrad n00mkrad
1.2.2
e48c46b
Version 1.2.2 - Another Hotfix
Changes:

Fixed video to GIF/APNG conversion not accepting spaces in the input path
Installation:
Download the archive, extract it anywhere, launch "ff-utils-winforms.exe" (NOT AS ADMIN)

Assets 3
Version 1.2.1 - Hotfix
Jan 8, 2021
@n00mkrad n00mkrad
1.2.1
e48c46b
Version 1.2.1 - Hotfix Pre-release
Changes:

Fixed Frames->GIF and Frames->APNG tabs being swapped
Installation:
Download the archive, extract it anywhere, launch "ff-utils-winforms.exe" (NOT AS ADMIN)

Assets 3
Version 1.2.0 - Better comparison tool, Video to GIF/APNG conversion
Jan 8, 2021
@n00mkrad n00mkrad
1.2.0
3d80bed
Version 1.2.0 - Better comparison tool, Video to GIF/APNG conversion Pre-release
Changes:

Frames To Video: GIF and APNG creation no longer require sequential filename patterns
Frames To Video: MP4 encoding now works when the input resolution is not divisible by 2
Encode: Added Video to GIF and Video to APNG conversion
Comparison: Now works if one of the videos has been resized (smaller video will be scaled to the bigger of the two videos)
Comparison: Inputs paths are now A>Z sorted instead of using the drag-n-drop selection order
General UI cleanup, removal of redundant options
Installation:
Download the archive, extract it anywhere, launch "ff-utils-winforms.exe" (NOT AS ADMIN)

Assets 3
Version 1.1.0 - Massive Overhaul
Jan 7, 2021
@n00mkrad n00mkrad
1.1.0
20eb1cb
Version 1.1.0 - Massive Overhaul Pre-release
Most of ff-utils was rewritten and several features have been added.

An ffmpeg build now comes with the program
Added "Delay" feature that can losslessly delay either the audio or video stream
Encode: Added several new options to this util: Container, frame rate, audio channels
Encode: Added vorbis audio option
Encode: Added the option to copy or remove video, making it possible to extract the audio from a video or only recode audio
Frames To Video: Input files no longer need to have sequentially numbered filenames, frames are simply alphabetically grabbed
Assets 3
Public Build 1
Sep 11, 2020
@n00mkrad n00mkrad
b1
6179a91
Public Build 1 Pre-release
Instructions:

Download FFMPEG for Windows from here https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.3.1-win64-static.zip
Copy ffmpeg.exe from the bin folder to the same folder as ff-utils-winforms.exe
Start ff-utils-winforms.exe
Changes:

Finished "Change Speed" util
Added "Create Comparison" util, allows you to create side-by-side or over-under comparisons of same-sized videos
Added yuv420p and -movflags +faststart options for MP4s for improved compatibility (fixed windows thumbnails and Discord embeds)
Assets 3
Test Build 1
Sep 8, 2020
@n00mkrad n00mkrad
t1
7c4d481
Test Build 1 Pre-release
Download FFMPEG for Windows from here https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.3.1-win64-static.zip
Copy ffmpeg.exe from the bin folder to the same folder as ff-utils-winforms.exe
Start ff-utils-winforms.exe




Visit our sponsors! Try DVDFab and backup Blu-rays!
Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2025 videohelp.com