6208dcfe8c
Handle HW fallback retry return
2025-12-09 12:09:12 -05:00
7818d55a53
Clean Go cache automatically at build start
2025-12-09 12:05:27 -05:00
4b99fe8029
Refine HW fallback: retry convert once in software
2025-12-09 11:50:48 -05:00
278c8b8846
Remove unused import in dvd adapter
2025-12-09 11:41:07 -05:00
075f363872
Retry hardware failures inline with software and avoid UI crash
2025-12-09 11:08:37 -05:00
f60b2a648b
Auto-retry convert in software if hardware encoder fails
2025-12-09 02:08:09 -05:00
d333a922ec
Force Source aspect unless user changes it; keep configs aligned
2025-12-09 02:06:06 -05:00
57cfcde707
Include FFmpeg stderr in snippet job errors
2025-12-09 01:50:10 -05:00
1e9c7fe0aa
Queue snippets and honor user aspect; skip HW accel if unavailable
2025-12-09 01:33:05 -05:00
4515793f5e
Force Source aspect default on snippets to prevent 16:9 drift
2025-12-09 01:28:33 -05:00
d6c4f5da29
Do not change aspect on snippets unless user explicitly sets it
2025-12-09 01:16:53 -05:00
d1ba052a6d
Apply current convert settings to snippets (scale/aspect/fps/bitrate/preset)
2025-12-09 01:13:21 -05:00
e4c09b15b3
Add VT helper scripts for 4K/1440p 60fps and smoothing
2025-12-09 00:57:48 -05:00
d9fa6f77f6
Add one-click AV1/HEVC helper scripts (sh/bat)
2025-12-09 00:53:56 -05:00
6ce55ec638
Add Windows clear-go-cache.bat helper
2025-12-09 00:51:11 -05:00
9dac96e7c7
Fix quoting in build-linux help line
2025-12-09 00:48:06 -05:00
7fea0da127
Mention clear-go-cache helper in build scripts
2025-12-09 00:43:00 -05:00
50fe10d9b3
Fix config reload and inspect status ticker build errors
2025-12-09 00:40:52 -05:00
048c906321
Add config load/save, queue/status in inspect, keep aspect default
2025-12-09 00:16:56 -05:00
c9a377e041
Fallback to software when auto hardware accel fails
2025-12-09 00:06:51 -05:00
44795b6951
Show bitrate in kbps/Mbps and expand presets
2025-12-08 23:53:40 -05:00
973df686f9
Update documentation
2025-12-08 23:33:31 -05:00
aff598c8b5
Default hardware accel to auto with helper selection
2025-12-08 23:28:47 -05:00
35a90bdcd6
Add simple bitrate/resolution/aspect controls and cache helper
2025-12-08 23:22:28 -05:00
a35049a6d8
Fallback bitrate uses source bitrate; add size/bitrate delta helpers
2025-12-08 22:26:06 -05:00
ffecea253f
Remove regex warning in build script version detection
2025-12-08 20:51:40 -05:00
9d53f7b795
Remove unused origBytes to fix Windows build
2025-12-08 20:51:29 -05:00
9271f32376
Remove unused origBytes placeholder in compare metadata
2025-12-08 20:48:05 -05:00
d49c75ebf5
Suppress unused variable warning in compare metadata
2025-12-08 20:45:28 -05:00
674c1cd509
Fix formatting helpers: add math import and self-contained reduction formatting
2025-12-08 20:43:17 -05:00
9502722906
Ignore logs and cache directories
2025-12-08 20:39:46 -05:00
a61c75d477
Add default bitrate fallback for CBR and format family labeling
2025-12-08 20:36:37 -05:00
14d3959f4e
Normalize MP4 format label, improve log readability, and prep reduction display
2025-12-08 18:46:34 -05:00
fed4139183
Shorten queue descriptions and wrap text to keep controls visible
2025-12-08 18:13:18 -05:00
8b75158923
Fix feedback bundler export and use utils.NewFeedbackBundler
2025-12-08 16:06:58 -05:00
009a5574fb
Add metadata map to VideoSource and add MP4 H.265 preset
2025-12-08 16:02:53 -05:00
e0f5c1fca3
Show app version and diagnostics in build scripts
2025-12-08 16:00:02 -05:00
0e900e7ccb
Fix feedback bundler import to restore build
2025-12-08 15:13:24 -05:00
03137bba29
Fix forward declarations for encoding/quality control helpers
2025-12-08 13:35:49 -05:00
7d9941745f
Fix imports for grouped main menu build
2025-12-08 12:26:01 -05:00
a00fffd345
Add sort import for grouped main menu
2025-12-08 12:18:17 -05:00
2d0a865bc1
Group main menu by category and add logs access
2025-12-08 12:07:58 -05:00
c7690f7f61
Add log viewer buttons and live log refresh for conversions
2025-12-08 12:02:25 -05:00
8b872672f3
Move conversion logs to logs/ directory and surface logs in queue UI
2025-12-08 11:33:58 -05:00
6684052585
Add per-conversion logs and surface them in queue UI
2025-12-08 11:31:12 -05:00
cd71f39c53
Hide ffmpeg console windows on Windows and fix inspect clear button
2025-12-08 11:26:14 -05:00
04fc954be9
Make Windows build skip ffmpeg download when already on PATH
2025-12-07 12:41:46 -05:00
aa0c1959f6
Add queue error copy, auto naming helper, and metadata templating
2025-12-07 12:03:21 -05:00
9015ad7bab
Add Windows helper scripts and conversion questionnaire
2025-12-07 11:37:45 -05:00
c160bb2ea4
Add horizontal/vertical flip and rotation transformations to Convert module
...
Implements video transformation features:
- Horizontal flip (mirror effect) using hflip filter
- Vertical flip (upside down) using vflip filter
- Rotation support: 90°, 180°, 270° clockwise using transpose filters
UI additions in Advanced mode:
- New "VIDEO TRANSFORMATIONS" section
- Two checkboxes for flip controls with descriptive labels
- Dropdown selector for rotation angles
- Hint text explaining transformation purpose
Filter implementation:
- Applied after aspect ratio conversion, before frame rate conversion
- Works in both queue-based and direct conversion paths
- Uses FFmpeg standard filters: hflip, vflip, transpose
Addresses user request to add flip/rotation capabilities inspired by Jake's script using -vf hflip.
2025-12-06 01:18:38 -05:00