Recherche avancée

Médias (91)

Autres articles (96)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (4610)

  • Change color-depth in FFMpeg

    20 mars 2012, par lliepmah

    I try play video in live wallpaper using Android NDK and FFMpeg library. I was guided by :
    http://ikaruga2.wordpress.com/2011/06/15/video-live-wallpaper-part-1/

    Video is playing, but I am not happy with quality. Depth of color differs from the original.
    How I can fix it ? There are any standard methods in ffmpeg or in openGL of control color depth ?

  • Merge "RTCD build is bringing old errors to light"

    27 octobre 2010, par Johann

    Merge "RTCD build is bringing old errors to light"

  • ffmpeg -ss -to cuts video slightly inaccurately

    11 août 2017, par E.SK

    I need perfect precise cutting of videos in ffmpeg. When I use the -ss and -to after the input file name in a new version of ffmpeg, it seems to add 0.02 seconds more than I told it to in every case. How do I stop this and get the accurate cutting ?

           echo shell_exec("./ffmpeg  -i file.mp4 -y -filter_complex '[0:v]setpts=".$videoSpeedAdjust."*PTS[v];[0:a]atempo=".$audioSpeedAdjust."[a]' -map '[v]' -map '[a]' output.mp4 2>&1");