bug
- void linux
- fluxbox
- feh 3.11.2
When using feh in a directory full of frames extracted from a video and having the window maximized (not full screen) multiple frames show at once.
steps
- download a video that is less than full resolution of your monitorhttps://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4
- extract frames
ffmpeg -i ../Big_Buck_Bunny_360_10s_1MB.mp4 \[Big_Buck_Bunny_1080_10s_1MB\].mp4 -quality 100 f_%04d.png
- maximize feh
- hold right arrow to go through images
Usually this would 'play' a video but with a maximized windows it seems to resize or draw multiple frames and then center. In fullscreen or non-maximized default size of image this does not happen. I don't think this happened in 3.10.3
Will test in another window manager when I get the chance just to be sure it's a general x11 issue.
bug
When using
fehin a directory full of frames extracted from a video and having the window maximized (not full screen) multiple frames show at once.steps
ffmpeg -i ../Big_Buck_Bunny_360_10s_1MB.mp4 \[Big_Buck_Bunny_1080_10s_1MB\].mp4 -quality 100 f_%04d.pngUsually this would 'play' a video but with a maximized windows it seems to resize or draw multiple frames and then center. In fullscreen or non-maximized default size of image this does not happen. I don't think this happened in 3.10.3
Will test in another window manager when I get the chance just to be sure it's a general x11 issue.