• Joined on 2026-05-19
guru pushed to master at guru/Video-Processing-Scripts 2026-09-07 12:56:52 +00:00
a5fea78758 Added MiniMax H3 720p resolutions, including upscaling resolutions.
guru pushed to master at guru/Video-Processing-Scripts 2026-08-28 00:14:57 +00:00
bd546abb34 Remove Get-Frames.ps1 and Get-Frames.cmd scripts for frame extraction functionality
guru pushed to master at guru/Video-Processing-Scripts 2026-08-15 20:31:55 +00:00
1f3615c7b4 Add Create-Clip.ps1 and Create-Clip.cmd wrapper scripts for automated clip creation with -Source and -Frames parameters, auto-generating target filenames with "-Clip" suffix before extension, and add 1920x1076 resolution support to Crop-ClipsKling.ps1 while removing verbose input logging
guru pushed to master at guru/Video-Processing-Scripts 2026-08-02 13:01:38 +00:00
85ab88adeb Add image-to-video mode to Clone-Video.ps1 for building videos from static images with audio duration matching, supporting .png, .jpg, .jpeg, .webp, .bmp, .tiff, .tif, and .gif formats with -Size, -FPS, -CRF, and -LTX parameters, using ffmpeg's stillimage tune for libx264 and -shortest flag for audio synchronization, while prohibiting -NoAudio and ignoring -StartFrame, -EndFrame, -Frames, -Sequence, -Metadata, and -Reverse in this mode
guru pushed to master at guru/Video-Processing-Scripts 2026-07-18 00:30:59 +00:00
56ddfc4371 Add -Frames parameter to Clone-Video.ps1 for flexible frame range specification supporting start-end ranges, positive numbers for 0-to-N, negative numbers for last N frames, % placeholder for last frame index, and 'all' keyword, with mutual exclusivity enforcement against -StartFrame, -EndFrame, and -Sequence parameters in both video and PNG sequence modes
guru pushed to master at guru/Video-Processing-Scripts 2026-07-09 11:47:45 +00:00
db71ce09a0 Change ffmpeg encoding preset from 'fast' to 'slow' in Compare-Videos.ps1 and Stich-InBetween.ps1 for higher quality output at the cost of longer encoding time
guru pushed to master at guru/Video-Processing-Scripts 2026-07-07 03:21:53 +00:00
7ef52e2ca1 Add PNG image sequence mode to Clone-Video.ps1 to build videos from directories of PNG files with alphabetical ordering, support for -Reverse, -StartFrame, -EndFrame, -Size, -FPS, -CRF, -Audio, -NoAudio, and -LTX parameters, with restrictions preventing -Sequence and -Metadata usage in this mode
guru pushed to master at guru/Video-Processing-Scripts 2026-07-03 14:18:30 +00:00
f69f9b367c Add Video_Length field to Get-VideoInfo.ini mapping to frames_count for reading actual encoded frame count directly from ffprobe instead of JSON metadata, with duration calculation using real fps
guru pushed to master at guru/Video-Processing-Scripts 2026-06-16 00:26:13 +00:00
84811de486 Add 320p, 384p, and 900p size presets to Clone-Video.ps1 with aspect-ratio-preserving scaling logic, add -Sideways parameter to Compare-Videos.ps1 for single-row layouts with optional -Clip support, extend -Clip to portrait 2-4 video layouts, and add corresponding crop filters to Crop-Clips.ps1
guru pushed to master at guru/Video-Processing-Scripts 2026-06-10 21:58:27 +00:00
8addeb0db1 Add upscayl-bin command line logging to Clone-Image.ps1 for debugging upscaling operations
guru pushed to master at guru/Video-Processing-Scripts 2026-06-10 21:36:57 +00:00
fb4f371450 Add -Upscale parameter to Clone-Image.ps1 for AI upscaling with upscayl-bin before ffmpeg processing, add -Model and -Keep parameters for model selection and output preservation, and update Stich-InBetween.ps1 to use RIFE_HOME and NCNN_GPU_ID environment variables for TNTwise fork compatibility
guru pushed to master at guru/Video-Processing-Scripts 2026-06-10 15:32:32 +00:00
1e58558308 Add -LTX parameter to select closest LTX-2 canonical resolution for specified aspect ratio when using -Size with HD/1080p/720p/480p presets
guru pushed to master at guru/Video-Processing-Scripts 2026-06-10 02:38:05 +00:00
46335f2cb1 Fix file name display to show basename instead of full path when using wildcard patterns
guru pushed to master at guru/Video-Processing-Scripts 2026-06-10 00:50:23 +00:00
a057ab0d1d Add wildcard support to Get-VideoInfo.ps1 for processing multiple video files with pattern matching and sequential metadata display
guru pushed to master at guru/Video-Processing-Scripts 2026-06-08 01:16:21 +00:00
9cbe54d8d3 Add NoAudio and CRF parameters to re-encode detection logic and update parameter documentation to clarify when re-encoding is forced
guru pushed to master at guru/Video-Processing-Scripts 2026-06-07 20:44:36 +00:00
fcfa99dddc Add -Reverse parameter to reencode video backward while keeping audio forward, and add 1284x716 to 1280x720 crop support in Crop-ClipsWan
guru pushed to master at guru/Video-Processing-Scripts 2026-06-04 12:58:47 +00:00
201cc2625f Add compact JSON formatting for single-element arrays in video info display
guru pushed to master at guru/Video-Processing-Scripts 2026-06-03 19:27:03 +00:00
a687bb5348 Add mixed-orientation layout for -Clip mode with landscape video at native size and portrait video scaled to match height
guru pushed to master at guru/Video-Processing-Scripts 2026-06-01 13:08:32 +00:00
edf9f6b874 Add support for silver, gray, charcoal, and custom hex color pillarbox effects with color:RRGGBB syntax
guru pushed to master at guru/Video-Processing-Scripts 2026-06-01 06:29:13 +00:00
fab3020dd0 Add -Clip parameter to remove letterboxing from 2-video comparisons by matching output height to scaled source height