Vincentius

Results 51 comments of Vincentius

I have very little control over how youtube-dl/YT-DLP handle batches. I can't interrupt the Python process and force it to go back and try again. Also, there can be many...

>btw if you do that solution, do you think there is a chance that it will lose a few seconds part of the video where it brute-stopped due to internet...

Correct - including if the download process is killed, such as by the “Stop” function in MacYTDL. > On 30 Nov 2021, at 7:51 pm, zx ***@***.***> wrote: > >...

As a first step, MacYTDL can remux from webm to mp4, mkv, ogg, avi and flv. But, I guess you found that while the video is playable in Quick Look,...

Yes, the remuxed files are playable in many players (e.g. VLC). But, for some reason, Apple has not included decoders for some codecs in their macOS frameworks/libraries. >I really appreciate...

> Any plans to compile as native Apple Silicon (M1)? On an M1 Mac, MacYTDL currently runs under Rosetta2. I have been able to borrow an iMac running macOS Monterey...

I've created an arm64 version of MacYTDL. It is available here: https://github.com/section83/MacYTDL/blob/master/Components/MacYTDL-arm64-test.zip I have code signed and notarised that copy. Please beware, I took a pre-release copy of MacYTDL v1.21....

>maybe because the app stores more code to support Intel and arm? Yes, the applet executable is larger because it has both x86_64 and arm64 code. > the performance really...

I'm having no trouble with Alerter on macOS 12.2 Monterey. macOS should issue a notification on the first occasion you use a tool which tries to issue notifications. That first...

UPDATE: There is a problem in Monterey - see #47