Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9173)

  • Creating a m3u8 clip from another m3u8 file

    14 janvier 2021, par Alan
    


    I wanna create a m3u8 clip from another m3u8 file.
This is the command line I'm giving on terminal
ffmpeg -ss 6.2 -i test.m3u8 -y -t 45 -profile:v baseline -s 640x360 -level 3 -start_number 0 -hls_list_size 0 -f hls output_test.m3u8
It is giving me an output of a new m3u8 clip of 45s but nothing happens in the first 3-4 seconds.
Anything I'm missing ?need help

    


    


  • Add a cross-fade to a ProRes clip

    14 mars 2021, par David542

    I have a ProRes 422 HQ trailer clip that is about 70 seconds. I would like to add a 0.5s cross fade (to black/silence) at the head and tail of the clip. The output file must have the exact same characteristics as the input file.

    


    Where I'm starting at is something like :

    


    ffmpeg -i "concat:??|trailer.mov|??" -c copy output.mov


    


    Is there a way to do this with ProRes 422 in ffmpeg. If not, what other tools might work for this kind of thing ?

    


  • avcodec/g723_1dec : Clip after shift in estimate_sid_gain()

    20 mai 2017, par Michael Niedermayer
    avcodec/g723_1dec : Clip after shift in estimate_sid_gain()
    

    Fixes : runtime error : left shift of 706 by 22 places cannot be represented in type 'int'
    See : L_shl() in the reference software
    Fixes : 1609/clusterfuzz-testcase-minimized-5102163007111168

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/g723_1dec.c