Skip to content

Releases: RandomEngy/VidCoder

0.5.1

26 Nov 19:11
Compare
Choose a tag to compare
  • Fixed Target Size functionality.
  • Added Lame MP3 audio option when using MP4 container.
  • Added ability to choose log verbosity and toned down the default logging verbosity from 2 to 1.
  • Fixes x264 settings on the iPad preset.
  • Made preset system more robust to encoding crashes.

0.5.0

26 Nov 19:10
Compare
Choose a tag to compare
  • Added Completed Items tab that lists finished encodes
    • Displays encode time and status (Succeeded/Failed)
    • Double-click an item to play it
    • Right-click to display an option to open the containing folder
    • Right-click on or anywhere in the Completed tab to display an option to clear all completed items
  • Added built-in Apple presets (iPod, iPhone, Apple TV, iPad, Universal)
  • Updated to latest stable Handbrake SVN (3347).
  • Updated default title detection to use the built in HandBrake detection instead. Not a perfect algorithm but it can sometimes pick out the correct one from a bunch of obfuscated titles.
  • Updated folder browser dialog to newer Vista version. Should have a side-effect of fixing folder selection on Vista.
  • Fixed bug preventing cleaning of preset names when saving them. Eliminates crashes when saving presets with charachters not allowed in file names.
  • Fixed framerate control and added VFR peak framerate option.

0.4.1

26 Nov 19:09
Compare
Choose a tag to compare

Changes:

  • Marks system as "working" to prevent computer from sleeping during an encode.
  • CPU priority changed to BelowNormal during encodes.
  • Encode percentage displayed on progress bar.
  • Added additional options for custom format auto-naming: {preset}, {date}, {time} and {quality}.
  • Fixed crash on re-opening settings window.
  • Fixed crash on adding SRT subtitles.
  • Fixed null reference exception on some batch encoding.
  • Fixed exception when HandBrake logs an empty line.
  • Fixed video encoder not updating on revert or change of preset.

0.4.0

26 Nov 19:06
Compare
Choose a tag to compare

Changes:

  • Added ability to queue up multiple video files or titles at once. These queued jobs will use the currently selected encoding settings.
    • Multiple files: Drag them onto the main window or use File -> Enqueue Multiple Files.
    • Multiple titles: File -> Enqueue Multiple Titles.
  • Replaced buttons at the top of the encoding window with a toolbar, and tweaked the layout.
  • Added keyboard shortcuts:
    • Open Video File: Ctrl+O
    • Enqueue Multiple Files: {"Ctrl+Shift+O"}
    • Open DVD Folder: Ctrl+F
    • Add to Queue: Ctrl+Q
    • Enqueue Multiple Titles: Ctrl+T
    • Show Log Window: Ctrl+L
    • Show Preview Window: Ctrl+P
    • Show Encoding Window: Ctrl+N
    • Choose Output Destination: Ctrl+D
    • Close Encoding Window: Esc
    • Save Encoding Preset: Ctrl+S
    • Save Encoding Preset As: {"Ctrl+Shift+S"}
    • Rename Preset: F2
  • Added automatic cleanup of old encode logs. Automatically keeps the last 10 session logs.
  • Focus main window when opening VidCoder with multiple windows open.
  • Fixed manual output directory getting reset to default directory when switching encoding presets.
  • Made the Title dropdown visible in "Video File" mode if multiple titles were detected.
  • Fixed cases where the output extension wouldn't refresh after encoding setting changes.
  • Handling a rare exception that can happen when opening a URL.
  • Automatically create the output directory if it doesn't exist when encoding starts.
  • Changed P-Invoke calling convention to Cdecl to clean up some warnings.

0.3.0

26 Nov 19:06
Compare
Choose a tag to compare

Changes:

  • Added customizable columns on the Queue. Right click->Customize columns, then drag and drop to choose and reorder. Column sizes will also be remembered.
  • Added new column choices of Video Encoder, Audio Encoders, Video Quality and Audio Bitrate (off by default).
  • Fixed issues with DVDs with invalid titles
  • Added support for multiple angles
  • Fixed bug where autocrop was not being applied correctly
  • Fixed bug where autocrop dimensions were not being updated on title changes
  • Changed background color of preview window from black to dark gray to show any black borders the picture might have
  • Added website links to the help menu
  • Made capitalization on automatically generated output files a bit nicer for DVDs. (ex: The Wire vs THE_WIRE)
  • Added descriptive text to folder dialogs
  • Lowered main window minimum width

0.2.1

26 Nov 19:05
Compare
Choose a tag to compare

Changes:

  • Added 2-pass encoding
  • Fixed x264 options getting mangled during p-invoke
  • Fixed intermittent crash with logging window open due to threading issue
  • Fixed app restarting instead of just displaying a success message after automatic update

0.2.0

26 Nov 19:03
Compare
Choose a tag to compare

Changes:

  • Added advanced x264 options
  • Added Windows menu and in-GUI logging window
  • Added High Profile built-in preset
  • Fixed crashing bug for AC3 passthrough
  • Cleaned up a few formatting issues

0.1.0

26 Nov 19:00
Compare
Choose a tag to compare

First VidCoder beta release.

It's missing a few features that will be added before release:

  • Advanced x264 options
  • In-GUI encode log
  • Additional presets
  • Multiple angle support
  • 2-pass encoding

Please give feedback and report any crashes!