Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (55)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (11074)

  • lavf : Use MoveFileEx instead of rename/_wrename on windows

    25 novembre 2014, par Martin Storsjö
    lavf : Use MoveFileEx instead of rename/_wrename on windows
    

    This allows getting the normal unix semantics, where a rename
    allows replacing an existing file.

    Based on a suggestion by Reimar Döffinger.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
    • [DBH] libavformat/os_support.h
  • Revert "lavf : Don’t try to update files atomically with renames on windows"

    25 novembre 2014, par Martin Storsjö
    Revert "lavf : Don’t try to update files atomically with renames on windows"
    

    This reverts commit b9d08c77a44390b0848c06f20bc0e9e951ba6a3c.

    After taking MoveFileEx into use, we can replace files with renames
    on windows as well.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/dashenc.c
    • [DBH] libavformat/hdsenc.c
    • [DBH] libavformat/internal.h
    • [DBH] libavformat/smoothstreamingenc.c
  • configure : fix the non pkg-config libmfx check on Windows

    9 novembre 2017, par James Almer
    configure : fix the non pkg-config libmfx check on Windows
    

    Based on a patch by Aaron Levinson.

    Reviewed-by : alevinsn
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure