Recherche avancée

Médias (91)

Autres articles (74)

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

  • How can I merge intro.mp4, image.png, music.mp3 in one command ?

    10 décembre 2020, par Dtomper

    Hi I want to make a simple music video where an intro plays then an image shows up while the song is playing in the background.

    


    I have this command that mixes the song and the image, all I need now is the intro playing at the beginning :

    


    ffmpeg -r 1 -loop 1 -y -i image.png -i music.mp3 -c:a copy -r 1 -vcodec libx264 -shortest mix.mp4


    


  • ffmpeg mapping streams with long title

    15 janvier 2018, par Ualik

    I want to map streams with long title. Example :

    Title : 48 kHz, AAC Dolby Digital, 2 ch, ~160 kbps

    If i use

    ffmpeg -i 0.mkv -map 0:m:title:"48 kHz, AAC Dolby Digital, 2 ch, ~160 kbps" -c copy -y 1.mkv

    then it return

    [matroska,webm @ 00000000002e7480] Invalid stream specifier: AAC Dolby Digital, 2 ch, ~160 kbps.
       Last message repeated 21 times
    Sync stream specification in map 0:m:title:48 kHz, AAC Dolby Digital, 2 ch, ~160 kbps does not match any streams.
  • avfilter/vf_zscale : active region use doubles so use that type here too

    13 mai 2022, par Paul B Mahol
    avfilter/vf_zscale : active region use doubles so use that type here too
    
    • [DH] libavfilter/vf_zscale.c