Reputation: 1
While playing YouTube videos, the script saves the cut clips on the RAM rather than a C: directory, I believe.
What line should I add to the config.lua
file?
I use mpv-cut, or there is another scrip that allows me to change the location within C:?
I chose this instead because it was easy to install. I'm don't write Lua code at all. I have windows 10, installed ffmpeg and yt-dlp.
Upvotes: -1
Views: 275
Reputation: 46
To move the file you can use cd and mkdir in your terminal as that's much easier than learning a lua api. mpv-cut saves it to its own folder so if you find the folder with cd, you can then use bash or powershell commands to move it around as you would like to.
Upvotes: 0