Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (50)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11866)

  • Merge 3 ffmpeg audio tracks into one file without normalized audio

    29 juillet 2022, par Meh.

    I'm trying to essentially get the command line version of dropping files into Audacity, where they all start at the same time and when I export it, it will export as one file.

    


    I'm using this command ffmpeg -i <file> -i <file> -i <file> -filter_complex amix=inputs=3 <out></out></file></file></file> from another question and it makes the audio/end product softer. I can definitely tell a difference without any checking. I am working with files from the musdb18 database so I can make instrumentals manually for a project.

    &#xA;

    How can I combine multiple audio files without ffmpeg doing something weird like changing the db or normalizing the audio ?

    &#xA;

  • Using NReco.VideoConverter commercially [closed]

    1er octobre 2020, par BillyDay

    Hi I am looking at using NReco.VideoConverter commercially for a product were looking at building, it will be used to generate videos but I'm a bit unsure on the licensing terms.

    &#xA;

    If we have an NReco enterprise license according to the terms we can use it. However when you run NReco.VideoConverter for the first time it generates FFMpeg.exe.

    &#xA;

    The terms of FFMpeg.exe is a little confusing and if NReco are not following the "License Compliance Checklist" it would fall under GNU General Public License (GPL) version 2 which can not be distributed commercially does anyone know if NReco is ok to use commercially or any guidance would be much apricated

    &#xA;

    Thanks all.

    &#xA;

    NReco site

    &#xA;

    FFMpeg license

    &#xA;

  • Build ffmpeg with libaom decoder but without encoder

    27 juin 2023, par Yoz

    Is it possible to build ffmpeg with libaom with decoder only, having encoder disabled ?

    &#xA;

    I am able to build with libaom using --enable-libaom and the product works as expected, however I do not need encoder, so was thinking to just disable it with --disable-encoder=libaom which throws warning :

    &#xA;

    WARNING: Option --disable-encoder=libaom did not match anything&#xA;

    &#xA;

    I have been through configure --help but could not find any other appropriate flag.

    &#xA;