Recherche avancée

Médias (1)

Mot : - Tags -/portrait

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 (10735)

  • What does "copy" do in a ffmpeg command line ?

    14 juillet 2016, par PsyberAlyen

    I know that it copies something but other than that what does it do (to what extend it affects the output file) ? Is it a switch or option ? Why does it not have a hyphen before the word itself ?

    I see from other questions that it can copy streams without transcode but what are other possibility that I can manipulate it ?

    I have done ffmpeg --help but I don’t see any documentation about it. Is there a website I can read more about it ?

  • Remove stray line breaks from avpriv_{report_missing_feature|request_samples}

    15 décembre 2015, par Diego Biurrun
    Remove stray line breaks from avpriv_report_missing_feature|request_samples
    
    • [DBH] libavcodec/exr.c
    • [DBH] libavcodec/ivi.c
    • [DBH] libavformat/lxfdec.c
    • [DBH] libavformat/rtpdec_hevc.c
  • How to add cover to opus audio file with ffmpeg or another command line tool

    28 décembre 2015, par Ilario Engler

    I searched nearly a whole day but found nothing to add a cover to an opus audio file.

    I tried with kid3-cli and the following command.

    kid3-cli -c 'set picture:"/home/pic.jpg" "desc"' "/path/to/*.opus"'

    It just works when adding only a cover, if I add some other metatags like so

    kid3-cli -c 'set album "ALBUM"'

    then a random cover appears and I don’t know where it come from. I can delete it but not add my own cover like in the above command. That random cover appears only in VLC latest version.

    Somebody has a solution to add metatags and covers to opus, vorbis, aac, mp3, etc.

    I installed foobar2000 and with the same command as above and vorbis audio data it’s possible to attach a picture. In the GUI of foobar2000 under "Manage attached picture" I see the picture I attached.

    But for opus still doesn’t work.

    Thank you for your help !