Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (12250)

  • Is there a way to scale an avi using ffmpeg while keeping the videos alpha channel ?

    25 septembre 2016, par Megumiaraki

    I have been trying to change the scale of an avi but also keep the alpha channel. Also the video needs to open in after effects but when I try to open it I get the error below. I have this running in a for loop to work for all the videos in the folder.

    ffmpeg -i %%X -vf scale=!newWidth!:!newHeight! -pix_fmt bgra -r 24 -c:v rawvideo "resized\%%X"

    It seems to work but when I try to test the alpha channel in After Effects I get the error below :

    The item has an `unlabeled alpha Channel`....

    If I select the Straight-Unmatted (option).....

    I get the error :

    After Effects error :(error(4) reading frame from file (86::2)

    Any help would be great !

  • how to compile the latest ffmpeg into a lib that can be used in my windows application [closed]

    12 avril 2013, par chinayin

    i download the latest ffmpeg ,then in windows i used the mingw+msys to compiled it to a lib ,but the source code had so many .h,.cpp ,i don't know how to use the lib in my windows application . when i compiled my windows application it always come with an error can not find xxx .h and so on .so if someone who can tell me that how to make a lib and use it in my windows application.i am a new one in ffmpeg ,this problem make me feel so bad. so i come here for an answer . thank you very much . best regards.

  • What is the difference between a stream and channel in ffmpeg ?

    16 septembre 2022, par Thomas Bratt

    The documentation refers to streams but it is not clear if an audio channel is a stream or whether a stream contains multiple audio channels.