Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (67)

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

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

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

  • Do any 'sub_charenc' libraries support smart/curly quotes ?

    23 août 2016, par offandennui

    We’re attempting to batch process a large number of files to burn .srt subtitles with their video pairs.

    ffmpeg -i input.mp4 -vf "subtitles=input.srt:force_style='Fontsize=20,Borderstyle=3:charenc=CP1252'" output.mp4

    has worked for us in the past, but we were just delivered a batch of SRTs with smart/curly quotes peppered throughout (which, aren’t supported by any of the parameters we’ve tried). Is there a specific parameter we can use here ?

    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 !