Skip to content

Releases: RandomEngy/VidCoder

0.4.1

26 Nov 19:09

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

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

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

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

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

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!