Changes in Avidemux (Legacy Compatibility Branch) v2.7.4 – v2.7.6

New Feature:Detect and warn when cut points in HEVC video streams may result in grave playback issues despite being on keyframes
Encoder:Extend configuration options for NVENC-based H.264 and HEVC encoders, add 2-pass mode
Demuxer:Support MPEG-TS files with duration in excess of 13:15:36
Demuxer:Use DTS core from DTS XLL audio in MPEG-TS files instead of rejecting the track
Demuxer:Fix mono MP3 audio tracks in MP4 files misdetected as stereo
Demuxer:Try to correct timestamp jitter in MP4 files produced by older Avidemux versions
Muxer:Fix timestamp rounding which caused pseudo-VFR output from CFR sources
Muxer:Fix saving to network shares on Windows using the Mp4 muxer when index should be moved to the start of the file
Muxer:Support LPCM audio in the Mp4 muxer by silently switching to the MOV muxing mode
Muxer:Add support for Vorbis audio to the Mp4 muxer
Filter:Allow to toggle rubber band visibility in "Crop" and "Blacken Borders" video filters
Filter:Fix keyboard input in "Resize" video filter by recalculating values only on moving focus to another field or on accepting dialog
Audio:Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder plugin
Audio:Support external audio tracks in DTS format
UI:Fix navigation slider with RTL locales
UI:Restore the shutdown option in encoding dialog on Windows
Scripting:Add PTS query and keyframe seek methods to Python interface
Miscellaneous:Allow user-defined fragment size for auto-append of chunked MPEG-TS files
Miscellaneous:Improve handling of field-encoded video streams throughout the chain
Miscellaneous:Improve handling of H.264 video streams with parameter sets changing on the fly
Miscellaneous:Try to keep track of video time base throughout the chain
Miscellaneous:Numerous other fixes and polish