Recherche avancée

Médias (91)

Autres articles (92)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (13401)

  • How to restore a recorded mkv video back to its original state [closed]

    5 avril 2023, par itpotatoes

    The mkv video recorded with the Kinect camera was converted to mp4 after converting the color, depth, and ir video to avi using mkvtoolnix.
When I try to convert this back to avi with ffmpeg, it says that the depth and ir images cannot contain rawvideo gray16be in the avi container. Does anyone know of another way ?

    


    I could change it to another codec, but I couldn't convert it to rawvideo gray16be format.

    


  • ffmpeg : Generate video's thumbnail in original orientation in php

    17 décembre 2015, par user2899728

    I am trying to generate thumbnail from a video. My command is working fine but it is generating thumbnail in wrong orientation.

    I want to keep same orientation of the video I am using.

    Here is my command :

    exec("ffmpeg  -i  567293a3a6b48.mp4 -ss   01:00  -vframes 1  thumbnail.jpg");

    Also thumbnail does not contain any orientation info in exif data.

  • ffmpeg : Generate video's thumbnail in original orientation in php

    6 juillet 2017, par user2899728

    I am trying to generate thumbnail from a video. My command is working fine but it is generating thumbnail in wrong orientation.

    I want to keep same orientation of the video I am using.

    Here is my command :

    exec("ffmpeg  -i  567293a3a6b48.mp4 -ss   01:00  -vframes 1  thumbnail.jpg");

    Also thumbnail does not contain any orientation info in exif data.