Michele Venturi

Results 39 comments of Michele Venturi

Thanks for a solutions, but it has two problems: - File names need sanitization - Downlod audio and video separately for higher resolution

Using the video title as the file name can easily cause problems with some character, so it's not recommendable without having the necessary care...

I suppose you mean stream instead of steam... What do you mean by are going to be mapped? Can you tell us what does the function returns?

Maybe we should delegate yt-dlp to clip the video, instead of calling ffmpeg directly, it's now doable? https://github.com/yt-dlp/yt-dlp/issues/686#issuecomment-907778993

Thanks for being so active on these issues...

I haven't tried these new features yet,I'll do it soon...

The filter can be added to the individual clips. Also if there is just one audio, video and text stream ffmpeg can map them automatically. I'll let you know about...

Should be the same as the stream format; i've modified the code: ``` function get_extension(path) local is_stream = not file_exists(path) local format = mp.get_property("file-format") local candidate = string.match(path, "%.([^.]+)$") if...

Right,the fix worked for me but it isn't general...

https://github.com/mpv-player/mpv/blob/master/DOCS/edl-mpv.rst#mp4-dash https://github.com/lvml/mpv-plugin-excerpt/issues/2 https://mpv.io/manual/stable/#lua-scripting-error