:: Re: [DNG] yt-dlp significant change…
Top Page
Delete this message
Reply to this message
Author: Marc Shapiro
Date:  
To: dng
Subject: Re: [DNG] yt-dlp significant changes incoming.

On 10/26/25 4:01 PM, Marc Shapiro wrote:
> On 10/25/25 7:47 AM, David Niklas via Dng wrote:
>> Youtube removed support for combined video and audio streams within the
>> last year. yt-dlp can download both and merge using ffmpeg, or you can
>> feed your video player both the video and audio in the format that the
>> player expects such that it plays both at the same time in sync together.
>>
>> E.G. mpv --audio-files=foo.webm foo.mp4
>>
>> If you want yt-dlp to merge the audio and video, they literally give
>> examples in the manpage, such as:
>>
>> Format Selection examples
>>
>> # Download and merge the best video-only format and the best audio-only
>> format,
>> # or download the best combined format if video-only format is not
>> available
>>
>> yt-dlp -f "bv+ba/b"
>>
>> I hope it helps,
>> David
>
> The download and merge worked, somewhat.  The file plays just fine in
> mpv, but not in xine, or vlc.  Xine plays back the audio, while
> displaying a solid black screen.  In vlc, I get audio and video, but
> the video is rotated 45 degrees counterclockwise.
>

I must have set vlc to rotate the video at some time in the past.  I
almost never use it.  I just went into the video effects/geometry and it
seems that it was set to rotate the video permanently.  I changed the
rotation to 0 degrees and it is now playing properly.

This still leaves xine playing back without any video, but, then, xine
has been acting flaky on me for several weeks, now.  So I am willing to
blame xine for that, not the downloaded and merged file.

Marc


> Marc
>