Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (62)

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

  • Can ffmpeg place Mp4 metainfo at the beginning of the file ?

    10 février 2014, par mczarnek

    As I understand, ffmpeg by default places all meta info at the end of the file when generating mp4s.
    Source : http://www.stoimen.com/blog/2010/11/12/how-to-make-mp4-progressive-with-qt-faststart/

    What I need to do is create the video, one frame at a time and then stream it. This is impossible if the header info is at the 'end' of the file. But is it possible to move this to the beginning or otherwise work around this ? I would definitely prefer to not have to switch to another library and use it instead.. we're already over-budget on this project.

    Edit : Has to be done within code as I am converting one frame at a time and would like to then instantly stream it instead of command like.

  • build : isolate sdl-to-sdl2 aliasing

    30 août 2017, par Clément Bœsch
    build : isolate sdl-to-sdl2 aliasing
    

    This simplifies incoming SDL related changes by removing potential
    mismatching states of sdl and sdl2 variables. Since a component can have
    all kind of states (such as unset, enabled, disabled or requested),
    keeping these variables in sync manually in random places is not robust.

    • [DH] configure
  • avconv : improve -re implementation

    23 avril 2013, par Anton Khirnov
    avconv : improve -re implementation
    

    Integrate the code in the packet reading function, instead of inserting
    sleeps in many places.
    This is simpler to follow and should work better.

    • [DBH] avconv.c