Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (59)

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

  • Quantization property in CUDA

    17 octobre 2016, par mkreddy

    Please correct me if my understanding was wrong regarding qscale in ffmpeg.

    In ffmpeg H264 decoder we have qscale_table which hold the values of qp for each macro block.

    Is there any such table/matrix in CUDA to know the qscale values ? If suggest me how can I construct one such matrix for the macro blocks.

    Thanks in advance.

  • Adding Job to beanstalkd

    26 juin 2014, par RCOOR

    I am using Beanstalkd for processing video files via ffmpeg.
    I am using https://github.com/pda/pheanstalk PHP-Client
    I am facing the following issues.
    a) sometimes job is not adding to Beanstalkd Tube,
    b) if job is added to tube sometimes ffmpeg is not processing as expected.

    Any idea,
    Awaiting for reply

    Thanks in advance
    Karthi

  • Cutting a video to the last 10 seconds

    1er avril 2014, par ShiftedDesign

    So I am looking for a way to cut a video file to the last 10 seconds of the file. Normally I would use FFMPEG or mencoder but the situation is that the file to be cut is going to be a different size every time it's cut. So I found some stuff for a general duration using ffmpeg but the problem is I would need the duration to be in seconds instead of 00:00:00 so then I could just use the var-10 for the -ss.

    I don't know if I explained that well enough but in short :

    Different length video every time it is ran, only need the last 10 seconds in a new file.
    Need something light on resources but still fast.

    Thanks in advance for anyone who answers !