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 (37)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5886)

  • tif to MP4 conversion via FFmpeg mpeg4 video codec

    30 mai 2014, par Sam

    I am using a script for video processing which needs .mp4 format for the input meanwhile I have series of .tif images and would like to convert them to the .mp4 format. I have used different codes of FFmpeg and just out put of below mentioned code is compatible with the video processing script(needs mpeg4 video codec).

    ffmpeg -framerate 25 -i C:\%d.tif -c:v mpeg4 C:\1.mp4'

    I have recorded this images with 2500 fps, I wounder if it makes a difference the frame rate of new .MP4 in my video processing or I should make it with the same frame rate which I have recorded ?

    Also what could I do to have better quality if video ? I have used this codes but it does not work properly ?

    -profile:v high -crf 10

    Thanks

  • Révision 19616 : - 2 Fichiers en utf8...

    20 juin 2012, par marcimat -

    des balises codes sur les exemples de phpdoc (pour test)

  • extract audio with youtube-dl on windows

    12 mars 2017, par FlyingNimbus

    I want to extract audio from a video downloaded with youtube-dl on windows. I got youtube-dl working, but am unable to extract the audio. This problem is caused due to not having the correct audio codes installed. When i try to extract audio it tells me the following :

    WARNING : unable to obtain file audio codes with ffprobe

    youtube-dl man sais the following :
    - x -extract-audio convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)

    How do I install ffprobe or ffmpeg ? Do I install this on windows, or do I install this as a python extension ? I have no idea, can someone point me in the right direction ?

    OS : windows 7