Releases: shellixyz/hd_fpv_video_tool
Releases · shellixyz/hd_fpv_video_tool
v2.1.0
Changes:
- updated dependencies
cut-video
: add short version of--start
/--end
optionsgenerate-overlay-video
: fix--target-resolution
optiontranscode-video
: added option--osd-overlay-video
to be able to transcode a file and generate OSD overlay video with a single commandtranscode-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 ffmpegtranscode-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
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