Skip to content

rffmpeg_v1.3.1

Compare
Choose a tag to compare
@cyanide0081 cyanide0081 released this 27 Oct 02:18
· 75 commits to master since this release

RFFMPEG v1.3.1 (线程)

Changelog:

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