mpv-scripts
mpv-scripts copied to clipboard
Various scripts for mpv
I like to use a tool called [ani-cli](https://github.com/pystardust/ani-cli) to watch anime, and an issue I've had with the encode.lua script is that it fails to encode video streamed using this...
Hi How do i set the output_directory? i have i like this 'output_directory=D:\Programs\MPV\Files' and i still saves input path. Could it be the input file is from another disk? Thanks!
Half the width (the right half) of what's supposed to be blurred edges is a green vertical bar. How do I make that go away?
For me it works splendid for .mkv file, for which many kudo's. However, the .mp4 files leave me with 0 byte files.
This is done by using regex to look if the path is in the mpv-googlevideo format. If this is the case, youtube-dl is used to get a normal googlevideo.com url...
Hardware decoding will most often interfer with the filter, therefore disable it when enabling of blur_edges and restore the original value when disabling. If you think it would be better...
Here is what worked for me on Linux to setup the cropping and cutting MPV player scripts: **Setup/3 commands:** 1) for i in encode crop; do wget https://raw.githubusercontent.com/occivink/mpv-scripts/master/scripts/$i.lua -O ~/.config/mpv/scripts/$i.lua;...
Most of the people will likely want to keep the audio. https://github.com/occivink/mpv-scripts/issues/29
Hello, it's not really an issure, more like a small bug - i have 'loop-file=inf' in my mpv config, and if I crop a part of a videofile and the...
Im trying to clip a certain part of a longer youtube video but it won't work. I assume its because youtube has a different stream for video and audio and...