Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (100)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5569)

  • 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
using FFmpeg on windows
but the image and the video colors are different
how ever if I try using Adobe premier pro as png with alpha and render max depth its the same
how can I get the same result with FFmpeg

    


    i tried all the possbile pixel formats :

    


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


    


    still not getting the same result as Adobe premiere pro

    


    FFMPEG Result :


    


    Adobe premier pro Result :


    


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

    


    Thanks

    


  • Museum of Multimedia Software, Part 2

    16 août 2010, par Multimedia Mike — Software Museum

    This installment includes a bunch of old, discontinued Adobe software as well as some Flash-related mutlimedia software.

    Screen Time for Flash Screen Saver Factory
    "Create High Impact Screen Savers Using Macromedia Flash."



    Requirements include Windows 3.1, 95 or NT 3.5.1. A 486 computer is required to play the resulting screensavers which are Flash projectors using Macromedia Flash 3.0.

    Monster Interactive Instant GUI 2
    Create eye-popping GUIs more easily for use in Flash. Usability experts would argue that this is not a good thing.



    Adobe Dimensions 3.0
    "The Easy Yet Powerful 3D Rendering Tool." This software was end-of-life’d in late 2004-early 2005 (depending on region).



    Adobe ImageStyler
    "Instantly add style to your Web site." Wikipedia claims that this product was sold from 1998 to 2000 when it was superseded by Adobe LiveMotion (see below).



    Google is able to excavate a link to the Latin American site for Adobe ImageStyler, a page that doesn’t seem to be replicated in any other language.

    Adobe LiveMotion
    "Professional Web graphics and animation." This is version 1, where the last version was #2, released in 2002.



    Adobe Streamline 4.0
    "The most powerful way to convert images into line art." This was discontinued in mid-2005.



    Adobe SuperATM
    "The magic that maintains the look of your documents." This is the oldest item in my collection. A close examination of the back of the box reveals an old Adobe logo. The latest copyright date on the box is 1992.



  • why are my local video files (mp4) not playing on chrome ?

    1er juillet 2019, par cerr

    I have some video files. Initially they were .mkv and I have converted them to .mp4 as they were not playing in chrome.

    I just drag-and drop them onto a Chrome tab, in an attempt to stream them to my Chrome Cast device on my TV.

    I’ve converted them using the following command ffmpeg -i input.mkv -codec copy output.mp4 on Linux. If I load either, the mp4 or the mkv in VLC they play just fine. How do I fix that so that I can cast them to my Chrome Cast ? I’ve also tried to drag & drop them onto Chrome running on a Windows machine - am getting the same result though.