Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (8703)

  • FFMpeg cuting AAC file but not accurate, append 100ms space to the end

    8 janvier 2018, par Pham Tuan Anh

    I used FFMPEG with this command :

    ffmpeg -ss 00:00:00 -i b1.aac -to 00:00:17.999 -c copy b2.aac

    output file (b2.aac) always contain around 100ms space An article has offered that here.

    How to remove exactly empty in output file or have any command to cut the aac(mp4) with exactly of the time as I want ?

    Thank you.

    enter image description here

  • avcodec/mediacodecdec_common : remove spurious space

    19 février 2018, par Matthieu Bouron
    avcodec/mediacodecdec_common : remove spurious space
    
    • [DH] libavcodec/mediacodecdec_common.c
  • aarch64 : Get rid of a stray double space

    13 octobre 2017, par Martin Storsjö
    aarch64 : Get rid of a stray double space
    

    The extra space got included as part of the expansion of ELF, which
    later interfered with gas-preprocessor which earlier only stripped out
    leftover lines starting with ’#’ if the line started with that char.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavutil/aarch64/asm.S