Advanced search

Medias (91)

Other articles (61)

  • Submit bugs and patches

    13 April 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 (...)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

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

  • Support audio et vidéo HTML5

    10 April 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

On other websites (3240)

  • Tests: Make sure long TLDs work fine for email and url methods

    16 June 2015, by jzaefferer
    Tests: Make sure long TLDs work fine for email and url methods
  • Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

    15 July 2016, by 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 January 2024, by 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;