Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (71)

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

Sur d’autres sites (9675)

  • Using ffmpeg to encode a high quality video

    7 janvier 2013, par CakeMaster

    I have a set of video frames saved as images in a directory, and I'm trying to encode these to a good quality video, however every setting and every format I try produces very noticeable artifacts.

    The basic command is this :

    ffmpeg -r 25 -i %4d.png myvideo.mpg

    and I've tried the minrate and maxrate flags. Any of mpg, avi, mov, flv formats will do.

    Any suggestions for settings ? Final file size is not an issue.

  • Anomalie #2316 (Nouveau) : SPIP ne marche pas avec l’authentification http

    11 septembre 2011, par Yohann Prigent

    Quand j’active l’authentification d’apache avec un simple AuthType Basic AuthName "Login obligatoire" AuthUserFile /home/web/spip/web/site.prigents.com/tmp/.htpasswd require valid-user j’ai un accès interdit pour toutes les pages d’administration : vider le cache, activer/désactiver un plugin, (...)

  • Function for frame affine transformations in libav (ffmpeg) ?

    31 août 2024, par nopik

    I need to perform affine transformation to AVFrame data (mostly dxva2 NV12).
I found no procedure or options in frame or hwcontext.

    


    Looked into filters - and nothing (google found av_filter_transform, but I'm not found it in any build includes).
Is there any option to do this such a basic operation ? May be I missed some DXVA option ? Or at least filters (although using such a beast...).