Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (82)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

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

Sur d’autres sites (8055)

  • Is it possible to automate the addition of a video at the begining of a bunch of videos ?

    8 septembre 2015, par Djidiouf

    Is it possible to automatically add a video at the beginning of a bunch of videos.

    For example I have a video of 1 min of pure branding and I want to be able to add that introductory video to a bunch of other videos and then export each one of those videos with introduction included.

    Currently, I’m doing it manually on Adobe Premiere.

    I am open to every kind of software with scripting capability (adobe premiere (if scripting is possible), ffmpeg) and just need to be able to set specific export settings (fps, resolution and codec for example).

  • Can't write H264 videos with Python and OpenCV

    14 octobre 2017, par slalomchip

    Using OpenCV with Python 3.6 (within an Anaconda platform) in a Windows environment, I can write videos using the DIVX, MJPG, and MPEG codecs (and probably some others) but cannot write videos using the H264 codec. I can read AVC1 (which is a version of H264) videos with OpenCV without issue.

    I have opencv_ffmpeg320_64.dll in my Anaconda3 folder and also in my Anaconda3\Lib\site-packages folder. I have also placed the downloaded and unzipped version of ffmpeg in my main (C :) folder.

    Does anyone have any suggestions of what I need to do to write H264 videos with OpenCV ? Thanks !

  • Comparing PSNR of two videos, possibly with ffmpeg ?

    24 septembre 2020, par UnixNerd

    I would like to compare a large number of videos to a good reference video in order to find videos with poor quality. I want to do this in a batch mode by calling a command line utility, I'm already using ffmpeg in this manner to grab video frames.

    



    ffmpg will give me a PSNR value to compare the input and output videos if I transcode a video. I was under the impression I could use something like this to compare two separate videos but can't find a way to do it.

    



    Would I be better grabbing a single frame from each video and comparing those somehow ? PSNR may not be the best option for me ?

    



    I'm not looking for minor differences in quality but for major differences such a sync problems or large amounts of snow.

    



    Any suggestions ? Thanks in advance :-)