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 FFQueue


V1.7.67 of February 27th 2024
BUG FIX: Burn-in of embedded subtitles fails due to wrong stream index used (thanks to yehaku + ken8).


V1.7.66 of February 1st 2024
Video filter "fps" supported as "Frames per second".
Video filter "vignette" updated.
BUG FIX: Mapped subtitles and attachments not included in output (thanks to yehaku).
BUG FIX: Job editor reported problems with combining copy codec and cuts for streams with no cuts (aka mapped streams).
BUG FIX: Removed unnecessary calls to SetSizeHints which caused some layout issues.
BUG FIX: Convert video to GIF not centered on parent.
wxWidgets updated to V3.2.4: This has fixed some issues, but there is a bug (Linux / GTK only) which causes some controls to have a wrong height.


V1.7.65 of January 20th 2024
BUG FIX: When using FFmpeg V6.0 or newer in combination with filters, the original streams are unintentionally included in the output (thanks to j7j2 + yehaku).
BUG FIX: Using the color overlay filter when using the tool to create a video from images would provide jolly results.
BUG FIX: If audio filters where added with "-af", they would fail due to pads / tags.
BUG FIX: Removing item(s) from list boxes could cause un-selected item(s) to be removed (wxWidgets bug, most likely only Linux).
BUG FIX: Using "Show command(s)" from the job list popup menu for a job with invalid preset causes app crash (regression).
BUG FIX: FullSpec filters without FullSpec extensions to Preset causes app crash or hang (debug build only).


V1.7.64 of December 23rd 2023 ☮ 🎄 🎁 😃 ☮ 🎆 🎇
Full Specification can now be used to create GUI implementations of custom filtergraphs.
Full Specification now supports user extensions to the preset editor.
Sorting of filter menu in preset editor now compatible with translations.
BUG FIX: Stream codec not stored for jobs created with batch make causing option "Do not re-encode to same codec" to have no effect for batch jobs.
BUG FIX: Full Specification with "notebook=0" may have caused app crash.


V1.7.63 of October 31st 2023 🎃 💀 😱 🎃
"Full Specification" support available for audio codecs.
"Full Specification" now supports tabbed / notebook view.
Added method for easier testing of "Full Specification" extensions.
Added option to not re-encode audio / video to same format if possible (thanks to j7j2).
User interface for advanced cutting has been updated and features have been added.
Volume and Tone filter implementation updated.
Added input option for looping streams available via the job editor.
Added option "Stop encoding when shortest stream ends" to presets in order to prevent endless encoding due to above addition.
Added help button to open local docs (if exists) via About box.
Users will not be able to define constant quality for two-pass in presets encoding anymore since this does not work.
Users will be warned if no bit rate or quality is defined in presets since this may cause FFmpeg to fail.
BUG FIX: Deleting a cut in the list of advanced cuts may have removed more than wanted.
BUG FIX: File dialogs reverted to standard path for non-SNAP version.
BUG FIX: Merging video files with different aspect ratios could produce odd results.
BUG FIX: Using "Show command(s)" for some items could create empty subfolders and temporary files for no reason.
BUG FIX: Making video from images to Matroska / MKV container could cause problems.
BUG FIX: Issues related to advanced cutting has been sorted.
BUG FIX: Subtitle burn-in may have used wrong stream identifier and thus failed.
BUG FIX: Opening the language editor would always save the file even if not modified.
BUG FIX: FullSpec settings for x265/HEVC where overridden if used with two pass encoding.
BUG FIX: Two-pass encoding may have failed if multiple encoding slots used it simultaneously due to a non-unique log file name.
BUG FIX: Full Specification settings from one codec could erroneously have been passed to another codec if the codec was changed in the preset.
SNAP: Instead of doing an "in-snap" build against an old version of wxWidgets, the prebuilt version of FFQueue (which is also available from the download site) is used. This has reduced the size of the snap and fixed some UI-quirks.


V1.7.62 of August 26th 2023
User extensible "Full Specification" feature for codecs added (read docs for further info).
Full Specification support for H.264 and H.265 (HEVC) added.
FFmpeg capabilities stored to a file for fast retreival in order to improve loading time + option added to disable the feature.
Changing number of simultaneous jobs has immediate effect if possible.
Added button to clear metadata.
It is now possible to declare stream ID's / indicies for metadata (thanks to j7j2).
BUG FIX: Best constant quality for VP8/VP9 encoding was erroneously set to 4, now 0.
BUG FIX: Issues with advanced cutting has been fixed (thanks to Lirk88).
BUG FIX: New rows not added to Metadata as expected in the Preset Editor.


V1.7.61 of July 12th 2023
BUG FIX: Assertion when launching the job editor without any presets available.
BUG FIX: Some arguments could be added to the command line twice.
BUILDING: Some work has been done to the automake files + build guide updated.


V1.7.60 of June 26th 2023
Added option to run multiple jobs in parallel in order to support CPU's with large(er) core count (thanks to yaiba).
Added option for enabling / disabling log files in Batch make (thanks to jcatrysse).
Changing preset in the job editor will adjust the file extension according to the format specified in the preset (thanks to Izheil).
The console has been split into one console for standard messages and one console per job for logging / ffmpeg output.
Tool "Make video from images" optimized and does now support list files for concat demuxer (thanks to Chris).
BUG FIX: Some GUI issues with control sizing, padding and so on has been mended.
BUG FIX: Time labels did not always update visually as expected.
BUG FIX: Job editor auto selected preset for unspecified file(s).
BUG FIX: Different sizes of toolbar icons could cause ugly scaling.
BUG_FIX: Settings for concat jobs where not completely saved / restored.
BUILDING: Missing references to stdint.h and other bugs fixed.
BUILDING: Missing links to libraries shlwapi, version, uxtheme, oleacc.
NOTE: wxWidgets updated to version 3.2.2.1
NOTE: Windows build platform updated to Windows 10 + MinGW-w64 13.1 UCRT. This update may cause problems for older versions of Windows which are not using UCRT by default. Further information available at support.microsoft.com.
V1.7.59 of April 26th 2022


V1.7.59 of April 26th 2022
Play button to view input files in default media player added to the job editor.
Control sizes might have been too small on high DPI screens.
Confirmation dialog added to the "Sort" button in Preset Manager to prevent accidental re-arrangement (thanks to Tommy B.).
BUG FIX: Multi-selection of files in concat tool was borked (thanks to Thomas L.).
BUG FIX: Colors of hyperlink-controls hard to read in dark themes.


V1.7.58 of Juli 6th 2021
BUG FIX: Clone tool job Video to GIF caused AppCrash (Thanks to Izheil).


