Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (109)

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

  • .TS file to .mp3 using FFMPEG in windows phone

    15 novembre 2016, par Vishnu Babu

    Hi I am using ffmpeg for windows phone which was found here. With this I am trying to convert a .ts file to .mp3 file but the command that I am using is not working for this type of conversion, I have also noted that it works for certain other format conversions such as ts to wma, ts to ogg e.t.c . The commands that I have tried are

    -i sourcewithfullpath.ts destinationwithfullpath.mp3

    -i sourcewithfullpath.ts
    -f destinationwithfullpath.mp3

    -i sourcewithfullpath.ts
    -c:a libmp3lame destinationwithfullpath.mp3

    -i sourcewithfullpath.ts
    -acodec mp3 destinationwithfullpath.mp3

    most of these gave me an AccessViolationException while calling ffmpeg.Run()
    Any help is appreciated.

  • Tests : Calling .rules() on an empty jQuery object results in an error.

    12 février 2016, par staabm
    Tests : Calling .rules() on an empty jQuery object results in an error.
    

    Refs #1706

  • ffmpeg How to preview video encoding in pictures images thumbnails

    16 avril 2014, par user3515743

    I want to know if it is possible or how to preview the video while encoding.
    I want the users while the encoding is in progress, to see pictures of where the video is processing.

    Is there any way for the output ?
    Or do i need to open the source and extract the pictures at the current position ?