Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

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)

  • Singler line FFMPEG cmd to Merge Video /Audio and retain both audios

    9 janvier 2017, par Deepak Prakash

    I have a project that requires merging of a video file with another audio file. The expected out put is an video file that will have both the audio from actual video and the merged audio file. The length of the output video file will be same to the size of the actual video file.

    Is there a single line FFMPEG command to achieve this using copy and -map parameters ?

    The video form I will be using is either flv or mp4
    And the audio file format will be mp3

  • Invoking ffmpeg command line from C#

    17 juillet 2014, par hyde

    I have a bunch of images in a directory that I want to make a video out of.

    For example the images could have the following path :

    C:\dirpath with spaces\a.tiff

    C:\dirpath with spaces\b.tif

    C:\dirpath with spaces\c.tif

    ...

    C:\dirpath with spaces\zzz.tif

    (the file names themselves do not have a pattern)

    And ffmpeg is invoked in the server (ASP.Net WebAPI) when a user submits a query.

    Right now I am having a hard time getting it to work because part of the problem might be how I am passing the file names to ffmpeg.

    The command I am using is :

    ffmpeg -y -pix_fmt rgb24 -s 640x540 -framerate 24 -i "C:\dirpath with spaces\a.tif" "C:\dirpath with spaces\b.tif" "C:\dirpath with spaces\c.tif" ... "C:\dirpath with spaces\zzz.tif" -an out.mp4

    The problem is that the resulting video is 0 seconds long and ffmpeg does not throw any error.

    My question is, is how do I make this work while working with a set of images using their full path, maybe using a wrapper library around it ?

  • Revision 6ee6e714b4 : Make key frame coding mode configurable in the command line Add —kf-extc confi

    17 juillet 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vp8cx.h


     Modify /vpxenc.c



    Make key frame coding mode configurable in the command line

    Add —kf-extc configuration. If it is 1, the key frame is coded
    using mode info from external file ; otherwise, use vpxenc internal
    mode selection process to decide coding modes. It is by default 0.

    Change-Id : I916f811f9eaa2d0f6cc2a2035ca381a1b0ddd974