Recherche avancée

Médias (91)

Autres articles (74)

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

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (12629)

  • Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

    15 juillet 2016, par Pavel Koshevoy
    Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1
    

    ... and attempt to preserve compatibility with clang that was
    introduced in 311a953c76081fca99b872629d248f9d69ebc0c3 (untested)

    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ppc/asm.S
    • [DH] libavcodec/ppc/fft_altivec.S
  • Convert 10bit Apple pro res 422 HQ video mov to png without changing color format using ffmpeg [closed]

    12 janvier 2024, par Harsh FPS

    I am using FFmpeg to extract png seq images from a 10bit Apple pro res 422 HQ video mov&#xA;using FFmpeg on windows&#xA;but the image and the video colors are different&#xA;how ever if I try using Adobe premier pro as png with alpha and render max depth its the same&#xA;how can I get the same result with FFmpeg

    &#xA;

    i tried all the possbile pixel formats :

    &#xA;

    ffmpeg -i "test.mov" -vf fps=1 -pix_fmt rgba "out-%04d.png"&#xA;

    &#xA;

    still not getting the same result as Adobe premiere pro

    &#xA;

    FFMPEG Result :&#xA;

    &#xA;

    Adobe premier pro Result :&#xA;

    &#xA;

    Please let me know the possible solution if it can be possible even with another program&#xA;that I can use via java&#xA;I am using the java wrapper FFmpeg class to do this

    &#xA;

    Thanks

    &#xA;

  • Revision 852829c315 : Fail when only an old nasm is found Apple ships version 0.98 of nasm through at

    30 janvier 2015, par Johann

    Changed Paths :
     Modify /build/make/configure.sh



    Fail when only an old nasm is found

    Apple ships version 0.98 of nasm through at least XCode 6. It is
    incompatible with the assembly in libvpx.

    https://code.google.com/p/webm/issues/detail?id=772

    Change-Id : I33245a76f50a8224fe6fafa3cce9991f953fdcc8