Skip to content

Releases: shellixyz/hd_fpv_video_tool

v2.1.0

26 Jan 20:33
6c84891
Compare
Choose a tag to compare

Changes:

  • updated dependencies
  • cut-video: add short version of --start/--end options
  • generate-overlay-video: fix --target-resolution option
  • transcode-video: added option --osd-overlay-video to be able to transcode a file and generate OSD overlay video with a single command
  • transcode-video: added --video-resolution option to be able to downscale/upscale video during transcoding (useful when splicing videos)
  • transcode-video: the command now checks that the video defect regions passed to the --remove-video-defects option are valid before passing them to ffmpeg
  • transcode-video: added --add-audio option to allow to add a silent audio stream to the output video if the input video does not have one (useful when splicing videos with audio to videos without audio to keep the audio in the output)
  • added a splice-videos command
  • added a add-audio-stream command to add a silent audio stream to a video file without audio (useful when splicing videos with audio to videos without audio to keep the audio in the output)

V2.0.1

29 May 15:00
27f32a6
Compare
Choose a tag to compare

Changes:

  • cut-video / fix-video-audio commands now don't consider the same extension with a different case as a different extension
  • fix transcode command default audio encoder argument which would prevent the command from working when asking to fix the audio but did not specify an audio encoder
  • warn if some tile indices in the OSD file are invalid instead of crashing
  • improve error handling when the dimensions in the OSD file header are invalid: now displays a warning instead of crashing

V2.0.0

03 Mar 19:20
Compare
Choose a tag to compare

Changelog:

  • Added support for Walksnail OSD

Please see the README file for more info.

V1.0.0

04 Dec 22:45
9696e24
Compare
Choose a tag to compare

Please see the README file for more info.

If you are using Fedora 37 the AppImage will not work due to the fact that Fedora 37 has introduced some ABI changes. Please build from source.