Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (71)

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

  • Revert all recent configure changes related to dependency resolution

    19 février 2016, par Diego Biurrun
    Revert all recent configure changes related to dependency resolution
    

    This reverts commits 2edc718723b6, a2bb771a3cde, 21c750f240b9, 8e7bea6dc6ac.

    • [DBH] configure
  • FFmpeg Resolution/Quality dropped on output file

    6 décembre 2023, par lacrimosa

    I am overlaying an image on top of a video using this :

    


    val command = "-i video.mp4 -i image.png -filter_complex \"[1:v]scale=200:200[overlay];[0:v][overlay]overlay=(W-w)/2:(H-h)/2:enable='between(t,0,2)'\" -c:a copy /data/user/0/com.example.ffmpegtest/cache/output.mp4"


    


    The output is just like I wanted except for the fact that resolution/quality of the video is dropped very badly. How can I keep the original quality of the video.mp4 on output file ?

    


  • FFmpeg downloading files in bad resolution

    13 juillet 2023, par Łukasz Kwieciński

    Good morning. I'm having a really weird issue. I'm downloading a .m3u8 file with ffmpeg, and it downloads without any issues (without the audio, but that's no issue). The problem is that the quality is really bad ; the website shows me a completely different resolution, something around 1920x1080, but when I download the video, the resolution is 640x360.

    


    This is the command I used to download the file :

    


    ffmpeg -i  -c copy output.mp4