Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6648)

  • How to rotate and merge mp4 videos with ffmpeg ?

    7 mars 2016, par Ara Badalyan

    I have two videos test.mp4 and test2.mp4, can i rotate video’s then merge with one ffmpeg command ?

    I can do that separate

    For example I rotate videos wirh this command

    ffmpeg -i test.mp4 -filter_complex transpose=1 test_rotate.mp4

    And merge with this command

    ffmpeg -f concat -i c:/ffmpeg/merge.txt -codec copy output.mp4

    But when I want to use them together it says "Filtering and streamcopy cannot be used together"

  • doc/libav-merge : change gmane link to a ffmpeg.org one

    25 septembre 2016, par Clément Bœsch
    doc/libav-merge : change gmane link to a ffmpeg.org one
    
    • [DH] doc/libav-merge.txt
  • Php with mp4 videos merge [on hold]

    22 juin 2014, par codermuci

    I want to merge with php mp4 videos. How do I install ffmpeg on my server it.
    Video names and video2.mp4 video1.mp4.

    Plese helm me ?