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
echo -e "\n\n# crop.lua - c/C keys and then click+click to select crop rectangle; d key to reset, l key to obfuscate the logo\nc script-message-to crop start-crop hard\nalt+c script-message-to crop start-crop soft\nl script-message-to crop start-crop delogo\nd vf del -1\n\nC script-message-to crop toggle-crop hard\n\n# encode.lua\ne script-message-to encode set-timestamp\nalt+e script-message-to encode set-timestamp encode_webm\nE script-message-to encode set-timestamp encode_slice" >> ~/.config/mpv/input.conf
sed -i "s|-an -sn||g" ~/.config/mpv/scripts/encode.lua
quit MPV player, open the media file
Usage (keyboard keys for MPV):
e,e - define cut points, make new cut file(no HW encoding)
c/C and mouse clicks - crop the video playback
l (lowercase L) and mouse clicks - dissolve/obfuscate logo, seems to work for playback not for cut new file
For Windows, i think one would have to manually copy scripts and append the contents of input.conf into the %appdata%\mpv *.conf file :-/ setup is not easy, can be good if these features are built in mpv mpv-player/mpv#4639 .
The text was updated successfully, but these errors were encountered:
Here is what worked for me on Linux to setup the cropping and cutting MPV player scripts:
Setup/3 commands:
Usage (keyboard keys for MPV):
e,e - define cut points, make new cut file(no HW encoding)
c/C and mouse clicks - crop the video playback
l (lowercase L) and mouse clicks - dissolve/obfuscate logo, seems to work for playback not for cut new file
For Windows, i think one would have to manually copy scripts and append the contents of input.conf into the %appdata%\mpv *.conf file :-/ setup is not easy, can be good if these features are built in mpv mpv-player/mpv#4639 .
The text was updated successfully, but these errors were encountered: