Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (25)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7577)

  • How to speed-up ffmpeg encoding for the 'qtrle' codec

    20 mai 2024, par userxxxxxxxxx

    Need you guys help for
that I'm facing kinda limit of performance to encode clips with the codec 'qtrle'.

    


    In short,

    


      

    1. Is there GPU option or technic for the qtrle encoding by GPU ?
Can I get ANY of technic for qtrle ?
    2. 


    3. Does NVMe m.2 upgrade helps performance for ffmpeg concat and encoding ? (Currently SKHynix P41 M.2 1TB on PCIe 4 board)
    4. 


    


    (Several multiple times of re-encoding betewwen clips again again again in one loop, so that I cannot use h254 stuff.)

    


  • Is there a way to pipe input video into ffmpeg ?

    31 janvier 2019, par Joe Williams

    ffmpeg -f avfoundation -i "1:0" -vf "crop=1920:1080:0:0" -pix_fmt yuv420p -y -r 30 -c:a aac -b:a 128k -f flv rtmp://RTMP_SERVER:RTMP_PORT/STREAM_KEY

    Hello guys, the above command works pretty well. It records the audio/video of the computer. But what I want to do is pipe a repeating video or image(png/jpeg/gif), so that there is no live video feed from the computer, but just the image on the stream with the audio.

    How would you go about doing this ?

    Also, if you know any programming interfaces that can do this same thing, please give suggestions. Because I would rather not use a CLI.

  • How do I proceed in an attempt to find audio files which play the same song but are in different compressed formats ?

    7 février 2015, par user2493303

    all i want is suppose i have same song named as song.mp3 and song.aac now i want my program to identify that they are same, i know this is non-trivail task to do.

    so far i have tried fingerprinting audio using dejavu python library which produces 2 different fingerprints for our case song.mp3 and song.aac, hence it doesnt suit need of my program.

    I also tried MD5 using FFMPEG but as expected it gives different hash for even same songs downloaded from different websites

    Do you guys have any idea how do I proceed ?
    It would be even great to provide me step wise procedure and library to achieve my goal.
    thank you