Fix export range, transition frame counting, session restore, and video encoding
- Fix export range not covering TRANSITION folder middle frames: range max was based on MAIN-only file count, causing blends at sequence end to be silently skipped. Now uses full sequence frame count from preview table. - Fix preview table not counting TRANSITION middle frames: these frames are output as symlinks in export but were shown without sequence numbers in preview. Now displayed as [T] entries with proper output_seq numbering. - Fix session restore path resolution: all folder paths now .resolve()'d on save and restored with _resolve_lookup() fallback for both raw and resolved forms. Fixes folder order corruption on restore. - Fix legacy session restore: detect pre-migration sessions (all folder_order=0) and fall back to symlink-derived ordering with get_all_folder_settings(). - Fix ffmpeg concat demuxer duration format: use decimal instead of fraction. - Fix QProgressDialog false cancellation from autoReset at max value. - Fix Export with Transitions skipping TRANSITION folders entirely while preview processed them, causing cutoff at blend boundaries. - Fix Encode Video Only not finding transition-exported files in trans_dest. - Add video encoding module (core/video.py) with concat demuxer support. - Add direct_transition_settings DB table and persistence. - Add sticky folder types on reorder and placeholder transition slots. - Add blend-skipped-range counter to export completion dialog. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1270
ui/main_window.py
1270
ui/main_window.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user