Skip to content

0.4.0

Choose a tag to compare

@RandomEngy RandomEngy released this 26 Nov 19:06
· 1914 commits to master since this release

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.