Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (96)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • 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 (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (13569)

  • Merge commit '7b0b5bc810cdb9ef100492c9a9f2d30602c04336'

    17 janvier 2018, par Mark Thompson
    Merge commit '7b0b5bc810cdb9ef100492c9a9f2d30602c04336'
    

    * commit '7b0b5bc810cdb9ef100492c9a9f2d30602c04336' :
    cmdutils : update copyright year to 2018

    This commit is a noop, see bddf31ba7570325dd2c8d033eae3d0dd74127f96

    Merged-by : Mark Thompson <sw@jkqxz.net>

  • Anomalie #4078 (Fermé) : Écran de sécurité : numéro de version incohérent

    19 janvier 2018, par svpip -

    La page, de la documentation SPIP, https://www.spip.net/fr_article4200.html indique :
    Version courante : 1.3.3

    Or le fichier "ecran_securite.php" mentionne :
    define(’_ECRAN_SECURITE’, ’1.3.5’) ; // 2018-01-11

  • ffmpeg version 2.6.8 : Stream specifier ':a' in filtergraph description matches no streams

    16 décembre 2020, par Ashitaka

    I am not getting why this isn't working.. I have tried to get the video streams with [0:v]/[0:1]/[0:v:0] & the audio streams with [0:a]/[0:0]/[0:0:0].&#xA;nothing worked.

    &#xA;

    Explaining the inputs :

    &#xA;

    1.1st input stream is a video that can be of varying resolution on which the filter adds a padding on to make it 600:480.

    &#xA;

    2.2nd input is an overlay png which is already at 5:4 ratio.. just making it 600:480 before it gets overlaid in the filter.

    &#xA;

    3.3rd & 4th ones are also videos which I don't care if they get stretched.. n they are getting stretched to 600:480.

    &#xA;

    4.so finally there are 3 streams 1 overlaid video 2 stretched videos which needs to be concatenated.

    &#xA;

    here's the command :

    &#xA;

    ffmpeg &#xA;-i &#x27;/home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612.mp4&#x27; &#xA;-i &#x27;/home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612_overlay.png&#x27; &#xA;-i &#x27;/home/vidinflux/public_html/assets/user/736/video/Lines1.mp4&#x27; &#xA;-i &#x27;/home/vidinflux/public_html/assets/user/736/video/Lines11.mp4&#x27; &#xA;-filter_complex&#xA;"[0:v]trim=0:138,setpts=PTS-STARTPTS[v0];[0:a]atrim=0:138,asetpts=PTS-STARTPTS[a0];[v0]scale=&#x27;gte(iw/ih\,600/480)*600&#x2B;lt(iw/ih\,600/480)*((480*iw)/ih):lte(iw/ih\,600/480)*480&#x2B;gt(iw/ih\,600/480)*((600*ih)/iw)&#x27;,pad=&#x27;600:480:(600-gte(iw/ih\,600/480)*600-lt(iw/ih\,600/480)*((480*iw)/ih))/2:(480-lte(iw/ih\,600/480)*480-gt(iw/ih\,600/480)*((600*ih)/iw))/2:black&#x27;[x];[1:v]scale=600:480[y];[x][y]overlay=0:0[z];[2:v]scale=600:480,setsar=1:1[x0];[3:v]scale=600:480,setsar=1:1[x1];[x0][2:a][z][a0][x1][3:a]concat=n=3:v=1:a=1[v][a]" &#xA;-map "[v]" &#xA;-map "[a]" &#xA;-c:v libx264 &#xA;-shortest /home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612_final.mp4&#xA;

    &#xA;

    this is the complete error I am getting :

    &#xA;

    Stream specifier &#x27;:a&#x27; in filtergraph description  [0:v]trim=0:138,setpts=PTS-STARTPTS[v0];[0:a]atrim=0:138,asetpts=PTS-STARTPTS[a0];[v0]scale=&#x27;gte(iw/ih\,600/480)*600&#x2B;lt(iw/ih\,600/480)*((480*iw)/ih):lte(iw/ih\,600/480)*480&#x2B;gt(iw/ih\,600/480)*((600*ih)/iw)&#x27;,pad=&#x27;600:480:(600-gte(iw/ih\,600/480)*600-lt(iw/ih\,600/480)*((480*iw)/ih))/2:(480-lte(iw/ih\,600/480)*480-gt(iw/ih\,600/480)*((600*ih)/iw))/2:black&#x27;[x];[1:v]scale=600:480[y];[x][y]overlay=0:0[z];[2:v]scale=600:480,setsar=1:1[x0];[3:v]scale=600:480,setsar=1:1[x1];[x0][2:a][z][a0][x1][3:a]concat=n=3:v=1:a=1[v][a] matches no streams.&#xA;

    &#xA;

    also there are these warnings :

    &#xA;

    [Parsed_setsar_9 @ 0x219fba0] num:den syntax is deprecated, please use num/den or named options instead&#xA;[Parsed_setsar_11 @ 0x21a4840] num:den syntax is deprecated, please use num/den or named options instead&#xA;

    &#xA;

    Complete log as requested :

    &#xA;

    [root@cloud ~]# ffmpeg -i &#x27;/home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612.mp4&#x27; -i &#x27;/home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612_overlay.png&#x27; -i &#x27;/home/vidinflux/public_html/assets/user/736/video/Lines1.mp4&#x27; -i &#x27;/home/vidinflux/public_html/assets/user/736/video/Lines11.mp4&#x27; -filter_complex \ "[0:v]trim=0:138,setpts=PTS-STARTPTS[v0];[0:a]atrim=0:138,asetpts=PTS-STARTPTS[a0];[v0]scale=&#x27;gte(iw/ih\,600/480)*600&#x2B;lt(iw/ih\,600/480)*((480*iw)/ih):lte(iw/ih\,600/480)*480&#x2B;gt(iw/ih\,600/480)*((600*ih)/iw)&#x27;,pad=&#x27;600:480:(600-gte(iw/ih\,600/480)*600-lt(iw/ih\,600/480)*((480*iw)/ih))/2:(480-lte(iw/ih\,600/480)*480-gt(iw/ih\,600/480)*((600*ih)/iw))/2:black&#x27;[x];[1:v]scale=600:480[y];[x][y]overlay=0:0[z];[2:v]scale=600:480,setsar=1:1[x0];[3:v]scale=600:480,setsar=1:1[x1];[x0][2:a][z][a0][x1][3:a]concat=n=3:v=1:a=1[v][a]" -map "[v]" -map "[a]" -c:v libx264 -shortest /home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612_final.mp4&#xA;ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers&#xA;  built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)&#xA;  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags=&#x27;-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic&#x27; --enable-bzlib --disable-crystalhd --enable-gnutls --enable-ladspa --enable-libass --enable-libdc1394 --enable-libfaac --enable-nonfree --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect&#xA;  libavutil      54. 20.100 / 54. 20.100&#xA;  libavcodec     56. 26.100 / 56. 26.100&#xA;  libavformat    56. 25.101 / 56. 25.101&#xA;  libavdevice    56.  4.100 / 56.  4.100&#xA;  libavfilter     5. 11.102 /  5. 11.102&#xA;  libavresample   2.  1.  0 /  2.  1.  0&#xA;  libswscale      3.  1.101 /  3.  1.101&#xA;  libswresample   1.  1.100 /  1.  1.100&#xA;  libpostproc    53.  3.100 / 53.  3.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: isommp42&#xA;    creation_time   : 2017-08-21 02:23:24&#xA;  Duration: 00:02:17.23, start: 0.000000, bitrate: 417 kb/s&#xA;    Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, bt709), 640x360 [SAR 1:1 DAR 16:9], 318 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 96 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2017-08-21 02:23:24&#xA;      handler_name    : IsoMedia File Produced by Google, 5-11-2011&#xA;Input #1, png_pipe, from &#x27;/home/vidinflux/public_html/assets/temp/2018020116464612/2018020116464612_overlay.png&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #1:0: Video: png, rgba, 600x479, 25 tbr, 25 tbn, 25 tbc&#xA;Input #2, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/home/vidinflux/public_html/assets/user/736/video/Lines1.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 1&#xA;    compatible_brands: mp41mp42isom&#xA;    creation_time   : 2018-01-31 22:40:09&#xA;  Duration: 00:00:04.90, start: 0.103811, bitrate: 846 kb/s&#xA;    Stream #2:0(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt470bg/bt709), 1920x1080, 827 kb/s, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 90k tbn, 180k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2018-01-31 22:40:10&#xA;      handler_name    : Core Media Video&#xA;Input #3, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/home/vidinflux/public_html/assets/user/736/video/Lines11.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 1&#xA;    compatible_brands: mp41mp42isom&#xA;    creation_time   : 2018-01-31 22:40:09&#xA;  Duration: 00:00:04.90, start: 0.103811, bitrate: 846 kb/s&#xA;    Stream #3:0(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt470bg/bt709), 1920x1080, 827 kb/s, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 90k tbn, 180k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2018-01-31 22:40:10&#xA;      handler_name    : Core Media Video&#xA;[Parsed_setsar_9 @ 0x17c8ba0] num:den syntax is deprecated, please use num/den or named options instead&#xA;[Parsed_setsar_11 @ 0x17cd840] num:den syntax is deprecated, please use num/den or named options instead&#xA;Stream specifier &#x27;:a&#x27; in filtergraph description  [0:v]trim=0:138,setpts=PTS-STARTPTS[v0];[0:a]atrim=0:138,asetpts=PTS-STARTPTS[a0];[v0]scale=&#x27;gte(iw/ih\,600/480)*600&#x2B;lt(iw/ih\,600/480)*((480*iw)/ih):lte(iw/ih\,600/480)*480&#x2B;gt(iw/ih\,600/480)*((600*ih)/iw)&#x27;,pad=&#x27;600:480:(600-gte(iw/ih\,600/480)*600-lt(iw/ih\,600/480)*((480*iw)/ih))/2:(480-lte(iw/ih\,600/480)*480-gt(iw/ih\,600/480)*((600*ih)/iw))/2:black&#x27;[x];[1:v]scale=600:480[y];[x][y]overlay=0:0[z];[2:v]scale=600:480,setsar=1:1[x0];[3:v]scale=600:480,setsar=1:1[x1];[x0][2:a][z][a0][x1][3:a]concat=n=3:v=1:a=1[v][a] matches no streams.&#xA;

    &#xA;