Skip to content

Instantly share code, notes, and snippets.

@infodox
Created October 25, 2013 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infodox/7151909 to your computer and use it in GitHub Desktop.
Save infodox/7151909 to your computer and use it in GitHub Desktop.
bug thing
C:\Users\info\tunes>youtube-dl.exe "redacted youtube url" -x
[youtube:playlist] PLCxxxx: Downloading page #1
[youtube:playlist] PLCxxxx: Downloading page #2
[download] Downloading playlist: xxxx
[youtube:playlist] playlist 'xxxx': Collected 14 video ids (downlo
ading 14 of them)
[download] Downloading video #1 of 14
[youtube] Setting language
[youtube] xxxx: Downloading video webpage
[youtube] xxxx: Downloading video info webpage
[youtube] xxxx: Extracting video information
[download] xxxx has already been downloaded
ERROR: ffprobe or avprobe not found. Please install one.
> and now we see why I am much confused
C:\Users\info\tunes>ffprobe
ffprobe version N-57397-g6c9c636 Copyright (c) 2007-2013 the FFmpeg developers
built on Oct 24 2013 18:08:59 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 47.101 / 52. 47.101
libavcodec 55. 38.101 / 55. 38.101
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 89.100 / 3. 89.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Simple multimedia streams analyzer
usage: ffprobe [OPTIONS] [INPUT_FILE]
You have to specify one input file.
Use -h to get full help or, even better, run 'man ffprobe'.
C:\Users\info\tunes>ffmpeg
ffmpeg version N-57397-g6c9c636 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 24 2013 18:08:59 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 47.101 / 52. 47.101
libavcodec 55. 38.101 / 55. 38.101
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 89.100 / 3. 89.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfi
le}...
Use -h to get full help or, even better, run 'man ffmpeg'
C:\Users\info\tunes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment