Video output doesn't open at 100%
For unknown reasons, videos aren't displayed at 100 % when starting playback. As a work-around, one can press cmd-1 to enforce it. However, this shouldn't be necessary.
For unknown reasons, videos aren't displayed at 100 % when starting playback. As a work-around, one can press cmd-1 to enforce it. However, this shouldn't be necessary.
changed milestone to %2.0.2
okay, the problem is neither the interface nor the vout module. Apparently, VLC 2.x doesn't deal correctly with anamorphic content. After playback starts, the vout is automatically resized to wrong dimensions, which don't respect the anamorphic encoding.
The input meta data is wrong as well (e.g. 714*515 instead of 1015 * 515).
commit 25cf83bc Author: Felix Paul Kühne fkuehne@videolan.org Date: Fri Apr 6 13:09:12 2012 +0200
vout_macosx: slightly improve the resize behavior in a few corner cases (refs [#6427](https://code.videolan.org/videolan/vlc/-/issues/6427))
Fixed by David's latest improvements :)
added Status::fixed label
closed
VideoLAN code repository instance