Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (47)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7015)

  • How to increase the contrast of old TV shows using ffmpeg ?

    14 septembre 2022, par Turgut Kalfaoglu

    I have some old movies and their contrast levels appear low - the pictures are very soft. How can I increase the contrast of these movies using ffmpeg ?
I tried

    


    ffmpeg -vf "pp=al" -crf 24 -c:a aac -b:a 48k -ac 1 -movflags +faststart


    


    but the movie is still very washed out.

    


  • How do I set Individual Input Volumes using a FFMPEG complex filter with Amix

    18 août 2022, par James Parker

    How do I set the individual volume levels for 4 individual inputs using FFMPEG and a complex filter ?

    


    This is the filter that I currently have.

    


    xstack=inputs=${inputs.length}:layout=0_0|w0_0|0_h0|w0_h0;amix=inputs=${inputs.length}

    


  • fluent-ffmpeg shows errno : -4058, code : 'ENOENT'

    19 mai 2021, par theStackUser45

    Hi I'm trying to use fluent-ffmpeg and also installed ffmpeg softwawre on my windows system but when i set the paths for ffmpeg and ffmpeg probe it shows me this

    


    Heres my code

    


    enter image description here

    


    Can anyone help ?