Recherche avancée

Médias (91)

Autres articles (75)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • How to select range of an image sequence with sequential suffixes in ffmpeg

    6 septembre 2022, par J. SungHoon

    I have 100 images (001.png ... 100.png) in my img folder and I want to create 2 gif files with different frame ranges for specific uses from there.

    


    The first case uses all 100 images. I use the code below and it works fine.
    
ffmpeg -f image2 -framerate 30 -i %003d.png -vf scale=-2:480 myAnim.gif

    


    But in the second case, we want to use only 50 images from 20 to 70. What code should I use to select this specific range ?

    


  • Limit HTML5 volume to 0-1 when internally setting on Audio(), DOM exception otherwise

    2 avril 2011, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Limit HTML5 volume to 0-1 when internally setting on Audio(), DOM exception otherwise

  • How to see the full options for 264 (non nvenc) in FFMPEG ? [closed]

    3 octobre 2022, par BuddyBoneJones

    How can I access the full detailed options of 264 ? "ffmpeg.exe -h encoder=libx264" isn't telling me what all the options of preset are, for 264 specifically. Not sure how to do the fullhelp for specifically 264. Sorry, an amateur at this stuff.

    


    What I'm seeing.