Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (104)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (15151)

  • ffmpeg command slow zoom in according to duration. (example) i define -t 120 than picture should be zoom in for two minute softly

    12 septembre 2018, par Zeeshan Sheikh

    i have a command that convert the image into video with soft zoom out effect, command is :

    ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z=’1.5-on/duration*0.2’:d=325" -t 30 output.mp4

    . now i want soft zoom in effect rather than zoom out, can somebody help to achieve result. Thanks in advance

  • Issue decoding RTP video using FFMPEG c#

    6 décembre 2016, par dev-mbd

    Currently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.

    We are wondering if we are missing anything in the configuration of FFMPEG to make this work.

    FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen.

    Thank you in advance for the help !

  • finding video parameters with ffmpeg

    29 septembre 2016, par Kindermann

    Can somebody tell me how to find the following parameters within a video stream with ffmpeg lib :

    1. Parameters for quantization of DCT-Coefficients
    2. Parameters for quantization of Motion Vectors
    3. Parameters for quantization of residual errors
    4. jump markers e.g. when scenes change very fast

    I just want some directions, or can someone tell me whether or not it is possible to find these parameters with ffmpeg at all ?
    Thank you in advance !