Jump to content

Who here has a Youtube-DL compile for WinXP?


Recommended Posts

Posted (edited)

@autodidact

I tested your XP version of FFmpeg, but it failed to convert flac to mp3 due to missing codec/library (for parsing cover art):

ffmpeg -threads 2  -y -i "Klaus Schulze - Mellotrone.flac" -acodec libmp3lame -q:a 0 "Klaus Schulze - Mellotrone.mp3"
ffmpeg version N-124841-gb355200263-WINXP Copyright (c) 2000-2026 the FFmpeg developers
  built with gcc 14.3.1 (GCC) 20250901
  configuration: --arch=x86 --target-os=mingw32 --prefix=/cygdrive/c/cygwin64/mingw-w64/i686-w64-mingw32 --cross-prefix=/cygdrive/c/cygwin64/mingw-w64/bin/i686-w64-mingw32- --extra-cflags='-O2 -mthreads -march=pentium4' --pkg-config=pkg-config --pkg-config-flags=--static --enable-gpl --enable-gray --enable-version3 --disable-bcrypt --disable-debug --disable-doc --disable-w32threads --disable-autodetect --disable-avdevice --enable-libmp3lame --enable-libfdk-aac --extra-version=WINXP
  libavutil      60. 32.100 / 60. 32.100
  libavcodec     62. 36.101 / 62. 36.101
  libavformat    62. 19.101 / 62. 19.101
  libavfilter    11. 17.100 / 11. 17.100
  libswscale      9.  8.100 /  9.  8.100
  libswresample   6.  4.100 /  6.  4.100
Input #0, flac, from 'Klaus Schulze - Mellotrone.flac':
  Metadata:
    ARTIST          : Klaus Schulze
    ALBUM           : Contemporary Works I - CD 9 - Klaus Schulze: Ballett 4
    GENRE           : Electronic
    DATE            : 2000
    TITLE           : Mellotrone
    DISCID          : 220FE003
    track           : 1
    TOTALTRACKS     : 3
    TRACKTOTAL      : 3
  Duration: 00:13:53.19, start: 0.000000, bitrate: 819 kb/s
  Stream #0:0: Audio: flac, 44100 Hz, stereo, s16
  Stream #0:1: Video: png, none, 600x600, 90k tbr, 90k tbn (attached pic)
    Metadata:
      comment         : Cover (front)
      title           : cover.png
[vost#0:0 @ 0003d580] Automatic encoder selection failed Default encoder for format mp3 (codec png) is probably disabled. Please choose an encoder manually.
[vost#0:0 @ 0003d580] Error selecting an encoder
Error opening output file Klaus Schulze - Mellotrone.mp3.
Error opening output files: Encoder not found

 

Edited by nicolaasjan

Posted

The program still working well through the 'android vr player' module. I haven't had a need to install external modules. I also use the website, so maybe youtube knows that I am not just leeching.

A conversion from FLAC to MP3 is such a common task that you can use a range of programs that link flac and lame together.

Posted (edited)
9 hours ago, nicolaasjan said:

but it failed to convert flac to mp3 due to missing codec/library (for parsing cover art):

And whose fault is that? Certainly NOT @autodidact's :whistle: ; many users here, especially the "XP-die-hards", complained of "inflated" FFmpeg binary sizes; that they ONLY wanted a binary capable of just remuxing downloaded formats (and only with the h264/aac codecs) from youtube.com; nothing more; IOW, a "bare-bones" FFmpeg compile... So, "they" got what "they" asked for :sneaky: (and no more shared builds, on top of that) ...

I, of course, was against such a request, because I also use FFmpeg outside of a yt-dlp context; e.g., the latest XP binary can't even fetch MPEG-DASH streams on its own, because it has been compiled without an XML parser (libxml2)); since I'm on Vista SP2 x86, I stayed silent, as the "Vista builds" (many thanks for those shared binaries, too :thumbup) continue to fulfill most of my needs under Vista; no complaints here of any sort, @autodidact :wub: !

Edited by VistaLover
wording
Posted
41 minutes ago, VistaLover said:

And whose fault is that? Certainly NOT @autodidact's :whistle: ; many users here, especially the "XP-die-hards", complained of "inflated" FFmpeg binary sizes; that they ONLY wanted a binary capable of just remuxing downloaded formats (and only with the h264/aac codecs) from youtube.com; nothing more; IOW, a "bare-bones" FFmpeg compile... So, "they" got what "they" asked for :sneaky: (and no more shared builds, on top of that) ...

Yes, I didn't really agree with that :no: . If they want a smaller size, they could compress it with UPX.

For now, I have reverted to the previous 'full' version.

Posted

You must enjoy the opening delay on XP-level hardware if you use lzma instead of NRV. I see no reason to use Ffmpeg as a downloader of DASH streams or others. DLP is a downloader. Nor to use it for encoding with Lame, when I have lame.exe. Use the one tool that does one job well instead of a jack of all trades, and which can have its version updated or reverted independently. The use of ffmpeg is for its native libavcodec codec and the formats it supports well. I don't use ffmpeg at all in conjuction with DLP. Video downloads can be played directly with MPC-HC, which bundles a copy of ffmpeg inside already. Those videos that need to kept after watching, can be muxed later.

Posted
3 hours ago, xjani said:

It's a bit of a shame you didn't include the ffplay file and the “shared” version for Windows XP.

Again, autodidact is NOT to blame :no: ; go back some pages in this thread and you'll read (some) users of FFmpeg (on WinXP and elsewhere) declaring they don't want FFplay at all, because they ONLY use dedicated GUI players for playback of media files :whistle:; and I don't recall off-hand why the XP shared builds were axed, too, but autodidact simply delivered what (XP) members here asked for :P ...

Posted
5 hours ago, VistaLover said:

Again, autodidact is NOT to blame :no: ; go back some pages in this thread and you'll read (some) users of FFmpeg (on WinXP and elsewhere) declaring they don't want FFplay at all, because they ONLY use dedicated GUI players for playback of media files :whistle:; and I don't recall off-hand why the XP shared builds were axed, too, but autodidact simply delivered what (XP) members here asked for :P ...

I understand, but if someone doesn't want to, they shouldn't download the file. There are also those who use ffplay and the 'shared' version :)

Posted
7 hours ago, xjani said:

It's a bit of a shame you didn't include the ffplay file and the “shared” version for Windows XP.

It is proving somewhat difficult to find a configuration that satisfies everyone.

I have added a shared XP build that includes ffplay in the previous post.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...