Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (105)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11593)

  • How do I set the first and last frame of a video to be an image ?

    16 septembre 2011, par user205865

    HTML 5 implementations are different across various browsers. In firefox, the image specified by the placeholder attribute will be shown until the user clicks play on the video. In chrome, the placeholder image is shown until the video is loaded (not played), at which point the first frame of the video is shown.

    To reconcile this issue, I would like to set the first frame of the video to the placeholder image so that the experience will be the same in both browsers.

    I would preferably do this using ffmpeg or mencoder. I have very limited experience using these however, so if someone could point me in the right direction, I would be much obliged.

    Thanks !

  • dcadsp : Add a new method, qmf_32_subbands

    15 juillet 2013, par Ben Avison
    dcadsp : Add a new method, qmf_32_subbands
    

    This does most of the work formerly carried out by
    the static function qmf_32_subbands() in dcadec.c.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/dcadec.c
    • [DH] libavcodec/dcadsp.c
    • [DH] libavcodec/dcadsp.h
  • Trouble with ffmpeg on mac os catalina 10.15.3

    27 décembre 2020, par Scuds

    I had ffmpeg installed before upgrading my os to catalina. When I tried to re-encode a video it complained with this message

    &#xA;&#xA;

    dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib&#xA;  Referenced from: /usr/local/bin/ffmpeg&#xA;  Reason: image not found&#xA;zsh: abort      ffmpeg&#xA;

    &#xA;&#xA;

    I found out openssl isn't used in catalina in favor for libressl.. &#xA;I did a brew search openssl and found I have openssl@1.1 not 1.0.0

    &#xA;&#xA;

    I'm weary about messing around with the version of openssl because so many other programs depend on it and I don't want to screw up my system..

    &#xA;&#xA;

    My question is how can I get ffmpeg to run on my system ? Mac os catalina 10.15.3

    &#xA;