Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (97)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10511)

  • FFMPEG compand filter

    18 mars 2016, par fandyushin

    How to use compand filter for hard limit volume ?
    From documentation I get this argument : compand=attacks=0:points=-80/-80|-12/-12|20/-12
    But when I use it, i get error :

    ffmpeg -i vol_dump.ts -c:v copy -c:a aac -af "compand=attacks=0:points=-80/-80|-12/-12|20/-12" -f mpegs compand_dump.ts

    [Parsed_compand_0 @ 0x7f8078f0b0c0] Missing attacks and/or decays and/or points.
    [AVFilterGraph @ 0x7f8078c193a0] Error initializing filter 'compand' with args 'attacks=0:points=-80/-80|-12/-12|20/-12'
    Error opening filters!

    Whats wrong ? Thanks

  • unable to add filter:a to ffplay

    23 novembre 2022, par Eswar T

    Im working on a video editing project and im using ffmpeg for video rendering

    


    To play video before rendering i wana show it to user and i thought of using ffplay

    


    ffplay -i C:/Users/thota/OneDrive/Desktop/VET/test.mp4 -filter:a "volume="1.0",atempo="1.0"" -vf "transpose=2,transpose=2,setpts=1/"1.0"*PTS,scale="1280*720"" -aspect 16:9 D:/videos.mp4output.mp4


    


    but this is giving an error :

    


    Failed to set value 'volume=1.0,atempo=1.0' for option 'filter:a': Option not found


    


  • fate/filter-video : add missing swscale flags to tiltandshift tests

    6 juillet 2024, par James Almer
    fate/filter-video : add missing swscale flags to tiltandshift tests
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-tiltandshift-410
    • [DH] tests/ref/fate/filter-tiltandshift-422
    • [DH] tests/ref/fate/filter-tiltandshift-444