Recherche avancée

Médias (91)

Autres articles (111)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (4363)

  • Downmixing multi-channel audio with FFMPEG

    28 mars 2018, par anorak

    I am trying to use FFMPEG to produce a new version of a video with multi-channel audio, including two identical 4.0 channel audio streams, and one different stereo audio stream.

    Here is the result I get from running ffmpeg -i for the file on my Mac :

    ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
    built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
    configuration: --prefix=/usr/local/Cellar/ffmpeg/3.2.4 --enable-shared --
    enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --
    enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
    libavutil      55. 34.101 / 55. 34.101
    libavcodec     57. 64.101 / 57. 64.101
    libavformat    57. 56.101 / 57. 56.101
    libavdevice    57.  1.100 / 57.  1.100
    libavfilter     6. 65.100 /  6. 65.100
    libavresample   3.  1.  0 /  3.  1.  0
    libswscale      4.  2.100 /  4.  2.100
    libswresample   2.  3.100 /  2.  3.100
    libpostproc    54.  1.100 / 54.  1.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video.mp4':
    Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.56.100
    Duration: 00:05:37.83, start: 0.000000, bitrate: 13072 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc, bt709), 3840x1920, 11237 kb/s, 30 fps, 30 tbr, 90k tbn, 60 tbc (default)
    Metadata:
     handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 4.0, fltp, 739 kb/s (default)
    Metadata:
     handler_name    : GPAC face Handler
    Stream #0:2(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 4.0, fltp, 764 kb/s
    Metadata:
     handler_name    : GPAC face Handler
    Stream #0:3(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 323 kb/s
    Metadata:
     handler_name    : GPAC face Handler

    I’d like to do one of the following :

    • Only use the stereo audio track from stream 0:3

    • Merge the stereo audio track from stream 0:3 with the 4.0 channel audio from stream 0:1 into a new stereo audio track containing audio from both streams. This would be preferred but may be more difficult.

    I’ve tried a variety of methods I’ve found online but nothing seems to be getting either of the specified results above.

    I would also like to convert the video to H265 as losslessly as possible, but this should be able to be accomplished in a subsequent step.

    I am also open to using other tools but I like how fast FFMPEG tends to work and it works well on my Mac.

  • ffmpeg not working in google colab

    16 août 2018, par Nikhil Wagh

    I’m trying to use Google Colab to do something. Particularly I want to use ffmpeg package to create a video from a image.

    But ffmpeg doesn’t seems to be working fine. Here is the link to my notebook : https://colab.research.google.com/drive/1YP-DSRoZO-Afz03tjwPfoxA-Kttm-2vK

    The output of this (in the last block) was supposed to be 400 400 instead of 0 0

    frame_width = int(cap.get(3))
    frame_height = int(cap.get(4))
    print frame_width, frame_height

    The same code is working fine with Azure notebooks and also on my local machine.

    What can be the reason for it ? And how to rectify that ?

  • Anomalie #3913 (Nouveau) : Restauration incomplète d’une sauvegarde effectuée avec la même version

    27 février 2017, par Gilles Corlobé

    J’utilise SPIP 3.2.0 dev (23435).
    J’ai effectué un dump puis une restauration de ce même fichier, à quelques heures d’intervalle.
    Pendant la restauration, je surveille le contenu de la base de données avec phpMyAdmin.
    Alors que les articles avaient été restaurés, avant le step 19, les données sont corrompues : la taille ne change pas mais les données sont inaccessibles (nombre de lignes dans spip_articles = 0, taille 41.7 Mo, perte 38.4 Mo).
    Version de PHP : 7.0.15-0ubuntu0.16.04.2
    Version du serveur : 5.7.17-0ubuntu0.16.04.1
    Apache/2.4.18 (Ubuntu)