Recherche avancée

Médias (91)

Autres articles (90)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

Sur d’autres sites (4368)

  • Convert a video to MP4 (H.264/AAC) with ffmpeg

    5 décembre 2015, par user176455

    If I don’t make a mistake, Safari currently need MP4 (H.264/AAC) video encoded for the HTML5 <video></video> element.

    So I tried to convert a video to this format with ffmpeg. However when I enter the shell command ffmpeg -i video.flv video.mp4, the returned error is :

    Seems stream 0 codec frame rate
    differs from container frame rate :
    2000.00 (2000/1) -> 29.92 (359/12) Input #0, flv, from ’video.flv’ :
    Duration : 00:05:01.20, start :
    0.000000, bitrate : 66 kb/s
    Stream #0.0 : Video : h264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 66 kb/s,
    29.92 tbr, 1k tbn, 2k tbc
    Stream #0.1 : Audio : aac, 22050 Hz, stereo, s16 Output #0, mp4, to
    ’video.mp4’ :
    Stream #0.0 : Video : mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3],
    q=2-31, 200 kb/s, 90k tbn, 29.92 tbc
    Stream #0.1 : Audio : 0x0000, 22050 Hz, stereo, s16, 64 kb/s Stream
    mapping : Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1 Unsupported codec
    for output stream #0.1

    An AAC codec is required but I’m quite newbie with ubuntu and I dont really now how to fix this problem. I’m using Ubuntu 9.10 Karmik Koala (for amd64).

    Thank you very much. :)

  • FFMPEG : Extracting 20 images from a video of variable length

    12 novembre 2013, par Vapire

    I've browsed the internet for this very intensively, but I didn't find what I needed, only variations of it which are not quite the thing I want to use.

    I've got several videos in different lengths and I want to extract 20 images out of every video from start to the end, to show the broadest impression of the video.

    So one video is 16m 47s long => 1007s in total => I have to make one snapshot of the video every 50 seconds.

    So I figured using the -r switch of ffmpeg with the value of 0.019860973 (eq 20/1007) but ffmpeg tells me that the framerate is too small for it...

    The only way I figured out to do it would be to write a script which calls ffmpeg with a manipulated -ss switch and using -vframes 1 but this is quite slow and a little bit off for me since ffmpegs numerates the images itself...

    Any suggestions or directions ?

    Thanks,
    Vapire

  • dvenc : print allowed profiles if the video doesn’t conform to any of them.

    26 mars 2012, par Anton Khirnov

    dvenc : print allowed profiles if the video doesn’t conform to any of them.