Skip to content

v1.5.0

Compare
Choose a tag to compare
@dbermond dbermond released this 05 Jan 19:57
· 120 commits to master since this release
  • new feature: webcam overlay effect
  • new feature: live streaming (tested only with YouTube)
  • new feature: record in a one step process (record and encode at the same time)
  • added support for VAAPI hardware accelerated video encoding with H.264, HEVC, VP8 and VP9
  • added support for Intel QSV hardware accelerated video encoding with H.264 and HEVC
  • added support for the container formats .mov .ogv .flv .nut .wmv .asf and .avi
  • added support for VP9 encoder on MP4 cotainer format (needs FFmpeg 3.4 or newer - or git master)
  • added support for Windows Media Audio and Video encoders (wma and wmv encoders)
  • added support for FFmpeg builds that do not have ALSA enabled, like the Fedora build from the RPM Fusion repository
  • added support for oxipng optimizer
  • added support for bash-completion
  • added video metadata information referencing the program
  • added predefined special values for watermark and webcam position: topleft/tl, topright/tr, bottomleft/bl and bottomright/br
  • added checks for all the needed FFmpeg encoders, decoders, muxers and demuxers to avoid failures
  • added check for the selected audio input name to avoid failures
  • added tests
  • faster VP9 encoding speed with software-based encoder (vp9)
  • only show a setting as 'default' if not setted at command line
  • changed some notification icons
  • changed default --audio-input value to 'default'
  • do not allow to use --volume-factor option when --audio-input or --audio-encoder are setted to 'none'
  • do not allow invalid usage of 'none' between --audio-input and --audio-encoder
  • do not allow to use --help, --list or --version with other options
  • renamed the --keep-tmpvideo long option to --keep in order to better reflect its usage with the newly added live streaming feature
  • fix: volume factor was not showing when it is the unique selected effect
  • fix: wrong message on blank command line argument (regression since 1.4.0)
  • fix: possible wrong generation of random string
  • fix: eliminated a FFmpeg warning with the shine audio encoder
  • fix: vp8 pixel format in the lossless recording step
  • fix: single and double dot folder hardlinks with additional path in output filename not working
  • code restructuration for a better readability and maintenance
  • documentation updates, improvements and fixes
  • minor improvements and fixes
  • cosmetic changes