Skip to content

rffmpeg_v1.3.3

Compare
Choose a tag to compare
@cyanide0081 cyanide0081 released this 12 Nov 19:19
· 24 commits to master since this release
375a669

RFFMPEG v1.3.3 (线程)

Changelog:

1.3.3:

  • fixed bugs when checking for an ffmpeg executable
  • added --version command for version info

1.3.2:

  • added a dynamic progress bar
  • ported program to FreeBSD
  • added precompiled binaries for FreeBSD

1.3.1:

  • fixed multi-threading bug on POSIX systems where ffmpeg would leave a locked terminal on program exit
  • improved the error handling for multi-threading related options

1.3.0:

  • added multi-threading to the file conversion stage (defaults to the number of online threads in the system)
  • added -nt option to set a custom number of threads to be spawned

1.2.0:

  • switched to a more efficient memory allocation strategy (chained arena)

1.1.2:

  • removed MAX_PATH limit on windows when creating directories
  • improved the argument parsing
  • relative paths now resolve to absolute paths

1.1.1:

  • improved error dialogs and argument parsing

1.1.0:

  • improved error handling
  • improved file searching and user prompts
  • simplified the argument syntax (refer to --help or the README file)
  • optimized overall memory management