Hello,
In the Message;
Subject : Re: Tumbleweed: video plays on "gpac" but not on vlc - trying to understand why Message-ID : <970091422.3873723.1732873262003@mail.yahoo.com> Date & Time: Fri, 29 Nov 2024 09:41:01 +0000 (UTC)
[RW] == Robert Webb via openSUSE Users <users@lists.opensuse.org> has written:
RW> On Mon, 25 Nov 2024 00:40:43 +0100, "Carlos E. R." <robin.listas@telefonica.net> wrote: CER>> On 2024-11-25 00:31, Masaru Nomiya wrote:
MN>>> vlc does not have a down-sizing function. Please downsize it as follows;
MN>>> $ ffmpeg -i INPUT.FILE -s 2560x1440 OUTPUT.FILE
MN>>> or
MN>>> $ ffmpeg -i INPUT.FILE -s 1920x1080 OUTPUT.FILE [...]
CER>> As the file was downloaded with yt-dlp, maybe just download a different CER>> version. I don't remember the exact method, but there is a switch to CER>> list the available versions, then you can fire the command requesting a CER>> specific version.
RW> This is the entry I have in ~/.config/yt-dlp/config to automatically RW> choose the largest version not exceeding certain display pixel RW> dimensions:
RW> # Video format code, see the "FORMAT SELECTION" for all the info RW> -f 'bestvideo*[width<=?2560][height<=?2560]+bestaudio/best[width<=?2560][heigh t<=?2560]'
I don't understand what Robert is saying, not just Carlos.
What is your yt-dlp?
Mine is this;
$ yt-dlp --version 2024.11.18
Are you saying that yt-dlp can change the size while downloading?
If there is such a thing, I would like to know about it.
If the file format is specified, yt-dlp changes the file format after downloading the file, right?
Best Regards & Good Night.
--- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ " Reading widely about things that don't seem immediately or practically useful, in the hope that what you learn now may
In data venerdì 29 novembre 2024 12:06:37 Ora standard dell’Europa centrale, Masaru Nomiya ha scritto: prove
meaningful later—that's pretty much the definition of a
liberal-
arts education. Who knew that one of its best defenders
would turn
out to be a computer scientist? "
-- "What Does It Really Mean to Learn?" THE NEW YORKER --
Actually, yt-dlp can change the file format and the size selected. By default it requests the largest size available if several are available. Typical example would be youtube where (following the quality / speed of your connect, the browser generally chooses the fitting size for not having the system run out of buffer when watching a video. yt-dlp can therefore choose which of the versions offered (but by default does not as it has all the time to download the file in the max size offered). The different formats are normally downloaded all together and they are then by default all integrated into a mvk file, unless you pass the -k (keep) option to yt-dlp and then you have the mkv and the different formats prior to integration. I think you are interested in the capacity to limit download size to a specific format (which yt-dlp can do). https://usercomp.com/news/1044021/yt-dlp-select-maximum-resolution-and-speci... gives an indication (just an example of many). P.S. sorry if you are already informed about all this, not my intention to do bikeshedding to be clear.