mrfragger

Results 52 comments of mrfragger

``` local utils = require 'mp.utils' local options = require 'mp.options' local messages = nil local chat_overlay = nil local chat_hidden = false local recent_messages = {} local message_buffer_duration =...

doing vad_filter=true does this change the original duration of the clip? Say if it's 60 mins and it cuts out 2 mins of silence now is it 58mins or still...

you can run cava in a terminal and gives you a spectrum analyzer

Just curious if this could be made to save media-title instead of just filename for the playlist items. Currently use the CogentRedTester save-playlist.lua to be able to name the playlist...

why wouldn't the video / audiobook just have the chapters in order as such 01German, 02German, 03German, 01 Spanish, 02 Spanish, 03 Spanish, 01 French, 02 French, 03 French?

could try this script seekend.lua ``` local msg = require 'mp.msg' local function seekToEnd() local duration = mp.get_property_number("duration") if not duration then mp.osd_message("Duration not available") return end mp.commandv("playlist-clear") local end_time...

When writing scripts always have debug info go to a file because trying to OCR it from the console is doable but not practical. Better than scrolling in history would...

I just checked...I have many tracks that are close to 200 characters or more...I think many OS's do a fine job of limiting it to 255 or so. I just...

yea it I was thinking audio tracks as in chapters in audio.....sub tracks... ok. Still not quite sure if I can limit them to 99 but will try but think...

I'm thinking of trying to write a script to change any sub-timing end that is ahead of any sub-timing on the next line to become it. These are three examples...