Recherche avancée

Médias (91)

Autres articles (44)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6040)

  • FFMPEG extract h264 video (can't see video)

    28 décembre 2015, par Marco Ronchi

    I’m trying to extract a portion of video from another video with FFMPEG. I use this command line :

    ffmpeg -i C:\Temp\test.avi -ss 00:00:30.0 -c copy -t 00:00:10.0 C:\Temp\out.avi

    and this is the output messages :

    ffmpeg version N-77504-gbaf4c48 Copyright (c) 2000-2015 the FFmpeg developers
     built with gcc 5.2.0 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
     libavutil      55. 11.100 / 55. 11.100
     libavcodec     57. 20.100 / 57. 20.100
     libavformat    57. 20.100 / 57. 20.100
     libavdevice    57.  0.100 / 57.  0.100
     libavfilter     6. 22.100 /  6. 22.100
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.101 /  2.  0.101
     libpostproc    54.  0.100 / 54.  0.100
    [h264 @ 0000024bf533c6c0] illegal aspect ratio
    [h264 @ 0000024bf533c6c0] AVC: nal size 1296048104
    [h264 @ 0000024bf533c6c0] missing picture in access unit with size 4382
    [h264 @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 18 times
    Input #0, avi, from 'C:\Temp\test.avi':
     Metadata:
       encoder         : Lavf56.25.101
     Duration: 00:01:51.48, start: 0.000000, bitrate: 864 kb/s
       Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuv420p, 854x480 [SAR 1:1 DAR 427:240], 719 kb/s, 59.94 fps, 29.97 tbr, 59.94 tbn, 59.94 tbc
       Stream #0:1: Audio: aac (LC) ([255][0][0][0] / 0x00FF), 44100 Hz, stereo, fltp, 125 kb/s
    Output #0, avi, to 'C:\Temp\out.avi':
     Metadata:
       ISFT            : Lavf57.20.100
       Stream #0:0: Video: h264 (H264 / 0x34363248), yuv420p, 854x480 [SAR 1:1 DAR 427:240], q=2-31, 719 kb/s, 59.94 fps, 29.97 tbr, 59.94 tbn, 59.94 tbc
       Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 44100 Hz, stereo, 125 kb/s
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
     Stream #0:1 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 11 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 22411
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 25 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 41687
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 16 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 44957
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 20 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 63683
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 39 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 39072
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 32 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 31894
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 37 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 44447
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 19 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 29614
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 20 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 33664
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 20 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 26399
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 23 times
    frame=    0 fps=0.0 q=-1.0 size=      10kB time=00:00:02.02 bitrate=  39.7kbits/[NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 44 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 58844
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 3 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 72293
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 92 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 40496
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 10 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 47336
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 19 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 46490
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 45 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 59161
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 43 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 30588
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 6 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 35601
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 4 times
    frame=    0 fps=0.0 q=-1.0 size=      10kB time=00:00:02.02 bitrate=  39.7kbits/[NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 21 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 42018
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 28 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 55838
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 25 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 17035
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 21226
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 17 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 44613
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 48 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 29342
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 8 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 30664
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 32 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 67394
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 57 times
    frame=    0 fps=0.0 q=-1.0 size=      10kB time=00:00:02.02 bitrate=  39.7kbits/[NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 4 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 35793
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 7 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 38809
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 12 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 63104
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 35 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 39476
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 30 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 27844
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 2 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 31435
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 20 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 40483
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 29 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 29305
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 12 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 34270
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 25 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 74136
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 53 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 63513
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 8 times
    frame=    0 fps=0.0 q=-1.0 size=      10kB time=00:00:02.02 bitrate=  39.7kbits/[NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 29 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 45954
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 3 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 52952
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 20 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 78552
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 39 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 33986
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 27 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 32874
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 70 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 63801
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 12 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 78008
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 44 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 21138
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 20 times
    frame=    0 fps=0.0 q=-1.0 size=      10kB time=00:00:02.02 bitrate=  39.7kbits/[NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 17 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 63108
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 8 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 57850
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 43 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 20832
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 37 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 32282
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 12 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 38413
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 46 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 24824
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 24 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 31691
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 57 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 25181
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 14 times
    frame=    0 fps=0.0 q=-1.0 size=      10kB time=00:00:02.02 bitrate=  39.7kbits/[NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 16 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 11491
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 79 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 65374
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 74 times
    [NULL @ 0000024bf533c6c0] AVC: nal size 100779136
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 18231
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 1 times
    [NULL @ 0000024bf533c6c0] illegal aspect ratio
    [NULL @ 0000024bf533c6c0] AVC: nal size 1296048104
    [NULL @ 0000024bf533c6c0] missing picture in access unit with size 17750
    [NULL @ 0000024bf533c6c0] illegal reordering_of_pic_nums_idc 13
       Last message repeated 62 times
    frame=    0 fps=0.0 q=-1.0 Lsize=      43kB time=00:00:02.02 bitrate= 173.8kbits/s speed= 0.6x
    video:0kB audio:31kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 38.359665%

    The audio was extracted correctly, but I can’t see video (it’s all black). Can someone help me ?

    Thanks in advance

  • Fail to get the statistics of https video using ffprobe

    23 janvier 2017, par amith

    I want to collect the statistics of a video stream backed by https url.

    on executing
    ffprobe https://www.youtube.com/watch?v=YbYjtSFa5Fs

    I get the following output

    vagrant@kaybus:/vagrant/kaybus$ ffprobe https://www.youtube.com/watch?v=YbYjtSFa5Fs
    ffprobe version N-80901-gfebc862 Copyright (c) 2007-2016 the FFmpeg developers
     built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
     configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvidstab
     libavutil      55. 28.100 / 55. 28.100
     libavcodec     57. 48.101 / 57. 48.101
     libavformat    57. 41.100 / 57. 41.100
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 47.100 /  6. 47.100
     libavresample   3.  0.  0 /  3.  0.  0
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100
     libpostproc    54.  0.100 / 54.  0.100
    [tls @ 0x3547140] A TLS packet with unexpected length was received.
    https://www.youtube.com/watch?v=YbYjtSFa5Fs: Input/output error

    [tls @ 0x3547140] A TLS packet with unexpected length was received.
    How to fix the above error ?

    https is listed in ffprobe’s supported input and output protocols.

    ffprobe -version

    vagrant@kaybus:/vagrant/kaybus$ ffprobe -version
    ffprobe version N-80901-gfebc862 Copyright (c) 2007-2016 the FFmpeg developers
    built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)

    Thanks

  • Can FFmpeg perform audio phase subtraction ? [closed]

    22 avril 2023, par Calarpo

    I can do audio phase subtraction in Adobe Audition like so : https://www.youtube.com/watch?v=vNvJKBg3yds

    


    How can I do this with FFmpeg ? Is it possible ?

    


    I've googled for audio phase subtraction, and looked at https://ffmpeg.org/ffmpeg-filters.html, nothing seems to work for me.

    


    I want to do phase subtraction in batches and support for stereo audio.