Skip to content

rffmpeg_v1.3.7

Latest
Compare
Choose a tag to compare
@cyanide0081 cyanide0081 released this 24 Mar 18:05

RFFMPEG v1.3.7 (线程)

Changelog:

1.3.7:

  • fixed logic bug during argument parsing in console mode
  • improved the arena allocator's behavior

1.3.6:

  • fixed optional argument parsing bug in console mode

1.3.5:

  • ported to - and added pre-built binaries for - MacOS
  • fixed buggy behavior when using very long paths on Windows ( > MAX_PATH)

1.3.4:

  • improved the information displayed in the version command
  • modified the output VT colors

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