You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i apply command for Screenshot MPVLib.command(arrayOf("screenshot-to-file", filePath))
Expected Behavior
i was expected no jerk in all devices like other video players
Actual Behavior
I'm currently working on a new UI for MPV Android and implementing additional features in my free time. I've encountered an issue specific to Android 10 and 11 on certain devices, particularly those with full memory. The problem arises when executing the screenshot command, despite the screenshot property being properly set
Log File
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:v] Starting screenshot: '/storage/emulated/0/Pictures/HD Video/1732772559917.jpg'
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [screenshot:v] input: 720x480 [0:0] rgb0 rgb/bt.709/srgb/full/display CL=mpeg1/jpeg
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:warn] Audio device underrun detected.
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [screenshot:v] will convert image to yuv444p
2024-11-28 10:42:40.624 26949-27178 mpv videoplayer.movies.videoeditor.hd V [ffmpeg:v] swscaler: Lanczos scaler, from rgba to yuv444p using C
2024-11-28 10:42:40.625 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:v] restarting audio after underrun
2024-11-28 10:42:40.712 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:info] Screenshot: '/storage/emulated/0/Pictures/HD Video/1732772559917.jpg'
2024-11-28 10:42:40.714 26949-26949 MPVView videoplayer.movies.videoeditor.hd D Screenshot saved to /storage/emulated/0/Pictures/HD Video/1732772559917.jpg
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
mpv Information
Important Information
Reproduction Steps
i apply command for Screenshot
MPVLib.command(arrayOf("screenshot-to-file", filePath))
Expected Behavior
i was expected no jerk in all devices like other video players
Actual Behavior
I'm currently working on a new UI for MPV Android and implementing additional features in my free time. I've encountered an issue specific to Android 10 and 11 on certain devices, particularly those with full memory. The problem arises when executing the screenshot command, despite the screenshot property being properly set
Log File
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:v] Starting screenshot: '/storage/emulated/0/Pictures/HD Video/1732772559917.jpg'
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [screenshot:v] input: 720x480 [0:0] rgb0 rgb/bt.709/srgb/full/display CL=mpeg1/jpeg
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:warn] Audio device underrun detected.
2024-11-28 10:42:40.622 26949-27178 mpv videoplayer.movies.videoeditor.hd V [screenshot:v] will convert image to yuv444p
2024-11-28 10:42:40.624 26949-27178 mpv videoplayer.movies.videoeditor.hd V [ffmpeg:v] swscaler: Lanczos scaler, from rgba to yuv444p using C
2024-11-28 10:42:40.625 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:v] restarting audio after underrun
2024-11-28 10:42:40.712 26949-27178 mpv videoplayer.movies.videoeditor.hd V [cplayer:info] Screenshot: '/storage/emulated/0/Pictures/HD Video/1732772559917.jpg'
2024-11-28 10:42:40.714 26949-26949 MPVView videoplayer.movies.videoeditor.hd D Screenshot saved to /storage/emulated/0/Pictures/HD Video/1732772559917.jpg
log (2).txt
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: