nicolaasjan

Results 62 comments of nicolaasjan

Fails here as well... All I get is a small 98.6 KB mp4 file (duration 5 s 366 ms). Ffmpeg compiled myself recently. But I see it does `-c copy`,...

> but why the file size increased to 32,8 MB from 20,4 MB? That's because of the compression values ffmpeg uses by default. See: https://trac.ffmpeg.org/wiki/Encode/H.264 For example it used a...

> and how to Automatically delete mp4 if the Conversion failed? I don't know, but why don't you use: `-f worstvideo[ext=mp4]+worstaudio[ext=m4a]/worst[ext=mp4]` Then it will never fail. [Edit] I'm trying to...

> @nicolaasjan Write your own postprocessing. Something like `youtube-dlc --exec "ffmpeg -i {} -preset fast -c:a copy {}.mp4" URL` Thanks, I forgot about that one. Must be my age... This...

Strange... I have Python version 3.6.9 and here it goes well.: ``` youtube-dlc --verbose https://youtu.be/fYyRDoTPd1E [debug] System config: [] [debug] User config: ['-i', '-o', '/dev/shm/%(title)s.%(ext)s', '-f', 'bestvideo[height

@arter97 > Probably because you're using a user config. You're right... Without it, it throws the filename error. > Btw, why are you downloading it to shm? Yeah, I'll have...

Read on Reddit: https://reddit.com/r/youtubedl/comments/jv7vqb/youtubedls_repository_has_been_restored/gci1edu/ > Forks are not automatically being reinstated. Fork owners must re-fork from the parent repository. This is per an official email from GitHub Support.

> Update on this: > https://github.com/blackjack4494/youtube-dlc > It is currently back. However still need approval of github that applied changes fulfill their requirements. But should be fine. Great! But now...

Are there still systems that don't have Python3? Why not make it so, that youtube-dlc first tries with Python3 and if that fails; only than use Python2 and throw an...

> All MacOS versions come with Python 2.7 out of the box. Ah..., didn't know that. Strange... So MacOS doesn't even use the latest and greatest? ;) Guess they have...