Vielen Dank für die Antwort
Es geschieht bei allen Youtube-Videos
Z. B. Big Buck Bunny
Code: Alles auswählen
yt-dlp -o - "https://www.youtube.com/watch?v=pywPfimnvAg" | vlc -
VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2)
[youtube] Extracting URL: https://www.youtube.com/watch?v=pywPfimnvAg
[youtube] pywPfimnvAg: Downloading webpage
[youtube] pywPfimnvAg: Downloading ios player API JSON
[youtube] pywPfimnvAg: Downloading android player API JSON
[youtube] pywPfimnvAg: Downloading m3u8 information
[youtube] pywPfimnvAg: Downloading MPD manifest
[info] pywPfimnvAg: Downloading 1 format(s): 22
[download] Destination: -
[download] 1.5% of 67.30MiB at 6.91MiB/s ETA 00:09[00007f6ef80049f0] gl gl: Initialized libplacebo v4.208.0 (API v208)
libva info: VA-API version 1.17.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_17
libva info: va_openDriver() returns 0
[download] 3.0% of 67.30MiB at 8.42MiB/s ETA 00:07[00007f6ef8243290] gl gl: Initialized libplacebo v4.208.0 (API v208)
[00007f6f1806cb30] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding
[download] 20.5% of 67.30MiB at 8.69MiB/s ETA 00:06[NULL @ 0x7f6f1802b640] Invalid NAL unit size (1223139230 > 224).
[NULL @ 0x7f6f1802b640] missing picture in access unit with size 228
[NULL @ 0x7f6f1802b640] Invalid NAL unit size (-1694084067 > 230).
[NULL @ 0x7f6f1802b640] missing picture in access unit with size 234 […]
Ich habe ffprobe auch ausprobiert
Code: Alles auswählen
yt-dlp -o - "https://www.youtube.com/watch?v=pywPfimnvAg" | ffprobe -
ffprobe version 5.1.3-1 Copyright (c) 2007-2022 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
[youtube] Extracting URL: https://www.youtube.com/watch?v=pywPfimnvAg
[youtube] pywPfimnvAg: Downloading webpage
[youtube] pywPfimnvAg: Downloading ios player API JSON
[youtube] pywPfimnvAg: Downloading android player API JSON
[youtube] pywPfimnvAg: Downloading m3u8 information
[youtube] pywPfimnvAg: Downloading MPD manifest
[info] pywPfimnvAg: Downloading 1 format(s): 22
[download] Destination: -
[download] 0.4% of 67.30MiB at 1.13MiB/s ETA 00:59Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'pipe:':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2021-11-03T09:50:55.000000Z
Duration: 00:08:59.68, start: 0.000000, bitrate: N/A
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt470bg/bt709, progressive), 720x720 [SAR 1:1 DAR 1:1], 914 kb/s, 30 fps, 30 tbr, 15360 tbn (default)
Metadata:
creation_time : 2021-11-03T09:50:55.000000Z
handler_name : ISO Media file produced by Google Inc. Created on: 11/03/2021.
vendor_id : [0][0][0][0]
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
creation_time : 2021-11-03T09:50:55.000000Z
handler_name : ISO Media file produced by Google Inc. Created on: 11/03/2021.
vendor_id : [0][0][0][0]
ERROR: unable to write data: [Errno 32] Broken pipe
Ich habe mpv nicht. Ich werde es installieren.
Deutsch ist nicht meine Muttersprache. Ich bitte um Verständnis.