Recherche avancée

Médias (91)

Autres articles (86)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (6595)

  • ffmpeg single quote in drawtext

    10 novembre 2015, par dotsam

    I haven’t been able to get ffmpeg’s drawtext video filter to draw apostrophes/single quotes when they are in drawtext’s "text=" parameter, even when I escape them. Double quotes work fine, and apostrophes in text loaded from a file (e.g. textfile="example.txt") work fine. Is this a bug ?

    e.g.

    ffmpeg -i test.mpg -vf drawtext="apostrophes don't print" ...
    ffmpeg -i test.mpg -vf drawtext="even when they\'re escaped" ...
  • Library for creating a layered image builder

    28 juillet 2022, par Ashley Hewins

    I'm looking to build a layered image builder where the user journey is as follows :

    


      

    1. Click start
    2. 


    3. Select layer 1 from a carousel
    4. 


    5. Select layer 2 from a new carousel
    6. 


    7. Select layer 3 from another carousel
    8. 


    9. See final layered image where all layers are on top of each other
    10. 


    11. Download image via QR code scanned on a mobile device.
    12. 


    13. Restart - save image to local folder as back up
    14. 


    


    This will be running on a Windows tablet at an event where people come up to the booth to build their image.

    


    What language or library would be best for building this sort of app ? Haven't found one on google that matches requirements just yet.

    


  • Split VFR video into CFR chunks ?

    17 janvier 2021, par Daniel L.

    Is there a good way to split a VFR video into chunks that split whenever the framerate changes ?

    


    I have a video that I want to edit that is VFR but my editor doesn't support VFR. I don't want to set a constant framerate and convert it because that could degrade some sections of the video.

    


    I was thinking that one way working with it would be to take it and split it into chunks that are CFR to work on separately (hopefully they'll be large sections).

    


    I haven't found a good way to do it though, ffmpeg at least doesn't seem to have something built in to let me do it.

    


    An alternative question would be : is there some software that would let me easily scan the video to find the framerates used ? If it's not too crazy, I can convert to a common multiple framerate, edit and then remove the duplicate frames with Avisynth later.