Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (57)

  • 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 ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (10027)

  • FFMPEG output the wrong color when using it with BackColour / OutlineColour

    5 mai 2023, par Youssef

    I have tried both OutlineColour, BackColour and BoxColour none of this worked well with colors, only black/white in both opaque and with transparency works. I am not sure how to fix this code, It's been 3 days searching for a solution

    


    my color is E63946 clearly it's red

    


    color tag

    


    When making the necessary adjustments with the code below

    


      const bgColorHex = '#E63946';
  const bgColorFFmpeg = bgColorHex.replace('#', '&H00');
  console.log(bgColorFFmpeg);


    


    I use with the code below

    


     const ffmpeg = spawn("ffmpeg", [
    "-i",
    "test.mp4",
    "-vf",
    `subtitles=${subtitlePath}:force_style='BorderStyle=3,Shadow=no,BackColour=${bgColorFFmpeg},OutlineColour=${bgColorFFmpeg}'`,
    "-c:a",
    "copy",
    "-progress", "pipe:1",
    outputPath,
  ]); 


    


    This is the result I get

    


    code output

    


    I tried other methods like with tinycolor, same issue

    


    const bgColor = `&H${tinycolor(bgColorHex).toHex8().substr(2)}`;


    


    Please help this is very confusing it should be easy to input a color into ffmpeg, text color on the other hand gave me no issue at all only this captions background is causing problems.

    


    Let me know if you need more info

    


  • Revision 2a506e33b4 : Merge "Add a new control of golden frame boost in CBR mode"

    28 octobre 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.h



    Merge "Add a new control of golden frame boost in CBR mode"

  • Revision 2a2e8a9d72 : Merge "Add codec control function for enabling frame_periodic_boost."

    4 avril 2014, par Marco Paniconi

    Changed Paths :
     Modify /vp9/encoder/vp9_speed_features.c



    Merge "Add codec control function for enabling frame_periodic_boost."