dirkf

Results 1746 comments of dirkf

Or ask for .mkv and sort out any desired conversion locally. Or pass additional _ffmpeg_ arguments to force transcoding during the merge step (may fall into the category of "possible...

[Here](https://github.com/yt-dlp/yt-dlp/issues/11668#issuecomment-2508631577) I showed a successful example of the ["possible but inadvisable" technique](https://github.com/yt-dlp/yt-dlp/issues/10494#issuecomment-2236392968) of adding conversion args to the Merger PP. The specific problem of the issue is solved by `-S`,...

Doesn't the discussion in ytdl-org/youtube-dl#5942 clarify this? As I read it, in order to generate videos playable on older devices, without making users ask for a particular codec, they wanted...

OP will need someone to translate the useful analysis here into PR code, a slave or a mentor depending on how much work OP is going to put in. These...

For development and testing, actual valid URLs are needed (if they are not geo-restricted, so much the better). A description of the media expected to be found at each URL...

It's there but in the hydration JSON (which has nothing useful for l'agent Jean) and here: ```html ...... ```

The OHdio pages are basically similar to the previous ones, but the hydration JSON assigned to `_rcState_` has to be analyzed; actual A/V pages have a Medianet ID stashed as...

10054 is Windows error `WSAECONNRESET`: the other end of the TCP connection bailed out. As the data transfer was successful earlier, something external happened. Consider what might be wrong with...

What happened when applying the [previous suggestion](https://github.com/yt-dlp/yt-dlp/issues/12540#issuecomment-2834358360)? If it helped, it would be useful to know. If not, it's much more likely that a fix or work-around will be proposed...

From recollection of _yt-dlp_ issues, 406 might just mean that we're not asking for `Content-Type: application/json`, but it's going to be tricky to handle anything that needs impersonation: 1. a...