Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10197)

  • In FFMPEG, is there a way to encode a video so that a re-encode loses a lot of quality ?

    17 janvier 2024, par Martijn Brouwer

    Is there a way that, when I encode a video (h264 in FFMPEG), that the result would be good, but it someone wants to re-encode the result, that the quality would result in a significant drop of quality.

    


    I'm thinking about filters, like introducing grain or lines or something. Something that's easy for the encoder to add, but difficult to re-encode.

    


    The reason I'm asking is if I can do something to the source video to prevent people from making copies of it. (For a local theater production)

    


  • Muxing of two audio files using ffmpeg (in C) [on hold]

    8 décembre 2015, par Abhishek Gupta

    I need to mux two audio files to create a final audio file using ffmpeg. There are a lot of easy solutions available for commandline approach of doing so (e.g. How to overlay two audio files using ffmpeg).

    I need something written natively in C or C++ language.

  • How to extract motion vector from mpeg video

    31 juillet 2019, par Madhushree Basavarajaiah

    I need motion vectors of a mpeg video in a text format. I referred to the link which says extract_mvs.c can be used to do so. But I am not able to execute the program because of so many header file dependency errors. Visualization of MVs is pretty easy using ffmpeg command. Getting the actual MVs of each frame is my requirement. Could you please guide me to extract motion vectors in their raw format.