V1.7.57 of April 25th 2021
BUG FIX: Short notation filters would cause encoding to fail for some versions of ffmpeg.
BUG FIX: Message "Already yielding" when launching the Job Editor purged.
Deprecated option "band" removed from filter "Remove logo".
BatchMake now supports data and attachment streams (Thanks to michel).
BatchMake now follows the same naming scheme as the job editor for output files (Thanks to Hagru).
Default colors used in the console adjusted for dark themes.
Advanced cuts improved + added "quick cut" option (Thanks to Chris).
Job Editor will warn user when advanced cuts will not work.
Filter tags shortened from [FID#] to [F#].


V1.7.56 of September 3rd 2020
BUG FIX: Unable to add filters since V1.7.54 (Thanks to Mano & C).
BUG FIX: wxWidgets assertions related to layout.
BUG FIX: Disposition set for stream(s) other that the selected.


V1.7.55 of August 30th 2020
BUG FIX: BatchMake borked and unable to find audio and subtitle streams (Thanks to michel).


V1.7.54 of August 17th 2020
It is now possible to select secondary preset(s) for audio and subtitle stream(s). This will cause the same stream(s) to be included multiple times but with different encodings (thanks to michel).
Metadata can now be specified globally and for individual stream types.
Subtitles are no longer mapped when using the preview function unless explicitly forced in options.
Stream disposition can now be specified in presets (thanks to Charles & Ghastor).
Batch make now supports searching for language in audio streams (Thanks to michel)


V1.7.53 of July 3rd 2019
Columns in the job queue can now be resized and are scaled correctly (thanks to "Killy").
Output names can now be generated based on a variable pattern specified in the Options dialog (thanks to "Killy").
Option added to avoid confirmation of job removal (thanks to "Killy").
Added GUI option for the "-tune" parameters to PresetEditor->Video->Other->Video tuning (thanks to Marc P.).
BUG FIX: Layout of subtract button(s) in time editor was borked.
BUG FIX: Issues with non-ascii characters in file names for simple concat (thanks to "adonais").
BUG FIX: Assertion when displaying the About box in the debug build.


V1.7.52 of March 31st 2019
Linux: Improved preview function used in advanced cutting (thanks to ";)")
BUG FIX: Translation of string(s) containing "||" not possible (thanks to adonais).
BUG FIX: Un-portable formatters for "long long" data types fixed (thanks to adonais).
BUG FIX: Error message(s) may fire twice in translation utility.
BUG FIX: AppCrash when moving items in lists (eg. in the preset manager) downwards.


V1.7.51 of February XXth 2019
RED ALERT! Due to the nature of the preview function, presets received from online sources could have contained malicious, inline shell code which could have devastating effect for Linux users who did not mind checking the preset before using it. As from V1.7.51 the user will be warnedif any signs of inline shell code should be present.
Added option to prevent jobs from being removed if input files are not found during startup (useful for offline remote files or files on unconnected external drives etc.)
Added option to explicitly map all stream for the simple concat tool (thanks to Daniel R).
Added option to not fail on missing content in batch make (thanks to Frare G).
Added possibility to split custom command line arguments in presets into input arguments and output by separating them with "||".
Added preset options for hardware decoding of video stream(s) (thanks to Nicolaj T.A.).
BUG FIX: The option "Save jobs on modify" had inversed functionality.
BUG FIX (Linux): Fixed preview not working with single quote (') in file names.
BUG FIX (Linux): Access denied popup during startup if installed to read only directory.
Default location for config files has been changed in order to support "per user" config. If any existing config files are found in the old location they will be moved to the current user. This modification will solve issues regarding file access on Linux if FFQueue is installed with autotools (or manually) to read only directory.
Improved internal locale system (for alternate UI languages).
Coding: Fixed various bad paths to include files (FFQPresetPanel in FFQConcat, version.h in FFQAbout, MainIcon32.xpm in FFQMain).
Building: Fixed missing source file in Makefile.lin and Makefile.win.
Building (Linux): Added AutoTools scripts for easy build and install, build guide updated.


V1.7.50 of May 17th 2018
Added option "Closed GOP" to presets under Video->Key frames.
Added functionality to presets for segmenting output files (request by "Zbyna").
BUG FIX: Lines starting with "[" could be considered as statistic.
BUG FIX: Issue with wrong output format selected when editing a preset (thanks to "Christine").
BUG FIX: FFQueue crashes when a job with no preset is started (thanks to "ConcernedUser").
Added option "Character encoding" to subtitle burn-in (request by "alex6dj").
Added GUI implementation of filter "deflicker".
BUG FIX: Multiple output formats where unusable (eg. stream_segment,ssegment).
Batch make updated: Support for finding multiple audio/subtitle streams (request by "Andrew").
Batch make updated: Inverse searching to exclude matching streams + "Dry run" function added.


V1.7.49 of March 19th 2017
BUG FIX: Unicode filenames was not accepted on Linux. This issue has been resolved by updating wxWidgets to version 3.1.0. Windows build still uses wxWidgets version 3.0.2 until further notice.
BUG FIX: Previewing tool jobs would cause app crash.
BUG FIX: One of the first bug fixed reemerged, blank spaces in path to FFmpeg caused failure :-/
BUG FIX: Log files where always created, in some cases even if deselected.
BUG FIX: Log file selection not saved in the Two pass video stabilization tool.
BUG FIX (Linux): Filter formatting was not done properly. Subtitle burn in and some other filters where defunct.
The preferred setting for saving log files is now saved.
In the job editor, the last 25 custom commands are stored for quick reuse.
The configuration editor has been slightly improved (space for more check boxes).
Added option for "silent queue finish".
Added option for "save jobs whenever they are modified".
BUG FIX: Option "Save jobs on exit" was disregarded, jobs where always saved.
Developer: It is now possible to have floating point values assigned to codecs.
Codec "lobvo_aacenc" has been replaced by "aac" in FFmpeg and FFQueue now supports the change.
Debug build only: Formatting assertions caused by wrong format identifiers has been solved.
Primary development platform has been moved to Linux (Mint 17.3).
License updated to eliminate confusion with licensing for builds and source code.


V1.7.48 of January 13th 2017
Linux: Drop down menu from the Tools button was badly positioned.
Stop button greyed out when right-click stopping jobs even though other jobs could still be stopped.
Source code released under the GPL3 license at GitHub and as ZIP.


V1.7.47 of September 6th 2016
Linux: Due to complaints about the lack of compatibility I have reverted the build platform to Wheezy / Ubuntu 14 and statically linked libgcc.
BUG FIX: Control sizes for filter list and meta data grid in the preset editor was not as intended on Linux.
BUG FIX: Multiple fixes of possible bad data type assertions in string formatting.
BUG FIX: Launching the preset manager from the job editor may have caused an error if no presets where available.
BUG FIX: Aborting an encoding job might have caused FFQueue to stop working (SIGSEGV crash) due to regressions in the queue handling code (most likely introduced with V1.5.44).
Added filter implementation of "dynaudnorm" for audio normalization as requested by "Dave" (no, mp4gain cannot be implemented since this is an FFmpeg GUI ;-).
BUG FIX: In the queue list, right clicking an item and edit its preset would always give focus to the last item in the list.
Added preset feature to let FFQueue set file time of output file to file time of input file.
Added feature to define custom console command (for Linux users not using xterm). See docs for more info.
Added feature to let FFQueue guesstimate which preset to use when creating new jobs.
BUG FIX: When status of selected item changed, buttons were not updated accordingly.
BUG FIX: Newer versions of FFmpeg requires option "-safe 0" for simple concatenation to work. Thanks to "kaloc" for the tip!


V1.7.46 of January 10th 2016
Added feature for advanced cutting of video / audio to the job editor using the trim/atrim filters. See docs for more info. IMPORTANT: Due to this improvement saved jobs (in the "FFQueue.job" file) are incompatible with older versions of FFQueue!
Pressing the start button could lead to no action due to the status of the items in the list. Information why nothing happens is now prompted to prevent users from thinking a feature is a bug.
BUG FIX: Due to the bug described below, the file used to save jobs could end up being deleted due to multiple attempts to close FFQueue.
BUG FIX: When the unlocked queue was introduced a bug that could cause FFQueue to become inresponsive when aborting an active encoding job slipped through, fixed now!
Added filter support for tinterlace (option in Interlace filter).
Filters are now applied to all video/audio streams and not only the first found.
BUG FIX: Animation characters in log (-/) was not always removed correctly.
Added filter support for kerndeint (option in Deinterlace filter) IMPORTANT: The update of Deinterlace might cause issues when edited with previous versions of FFQueue. The filter will work properly with older versions, though!
BUG FIX: Ability to delete or modify presets that are used by active job(s) has been revoked.
LINUX: Build system upgraded from Debian Wheezy to Debian Jessie (GCC version 4.9.2) and backward compatibility with Wheezy can no longer be guaranteed.
Added option to select if "-framerate" should be used rather than "-r" as per file input option.
Added Clear button to per file argument popup.
Added option "Output format" (ffmpeg -f) to preset on Misc. tab
BUG FIX: Having a subtitle file as input #1 and a video file as input #2 would fail if subtitle burn in was selected.
BUG FIX: Using the menu option "Show command(s)" would mark item as "Done".
BUG FIX: Some issues with string to time value conversion has been fixed.
BUG FIX: Running a previev while queue is active would inflict the log.
BUG FIX: Possibility to run FFProbe (and wreck the log) while encoding has been plugged.
BUG FIX: Keyboard shortcuts in the queue list (main window) did not work in the release build.
BUG FIX: Tool for making a slideshow from images could not loop frame(s) without audio.


V1.6.45 of October 4th 2015
Linux: xterm used for previewing jobs in order to display ffmpeg output in a console window.
New job editor with support for more than two input files and per file input arguments has been created.
Option for keeping the console window open after preview finishes has been added.
BUG FIX: Searching for secondary input files could find the file being searched for.
BUG FIX: Problems with comparing file paths across platforms might have caused issues.
The queue has been unlocked; you can now add/edit/remove items even when a job is active.
Added "Show command(s)" item to the queue popup menu for previewing commands for the selected item.
Added some more keyboard shortcuts, check the documentation for more info.
The generation of "fonts.conf" by FFQueue might have caused a memory error or junk after EOF.
Added support for ffmpeg filter transpose (dimensional rotate).
Overwrite prompt removed from Make slideshow / concat tool(s), will be prompted when job is started.
Issues with control sizes / button sizes in the UI on high DPI displays has been attended.
Merge tool has been improved with options for padding (color or blur) rather than stretching.
Pad to size filter has been improved with optional "blur padding" that uses blurred source video instead of color.
Scale filter has been improved with optional "Keep aspect but fit to rect" feature.
License updated in regards of privacy.


V1.5.44 of May 25th 2015
BUG FIX: Multiline output from FFmpeg was not color coded properly
Documentation now bundled with FFQueue as HTML.
BUG FIX: Time limit of output file not passed to preview command.
Added option to specify another media player for preview (like VLC).
BUG FIX: When preset(s) where deleted the queue list was not updated accordingly.
BUG FIX: When preset was edited (and Preset name was changed) through context menu only selected item in the queue list was updated.
Batch make now creates the folder structure from the source(s) in the destination folder.
The two pass video stabilization tool has been updated with a save log option.
2pass encoding now works with x265/HEVC (using -x265-params for pass-id and stats-file).
BUG FIX: 2pass encoding fails (hangs) for second pass when "No output file for first pass" is not selected.
Option added to "Always suggest unique, non-existing file names".
BUG FIX: Running the "Make video from images" tool multiple times with same input file will fail (bad input path).
BUG FIX: Wrong default value for max. zoom percent per frame in the two pass video stabilization tool.
BUG FIX: Deleting selected items in the list could cause app crash.
Annoying duplicate alert when editing jobs has been removed.
New function "Clone job" added to menu (easy way to duplicate jobs with different preset).
Commands from tools are now queued and can be edited. IMPORTANT: Due to this improvement saved jobs (in the "FFQueue.job" file) are incompatible with older versions of FFQueue!
The log has been slightly improved.
New queue status "Dormant" added.
The queue handling code has been improved.
Filter "Remove logo" has been updated to support image mask using the removelogo ffmpeg filter.


V1.4.43 of February 15th 2015
Bug fix: Newer versions of FFMpeg could not be detected.


V1.4.42 of February 11th 2015
Significant code optimization has reduced executable size with ~0.7MB (compared to last release). IMPORTANT: Please backup any recent versions of FFQueue, saved jobs and settings before running V1.4.42! I have thoroughly tested the optimized code and found no issues, but if you should find anything that has become defunct since V1.4.41 due to the optimization please report back by mail or in the videohelp forum.
Make slideshow / concat tool has been updated (overwrite prompt twice has been removed, re-use previous settings for easier "trial and error", default frame rate changed from 24 to 25 to avoid compatibility issues, pixel format set to 4:2:0 YUV if not specified in preset).
Bug fix: "Trellis" option in presets was loaded wrong in the Preset Editor.
Added icon to queue list
Added keyframe options for declaring maximum consecutine B-frames (-bf) and maximum reference frames for P-frames (-refs).
Bug fix: Wrong icon was displayed in the main window's title bar.
Added option "Enable faststart for better streaming" to presets (ffmpeg: -movflags faststart).
New tool: "Two pass video stabilization" (utilizes the vidstabdetect and vidstabtransform filters).
Bug fix: Memory leak introduced in V1.4.40 has been fixed.
Added support for video filters: Swap U and V plane, Noise, Perspective.
Scale filter has been updated to support: Interlaced aware scaling, Color space (input / output) and Sample range (input / output).
The "add filter menu" in the preset editor has been simplified (I hope :-).
Added possibility to edit duration of sources for simple stream concat (usefull if duration in source file is broke).


V1.4.41 of January 13th 2015
Added support for video filters: Invert colors, Posterize, Drop duplicated frames, Interlace, Frame stepping, Hue/Saturation/Brightness, HQ Denoise 3D, Lens correction.
Added support for audio filters: Headphonize, Delay channels, Change tempo.
Added preset option for having audio filters added to "-filter_complex" rather than "-af".
Added option for simple concatenation of files with equal content (remux only, no re-encoding performed) to the Merge tool (requested by Cornucopia and CyberOtter @ videohelp).
Bug fix: FFProbe failing in the job editor caused pileup of error messages as proven in the videohelp forum.
!!!!! HAPPY NEWYEAR !!!!!


V1.4.40 of November 17th 2014
Bug fix: Bug related to accessing deallocated memory introduced in V1.3.35 might have caused FFQueue to crash when attempting to edit a preset or when editing certain filters. V1.4.40 introduces a minor memory leak which will be fixed in a later version.


V1.4.39 of November 8th 2014
Added selection of audio profiles.
Added support for different custom arguments for first pass and second pass. IMPORTANT: Previous presets using two-pass encoding with custom command line arguments must be updated, elsehow the arguments are NOT used in the second pass!
Added support for key frame control, motion detection method and scene change sensibility.
Improved support for VBR (Variable Bit Rate, qscale, crf, crf_min, qmin, qmax, qdiff).
Improved bit rate control (minrate, maxrate, bufsize) for both audio and video.
Option to show a full codec list or only most used (more user friendly for non-experts).
Bug fix: Exported (copied) presets was removed from clipboard when FFQueue was terminated.
Bug fix: Import (paste) of presets might have resultet in an error.
Compression of presets for sharing (smaller paste blocks). IMPORTANT: Presets copied from V1.4.39 (and up) are incompatible with older versions of FFQueue! Old presets are still supported by newer versions of FFQueue, though!.


V1.3.38 of October 21st 2014
Bug fix: Issue related to FFQueue sometimes gained unwanted focus and pops up from behind has been fixed.
Bug fix: Custom subtitle sizes got reset to width*width when preset was edited.
Bug fix: Some missed, hard-coded strings have been moved to language repository.
Bug fix: When the name of a preset is changed (in preset manager) jobs in the queue list was not updated accordingly.
Bug fix: Console scrolling to empty last line fixed.
Improved Item selection in queue listing (automatically done by job creation etc.).
Keys [+], [-], [INSERT] and [DELETE] can be used to create / delete jobs in queue list.
Option for saving the window position and size has been added.
Definition of size (argument "original_size" of ffmpeg filter "subtitles") for textual subtitle burn-in possible.
It is now possible to change the location of the subtitle filter (BURN-IN) in the filter chain.
Band width for equalizer filter can now be defined.


V1.3.37 of September 19th 2014
Bug fix: UTF-8 encoded characters outputtet from the FF-binaries was displayed as babbel in the console.


V1.3.36 of September 17th 2014
Attempted bug fix: Problems with unicode / multibyte characters as posted in VideoHelp forum.


V1.3.35 of September 17th 2014
Bug fix: Inability to read file duration (through ffprobe) would lead to wrong job progress.
Bug fix: Burn-in of embedded text based subtitles would lead error due to bad stream index passed as posted in VideoHelp forum.
Bug fix: FFQueue might have hung during startup while validating path to FFMpeg.
Log files are now saved as UTF-8 to support multi-byte characters (unicode).
Attempted to fix minor issues related to unicode characters (file names).
Tool for concatenation now supports drag & drop int the source list.
Audio resample now supports unchanged sample rate (0).
Extensions for automatically finding secondary input file now editable from options.
Deshake filter updated to prevent invalid values entered.
Optional save log for commands (thumb creation, concatenation etc.).
Preset manager is now launched from the tool bar in main window.
Tool for translating FFQueue UI strings available from options. IMPORTANT! Translation of UI strings can cause FFQueue to crash - read the documentation carefully!.


V1.2.34 of September 1st 2014
Bug fix: Every launch of the Job editor resets bit rate to kbit/sec.
Bug fix: Bit rates other than kbit/sec might give ill results.
Bug fix: Color overlay filter might have caused endless encoding (*).
Bug fix: Yielding could lead to nesting error that caused FFQueue to freeze.
Bug fix: Long preset names might have caused problems with application layout.
Misleading: Flip / Mirror filter had wrong labelling but worked right.
Added support for QScale (Variable Bit Rate) to presets.
Added support for video synchronization (vsync) to presets.
Frame rate can now be entered as integer, float or nominator/denominator values.
Added horizontal scroll bars to listings that otherwise would have cut off content.
New tool for creating videos from images (slide shows) with optional audio track.
New tool for concatenation of multiple audio/video segments into one file.
(*) Existing filters must be opened for editing and saved for changes to take affect.


1.1.33 of August 24th 2014
Bug fix: encoding fails when burn-in text based subtitles are in same file as video & audio as posted in VideoHelp forum.
Added button for previewing filters in Preset editor (read docs).
Added button to toolbar for previewing encoding (read docs).


V1.1.32 of August 20th 2014
Bug fix for validation of thumb settings.


V1.1.31 of August 20th 2014
Added item to popup menu in queue list for direct editing of preset for selected job.
Attempted to fix issue with wxWidgets "GetClientData" error in Job editor as posted in VideoHelp forum.
Tool tip on status bar for displaying elapsed time and estimated remaining time.
Tool tip in progress bar / gauge for displaying percental completion.
Validation of jobs upon load (FFQueue start) added. Job referring to non-existing files in input #1 & #2 are removed.
Spell mishaps suggested by "Gwen Killerby" fixed (thank you for correcting me :).
Scale filter updated IMPORTANT! Please check existing scale filters!
*.SUB extension added to auto-detect input #2.
Audio resample removed from presets - resample filter with advanced features added instead. IMPORTANT! Existing resample definitions are silently converted to filters - please validate the changes!
Added "-/" animation to statistics to visualize that FFMpeg is working even when statistics do not change.
Added thumbnail and mosaic creation to presets and as a Thumb make tool.
Minor changes to log layout.


V1.0.30 of August 12th 2014
Array out of bounds bug related to status message in main window was fixed. This bug was introduced with 2-pass encoding and it might cause FFQueue to crash.


V1.0.29 of August 11th 2014
Global preferred output folder and format for use in both Batch make and Job editor.
Copy & Paste function for presets now uses encoding for easier sharing of presets.
Functions for arranging presets - move up / move down & sort in alphabetical order.


V1.0.28 of August 10th 2014
Added support for pixel format in presets.
Added support for pixel aspect ratio in presets.
Bug causing infinite encoding when using Watermark filter was fixed.
Bug related to problems with closing FFQueue (no reaction to close button) was (hopefully) fixed.
Preset manager with Copy & Paste functions added. The managed is accessible from both Options dialog, Batch make and Job editor.


V1.0.27 of August 9th 2014
Bug related to formatting of special characters in filters (subtitle burn-in) was fixed.
Output folder added to Batch make.


V1.0.26 of August 8th 2014
When attempting to create a batch job for a single file the Job editor is launched instead of Batch make.
Bug related to streams dissapearing when typing fast in Job editor was fixed.
Framerate in presets now supports floating point values.
Autodetect input file #2 as subtitles (srt, ass, ssa, xsub) or sound (wav, mp3) in both Job editor & Batch make.


V1.0.25 of August 7th 2014
Fixed wrong reporting of missing video, audio or subtitle in Batch make.


V1.0.24 of August 7th 2014
Command line was cleaned up in order to remove switches not vital to the job.
Fixed issue with ' in filenames for subtitles.
User defined temporary path added to options.
2-pass encoding with optional NULL-target for optimized 1st pass added. FFQueue handles pass logs as temporary and removes them when job finishes.
Added item to menu in queue list for dumping info from FFProbe (for selected job) to the console.
FFQueue now checks for the existense of "font.conf" which is vital for textual filters (like subtitle burn-in) to work in FFMpeg. If font.conf is not found FFQueue can create it for you.
Added support for batch creation of jobs (called Batch make). You can either select files in a dialog or drag&drop files to the queue list.
Checking if a job for input #1 has already been queued in order to prevent multiple jobs for same file.


V1.0.23 of August 3rd 2014
Added filter: Color Matrix.
Added filter: Curve adjust (for colors).
Added filter: Channel remapping (for re-wiring audio channels).
Added filter: Custom filter (add any audio and/or video filter supported by FFMpeg to the filter chain).
Requirements for FFProbe now clearly noted to avoid confusion in the setup process.
The support for the filters provided by FFQueue is checked in FFMpeg. Unsopprted filters are grayed out.
Added custom command line arguments to presets for defining options that has no build-in support.
Added url to documentation.


V1.0.22 of August 1rd 2014
Fixed issue with blank spaces in path to FFMpeg.
Configuration file can now be stored in same folder as FFQueue (for use from flash-drive etc.).
Added support for -hide_banner to create cleaner logs.
A "multi-selection"-bug related to filter editing was fixed.


V1.0.20 of July 31st 2014
First public release of FFQueue.




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