Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (78)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

  • How to get the hash of a MP4 With FFMPEG [on hold]

    26 janvier 2017, par Sammy Roberts

    ffmpeg -i input.mp4 -f hash -hash md5 -
    is the command im running,I am getting the following error

    Requested output format ’hash’ is not a suitable output format pipe: :
    Invalid argument

    My goal is to use the hash to compare images. If anyone has a better way of doing this, let me know. Thanks,
    Sammy

  • c # and FFmpeg video converter program [on hold]

    11 janvier 2014, par user3185145

    Hello friends good work to all of you, I would be a very important question for you if you let me I would be very glad if you can help. Now with ffmpeg written in c # and I need video converter program, I need very urgent please help, thank you very much.

  • Choose location for output file [on hold]

    28 juin 2013, par user2531138

    I have this site where you can convert videos with ffmpeg and so far everything is working good. But I WANT TO KNOW how you can choose where to put the file after you convert it. Is there anyway to do this with html and then fetch the location where you want to put it with PHP ?