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
Thank you, this can indeed be used to replace ffmpeg, but what I want most is to be able to use mpv command to achieve this, so that the filter effect set by the user can be retained
set video-crop 100x100+100+100; screenshot-to-file ./a.png; set video-crop ''; or something similar.
I have tried to do this, but the set video-crop or vf add command is not synchronized, and needs to wait for a frame, and this will cause the player to shrink and enlarge, which is not a good experience.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The mpv command screenshot-to-file will have a filter effect when taking a screenshot, but how to specify a rectangular area when taking a screenshot?
I'm currently using ffmpeg to capture a rectangular area in the video, but this loses the effect of filters like anime4k.
And does mpv have a built-in command to export video within a specified range and set a rectangular area?
mpv-easy/mpv-easy#37
Beta Was this translation helpful? Give feedback.
All reactions