Skip to content

wf-recorder 0.3.0

Compare
Choose a tag to compare
@ammen99 ammen99 released this 14 Jun 13:35
· 50 commits to master since this release

This is the 0.3.0 release of wf-recorder. Notable new features since 0.2.1:

  • Support for ffmpeg filters with the -F <filter> option (5384bc9). This allows using many of the effects ffmpeg provides, see https://github.com/schauveau/wf-recorder-x for a good introduction on filters.

  • Support for recording new frames only when the screen contents actually change (#82). This is now the default behavior. If this is not desired (because for ex. the recording has variable refresh rate and not fixed), the -D option can be used to get the old behavior.

  • wf-recorder now asks the user if the output file will be overwritten (0b74ad4)

  • Various bug fixes, see the git log for complete list of changes.