Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (97)

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

  • ffmpeg put PNG image on video but make this PNG % transparent [duplicate]

    26 juin 2021, par Bella Smith

    Im trying to save over video, image.png with 100% color fill, but I wanna make this image 5% transparent/fill color like u make in photoshop. Is it possible to apply it to ffmpeg command ?

    


    Here what Im using now

    


    ffmpeg -i C:\ffmpeg\input.mp4 -i C:\ffmpeg\image.png -filter_complex "[0:v][1:v] overlay=0:0:enable='between(t,0,20)'" -pix_fmt yuv420p -c:a copy C:\ffmpeg\output.mp4


    


    now I need rework each wallpaper into photoshop and save with 5% tranparency or fill % however its called. I wanna just over wallpaer the video to make it unique

    


  • How to make pcm wave file from flac or aac using ffmpeg ?

    16 août 2017, par fnclovers

    How to make pcm wave file from flac or aac using ffmpeg ?

    I used this command to make that :

    1. Command :

      ffmpeg.exe -i "1.mkv" output.wav
      ffmpeg -i 1.mkv -c:a pcm_s24le output.wav
      ffmpeg -i 1.mkv -c:a pcm_s16le output.wav

    some of mkv file, this make pcm wav file but some of file encoded as extpcm

    1. Command :

      ffmpeg.exe -f s16be "1.mkv" output.wav
      ffmpeg.exe -f u16be "1.mkv" output.wav
      ffmpeg.exe -f alaw "1.mkv" output.wav

    This make mkv video file as a noisy and over 2g wav file that I can’t use.

    I encoded to read video’s audio file in java program but java doesn’t support extpcm wav file.

  • how to make more clean captions in ffmpeg

    30 octobre 2023, par Exorcismus

    this my first time to use ffmpeg, am trying to burn captions on a video

    


    am trying to make it looklikes youtube's but it comes out as the image below displays, how do I make it more sharp and visible ?

    


    these are my current parameters

    


    `${tempCaptionPath}:fontsdir='/opt/fonts/':force_style='Fontname=Arial,OutlineColour=&H40000000,BorderStyle=3'`


    


    enter image description here